aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* sparc64: Fix Niagara2 perf event handling.David S. Miller2010-01-041-0/+11
* sparc64: Fix NMI programming when perf events are active.David S. Miller2010-01-041-1/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v...Linus Torvalds2009-12-171-1/+1
|\
| * fix up O_SYNC commentsChristoph Hellwig2009-12-171-1/+1
* | Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds2009-12-171-0/+1
|\ \ | |/ |/|
| * kbuild: move asm-offsets.h to include/generatedSam Ravnborg2009-12-121-0/+1
* | Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2009-12-162-13/+0
|\ \
| * | sparc64: don't export static inline pci_ functionsStephen Rothwell2009-12-152-13/+0
* | | sparc: use bitmap_find_next_zero_areaAkinobu Mita2009-12-162-24/+9
* | | iommu-helper: use bitmap libraryAkinobu Mita2009-12-161-1/+2
* | | elf: kill USE_ELF_CORE_DUMPChristoph Hellwig2009-12-162-3/+0
* | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-154-66/+66
|\ \ \
| * | | genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner2009-12-141-4/+4
| * | | locking: Convert raw_rwlock functions to arch_rwlockThomas Gleixner2009-12-142-27/+27
| * | | locking: Convert raw_rwlock to arch_rwlockThomas Gleixner2009-12-143-18/+18
| * | | locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner2009-12-142-19/+19
| * | | locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner2009-12-141-1/+1
| * | | locking: Convert raw_spinlock to arch_spinlockThomas Gleixner2009-12-143-8/+8
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2009-12-1531-210/+154
|\ \ \ | |/ / |/| |
| * | sparc64: Fix clock event multiplier printf format.David S. Miller2009-12-111-1/+1
| * | sparc64: Use clock{source,events}_calc_mult_shift().David S. Miller2009-12-111-22/+2
| * | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-12-111-1/+1
| |\ \
| * | | sparc64: Use free_bootmem_late() in mdesc_lmb_free().David S. Miller2009-12-111-15/+6
| * | | sparc: Add alignment and emulation fault perf events.David S. Miller2009-12-115-26/+20
| * | | sparc64: Add syscall tracepoint support.David S. Miller2009-12-117-9/+33
| * | | sparc: Stop trying to be so fancy and use __builtin_{memcpy,memset}()David S. Miller2009-12-107-112/+6
| * | | sparc: Use __builtin_object_size() to validate the buffer size for copy_from_...David S. Miller2009-12-105-4/+57
| * | | sparc64: Add some missing __kprobes annotations to kernel fault paths.David S. Miller2009-12-101-7/+8
| * | | sparc64: Use kprobes_built_in() to avoid ifdefs in fault_64.cDavid S. Miller2009-12-101-8/+1
| * | | sparc: Validate that kprobe address is 4-byte aligned.David S. Miller2009-12-091-0/+3
| * | | sparc64: Don't specify IRQF_SHARED for LDC interrupts.David S. Miller2009-12-091-2/+2
| * | | sparc64: Fix stack debugging IRQ stack regression.David S. Miller2009-12-091-2/+3
| * | | sparc64: Fix overly strict range type matching for PCI devices.David S. Miller2009-12-091-2/+12
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-141-4/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | this_cpu: Use this_cpu_xx in nmi handlingChristoph Lameter2009-10-121-4/+4
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2009-12-111-3/+16
|\ \ \ \
| * | | | vfs: Implement proper O_SYNC semanticsChristoph Hellwig2009-12-101-3/+16
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/mmapLinus Torvalds2009-12-116-123/+24
|\ \ \ \
| * | | | fix broken aliasing checks for MAP_FIXED on sparc32, mips, arm and shAl Viro2009-12-111-1/+2
| * | | | sparc_brk() is not needed anymoreAl Viro2009-12-115-25/+3
| * | | | Unify sys_mmap*Al Viro2009-12-112-43/+10
| * | | | file ->get_unmapped_area() shouldn't duplicate work of get_unmapped_area()Al Viro2009-12-111-3/+7
| * | | | kill useless checks in sparc mremap variantsAl Viro2009-12-115-51/+2
| |/ / /
* | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-12-112-2/+7
|\ \ \ \ | |/ / / |/| | |
| * | | sparc64/PCI: drop PCI_CACHE_LINE_BYTESTejun Heo2009-11-042-2/+7
* | | | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-12-081-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | sparc: fix printk for change of variable typeStephen Rothwell2009-11-161-1/+1
| | |/ | |/|
* | | Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-12-082-0/+2
|\ \ \
| * \ \ Merge branch 'master' into for-2.6.33Jens Axboe2009-12-037-14/+18
| |\ \ \
| * | | | block: add helpers to run flush_dcache_page() against a bio and a request's p...Ilya Loginov2009-11-262-0/+2
| | |_|/ | |/| |