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
2018-10-24
Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+2
2018-10-24
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
6
-170
/
+291
2018-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
17
-3001
/
+1498
2018-10-23
Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-0
/
+6
2018-10-23
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-1
/
+20
2018-10-23
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
6
-102
/
+94
2018-10-23
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-30
/
+52
2018-10-23
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
8
-84
/
+262
2018-10-23
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-14
/
+39
2018-10-23
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
14
-225
/
+342
2018-10-23
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
14
-2387
/
+2008
2018-10-23
Merge branch 'x86/cache' into perf/core, to pick up fixes
Ingo Molnar
7
-22
/
+114
2018-10-23
Merge tag 'pm-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-1
/
+1
2018-10-22
umh: Add command line to user mode helpers
Olivier Brunel
1
-2
/
+14
2018-10-23
Merge tag 'regulator-v5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/b...
Linus Torvalds
1
-0
/
+1
2018-10-22
Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
7
-192
/
+246
2018-10-22
Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-11
/
+41
2018-10-22
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-5
/
+9
2018-10-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
8
-20
/
+500
2018-10-22
x86/stackprotector: Remove the call to boot_init_stack_canary() from cpu_star...
Christophe Leroy
2
-16
/
+0
2018-10-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-11
/
+47
2018-10-21
Merge remote-tracking branches 'regulator/topic/bd718xx' and 'regulator/topic...
Mark Brown
1
-0
/
+1
2018-10-20
bpf, verifier: avoid retpoline for map push/pop/peek operation
Daniel Borkmann
1
-1
/
+24
2018-10-20
bpf, verifier: remove unneeded flow key in check_helper_mem_access
Daniel Borkmann
1
-2
/
+0
2018-10-20
bpf, verifier: reject xadd on flow key memory
Daniel Borkmann
1
-1
/
+10
2018-10-20
bpf, verifier: fix register type dump in xadd and st
Daniel Borkmann
1
-6
/
+13
2018-10-20
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Greg Kroah-Hartman
2
-4
/
+22
2018-10-20
Merge tag 'trace-v4.19-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Greg Kroah-Hartman
1
-7
/
+25
2018-10-19
tracing: Fix synthetic event to allow semicolon at end
Masami Hiramatsu
1
-1
/
+1
2018-10-19
tracing: Fix synthetic event to accept unsigned modifier
Masami Hiramatsu
1
-6
/
+24
2018-10-19
bpf: remove unused variable
Alexei Starovoitov
1
-1
/
+1
2018-10-19
bpf: add cg_skb_is_valid_access for BPF_PROG_TYPE_CGROUP_SKB
Song Liu
1
-0
/
+6
2018-10-19
bpf: add MAP_LOOKUP_AND_DELETE_ELEM syscall
Mauricio Vasquez B
1
-0
/
+66
2018-10-19
bpf: add queue and stack maps
Mauricio Vasquez B
6
-2
/
+359
2018-10-19
bpf/verifier: add ARG_PTR_TO_UNINIT_MAP_VALUE
Mauricio Vasquez B
1
-3
/
+6
2018-10-19
bpf/syscall: allow key to be null in map functions
Mauricio Vasquez B
1
-4
/
+15
2018-10-19
bpf: rename stack trace map operations
Mauricio Vasquez B
1
-1
/
+1
2018-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-29
/
+15
2018-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Greg Kroah-Hartman
1
-8
/
+2
2018-10-19
locking/lockdep: Fix debug_locks off performance problem
Waiman Long
1
-2
/
+2
2018-10-18
Merge branches 'acpi-pm' and 'pm-sleep'
Rafael J. Wysocki
1
-1
/
+1
2018-10-18
Merge tag 'trace-v4.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
2
-21
/
+13
2018-10-17
tracing: Use trace_clock_local() for looping in preemptirq_delay_test.c
Steven Rostedt (VMware)
1
-5
/
+5
2018-10-17
tracepoint: Fix tracepoint array element size mismatch
Mathieu Desnoyers
1
-16
/
+8
2018-10-17
locking/pvqspinlock: Extend node size when pvqspinlock is configured
Waiman Long
2
-11
/
+27
2018-10-17
locking/qspinlock_stat: Count instances of nested lock slowpaths
Waiman Long
2
-0
/
+11
2018-10-16
locking/qspinlock, x86: Provide liveness guarantee
Peter Zijlstra
1
-1
/
+15
2018-10-16
locking/qspinlock: Rework some comments
Peter Zijlstra
1
-10
/
+26
2018-10-16
locking/qspinlock: Re-order code
Peter Zijlstra
1
-29
/
+27
2018-10-16
Merge branch 'x86/build' into locking/core, to pick up dependent patches and ...
Ingo Molnar
17
-120
/
+180
[next]