| Commit message (Expand) | Author | Age | Files | Lines |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 17 | -0/+17 |
* | sparc: fixing ident and beautifying code | netmonk@netmonk.org | 2016-10-06 | 1 | -28/+24 |
* | sparc64: Fix register corruption in top-most kernel stack frame during boot. | David S. Miller | 2014-10-24 | 3 | -8/+5 |
* | sparc64: Fix lockdep warnings on reboot on Ultra-5 | David S. Miller | 2014-10-10 | 1 | -3/+4 |
* | sparc64: Increase size of boot string to 1024 bytes | Dave Kleikamp | 2014-10-07 | 1 | -1/+4 |
* | sparc64: fix sparse warnings in smp_64.c | Sam Ravnborg | 2014-05-19 | 1 | -5/+0 |
* | sparc: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-01-29 | 1 | -1/+0 |
* | arch: sparc: prom: looping issue, need additional length check in the outside... | Chen Gang | 2013-06-19 | 1 | -5/+7 |
* | sparc: remove inline marking of EXPORT_SYMBOL functions | Denis Efremov | 2013-06-19 | 1 | -8/+8 |
* | sparc32: Remove superfluous extern declarations for prom_*() functions | Geert Uytterhoeven | 2012-06-27 | 1 | -3/+0 |
* | sparc: Correct comments about prom_init() return values | Geert Uytterhoeven | 2012-06-27 | 2 | -4/+4 |
* | sparc32: drop sun4c support | Sam Ravnborg | 2012-05-12 | 2 | -29/+0 |
* | Disintegrate asm/system.h for Sparc | David Howells | 2012-03-28 | 6 | -6/+0 |
* | sparc: Remove unnecessary semicolons | Joe Perches | 2011-06-08 | 3 | -3/+3 |
* | sparc32: remove tick14.c | Sam Ravnborg | 2011-03-17 | 1 | -4/+0 |
* | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2011-01-10 | 4 | -20/+21 |
|\ |
|
| * | sparc: explicitly cast negative phandle checks to s32 | Andres Salomon | 2011-01-04 | 4 | -21/+22 |
* | | sparc: fix sparse warnings in arch/sparc/prom for 32 bit build | Sam Ravnborg | 2011-01-03 | 4 | -7/+10 |
* | | sparc: remove unused prom tree functions | Sam Ravnborg | 2011-01-03 | 1 | -41/+3 |
* | | sparc: remove unused prom cpu functions | Sam Ravnborg | 2011-01-03 | 1 | -78/+0 |
* | | sparc: drop prom/palloc.c | Sam Ravnborg | 2011-01-03 | 2 | -44/+0 |
* | | sparc: drop prom/devmap.c | Sam Ravnborg | 2011-01-03 | 2 | -54/+0 |
* | | sparc: Eliminate prom_stdin. | David S. Miller | 2010-12-12 | 2 | -4/+1 |
* | | sparc: prom: Sanitize return value from prom_nbputchar() | Julian Calaby | 2010-12-12 | 1 | -3/+4 |
|/ |
|
* | sparc: Write to prom console using indirect buffer. | David S. Miller | 2010-12-01 | 3 | -25/+48 |
* | sparc: Delete prom_*getchar(). | David S. Miller | 2010-11-30 | 2 | -73/+0 |
* | sparc: Pass buffer pointer all the way down to prom_{get,put}char(). | David S. Miller | 2010-11-30 | 3 | -49/+50 |
* | sparc: Do not export prom_nb{get,put}char(). | David S. Miller | 2010-11-17 | 2 | -8/+4 |
* | sparc64: Delete prom_setcallback(). | David S. Miller | 2010-11-16 | 1 | -14/+0 |
* | sparc64: Unexport prom_service_exists(). | David S. Miller | 2010-11-16 | 1 | -1/+1 |
* | sparc: Kill prom devops_{32,64}.c | David S. Miller | 2010-11-16 | 3 | -155/+0 |
* | sparc: Remove prom_pathtoinode() | David S. Miller | 2010-11-16 | 2 | -34/+0 |
* | sparc64: Delete prom_puts() unused. | David S. Miller | 2010-11-16 | 1 | -16/+0 |
* | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2010-10-25 | 7 | -68/+73 |
|\ |
|
| * | of/sparc: convert various prom_* functions to use phandle | Andres Salomon | 2010-10-09 | 7 | -68/+73 |
* | | Fix IRQ flag handling naming | David Howells | 2010-10-07 | 1 | -1/+1 |
|/ |
|
* | sparc64: Get rid of indirect p1275 PROM call buffer. | David S. Miller | 2010-08-24 | 6 | -273/+453 |
* | sparc64: Make prom entry spinlock NMI safe. | David S. Miller | 2010-03-03 | 1 | -5/+7 |
* | sparc: remove redundant return statements | Jan Engelhardt | 2010-02-10 | 10 | -12/+0 |
* | sparc64: Fix bootup with mcount in some configs. | David S. Miller | 2009-09-04 | 2 | -5/+4 |
* | sparc: Eliminate PROMLIB_INTERNAL as it does nothing | Julian Calaby | 2009-01-09 | 1 | -2/+0 |
* | sparc: Kill exports of prom internal functions | Julian Calaby | 2009-01-09 | 2 | -4/+0 |
* | sparc64: move EXPORT_SYMBOL to the symbols definition | Sam Ravnborg | 2009-01-09 | 2 | -2/+21 |
* | sparc: move EXPORT_SYMBOL to the symbols definition | Sam Ravnborg | 2009-01-09 | 4 | -0/+27 |
* | sparc: Use sparc64 version of prom/printf.c | Robert Reif | 2008-12-08 | 3 | -49/+1 |
* | sparc: Const'ify prom_*prop*() on sparc32. | David S. Miller | 2008-12-06 | 1 | -3/+3 |
* | sparc: drop CONFIG_SUN_AUXIO | Sam Ravnborg | 2008-12-04 | 1 | -2/+0 |
* | sparc,sparc64: unify prom/ | Sam Ravnborg | 2008-12-04 | 10 | -0/+1096 |
* | sparc: prepare prom/ for unification | Sam Ravnborg | 2008-12-04 | 8 | -2/+13 |
* | sparc: remove CONFIG_SUN4 | Adrian Bunk | 2008-09-01 | 6 | -196/+0 |