aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-13mm: unify module_alloc code for vmallocDavid Rientjes1-10/+4
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2-2/+2
2011-01-10Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2-2/+2
2011-01-09sparc64: Fix bootup regression due to perf init ordering.David S. Miller2-2/+2
2011-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6Linus Torvalds4-29/+118
2011-01-04sparc: use _start for the start entry (like 64 bit does)Sam Ravnborg1-2/+1
2011-01-04sparc: use trapbase in setup_archSam Ravnborg1-2/+1
2011-01-04SPARC/LEON: avoid AMBAPP name duplicates in openprom fs when REG is missingDaniel Hellstrom1-8/+19
2011-01-04SPARC/LEON: added support for selecting Timer Core and Timer within coreDaniel Hellstrom1-26/+54
2011-01-04LEON: added raw AMBA vendor/device number to find TIMER, IRQCTRLDaniel Hellstrom1-4/+10
2011-01-04SPARC/LEON: added support for IRQAMP IRQ ControllerDaniel Hellstrom1-0/+14
2011-01-04SPARC/LEON: find IRQCTRL and Timer via OF-Tree, instead of hardcoded.Daniel Hellstrom1-6/+38
2011-01-03sparc: explicitly cast negative phandle checks to s32Andres Salomon2-2/+2
2010-12-22Merge branch 'master' into for-nextJiri Kosina6-7/+2
2010-12-22Merge commit 'v2.6.37-rc7' into perf/coreIngo Molnar1-2/+2
2010-12-16perf: Dynamic pmu typesPeter Zijlstra1-1/+1
2010-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-2/+2
2010-12-10Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6David S. Miller1-2/+2
2010-12-10perf, sparc: Fix CONFIG_PERF_EVENTS=y build errorIngo Molnar1-1/+1
2010-11-26perf, arch: Cleanup perf-pmu init vs lockup-detectorPeter Zijlstra2-4/+5
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann5-5/+0
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-29SPARC/LEON: removed constant timer initialization as if HZ=100, now it reflects the value of HZDaniel Hellstrom1-2/+2
2010-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds4-40/+10
2010-10-27ptrace: cleanup arch_ptrace() on sparcNamhyung Kim2-38/+24
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim2-4/+6
2010-10-26sparc32: fix build failure on CONFIG_SPARC_LEONNamhyung Kim1-2/+2
2010-10-26sparc: Fixed random SPARC/LEON SMP CPU Stuck problem.Daniel Hellstrom1-2/+2
2010-10-26sparc: keep calling do_signal() as long as pending signals remainAl Viro2-36/+6
2010-10-25Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds10-201/+50
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2-0/+2
2010-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflagsLinus Torvalds1-7/+6
2010-10-21Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+4
2010-10-18irq_work: Add generic hardirq context callbacksPeter Zijlstra1-4/+4
2010-10-15llseek: automatically add .llseek fopArnd Bergmann2-0/+2
2010-10-12of/promtree: add of_pdt namespace to pdt codeAndres Salomon1-1/+1
2010-10-12of/promtree: no longer call prom_ functions directly; use an ops structureAndres Salomon1-1/+35
2010-10-12pci: Convert msi to new irq_chip functionsThomas Gleixner1-4/+4
2010-10-10of/promtree: make drivers/of/pdt.c no longer sparc-onlyAndres Salomon2-7/+9
2010-10-09sparc: break out some PROM device-tree building code out into drivers/ofAndres Salomon1-189/+1
2010-10-09of/sparc: convert various prom_* functions to use phandleAndres Salomon7-20/+21
2010-10-07Fix IRQ flag handling namingDavid Howells1-7/+6
2010-09-24Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/coreIngo Molnar3-0/+55
2010-09-23Merge branch 'linus' into perf/coreIngo Molnar4-104/+172
2010-09-22jump label: Add sparc64 supportDavid S. Miller3-0/+55
2010-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds4-104/+171
2010-09-21sparc: Prevent no-handler signal syscall restart recursion.David S. Miller3-1/+7
2010-09-21sparc: Don't mask signal when we can't setup signal frame.David S. Miller3-58/+93
2010-09-20sparc64: Fix race in signal instruction flushing.David S. Miller1-42/+60