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-11-27
sparc32: supress another implicit-fallthrough warning
Stephen Rothwell
1
-0
/
+1
2018-11-27
sparc32: suppress an implicit-fallthrough warning
Stephen Rothwell
1
-0
/
+1
2018-11-27
sparc: suppress the implicit-fallthrough warning
Stephen Rothwell
1
-0
/
+1
2018-11-18
arch/sparc: Use kzalloc_node
Sabyasachi Gupta
1
-2
/
+1
2018-11-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
2
-7
/
+2
2018-10-31
sparc64: Wire up compat getpeername and getsockname.
David S. Miller
1
-2
/
+2
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
4
-5
/
+3
2018-10-31
memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants
Mike Rapoport
1
-1
/
+1
2018-10-31
memblock: replace free_bootmem_late with memblock_free_late
Mike Rapoport
1
-1
/
+2
2018-10-31
memblock: replace free_bootmem{_node} with memblock_free
Mike Rapoport
1
-1
/
+1
2018-10-31
memblock: replace __alloc_bootmem with memblock_alloc_from
Mike Rapoport
2
-6
/
+6
2018-10-31
memblock: replace __alloc_bootmem_node with appropriate memblock_ API
Mike Rapoport
2
-8
/
+6
2018-10-31
memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*
Mike Rapoport
2
-2
/
+2
2018-10-29
sparc64: Remvoe set_fs() from perf_callchain_user().
David S. Miller
1
-5
/
+0
2018-10-26
sparc64: Make corrupted user stacks more debuggable.
David Miller
4
-9
/
+35
2018-10-22
sparc: Improve VDSO instruction patching.
David S. Miller
1
-3
/
+0
2018-10-15
Revert "sparc: Convert to using %pOFn instead of device_node.name"
David S. Miller
4
-51
/
+51
2018-10-14
sparc64: Set %l4 properly on trap return after handling signals.
David S. Miller
1
-1
/
+2
2018-10-12
sparc: Throttle perf events properly.
David S. Miller
1
-0
/
+9
2018-10-12
sparc: Fix single-pcr perf event counter management.
David S. Miller
1
-4
/
+13
2018-10-09
sparc: Wire up io_pgetevents system call.
David S. Miller
2
-3
/
+3
2018-10-07
sparc64: fix fall-through annotation
Gustavo A. R. Silva
1
-1
/
+1
2018-10-07
sparc32: fix fall-through annotation
Gustavo A. R. Silva
1
-1
/
+1
2018-10-07
sparc64: viohs: Remove VLA usage
Kees Cook
1
-3
/
+9
2018-10-07
sparc: Convert to using %pOFn instead of device_node.name
Rob Herring
4
-51
/
+51
2018-09-02
sparc: set a default 32-bit dma mask for OF devices
Christoph Hellwig
2
-0
/
+7
2018-08-24
Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-17
/
+25
2018-08-21
sparc: use generic dma_noncoherent_ops
Christoph Hellwig
1
-162
/
+31
2018-08-13
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-59
/
+6
2018-08-11
sys: don't hold uts_sem while accessing userspace memory
Jann Horn
2
-17
/
+25
2018-07-30
sparc/time: Add missing __init to init_tick_ops()
Steven Rostedt (VMware)
1
-1
/
+1
2018-06-21
bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobe
Masami Hiramatsu
1
-3
/
+4
2018-06-21
sparc64/kprobes: Don't call the ->break_handler() in sparc64 kprobes code
Masami Hiramatsu
1
-9
/
+2
2018-06-21
sparc64/kprobes: Remove jprobe implementation
Masami Hiramatsu
1
-47
/
+0
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+2
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2
-3
/
+5
2018-06-07
Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-174
/
+159
2018-06-04
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
6
-217
/
+54
2018-06-04
Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
6
-19
/
+268
2018-05-22
sparc/PCI: Use dev_printk() when possible
Bjorn Helgaas
5
-79
/
+70
2018-05-21
sparc32/PCI/PCIC: Converge device enable path
Bjorn Helgaas
1
-41
/
+30
2018-05-21
sparc32/PCI/LEON: Converge device enable path
Bjorn Helgaas
1
-41
/
+23
2018-05-16
proc: introduce proc_create_single{,_data}
Christoph Hellwig
1
-15
/
+4
2018-05-09
iommu-common: move to arch/sparc
Christoph Hellwig
5
-4
/
+268
2018-05-08
dma-debug: move initialization to common code
Christoph Hellwig
2
-15
/
+0
2018-04-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
1
-1
/
+1
2018-04-30
sparc: vio: use put_device() instead of kfree()
Arvind Yadav
1
-1
/
+1
2018-04-25
signal/sparc: Use force_sig_fault where appropriate
Eric W. Biederman
5
-159
/
+34
2018-04-25
signal/sparc: Use send_sig_fault where appropriate
Eric W. Biederman
2
-85
/
+20
2018-04-25
signal: Ensure every siginfo we send has all bits initialized
Eric W. Biederman
5
-0
/
+27
[next]