aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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. Miller3-2/+529
2009-09-10sparc64: Implement a real set_perf_counter_pending().David S. Miller1-1/+13
2009-09-10sparc64: Use nmi_enter() and nmi_exit(), as needed.David S. Miller1-0/+5
2009-09-08sparc64: Make touch_nmi_watchdog() actually work.David S. Miller1-2/+1
2009-09-08sparc64: Manage NMI watchdog enabling like x86.David S. Miller1-17/+43
2009-09-04sparc: add basic support for 'perf'Jens Axboe2-3/+3
2009-09-04Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller6-57/+45
2009-09-01sparc: convert /proc/io_map, /proc/dvma_map to seq_fileAlexey Dobriyan1-12/+20
2009-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds5-55/+43
2009-08-25sparc64: Validate linear D-TLB misses.David S. Miller1-4/+38
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: Added support for AMBAPP bus.Konrad Eisele3-2/+81
2009-08-17sparc,leon: Introduce the sparc-leon CPU type.Konrad Eisele6-0/+24
2009-08-17sparc,leon: CONFIG_SPARC_LEON option and leon specific files.Konrad Eisele1-0/+203
2009-08-16sparc64: cheaper asm/uaccess.h inclusionAlexey Dobriyan1-0/+1
2009-08-14percpu, sparc64: fix sparse possible cpu map handlingTejun Heo1-2/+2
2009-07-27sparc64: Sign extend length arg to truncate syscalls when compat.David S. Miller2-2/+4
2009-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-1/+6
2009-07-12sparc: remove driver-core BUS_ID_SIZEKay Sievers1-1/+6
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan4-4/+0
2009-06-25sparc64: Don't use alloc_bootmem() in init_IRQ() code paths.David S. Miller1-26/+19
2009-06-17Delete pcibios_select_rootMatthew Wilcox1-13/+0
2009-06-16Merge branch 'akpm'Linus Torvalds1-3/+0
2009-06-16mm: consolidate init_mm definitionAlexey Dobriyan1-3/+0
2009-06-16sparc: Wire up sys_rt_tgsigqueueinfo().David S. Miller2-3/+7
2009-06-16sparc: replace uses of CPU_MASK_ALL_PTRStephen Rothwell1-1/+1
2009-06-16sparc64: Add proper dynamic ftrace support.David S. Miller1-15/+32
2009-06-16sparc: move of_device common code to of_device_commonRobert Reif5-378/+216
2009-06-16sparc: remove dma-mapping_{32|64}.hFUJITA Tomonori1-59/+40
2009-06-16sparc: use dma_map_page instead of dma_map_singleFUJITA Tomonori2-14/+16
2009-06-16sparc: move the duplication in dma-mapping_{32|64}.h to dma-mapping.hFUJITA Tomonori1-30/+0
2009-06-16sparc64: fix and optimize irq distributionHong H. Pham5-25/+456
2009-06-16sparc64: Use new dynamic per-cpu allocator.David S. Miller1-9/+156
2009-06-16sparc64: Only allocate per-cpu areas for possible cpus.David S. Miller1-16/+6
2009-06-16sparc64: Get rid of real_setup_per_cpu_areas().David S. Miller1-6/+5
2009-06-16sparc64: Defer cpu_data() setup until end of per-cpu data initialization.David S. Miller4-2/+5
2009-06-16sparc64: Make mdesc_fill_in_cpu_data take a cpumask_t pointer.David S. Miller2-4/+4
2009-06-16sparc: Call OF and MD cpu scanning explicitly from paging_init()David S. Miller3-7/+0
2009-06-16sparc64: Refactor MDESC cpu scanning code using an iterator.David S. Miller1-57/+89
2009-06-16sparc64: Refactor OBP cpu scanning code using an iterator.David S. Miller1-109/+124
2009-06-16sparc64: Use BUILD_BUG_ON() in trap_init().David S. Miller1-80/+91
2009-06-16sparc64: Store per-cpu offset in trap_block[]David S. Miller3-34/+11
2009-06-16sparc64: Reclaim trap_block[]->hdescDavid S. Miller1-8/+6
2009-06-12module: cleanup FIXME comments about trimming exception table entries.Rusty Russell1-2/+0
2009-05-12Merge branch 'x86/apic' into irq/numaIngo Molnar2-2/+2
2009-04-28irq: change ->set_affinity() to return statusYinghai Lu1-3/+9