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
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-14
Merge v5.9-rc5 into drm-next
Daniel Vetter
4
-10
/
+24
2020-09-12
Merge tag 'seccomp-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-6
/
+18
2020-09-11
gcov: add support for GCC 10.1
Peter Oberparleiter
2
-2
/
+3
2020-09-09
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-2
/
+3
2020-09-08
seccomp: don't leave dangling ->notif if file allocation fails
Tycho Andersen
1
-3
/
+8
2020-09-08
seccomp: don't leak memory when filter install races
Tycho Andersen
1
-3
/
+10
2020-09-08
Merge tag 'v5.9-rc4' into drm-next
Dave Airlie
34
-73
/
+104
2020-09-06
Merge tag 'x86-urgent-2020-09-06' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-6
/
+29
2020-09-05
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2020-09-05
fork: adjust sysctl_max_threads definition to match prototype
Tobias Klauser
1
-1
/
+1
2020-09-04
gcov: Disable gcov build with GCC 10
Leon Romanovsky
1
-0
/
+1
2020-09-04
x86/entry: Unbreak 32bit fast syscall
Thomas Gleixner
1
-6
/
+29
2020-09-04
padata: fix possible padata_works_lock deadlock
Daniel Jordan
1
-2
/
+3
2020-09-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-3
/
+2
2020-08-30
Merge tag 'x86-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+7
2020-08-30
Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-21
/
+22
2020-08-30
genirq/matrix: Deal with the sillyness of for_each_cpu() on UP
Thomas Gleixner
1
-0
/
+7
2020-08-28
Merge tag 'drm-misc-next-2020-08-27' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-8
/
+9
2020-08-27
dma-pool: Fix an uninitialized variable bug in atomic_pool_expand()
Dan Carpenter
1
-1
/
+1
2020-08-26
lockdep,trace: Expose tracepoints
Peter Zijlstra
1
-5
/
+9
2020-08-26
cpuidle: Move trace_cpu_idle() into generic code
Peter Zijlstra
1
-0
/
+3
2020-08-26
sched,idle,rcu: Push rcu_idle deeper into the idle path
Peter Zijlstra
1
-14
/
+8
2020-08-26
lockdep: Use raw_cpu_*() for per-cpu variables
Peter Zijlstra
1
-2
/
+2
2020-08-24
bpf, sysctl: Let bpf_stats_handler take a kernel pointer buffer
Tobias Klauser
1
-2
/
+1
2020-08-24
bpf: Fix a buffer out-of-bound access when filling raw_tp link_info
Yonghong Song
1
-1
/
+1
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
26
-41
/
+41
2020-08-23
Merge tag 'core-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+2
2020-08-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-3
/
+18
2020-08-21
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-1
/
+2
2020-08-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-3
/
+18
2020-08-21
uprobes: __replace_page() avoid BUG in munlock_vma_page()
Hugh Dickins
1
-1
/
+1
2020-08-21
kernel/relay.c: fix memleak on destroy relay channel
Wei Yongjun
1
-0
/
+1
2020-08-21
core/entry: Respect syscall number rewrites
Thomas Gleixner
1
-1
/
+2
2020-08-20
Merge tag 'dma-mapping-5.9-1' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2
-71
/
+87
2020-08-18
bpf: Avoid visit same object multiple times
Yonghong Song
1
-1
/
+2
2020-08-18
bpf: Fix a rcu_sched stall issue with bpf task/task_file iterator
Yonghong Song
1
-1
/
+14
2020-08-18
Merge v5.9-rc1 into drm-misc-next
Maxime Ripard
157
-2804
/
+8867
2020-08-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-10
/
+14
2020-08-17
bpf: Use get_file_rcu() instead of get_file() for task_file iterator
Yonghong Song
1
-1
/
+2
2020-08-17
watch_queue: Limit the number of watches a user can hold
David Howells
1
-0
/
+8
2020-08-16
Merge tag 'io_uring-5.9-2020-08-15' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-2
/
+22
2020-08-15
Merge tag 'sh-for-5.9' of git://git.libc.org/linux-sh
Linus Torvalds
1
-0
/
+3
2020-08-15
Merge tag 'x86-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-15
/
+26
2020-08-15
Merge tag 'sched-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-12
/
+5
2020-08-15
Merge tag 'perf-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+2
2020-08-15
Merge tag 'locking-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+2
2020-08-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-173
/
+1
2020-08-14
all arch: remove system call sys_sysctl
Xiaoming Ni
3
-173
/
+1
2020-08-14
dma-mapping: consolidate the NO_DMA definition in kernel/dma/Kconfig
Christoph Hellwig
1
-0
/
+3
2020-08-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-10
/
+14
[next]