index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-03-13
12
-219
/
+542
|
\
|
*
bpf: Add missing annotations for __bpf_prog_enter() and __bpf_prog_exit()
Jules Irenge
2020-03-13
1
-0
/
+2
|
*
bpf: Remove bpf_image tree
Jiri Olsa
2020-03-13
3
-77
/
+12
|
*
bpf: Add dispatchers to kallsyms
Jiri Olsa
2020-03-13
1
-0
/
+1
|
*
bpf: Add trampolines to kallsyms
Jiri Olsa
2020-03-13
1
-0
/
+28
|
*
bpf: Add bpf_ksym_add/del functions
Jiri Olsa
2020-03-13
1
-14
/
+19
|
*
bpf: Add prog flag to struct bpf_ksym object
Jiri Olsa
2020-03-13
1
-11
/
+11
|
*
bpf: Add bpf_ksym_find function
Jiri Olsa
2020-03-13
1
-7
/
+15
|
*
bpf: Move ksym_tnode to bpf_ksym
Jiri Olsa
2020-03-13
1
-14
/
+10
|
*
bpf: Move lnode list node to struct bpf_ksym
Jiri Olsa
2020-03-13
1
-11
/
+11
|
*
bpf: Add name to struct bpf_ksym
Jiri Olsa
2020-03-13
2
-8
/
+10
|
*
bpf: Add struct bpf_ksym
Jiri Olsa
2020-03-13
1
-16
/
+12
|
*
bpf: Abstract away entire bpf_link clean up procedure
Andrii Nakryiko
2020-03-13
1
-7
/
+11
|
*
bpf: Add bpf_xdp_output() helper
Eelco Chaudron
2020-03-12
2
-1
/
+6
|
*
bpf: Added new helper bpf_get_ns_current_pid_tgid
Carlos Neira
2020-03-12
3
-0
/
+48
|
*
bpf: Add bpf_link_new_file that doesn't install FD
Andrii Nakryiko
2020-03-11
1
-34
/
+88
|
*
bpf: Fix bpf_prog_test_run_tracing for !CONFIG_NET
KP Singh
2020-03-05
1
-0
/
+7
|
*
bpf: Remove unnecessary CAP_MAC_ADMIN check
KP Singh
2020-03-05
1
-10
/
+3
|
*
bpf: Add test ops for BPF_PROG_TYPE_TRACING
KP Singh
2020-03-04
1
-0
/
+1
|
*
bpf: Attachment verification for BPF_MODIFY_RETURN
KP Singh
2020-03-04
2
-8
/
+51
|
*
bpf: Introduce BPF_MODIFY_RETURN
KP Singh
2020-03-04
4
-2
/
+8
|
*
bpf: Refactor trampoline update code
KP Singh
2020-03-04
2
-28
/
+44
|
*
bpf: Introduce pinnable bpf_link abstraction
Andrii Nakryiko
2020-03-02
2
-46
/
+219
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-03-12
10
-55
/
+144
|
\
\
|
|
/
|
/
|
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-03-12
1
-0
/
+4
|
|
\
|
|
*
cgroup: memcg: net: do not associate sock with unrelated cgroup
Shakeel Butt
2020-03-10
1
-0
/
+4
|
*
|
Merge tag 'for-linus-2020-03-10' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2020-03-11
1
-0
/
+10
|
|
\
\
|
|
*
|
pid: make ENOMEM return value more obvious
Christian Brauner
2020-03-09
1
-0
/
+8
|
|
*
|
pid: Fix error return value in some cases
Corey Minyard
2020-03-08
1
-0
/
+2
|
*
|
|
Merge tag 'trace-v5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
2020-03-11
1
-0
/
+2
|
|
\
\
\
|
|
*
|
|
ftrace: Return the first found result in lookup_rec()
Artem Savkov
2020-03-11
1
-0
/
+2
|
*
|
|
|
Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-03-10
2
-14
/
+28
|
|
\
\
\
\
|
|
*
|
|
|
cgroup1: don't call release_agent when it is ""
Tycho Andersen
2020-03-04
1
-1
/
+1
|
|
*
|
|
|
cgroup: fix psi_show() crash on 32bit ino archs
Qian Cai
2020-03-04
1
-3
/
+3
|
|
*
|
|
|
cgroup: Iterate tasks that did not finish do_exit()
Michal Koutný
2020-02-12
1
-7
/
+16
|
|
*
|
|
|
cgroup: cgroup_procs_next should increase position index
Vasily Averin
2020-02-12
1
-3
/
+7
|
|
*
|
|
|
cgroup-v1: cgroup_pidlist_next should update position index
Vasily Averin
2020-02-12
1
-0
/
+1
|
*
|
|
|
|
Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-03-10
1
-6
/
+8
|
|
\
\
\
\
\
|
|
*
|
|
|
|
workqueue: don't use wq_select_unbound_cpu() for bound works
Hillf Danton
2020-03-10
1
-6
/
+8
|
|
|
/
/
/
/
|
*
|
|
|
|
Merge tag 'block-5.6-2020-03-07' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-03-07
1
-1
/
+4
|
|
\
\
\
\
\
|
|
*
|
|
|
|
blktrace: fix dereference after null check
Cengiz Can
2020-03-05
1
-1
/
+4
|
*
|
|
|
|
|
Merge tag 'for-linus-2020-03-07' of gitolite.kernel.org:pub/scm/linux/kernel/...
Linus Torvalds
2020-03-07
2
-3
/
+3
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
exit: Fix Sparse errors and warnings
Madhuparna Bhowmik
2020-02-28
1
-2
/
+2
|
|
*
|
|
|
|
|
fork: Use RCU_INIT_POINTER() instead of rcu_access_pointer()
Madhuparna Bhowmik
2020-02-28
1
-1
/
+1
|
*
|
|
|
|
|
|
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2020-03-02
1
-0
/
+2
|
|
\
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
sched/fair: Fix statistics for find_idlest_group()
Vincent Guittot
2020-02-27
1
-0
/
+2
|
*
|
|
|
|
|
|
Merge tag 'block-5.6-2020-02-28' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-02-28
1
-31
/
+83
|
|
\
\
\
\
\
\
\
|
|
|
|
_
|
/
/
/
/
|
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
blktrace: Protect q->blk_trace with RCU
Jan Kara
2020-02-25
1
-31
/
+83
|
|
|
/
/
/
/
/
|
*
|
|
|
|
|
Merge tag 'pm-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2020-02-28
1
-1
/
+1
|
|
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
Merge branches 'pm-sleep' and 'pm-devfreq'
Rafael J. Wysocki
2020-02-28
1
-1
/
+1
|
|
|
\
\
\
\
\
|
|
|
|
/
/
/
/
|
|
|
/
|
|
|
|
[next]