aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc/kernel
AgeCommit message (Expand)AuthorFilesLines
2010-11-17BKL: remove extraneous #include <smp_lock.h>Gravatar Arnd Bergmann 5-5/+0
2010-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Gravatar Linus Torvalds 4-40/+10
2010-10-27ptrace: cleanup arch_ptrace() on sparcGravatar Namhyung Kim 2-38/+24
2010-10-27ptrace: change signature of arch_ptrace()Gravatar Namhyung Kim 2-4/+6
2010-10-26sparc32: fix build failure on CONFIG_SPARC_LEONGravatar Namhyung Kim 1-2/+2
2010-10-26sparc: Fixed random SPARC/LEON SMP CPU Stuck problem.Gravatar Daniel Hellstrom 1-2/+2
2010-10-26sparc: keep calling do_signal() as long as pending signals remainGravatar Al Viro 2-36/+6
2010-10-25Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 10-201/+50
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 2-0/+2
2010-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflagsGravatar Linus Torvalds 1-7/+6
2010-10-21Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-4/+4
2010-10-18irq_work: Add generic hardirq context callbacksGravatar Peter Zijlstra 1-4/+4
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 2-0/+2
2010-10-12of/promtree: add of_pdt namespace to pdt codeGravatar Andres Salomon 1-1/+1
2010-10-12of/promtree: no longer call prom_ functions directly; use an ops structureGravatar Andres Salomon 1-1/+35
2010-10-12pci: Convert msi to new irq_chip functionsGravatar Thomas Gleixner 1-4/+4
2010-10-10of/promtree: make drivers/of/pdt.c no longer sparc-onlyGravatar Andres Salomon 2-7/+9
2010-10-09sparc: break out some PROM device-tree building code out into drivers/ofGravatar Andres Salomon 1-189/+1
2010-10-09of/sparc: convert various prom_* functions to use phandleGravatar Andres Salomon 7-20/+21
2010-10-07Fix IRQ flag handling namingGravatar David Howells 1-7/+6
2010-09-24Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Ingo Molnar 3-0/+55
2010-09-23Merge branch 'linus' into perf/coreGravatar Ingo Molnar 4-104/+172
2010-09-22jump label: Add sparc64 supportGravatar David S. Miller 3-0/+55
2010-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Gravatar Linus Torvalds 4-104/+171
2010-09-21sparc: Prevent no-handler signal syscall restart recursion.Gravatar David S. Miller 3-1/+7
2010-09-21sparc: Don't mask signal when we can't setup signal frame.Gravatar David S. Miller 3-58/+93
2010-09-20sparc64: Fix race in signal instruction flushing.Gravatar David S. Miller 1-42/+60
2010-09-15Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Ingo Molnar 4-7/+2
2010-09-12sparc64: Support RAW perf events.Gravatar David S. Miller 1-3/+11
2010-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Gravatar Linus Torvalds 3-6/+1
2010-09-09perf: Remove the sysfs bitsGravatar Peter Zijlstra 1-6/+3
2010-09-09perf: Rework the PMU methodsGravatar Peter Zijlstra 1-42/+67
2010-09-09perf: Per PMU disableGravatar Peter Zijlstra 1-9/+11
2010-09-09perf: Reduce perf_disable() usageGravatar Peter Zijlstra 1-0/+3
2010-09-09perf: Register PMU implementationsGravatar Peter Zijlstra 1-13/+16
2010-09-09perf: Deconstify struct pmuGravatar Peter Zijlstra 1-5/+5
2010-09-08sparc: Kill all BKL usage.Gravatar David S. Miller 3-6/+1
2010-08-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-1/+1
2010-08-25Merge branch 'linus' into perf/coreGravatar Ingo Molnar 7-9/+27
2010-08-19Input: sysrq - drop tty argument from sysrq ops handlersGravatar Dmitry Torokhov 1-1/+1
2010-08-19Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Ingo Molnar 28-280/+146
2010-08-19perf: Factorize callchain context handlingGravatar Frederic Weisbecker 1-3/+0
2010-08-19perf: Generalize some arch callchain codeGravatar Frederic Weisbecker 1-31/+15
2010-08-19perf: Generalize callchain_store()Gravatar Frederic Weisbecker 1-16/+10
2010-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Gravatar Linus Torvalds 3-3/+15
2010-08-17Make do_execve() take a const filename pointerGravatar David Howells 4-6/+12
2010-08-16sparc: Hook up new fanotify and prlimit64 syscalls.Gravatar David S. Miller 3-3/+15
2010-08-13Mark arguments to certain syscalls as being constGravatar David Howells 1-3/+4
2010-08-08sparc64: Fix perf_arch_get_caller_regs().Gravatar David S. Miller 1-75/+0
2010-08-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-15/+16