aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-12sparc64: Use a seperate counter for timer interrupts and NMI checks, like x86.David S. Miller3-3/+3
2010-04-12sparc64: Remove profiling from some low-level bits.David S. Miller1-1/+8
2010-04-12sparc64: Kill unnecessary static on local var in ftrace_call_replace().David S. Miller1-1/+1
2010-04-12sparc64: Kill CONFIG_STACK_DEBUG code.David S. Miller2-78/+1
2010-04-12sparc64: Add HAVE_FUNCTION_TRACE_MCOUNT_TEST and tidy up.David S. Miller2-7/+16
2010-04-12sparc64: Adjust __raw_local_irq_save() to cooperate in NMIs.David S. Miller1-2/+12
2010-04-12sparc64: Use kstack_valid() in die_if_kernel().David S. Miller1-23/+3
2010-04-06bitops: Optimize hweight() by making use of compile-time evaluationPeter Zijlstra1-5/+6
2010-04-05Merge branch 'master' into export-slabhTejun Heo5-13/+100
2010-04-03sparc64: Implement perf_arch_fetch_caller_regsDavid S. Miller1-0/+75
2010-04-03sparc64: Update defconfig.David S. Miller1-12/+16
2010-04-03Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller16-195/+36
2010-04-03sparc64: Fix array size reported by vmemmap_populate()Ben Hutchings1-1/+1
2010-03-31sparc: Fix regset register window handling.David S. Miller2-0/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo25-12/+18
2010-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds5-13/+13
2010-03-29sparc64: Properly truncate pt_regs framepointer in perf callback.David S. Miller1-1/+1
2010-03-27arch/sparc/kernel: Use set_cpus_allowed_ptrJulia Lawall3-10/+10
2010-03-27sparc: Fix use of uid16_t and gid16_t in asm/stat.hRob Landley1-2/+2
2010-03-13Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2010-03-13sparc: Convert sparc to use read/update_persistent_clockJohn Stultz2-14/+6
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2010-03-12dma-mapping: sparc: unify 32bit and 64bit dma_set_maskFUJITA Tomonori3-22/+13
2010-03-12pci-dma: add linux/pci-dma.h to linux/pci.hFUJITA Tomonori1-2/+0
2010-03-12pci-dma: sparc: use include/linux/pci-dma.hFUJITA Tomonori4-28/+5
2010-03-12improve sys_newuname() for compat architecturesChristoph Hellwig4-17/+4
2010-03-12Add generic sys_ipc wrapperChristoph Hellwig5-117/+6
2010-03-10perf: Provide generic perf_sample_data initializationPeter Zijlstra1-1/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina2-2/+2
2010-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds17-276/+99
2010-03-03sparc64: Make prom entry spinlock NMI safe.David S. Miller1-5/+7
2010-03-03sparc64: Kill off old sys_perfctr system call and state.David S. Miller12-247/+18
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds2-8/+7
2010-03-03sparc: Update defconfigs.David S. Miller2-24/+66
2010-03-03sparc: Provide io{read,write}{16,32}be().David S. Miller2-0/+8
2010-03-03Rename .data.init to .data..init.Denys Vlasenko1-1/+1
2010-03-03Rename .data.read_mostly to .data..read_mostly.Denys Vlasenko1-1/+1
2010-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6Linus Torvalds21-99/+174
2010-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-1/+0
2010-03-01Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds7-13/+14
2010-03-01sparc: Support show_unhandled_signals.David S. Miller2-49/+91
2010-02-28Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller14-47/+43
2010-02-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-5/+5
2010-02-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-11/+7
2010-02-28sparc: use __ratelimitAkinobu Mita1-6/+3
2010-02-27Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/coreIngo Molnar2-11/+7
2010-02-26Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds2-4/+6
2010-02-26sparc: use asm-generic/scatterlist.hFUJITA Tomonori1-20/+1
2010-02-26perf_events: Simplify code by removing cpu argument to hw_perf_group_sched_in()Peter Zijlstra1-5/+5
2010-02-25Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds6-22/+7