index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ipv6: Add rate limit mask for ICMPv6 messages
Stephen Suryaputra
2019-04-19
1
-0
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-04-17
9
-34
/
+72
|
\
|
*
Merge branch 'page-refs' (page ref overflow)
Linus Torvalds
2019-04-15
1
-1
/
+5
|
|
\
|
|
*
fs: prevent page refcount overflow in pipe_buf_get
Matthew Wilcox
2019-04-14
1
-1
/
+5
|
*
|
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2019-04-13
1
-1
/
+1
|
|
\
\
|
|
*
|
alarmtimer: Return correct remaining time
Andrei Vagin
2019-04-10
1
-1
/
+1
|
*
|
|
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2019-04-13
1
-3
/
+3
|
|
\
\
\
|
|
*
|
|
sched/fair: Do not re-read ->h_load_next during hierarchical load calculation
Mel Gorman
2019-04-03
1
-3
/
+3
|
*
|
|
|
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2019-04-13
2
-11
/
+45
|
|
\
\
\
\
|
|
*
|
|
|
perf/core: Fix perf_event_disable_inatomic() race
Peter Zijlstra
2019-04-12
2
-11
/
+45
|
|
|
/
/
/
|
*
|
|
|
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2019-04-13
1
-17
/
+12
|
|
\
\
\
\
|
|
*
|
|
|
locking/lockdep: Zap lock classes even with lock debugging disabled
Bart Van Assche
2019-04-10
1
-17
/
+12
|
*
|
|
|
|
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-04-13
2
-0
/
+5
|
|
\
\
\
\
\
|
|
*
|
|
|
|
genirq: Respect IRQCHIP_SKIP_SET_WAKE in irq_chip_set_wake_parent()
Stephen Boyd
2019-04-05
1
-0
/
+4
|
|
*
|
|
|
|
genirq: Initialize request_mutex if CONFIG_SPARSE_IRQ=n
Kefeng Wang
2019-04-05
1
-0
/
+1
|
|
|
|
/
/
/
|
|
|
/
|
|
|
|
*
|
|
|
|
dma-debug: only skip one stackframe entry
Scott Wood
2019-04-11
1
-1
/
+1
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2019-04-15
1
-0
/
+10
|
\
\
\
\
\
|
*
|
|
|
|
time: Introduce jiffies64_to_msecs()
Li RongQing
2019-04-08
1
-0
/
+10
*
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-04-12
10
-150
/
+903
|
\
\
\
\
\
\
|
*
|
|
|
|
|
bpf: support input __sk_buff context in BPF_PROG_TEST_RUN
Stanislav Fomichev
2019-04-11
1
-1
/
+9
|
*
|
|
|
|
|
bpf: allow for key-less BTF in array map
Daniel Borkmann
2019-04-10
3
-6
/
+26
|
*
|
|
|
|
|
bpf: kernel side support for BTF Var and DataSec
Daniel Borkmann
2019-04-10
1
-20
/
+397
|
*
|
|
|
|
|
bpf: allow . char as part of the object name
Daniel Borkmann
2019-04-10
1
-3
/
+3
|
*
|
|
|
|
|
bpf: add syscall side map freeze support
Daniel Borkmann
2019-04-10
1
-12
/
+54
|
*
|
|
|
|
|
bpf: add program side {rd, wr}only support for maps
Daniel Borkmann
2019-04-10
7
-13
/
+62
|
*
|
|
|
|
|
bpf: do not retain flags that are not tied to map lifetime
Daniel Borkmann
2019-04-10
1
-1
/
+13
|
*
|
|
|
|
|
bpf: implement lookup-free direct value access for maps
Daniel Borkmann
2019-04-10
5
-30
/
+124
|
*
|
|
|
|
|
bpf: Add missed newline in verifier verbose log
Andrey Ignatov
2019-04-05
1
-1
/
+1
|
*
|
|
|
|
|
bpf: Sanity check max value for var_off stack access
Andrey Ignatov
2019-04-05
1
-3
/
+15
|
*
|
|
|
|
|
bpf: Reject indirect var_off stack access in unpriv mode
Andrey Ignatov
2019-04-05
1
-0
/
+16
|
*
|
|
|
|
|
bpf: Reject indirect var_off stack access in raw mode
Andrey Ignatov
2019-04-05
1
-0
/
+9
|
*
|
|
|
|
|
bpf: increase verifier log limit
Alexei Starovoitov
2019-04-04
1
-1
/
+1
|
*
|
|
|
|
|
bpf: increase complexity limit and maximum program size
Alexei Starovoitov
2019-04-04
2
-2
/
+2
|
*
|
|
|
|
|
bpf: verbose jump offset overflow check
Alexei Starovoitov
2019-04-04
2
-6
/
+12
|
*
|
|
|
|
|
bpf: convert temp arrays to kvcalloc
Alexei Starovoitov
2019-04-04
1
-7
/
+7
|
*
|
|
|
|
|
bpf: improve verification speed by not remarking live_read
Alexei Starovoitov
2019-04-04
1
-0
/
+9
|
*
|
|
|
|
|
bpf: improve verification speed by droping states
Alexei Starovoitov
2019-04-04
1
-3
/
+41
|
*
|
|
|
|
|
bpf: add verifier stats and log_level bit 2
Alexei Starovoitov
2019-04-04
1
-24
/
+52
|
*
|
|
|
|
|
bpf: Support variable offset stack access from helpers
Andrey Ignatov
2019-03-29
1
-21
/
+54
*
|
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-04-09
3
-5
/
+9
|
\
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
|
/
|
|
/
/
/
/
|
|
|
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2019-04-06
1
-1
/
+2
|
|
\
\
\
\
\
|
|
*
|
|
|
|
kernel/sysctl.c: fix out-of-bounds access when setting file-max
Will Deacon
2019-04-06
1
-1
/
+2
|
*
|
|
|
|
|
Merge tag 'trace-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
2019-04-06
2
-4
/
+7
|
|
\
\
\
\
\
\
|
|
|
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
syscalls: Remove start and number from syscall_get_arguments() args
Steven Rostedt (Red Hat)
2019-04-05
2
-3
/
+3
|
|
*
|
|
|
|
tracing/syscalls: Pass in hardcoded 6 into syscall_get_arguments()
Steven Rostedt (Red Hat)
2019-04-04
1
-3
/
+6
|
|
|
|
/
/
/
|
|
|
/
|
|
|
*
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-04-05
7
-34
/
+70
|
\
|
|
|
|
|
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2019-04-05
3
-19
/
+31
|
|
\
\
\
\
|
|
*
\
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2019-03-30
3
-19
/
+31
|
|
|
\
\
\
\
|
|
|
*
|
|
|
xdp: fix cpumap redirect SKB creation bug
Jesper Dangaard Brouer
2019-03-29
1
-3
/
+10
|
|
|
*
|
|
|
bpf: remove incorrect 'verifier bug' warning
Paul Chaignon
2019-03-26
1
-2
/
+3
[next]