summaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* SPARC/LEON: find IRQCTRL and Timer via OF-Tree, instead of hardcoded.Daniel Hellstrom2011-01-041-6/+38
* sparc: fix sparse warnings in arch/sparc/prom for 32 bit buildSam Ravnborg2011-01-035-8/+15
* sparc: remove unused prom tree functionsSam Ravnborg2011-01-032-52/+3Star
* sparc: remove unused prom cpu functionsSam Ravnborg2011-01-032-87/+0Star
* sparc: drop prom/palloc.cSam Ravnborg2011-01-033-54/+0Star
* sparc: drop prom/devmap.cSam Ravnborg2011-01-033-66/+0Star
* sparc: Eliminate prom_stdin.David S. Miller2010-12-123-6/+3Star
* sparc: prom: Sanitize return value from prom_nbputchar()Julian Calaby2010-12-121-3/+4
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6David S. Miller2010-12-1113-409/+64Star
|\
| * sparc: Write to prom console using indirect buffer.David S. Miller2010-12-015-29/+52
| * sparc: Delete prom_*getchar().David S. Miller2010-11-304-83/+0Star
| * 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/+4Star
| * sparc64: Delete prom_setcallback().David S. Miller2010-11-162-22/+0Star
| * sparc64: Unexport prom_service_exists().David S. Miller2010-11-162-2/+1Star
| * sparc: Kill prom devops_{32,64}.cDavid S. Miller2010-11-165-195/+0Star
| * sparc: Remove prom_pathtoinode()David S. Miller2010-11-164-36/+0Star
| * sparc64: Delete prom_puts() unused.David S. Miller2010-11-161-16/+0Star
| * 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/+0Star
* | 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/+22Star
|\ \ \ | | |/ | |/|
| * | 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/+0Star
| * | sparc: don't #include asm/system.h in asm/jump_label.hNamhyung Kim2010-10-261-1/+0Star
| * | 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/+6Star
* | | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2010-10-291-6/+0Star
|\ \ \ | |_|/ |/| |
| * | Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek2010-10-1252-3264/+232Star
| |\ \
| * | | kbuild: migrate all arch to the kconfig mainmenu upgradeArnaud Lacombe2010-09-201-6/+0Star
* | | | sparc: remove dma64_addr_t usageFUJITA Tomonori2010-10-281-1/+1
* | | | ptrace: cleanup arch_ptrace() on sparcNamhyung Kim2010-10-282-38/+24Star
* | | | ptrace: change signature of arch_ptrace()Namhyung Kim2010-10-282-4/+6
* | | | fbmem: fix fb_read, fb_write unaligned accessesJames Hogan2010-10-282-0/+62
* | | | mm: fix race in kunmap_atomic()Peter Zijlstra2010-10-281-1/+3
* | | | mm: remove pte_*map_nested()Peter Zijlstra2010-10-272-5/+0Star
* | | | mm: stack based kmap_atomic()Peter Zijlstra2010-10-272-23/+29
| |_|/ |/| |
* | | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-10-2527-326/+187Star
|\ \ \
| * | | of/promtree: add of_pdt namespace to pdt codeAndres Salomon2010-10-131-1/+1
| * | | of/promtree: no longer call prom_ functions directly; use an ops structureAndres Salomon2010-10-131-1/+35
| * | | of/promtree: make drivers/of/pdt.c no longer sparc-onlyAndres Salomon2010-10-114-9/+13
| * | | sparc: break out some PROM device-tree building code out into drivers/ofAndres Salomon2010-10-091-189/+1Star
| * | | of/sparc: convert various prom_* functions to use phandleAndres Salomon2010-10-0921-142/+154
| * | | sparc: stop exporting openprom.h headerAndres Salomon2010-10-081-1/+0Star
* | | | 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-222-30/+18Star
|\ \ \ \ \
| * | | | | memblock, bootmem: Round pfn properly for memory and reserved regionsYinghai Lu2010-10-131-2/+2