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