summaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* Merge branches 'perf-fixes-for-linus' and 'x86-fixes-for-linus' of git://git....Linus Torvalds2010-10-301-0/+1
|\
| * jump_label: Fix unaligned traps on sparc.David Miller2010-10-291-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2010-10-297-44/+22
|\ \
| * | sparc32: fix build failure on CONFIG_SPARC_LEONNamhyung Kim2010-10-261-2/+2
| * | sparc: Fixed random SPARC/LEON SMP CPU Stuck problem.Daniel Hellstrom2010-10-261-2/+2
| * | sparc32: remove CONFIG_HAVE_PERF_EVENTS optionNamhyung Kim2010-10-261-3/+0
| * | sparc: don't #include asm/system.h in asm/jump_label.hNamhyung Kim2010-10-261-1/+0
| * | sparc32: Fix unaligned stack handling on trap return.David S. Miller2010-10-261-0/+12
| * | sparc: keep calling do_signal() as long as pending signals remainAl Viro2010-10-262-36/+6
* | | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2010-10-281-6/+0
|\ \ \ | |_|/ |/| |
| * | Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek2010-10-1252-3264/+232
| |\ \
| * | | kbuild: migrate all arch to the kconfig mainmenu upgradeArnaud Lacombe2010-09-191-6/+0
* | | | sparc: remove dma64_addr_t usageFUJITA Tomonori2010-10-271-1/+1
* | | | ptrace: cleanup arch_ptrace() on sparcNamhyung Kim2010-10-272-38/+24
* | | | ptrace: change signature of arch_ptrace()Namhyung Kim2010-10-272-4/+6
* | | | fbmem: fix fb_read, fb_write unaligned accessesJames Hogan2010-10-272-0/+62
* | | | mm: fix race in kunmap_atomic()Peter Zijlstra2010-10-271-1/+3
* | | | mm: remove pte_*map_nested()Peter Zijlstra2010-10-262-5/+0
* | | | mm: stack based kmap_atomic()Peter Zijlstra2010-10-262-23/+29
| |_|/ |/| |
* | | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-10-2527-326/+187
|\ \ \
| * | | of/promtree: add of_pdt namespace to pdt codeAndres Salomon2010-10-121-1/+1
| * | | of/promtree: no longer call prom_ functions directly; use an ops structureAndres Salomon2010-10-121-1/+35
| * | | of/promtree: make drivers/of/pdt.c no longer sparc-onlyAndres Salomon2010-10-104-9/+13
| * | | sparc: break out some PROM device-tree building code out into drivers/ofAndres Salomon2010-10-091-189/+1
| * | | of/sparc: convert various prom_* functions to use phandleAndres Salomon2010-10-0921-142/+154
| * | | sparc: stop exporting openprom.h headerAndres Salomon2010-10-081-1/+0
* | | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-222-0/+2
|\ \ \ \
| * | | | llseek: automatically add .llseek fopArnd Bergmann2010-10-152-0/+2
* | | | | Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-10-212-30/+18
|\ \ \ \ \
| * | | | | memblock, bootmem: Round pfn properly for memory and reserved regionsYinghai Lu2010-10-121-2/+2
| * | | | | Merge commit 'v2.6.36-rc7' into core/memblockIngo Molnar2010-10-088-111/+173
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar2010-08-3177-3799/+864
| |\ \ \ \ \
| * | | | | | memblock: Separate memblock_alloc_nid() and memblock_alloc_try_nid()Benjamin Herrenschmidt2010-08-051-2/+2
| * | | | | | memblock: Introduce default allocation limit and use it to replace explicit onesBenjamin Herrenschmidt2010-08-051-2/+0
| * | | | | | memblock: Remove nid_range argument, arch provides memblock_nid_range() insteadBenjamin Herrenschmidt2010-08-051-10/+6
| * | | | | | memblock/sparc: Use new accessorsBenjamin Herrenschmidt2010-08-041-18/+12
| * | | | | | memblock: Rename memblock_region to memblock_type and memblock_property to me...Benjamin Herrenschmidt2010-08-041-3/+3
| | |_|_|/ / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflagsLinus Torvalds2010-10-214-42/+37
|\ \ \ \ \ \
| * | | | | | Fix IRQ flag handling namingDavid Howells2010-10-074-42/+37
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-10-211-4/+4
|\ \ \ \ \ \
| * | | | | | pci: Convert msi to new irq_chip functionsThomas Gleixner2010-10-121-4/+4
| |/ / / / /
* | | | | | irq_work: Add generic hardirq context callbacksPeter Zijlstra2010-10-183-8/+6
* | | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2010-09-245-0/+88
|\ \ \ \ \ \
| * | | | | | jump label/x86/sparc64: Remove !CC_OPTIMIZE_FOR_SIZE config conditionsSteven Rostedt2010-09-221-1/+1
| * | | | | | jump label: Add sparc64 supportDavid S. Miller2010-09-225-0/+88
* | | | | | | Merge branch 'linus' into perf/coreIngo Molnar2010-09-234-104/+172
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2010-09-224-104/+171
| |\ \ \ \ \ \
| | * | | | | | sparc: Prevent no-handler signal syscall restart recursion.David S. Miller2010-09-213-1/+7
| | * | | | | | sparc: Don't mask signal when we can't setup signal frame.David S. Miller2010-09-213-58/+93
| | * | | | | | sparc64: Fix race in signal instruction flushing.David S. Miller2010-09-201-42/+60
OpenPOWER on IntegriCloud