index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
sparc
/
prom
Age
Commit message (
Expand
)
Author
Lines
2025-09-26
sparc64: Replace deprecated strcpy() with strscpy() in prom_nextprop()
Thorsten Blum
-1
/
+1
2025-09-26
sparc: Drop the "-ansi" from the asflags
Thomas Huth
-1
/
+0
2024-07-11
sparc64: Fix prototype warning for prom_get_mmu_ihandle
Andreas Larsson
-1
/
+1
2024-07-11
sparc64: Fix incorrect function signature and add prototype for prom_cif_init
Andreas Larsson
-4
/
+1
2024-04-22
sparc: Compare pointers to NULL instead of 0
Thorsten Blum
-1
/
+1
2023-12-10
arch: turn off -Werror for architectures with known warnings
Arnd Bergmann
-1
/
+0
2023-06-14
sparc64: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
-1
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
-0
/
+17
2016-10-06
sparc: fixing ident and beautifying code
netmonk@netmonk.org
-28
/
+24
2014-10-24
sparc64: Fix register corruption in top-most kernel stack frame during boot.
David S. Miller
-8
/
+5
2014-10-10
sparc64: Fix lockdep warnings on reboot on Ultra-5
David S. Miller
-3
/
+4
2014-10-07
sparc64: Increase size of boot string to 1024 bytes
Dave Kleikamp
-1
/
+4
2014-05-18
sparc64: fix sparse warnings in smp_64.c
Sam Ravnborg
-5
/
+0
2014-01-28
sparc: delete non-required instances of include <linux/init.h>
Paul Gortmaker
-1
/
+0
2013-06-19
arch: sparc: prom: looping issue, need additional length check in the outside...
Chen Gang
-5
/
+7
2013-06-19
sparc: remove inline marking of EXPORT_SYMBOL functions
Denis Efremov
-8
/
+8
2012-06-27
sparc32: Remove superfluous extern declarations for prom_*() functions
Geert Uytterhoeven
-3
/
+0
2012-06-27
sparc: Correct comments about prom_init() return values
Geert Uytterhoeven
-4
/
+4
2012-05-11
sparc32: drop sun4c support
Sam Ravnborg
-29
/
+0
2012-03-28
Disintegrate asm/system.h for Sparc
David Howells
-6
/
+0
2011-06-07
sparc: Remove unnecessary semicolons
Joe Perches
-3
/
+3
2011-03-16
sparc32: remove tick14.c
Sam Ravnborg
-4
/
+0
2011-01-10
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
-20
/
+21
2011-01-03
sparc: explicitly cast negative phandle checks to s32
Andres Salomon
-21
/
+22
2011-01-03
sparc: fix sparse warnings in arch/sparc/prom for 32 bit build
Sam Ravnborg
-7
/
+10
2011-01-02
sparc: remove unused prom tree functions
Sam Ravnborg
-41
/
+3
2011-01-02
sparc: remove unused prom cpu functions
Sam Ravnborg
-78
/
+0
2011-01-02
sparc: drop prom/palloc.c
Sam Ravnborg
-44
/
+0
2011-01-02
sparc: drop prom/devmap.c
Sam Ravnborg
-54
/
+0
2010-12-12
sparc: Eliminate prom_stdin.
David S. Miller
-4
/
+1
2010-12-12
sparc: prom: Sanitize return value from prom_nbputchar()
Julian Calaby
-3
/
+4
2010-11-30
sparc: Write to prom console using indirect buffer.
David S. Miller
-25
/
+48
2010-11-30
sparc: Delete prom_*getchar().
David S. Miller
-73
/
+0
2010-11-30
sparc: Pass buffer pointer all the way down to prom_{get,put}char().
David S. Miller
-49
/
+50
2010-11-17
sparc: Do not export prom_nb{get,put}char().
David S. Miller
-8
/
+4
2010-11-16
sparc64: Delete prom_setcallback().
David S. Miller
-14
/
+0
2010-11-16
sparc64: Unexport prom_service_exists().
David S. Miller
-1
/
+1
2010-11-16
sparc: Kill prom devops_{32,64}.c
David S. Miller
-155
/
+0
2010-11-16
sparc: Remove prom_pathtoinode()
David S. Miller
-34
/
+0
2010-11-16
sparc64: Delete prom_puts() unused.
David S. Miller
-16
/
+0
2010-10-25
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
-68
/
+73
2010-10-09
of/sparc: convert various prom_* functions to use phandle
Andres Salomon
-68
/
+73
2010-10-07
Fix IRQ flag handling naming
David Howells
-1
/
+1
2010-08-23
sparc64: Get rid of indirect p1275 PROM call buffer.
David S. Miller
-273
/
+453
2010-03-03
sparc64: Make prom entry spinlock NMI safe.
David S. Miller
-5
/
+7
2010-02-10
sparc: remove redundant return statements
Jan Engelhardt
-12
/
+0
2009-09-04
sparc64: Fix bootup with mcount in some configs.
David S. Miller
-5
/
+4
2009-01-08
sparc: Eliminate PROMLIB_INTERNAL as it does nothing
Julian Calaby
-2
/
+0
2009-01-08
sparc: Kill exports of prom internal functions
Julian Calaby
-4
/
+0
2009-01-08
sparc64: move EXPORT_SYMBOL to the symbols definition
Sam Ravnborg
-2
/
+21
[next]