aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2010-12-1413-409/+64
|\
| * sparc: Write to prom console using indirect buffer.David S. Miller2010-11-305-29/+52
| * sparc: Delete prom_*getchar().David S. Miller2010-11-304-83/+0
| * sparc: Pass buffer pointer all the way down to prom_{get,put}char().David S. Miller2010-11-306-54/+55
| * sparc: Do not export prom_nb{get,put}char().David S. Miller2010-11-174-20/+4
| * sparc64: Delete prom_setcallback().David S. Miller2010-11-162-22/+0
| * sparc64: Unexport prom_service_exists().David S. Miller2010-11-162-2/+1
| * sparc: Kill prom devops_{32,64}.cDavid S. Miller2010-11-165-195/+0
| * sparc: Remove prom_pathtoinode()David S. Miller2010-11-164-36/+0
| * sparc64: Delete prom_puts() unused.David S. Miller2010-11-161-16/+0
| * SPARC/LEON: removed constant timer initialization as if HZ=100, now it reflec...Daniel Hellstrom2010-10-291-2/+2
* | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-175-5/+0
* | 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
|\ \ \ \ \ \