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
2019-04-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
6
-60
/
+641
2019-04-23
bpf: drop bpf_verifier_lock
Alexei Starovoitov
1
-3
/
+5
2019-04-23
bpf: remove global variables
Alexei Starovoitov
1
-12
/
+13
2019-04-18
ipv6: Add rate limit mask for ICMPv6 messages
Stephen Suryaputra
1
-0
/
+6
2019-04-17
bpf: cpumap memory prefetchw optimizations for struct page
Jesper Dangaard Brouer
1
-0
/
+12
2019-04-17
bpf: cpumap do bulk allocation of SKBs
Jesper Dangaard Brouer
1
-7
/
+15
2019-04-17
bpf: cpumap use ptr_ring_consume_batched
Jesper Dangaard Brouer
1
-10
/
+11
2019-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
9
-34
/
+72
2019-04-16
bpf: use BPF_CAST_CALL for casting bpf call
Prashant Bhole
1
-3
/
+2
2019-04-16
bpf: add map helper functions push, pop, peek in more BPF programs
Alban Crequy
2
-0
/
+12
2019-04-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-0
/
+10
2019-04-14
Merge branch 'page-refs' (page ref overflow)
Linus Torvalds
1
-1
/
+5
2019-04-14
fs: prevent page refcount overflow in pipe_buf_get
Matthew Wilcox
1
-1
/
+5
2019-04-12
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2019-04-12
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-3
/
+3
2019-04-12
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-11
/
+45
2019-04-12
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-17
/
+12
2019-04-12
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-0
/
+5
2019-04-12
bpf: refactor "check_reg_arg" to eliminate code redundancy
Jiong Wang
1
-6
/
+8
2019-04-12
bpf: factor out reg and stack slot propagation into "propagate_liveness_reg"
Jiong Wang
1
-10
/
+20
2019-04-12
bpf: refactor propagate_liveness to eliminate code redundance
Jiong Wang
1
-14
/
+20
2019-04-12
bpf: refactor propagate_liveness to eliminate duplicated for loop
Jiong Wang
1
-3
/
+1
2019-04-12
bpf: Fix distinct pointer types warning for ARCH=i386
Andrey Ignatov
1
-1
/
+1
2019-04-12
bpf: Introduce bpf_strtol and bpf_strtoul helpers
Andrey Ignatov
2
-0
/
+135
2019-04-12
bpf: Introduce ARG_PTR_TO_{INT,LONG} arg types
Andrey Ignatov
1
-0
/
+29
2019-04-12
bpf: Add file_pos field to bpf_sysctl ctx
Andrey Ignatov
1
-3
/
+51
2019-04-12
bpf: Introduce bpf_sysctl_{get,set}_new_value helpers
Andrey Ignatov
1
-1
/
+80
2019-04-12
bpf: Introduce bpf_sysctl_get_current_value helper
Andrey Ignatov
1
-0
/
+65
2019-04-12
bpf: Introduce bpf_sysctl_get_name helper
Andrey Ignatov
1
-1
/
+69
2019-04-12
bpf: Sysctl hook
Andrey Ignatov
3
-0
/
+100
2019-04-12
bpf: Add base proto function for cgroup-bpf programs
Andrey Ignatov
1
-1
/
+7
2019-04-12
perf/core: Fix perf_event_disable_inatomic() race
Peter Zijlstra
2
-11
/
+45
2019-04-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
10
-150
/
+903
2019-04-11
dma-debug: only skip one stackframe entry
Scott Wood
1
-1
/
+1
2019-04-11
bpf: support input __sk_buff context in BPF_PROG_TEST_RUN
Stanislav Fomichev
1
-1
/
+9
2019-04-10
alarmtimer: Return correct remaining time
Andrei Vagin
1
-1
/
+1
2019-04-10
locking/lockdep: Zap lock classes even with lock debugging disabled
Bart Van Assche
1
-17
/
+12
2019-04-09
bpf: allow for key-less BTF in array map
Daniel Borkmann
3
-6
/
+26
2019-04-09
bpf: kernel side support for BTF Var and DataSec
Daniel Borkmann
1
-20
/
+397
2019-04-09
bpf: allow . char as part of the object name
Daniel Borkmann
1
-3
/
+3
2019-04-09
bpf: add syscall side map freeze support
Daniel Borkmann
1
-12
/
+54
2019-04-09
bpf: add program side {rd, wr}only support for maps
Daniel Borkmann
7
-13
/
+62
2019-04-09
bpf: do not retain flags that are not tied to map lifetime
Daniel Borkmann
1
-1
/
+13
2019-04-09
bpf: implement lookup-free direct value access for maps
Daniel Borkmann
5
-30
/
+124
2019-04-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-5
/
+9
2019-04-08
time: Introduce jiffies64_to_msecs()
Li RongQing
1
-0
/
+10
2019-04-05
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+2
2019-04-05
kernel/sysctl.c: fix out-of-bounds access when setting file-max
Will Deacon
1
-1
/
+2
2019-04-05
Merge tag 'trace-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
2
-4
/
+7
2019-04-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
7
-34
/
+70
[next]