index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
sparc
/
kernel
/
entry.S
Commit message (
Expand
)
Author
Age
Files
Lines
*
sparc: get rid of asm wrapper for nis_syscall()
Al Viro
2018-03-20
1
-7
/
+0
*
sparc: get rid of sys_sparc_pipe() wrappers
Al Viro
2018-03-19
1
-8
/
+0
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
sparc: move exports to definitions
Al Viro
2016-08-07
1
-0
/
+3
*
sparc32: drop hardcoding trap_level in kgdb_trap
Sam Ravnborg
2016-05-20
1
-6
/
+4
*
sparc: Fix misspellings in comments.
Adam Buchbinder
2016-03-20
1
-1
/
+1
*
sparc: Fix system call tracing register handling.
Mike Frysinger
2016-01-21
1
-0
/
+17
*
sparc32: Fix exit flag passed from traced sys_sigreturn
Kirill Tkhai
2013-07-31
1
-1
/
+1
*
sparc: switch to generic sigaltstack
Al Viro
2013-02-03
1
-8
/
+0
*
sparc32: switch to generic sys_execve()
Al Viro
2012-10-16
1
-16
/
+3
*
sparc32: switch to generic kernel_execve()
Al Viro
2012-10-16
1
-2
/
+9
*
sparc32: switch to generic kernel_thread()
Al Viro
2012-10-16
1
-0
/
+10
*
sparc32: bury the remnants of LOWSYS tricks
Al Viro
2012-10-16
1
-13
/
+2
*
sparc32: introduce support for run-time patching for all shared assembler code
Sam Ravnborg
2012-05-27
1
-2
/
+5
*
sparc32,leon: always include leon_smp + leon_mm in build
Sam Ravnborg
2012-05-27
1
-3
/
+0
*
sparc32: Move GET_PROCESSOR*_ID() out of asm/asmmacro.h
David S. Miller
2012-05-19
1
-0
/
+5
*
sparc32: Kill off software 32-bit multiply/divide routines.
David S. Miller
2012-05-15
1
-11
/
+16
*
sparc32: Implement hard_smp_processor_id() via instruction patching.
David S. Miller
2012-05-14
1
-0
/
+23
*
sparc32: Remove sparc_cpu_model read from floppy interrupt handler.
David S. Miller
2012-05-12
1
-2
/
+0
*
sparc32: Remove sun4c tlb/vac insn patching from entry.S
David S. Miller
2012-05-11
1
-37
/
+0
*
sparc32: Restore SMP build and rectify sun4m NMI when non-SMP.
David S. Miller
2012-05-11
1
-49
/
+29
*
sparc32: Remove sun4c floppy assembler.
David S. Miller
2012-05-11
1
-10
/
+1
*
sparc32: delete pgtsun4c.h
Sam Ravnborg
2012-05-11
1
-1
/
+0
*
sparc32: remove sun4c traps
Sam Ravnborg
2012-05-11
1
-248
/
+0
*
sparc32: drop sun4c support
Sam Ravnborg
2012-05-11
1
-13
/
+7
*
sparc: sun4m SMP: fix wrong shift instruction in IPI handler
Will Simoneau
2011-07-16
1
-1
/
+1
*
sparc32, sun4m: bugfix in SMP IPI traphandler
Daniel Hellstrom
2011-06-09
1
-2
/
+2
*
sparc32: added CONFIG_PCIC_PCI Kconfig setting
Daniel Hellstrom
2011-06-02
1
-2
/
+2
*
sparc32, sun4m: Implemented SMP IPIs support for SUN4M machines
Daniel Hellstrom
2011-05-16
1
-4
/
+25
*
sparc32,leon: Implemented SMP IPIs for LEON CPU
Daniel Hellstrom
2011-05-16
1
-0
/
+16
*
sparc32,leon: per-cpu ticker use genirq per-cpu handler
Daniel Hellstrom
2011-04-21
1
-16
/
+0
*
Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6
Linus Torvalds
2011-04-07
1
-2
/
+2
|
\
|
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-2
/
+2
*
|
sparc32: Pass task_struct to schedule_tail() in ret_from_fork
Tkhai Kirill
2011-03-31
1
-1
/
+1
|
/
*
sparc64: Add syscall tracepoint support.
David S. Miller
2009-12-11
1
-1
/
+1
*
sparc,leon: Sparc-Leon SMP support
Konrad Eisele
2009-11-02
1
-0
/
+33
*
[CVE-2009-0029] Remove __attribute__((weak)) from sys_pipe/sys_pipe2
Heiko Carstens
2009-01-14
1
-2
/
+2
*
sparc32: Use PROM device probing for sun4m irq registers.
David S. Miller
2008-09-19
1
-20
/
+20
*
sparc: remove CONFIG_SUN4
Adrian Bunk
2008-08-31
1
-54
/
+0
*
sparc: Use tracehook routines in syscall_trace().
David S. Miller
2008-07-27
1
-2
/
+10
*
sparc: export openprom.h to userspace
Sam Ravnborg
2008-07-17
1
-0
/
+1
*
sparc/kernel/: possible cleanups
Adrian Bunk
2008-07-17
1
-3
/
+1
*
sparc: Fix debugger syscall restart interactions.
David S. Miller
2008-05-11
1
-0
/
+2
*
sparc: Add kgdb support.
David S. Miller
2008-04-29
1
-81
/
+44
*
sparc: cleanup after SunOS binary emulation removal
Adrian Bunk
2008-04-23
1
-1
/
+0
*
[SPARC]: Remove SunOS and Solaris binary support.
David S. Miller
2008-04-21
1
-195
/
+11
*
[SPARC]: Move over to arch_ptrace().
David S. Miller
2008-02-07
1
-17
/
+0
*
[SPARC32]: Fix modular build of floppy driver.
David S. Miller
2007-08-03
1
-4
/
+3
*
[SPARC32]: Fix rounding errors in ndelay/udelay implementation.
Mark Fortescue
2007-07-21
1
-4
/
+10
*
[SPARC]: Fix robust futex syscalls and wire up migrate_pages.
David S. Miller
2006-11-05
1
-2
/
+1
[next]