index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
sparc
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-20
convert compat sync_file_range() to COMPAT_SYSCALL_DEFINE
Al Viro
3
-7
/
+8
2018-03-20
switch sparc_remap_file_pages() to SYSCALL_DEFINE
Al Viro
3
-5
/
+5
2018-03-20
sparc: get rid of memory_ordering(2) wrapper
Al Viro
3
-7
/
+3
2018-03-20
sparc: trivial conversions to {COMPAT_,}SYSCALL_DEFINE()
Al Viro
4
-22
/
+22
2018-03-20
sparc: bury a zombie extern that had been that way for twenty years
Al Viro
1
-2
/
+0
2018-03-20
sparc: get rid of remaining SIGN... wrappers
Al Viro
4
-52
/
+18
2018-03-20
sparc: kill useless SIGN... wrappers
Al Viro
2
-17
/
+7
2018-03-19
sparc: get rid of sys_sparc_pipe() wrappers
Al Viro
5
-16
/
+5
2018-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next
Linus Torvalds
3
-3
/
+58
2018-01-22
sparc64: drop unneeded compat include
Rolf Eike Beer
1
-3
/
+0
2018-01-22
sparc64: Oracle DAX infrastructure
Rob Gardner
2
-0
/
+58
2018-01-15
signal: Unify and correct copy_siginfo_to_user32
Eric W. Biederman
1
-53
/
+0
2018-01-15
signal: Unify and correct copy_siginfo_from_user32
Eric W. Biederman
1
-16
/
+0
2017-11-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
6
-14
/
+94
2017-11-17
Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2
-12
/
+5
2017-11-15
sparc64: Convert timers to user timer_setup()
Allen Pais
1
-3
/
+3
2017-11-15
sparc64: convert mdesc_handle.refcnt from atomic_t to refcount_t
Elena Reshetova
1
-8
/
+9
2017-11-15
sparc/led: Convert timers to use timer_setup()
Kees Cook
1
-7
/
+9
2017-11-15
sparc64: Use sparc optimized fls and __fls for T4 and above
Vijay Kumar
1
-0
/
+2
2017-11-15
vDSO for sparc
Nagarathnam Muthusamy
3
-2
/
+80
2017-11-13
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-7
/
+9
2017-11-02
sparc/led: Convert timers to use timer_setup()
Kees Cook
1
-7
/
+9
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
135
-0
/
+135
2017-09-27
sparc: time: Remove unneeded linux/miscdevice.h include
Corentin Labbe
1
-1
/
+0
2017-09-19
sparc: switch to {get,put}_compat_sigset()
Al Viro
1
-7
/
+2
2017-09-19
get_compat_sigset()
Al Viro
1
-3
/
+1
2017-09-19
signal: replace sigset_to_compat() with put_compat_sigset()
Dmitry V. Levin
1
-3
/
+3
2017-09-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
3
-10
/
+10
2017-09-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next
Linus Torvalds
16
-20
/
+225
2017-09-09
sparc64: Handle additional cases of no fault loads
Rob Gardner
1
-0
/
+51
2017-09-09
sparc64: speed up etrap/rtrap on NG2 and later processors
Anthony Yznaga
4
-6
/
+43
2017-09-08
Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-28
/
+18
2017-09-07
Merge branch 'pci/resource' into next
Bjorn Helgaas
3
-22
/
+0
2017-08-28
sparc: leon: grpci1: constify of_device_id
Arvind Yadav
1
-1
/
+1
2017-08-28
sparc: leon: grpci2: constify of_device_id
Arvind Yadav
1
-1
/
+1
2017-08-21
sparc: kernel/pcic: silence gcc 7.x warning in pcibios_fixup_bus()
Thomas Petazzoni
1
-1
/
+1
2017-08-16
sparc64: remove unnecessary log message
Tushar Dave
1
-2
/
+0
2017-08-15
sparc64: Add 16GB hugepage support
Nitin Gupta
3
-2
/
+7
2017-08-15
sparc64: vcc: Add RX & TX timer for delayed LDC operation
Jag Raman
1
-0
/
+1
2017-08-15
sparc64: vcc: Enable VCC port probe and removal
Jag Raman
2
-3
/
+10
2017-08-15
sparc64: vcc: Add VCC debug message macros
Jag Raman
1
-0
/
+1
2017-08-10
arch/sparc: Optimized memcpy, memset, copy_to_user, copy_from_user for M7/M8
Babu Moger
1
-2
/
+14
2017-08-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
David S. Miller
5
-10
/
+46
2017-08-10
sparc64: Revert 16GB huge page support.
David S. Miller
2
-6
/
+1
2017-08-09
sparc64: Use CPU_POKE to resume idle cpu
Vijay Kumar
4
-5
/
+85
2017-08-09
sparc64: Add a new hypercall CPU_POKE
Vijay Kumar
1
-0
/
+11
2017-08-09
sparc64: Add 16GB hugepage support
Nitin Gupta
2
-1
/
+6
2017-08-04
sparc64: recognize and support sparc M8 cpu type
Allen Pais
4
-2
/
+26
2017-08-04
sparc64: properly name the cpu constants
Allen Pais
1
-8
/
+8
2017-08-03
sparc/PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooks
Lorenzo Pieralisi
1
-6
/
+18
[next]