aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6Linus Torvalds39-70/+1974
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2-1/+4
2009-09-11Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller22-646/+196
2009-09-11Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-20/+20
2009-09-11Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds12-615/+161
2009-09-11Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-4/+4
2009-09-11Merge branch 'next' into for-linusJames Morris2-0/+5
2009-09-10sparc64: Initial niagara2 perf counter support.David S. Miller1-0/+30
2009-09-10sparc64: Perf counter 'nop' event is not constant.David S. Miller1-4/+6
2009-09-10sparc64: Provide a way to specify a perf counter overflow IRQ enable bit.David S. Miller1-2/+4
2009-09-10sparc64: Provide hypervisor tracing bit support for perf counters.David S. Miller1-1/+4
2009-09-10sparc64: Initial hw perf counter support.David S. Miller5-2/+538
2009-09-10sparc64: Implement a real set_perf_counter_pending().David S. Miller2-2/+14
2009-09-10sparc64: Use nmi_enter() and nmi_exit(), as needed.David S. Miller1-0/+5
2009-09-10sparc64: Provide extern decls for sparc_??u_type strings.David S. Miller1-0/+4
2009-09-08sparc64: Make touch_nmi_watchdog() actually work.David S. Miller1-2/+1
2009-09-08sparc64: Kill unnecessary cast in profile_timer_exceptions_notify().David S. Miller1-1/+1
2009-09-08sparc64: Manage NMI watchdog enabling like x86.David S. Miller3-19/+45
2009-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds4-7/+6
2009-09-04Merge branch 'amd-iommu/2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into core/iommuIngo Molnar13-142/+169
2009-09-04sparc64: Fix bootup with mcount in some configs.David S. Miller3-6/+5
2009-09-04sparc: add basic support for 'perf'Jens Axboe5-4/+15
2009-09-04Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller13-142/+169
2009-09-03sparc64: Kill spurious NMI watchdog triggers by increasing limit to 30 seconds.David S. Miller1-1/+1
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells2-0/+5
2009-09-01sparc: convert /proc/io_map, /proc/dvma_map to seq_fileAlexey Dobriyan1-12/+20
2009-08-31locking, sparc: Rename __spin_try_lock() and friendsHeiko Carstens2-20/+20
2009-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds12-140/+167
2009-08-25sparc64: Validate linear D-TLB misses.David S. Miller4-28/+76
2009-08-18sparc64: Update defconfig.David S. Miller1-25/+34
2009-08-18sparc32: Update defconfig.David S. Miller1-30/+44
2009-08-18sparc32: Kill trap table freeing code.David S. Miller2-48/+0
2009-08-18sparc: sys32.S incorrect compat-layer splice() system callMathieu Desnoyers1-1/+1
2009-08-17sparc, leon: sparc-leon specific SRMMU initialization and bootup fixes.Konrad Eisele1-1/+52
2009-08-17sparc,leon: Added support for AMBAPP bus.Konrad Eisele3-2/+81
2009-08-17sparc,leon: Introduce the sparc-leon CPU type.Konrad Eisele13-1/+43
2009-08-17sparc,leon: Redefine MMU register access asi if CONFIG_LEONKonrad Eisele1-0/+4
2009-08-17sparc,leon: CONFIG_SPARC_LEON option and leon specific files.Konrad Eisele5-0/+1099
2009-08-16sparc64: cheaper asm/uaccess.h inclusionAlexey Dobriyan2-1/+2
2009-08-16SPARC: fix duplicate declarationJaswinder Singh Rajput1-20/+7
2009-08-16sparc64: build compressed image (zImage) by defaultJurij Smakov2-6/+9
2009-08-14percpu, sparc64: fix sparse possible cpu map handlingTejun Heo1-2/+2
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller9-18/+15
2009-08-10sparc: Add CONFIG_DMA_API_DEBUG supportFUJITA Tomonori5-34/+39
2009-08-10sparc: Use asm-generic/pci-dma-compatFUJITA Tomonori9-444/+96
2009-08-10sparc: Replace sbus_map_single and sbus_unmap_single with sbus_map_page and sbus_unmap_pageFUJITA Tomonori3-8/+10
2009-08-10sparc: Remove no-op dma_4v_sync_single_for_cpu and dma_4v_sync_sg_for_cpuFUJITA Tomonori1-16/+0
2009-08-10sparc: Use asm-generic/dma-mapping-common.hFUJITA Tomonori5-99/+19
2009-08-10sparc: Use dma_map_ops structFUJITA Tomonori4-53/+36
2009-08-05net: implement a SO_DOMAIN getsockoptionJan Engelhardt1-0/+1