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-01-06
bpf: implement syscall command BPF_MAP_GET_NEXT_KEY for stacktrace map
Yonghong Song
1
-2
/
+26
2018-01-04
bpf: only build sockmap with CONFIG_INET
John Fastabend
1
-0
/
+2
2018-01-04
bpf: sockmap remove unused function
John Fastabend
1
-8
/
+0
2017-12-31
bpf: offload: report device information for offloaded programs
Jakub Kicinski
2
-0
/
+65
2017-12-31
bpf: offload: free program id when device disappears
Jakub Kicinski
2
-2
/
+10
2017-12-31
bpf: offload: free prog->aux->offload when device disappears
Jakub Kicinski
1
-14
/
+9
2017-12-31
bpf: offload: allow netdev to disappear while verifier is running
Jakub Kicinski
2
-27
/
+23
2017-12-31
bpf: offload: don't use prog->aux->offload as boolean
Jakub Kicinski
1
-1
/
+3
2017-12-31
bpf: offload: don't require rtnl for dev list manipulation
Jakub Kicinski
1
-10
/
+24
2017-12-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-12
/
+16
2017-12-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
6
-49
/
+283
2017-12-27
Merge tag 'trace-v4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-10
/
+15
2017-12-27
tracing: Fix possible double free on failure of allocating trace buffer
Steven Rostedt (VMware)
1
-0
/
+1
2017-12-27
tracing: Fix crash when it fails to alloc ring buffer
Jing Xia
1
-0
/
+2
2017-12-27
ring-buffer: Do no reuse reader page if still in use
Steven Rostedt (VMware)
1
-0
/
+6
2017-12-27
tracing: Remove extra zeroing out of the ring buffer page
Steven Rostedt (VMware)
1
-9
/
+1
2017-12-27
ring-buffer: Mask out the info bits when returning buffer page length
Steven Rostedt (VMware)
1
-1
/
+5
2017-12-27
bpf: fix max call depth check
Alexei Starovoitov
1
-2
/
+2
2017-12-27
bpf: fix maximum stack depth tracking logic
Alexei Starovoitov
1
-16
/
+66
2017-12-23
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+1
2017-12-23
bpf: fix stacksafe exploration when comparing states
Gianluca Borello
1
-1
/
+1
2017-12-22
arch, mm: Allow arch_dup_mmap() to fail
Thomas Gleixner
1
-2
/
+1
2017-12-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-129
/
+183
2017-12-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-117
/
+166
2017-12-20
bpf: allow for correlation of maps and helpers in dump
Daniel Borkmann
5
-26
/
+189
2017-12-20
bpf: fix kallsyms handling for subprogs
Daniel Borkmann
2
-0
/
+9
2017-12-21
bpf: do not allow root to mangle valid pointers
Alexei Starovoitov
1
-68
/
+34
2017-12-21
bpf: fix integer overflows
Alexei Starovoitov
1
-0
/
+48
2017-12-21
bpf: don't prune branches when a scalar is replaced with a pointer
Jann Horn
1
-8
/
+7
2017-12-21
bpf: force strict alignment checks for stack pointers
Jann Horn
1
-0
/
+5
2017-12-21
bpf: fix missing error return in check_stack_boundary()
Jann Horn
1
-0
/
+1
2017-12-21
bpf: fix 32-bit ALU op verification
Jann Horn
1
-11
/
+17
2017-12-21
bpf: fix incorrect tracking of register size truncation
Jann Horn
1
-17
/
+27
2017-12-21
bpf: fix incorrect sign extension in check_alu_op()
Jann Horn
1
-1
/
+7
2017-12-21
bpf/verifier: fix bounds calculation on BPF_RSH
Edward Cree
1
-14
/
+16
2017-12-19
bpf/cgroup: fix a verification error for a CGROUP_DEVICE type prog
Yonghong Song
1
-2
/
+13
2017-12-19
bpf: make function skip_callee static and return NULL rather than 0
Colin Ian King
1
-1
/
+2
2017-12-19
bpf: fix spelling mistake: "funcation"-> "function"
Colin Ian King
1
-1
/
+1
2017-12-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
11
-205
/
+1380
2017-12-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-0
/
+6
2017-12-17
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-12
/
+17
2017-12-17
trace: reenable preemption if we modify the ip
Josef Bacik
1
-1
/
+8
2017-12-17
bpf: x64: add JIT support for multi-function programs
Alexei Starovoitov
3
-3
/
+139
2017-12-17
bpf: fix net.core.bpf_jit_enable race
Alexei Starovoitov
2
-2
/
+3
2017-12-17
bpf: add support for bpf_call to interpreter
Alexei Starovoitov
2
-17
/
+109
2017-12-17
bpf: teach verifier to recognize zero initialized stack
Alexei Starovoitov
1
-28
/
+101
2017-12-17
bpf: introduce function calls (verification)
Alexei Starovoitov
1
-151
/
+551
2017-12-17
bpf: introduce function calls (function boundaries)
Alexei Starovoitov
2
-4
/
+145
2017-12-17
locking/barriers: Convert users of lockless_dereference() to READ_ONCE()
Will Deacon
3
-4
/
+4
2017-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
18
-709
/
+126
[next]