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
2021-08-30
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
14
-189
/
+433
2021-08-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-12
/
+16
2021-08-26
Merge tag 'net-5.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-2
/
+6
2021-08-25
bpf: Fix bpf-next builds without CONFIG_BPF_EVENTS
Daniel Xu
2
-2
/
+2
2021-08-25
bpf: tcp: Allow bpf-tcp-cc to call bpf_(get|set)sockopt
Martin KaFai Lau
1
-1
/
+21
2021-08-25
bpf: Add bpf_task_pt_regs() helper
Daniel Xu
2
-0
/
+22
2021-08-25
bpf: Extend bpf_base_func_proto helpers with bpf_get_current_task_btf()
Daniel Xu
2
-1
/
+4
2021-08-25
bpf: Consolidate task_struct BTF_ID declarations
Daniel Xu
4
-15
/
+10
2021-08-25
Merge branch 'for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2
-10
/
+10
2021-08-24
bpf: Fix possible out of bound write in narrow load handling
Andrey Ignatov
1
-0
/
+4
2021-08-23
bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enum
Dave Marchevsky
1
-63
/
+93
2021-08-23
ucounts: Increase ucounts reference counter before the security hook
Alexey Gladkov
1
-6
/
+6
2021-08-23
ucounts: Fix regression preventing increasing of rlimits in init_user_ns
Eric W. Biederman
1
-4
/
+4
2021-08-23
bpf: Fix ringbuf helper function compatibility
Daniel Borkmann
1
-2
/
+6
2021-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
12
-53
/
+116
2021-08-20
bpf: Add support for {set|get} socket options from setsockopt BPF
Prankur Gupta
1
-0
/
+8
2021-08-20
bpf: Use kvmalloc for map keys in syscalls
Stanislav Fomichev
1
-17
/
+17
2021-08-20
bpf: Use kvmalloc for map values in syscall
Stanislav Fomichev
1
-17
/
+11
2021-08-19
Merge tag 'net-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2
-6
/
+17
2021-08-19
bpf: Fix NULL event->prog pointer access in bpf_overflow_handler
Yonghong Song
1
-1
/
+4
2021-08-19
bpf: Undo off-by-one in interpreter tail call count limit
Daniel Borkmann
1
-1
/
+1
2021-08-19
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2
-6
/
+17
2021-08-18
Merge tag 'cfi-v5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...
Linus Torvalds
1
-4
/
+4
2021-08-17
bpf: Remove redundant initialization of variable allow
Colin Ian King
1
-1
/
+1
2021-08-17
Merge tag 'trace-v5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-35
/
+15
2021-08-17
bpf: Add bpf_get_attach_cookie() BPF helper to access bpf_cookie value
Andrii Nakryiko
1
-1
/
+34
2021-08-17
bpf: Allow to specify user-provided bpf_cookie for BPF perf links
Andrii Nakryiko
4
-22
/
+38
2021-08-17
bpf: Implement minimal BPF perf link
Andrii Nakryiko
2
-13
/
+102
2021-08-17
bpf: Refactor perf_event_set_bpf_prog() to use struct bpf_prog input
Andrii Nakryiko
1
-33
/
+28
2021-08-17
bpf: Refactor BPF_PROG_RUN_ARRAY family of macros into functions
Andrii Nakryiko
2
-17
/
+17
2021-08-17
bpf: Refactor BPF_PROG_RUN into a function
Andrii Nakryiko
7
-15
/
+15
2021-08-16
Merge tag 'trace-v5.14-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-1
/
+62
2021-08-16
tracing: Apply trace filters on all output channels
Pingfan Liu
2
-35
/
+15
2021-08-15
Merge tag 'irq-urgent-2021-08-15' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-6
/
+17
2021-08-15
Merge tag 'locking_urgent_for_v5.14_rc6' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-1
/
+1
2021-08-15
bpf: Support "%c" in bpf_bprintf_prepare().
Kuniyuki Iwashima
1
-0
/
+14
2021-08-13
bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_CGROUP_SOCKOPT
Stanislav Fomichev
1
-0
/
+18
2021-08-13
bpf: Clear zext_dst of dead insns
Ilya Leoshkevich
1
-0
/
+1
2021-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
11
-108
/
+246
2021-08-12
Merge tag 'net-5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
4
-13
/
+19
2021-08-12
tracing / histogram: Fix NULL pointer dereference on strcmp() on NULL event name
Steven Rostedt (VMware)
1
-0
/
+2
2021-08-12
tracing: define needed config DYNAMIC_FTRACE_WITH_ARGS
Lukas Bulwahn
1
-0
/
+5
2021-08-12
trace/osnoise: Print a stop tracing message
Daniel Bristot de Oliveira
1
-1
/
+5
2021-08-12
trace/timerlat: Add a header with PREEMPT_RT additional fields
Daniel Bristot de Oliveira
1
-0
/
+19
2021-08-12
trace/osnoise: Add a header with PREEMPT_RT additional fields
Daniel Bristot de Oliveira
1
-0
/
+31
2021-08-12
Merge branch 'for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-8
/
+11
2021-08-11
Merge tag 'seccomp-v5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2021-08-11
cfi: Use rcu_read_{un}lock_sched_notrace
Elliot Berman
1
-4
/
+4
2021-08-11
seccomp: Fix setting loaded filter count during TSYNC
Hsuan-Chi Kuo
1
-1
/
+1
2021-08-11
bpf: Add rcu_read_lock in bpf_get_current_[ancestor_]cgroup_id() helpers
Yonghong Song
1
-6
/
+16
[next]