summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-219/+542
2020-03-13bpf: Add missing annotations for __bpf_prog_enter() and __bpf_prog_exit()Jules Irenge-0/+2
2020-03-13bpf: Remove bpf_image treeJiri Olsa-77/+12
2020-03-13bpf: Add dispatchers to kallsymsJiri Olsa-0/+1
2020-03-13bpf: Add trampolines to kallsymsJiri Olsa-0/+28
2020-03-13bpf: Add bpf_ksym_add/del functionsJiri Olsa-14/+19
2020-03-13bpf: Add prog flag to struct bpf_ksym objectJiri Olsa-11/+11
2020-03-13bpf: Add bpf_ksym_find functionJiri Olsa-7/+15
2020-03-13bpf: Move ksym_tnode to bpf_ksymJiri Olsa-14/+10
2020-03-13bpf: Move lnode list node to struct bpf_ksymJiri Olsa-11/+11
2020-03-13bpf: Add name to struct bpf_ksymJiri Olsa-8/+10
2020-03-13bpf: Add struct bpf_ksymJiri Olsa-16/+12
2020-03-13bpf: Abstract away entire bpf_link clean up procedureAndrii Nakryiko-7/+11
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-55/+144
2020-03-12bpf: Add bpf_xdp_output() helperEelco Chaudron-1/+6
2020-03-12bpf: Added new helper bpf_get_ns_current_pid_tgidCarlos Neira-0/+48
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-0/+4
2020-03-11Merge tag 'for-linus-2020-03-10' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+10
2020-03-11Merge tag 'trace-v5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-0/+2
2020-03-11ftrace: Return the first found result in lookup_rec()Artem Savkov-0/+2
2020-03-11bpf: Add bpf_link_new_file that doesn't install FDAndrii Nakryiko-34/+88
2020-03-10cgroup: memcg: net: do not associate sock with unrelated cgroupShakeel Butt-0/+4
2020-03-10Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-14/+28
2020-03-10Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-6/+8
2020-03-10workqueue: don't use wq_select_unbound_cpu() for bound worksHillf Danton-6/+8
2020-03-09pid: make ENOMEM return value more obviousChristian Brauner-0/+8
2020-03-08pid: Fix error return value in some casesCorey Minyard-0/+2
2020-03-07Merge tag 'block-5.6-2020-03-07' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+4
2020-03-07Merge tag 'for-linus-2020-03-07' of gitolite.kernel.org:pub/scm/linux/kernel/...Linus Torvalds-3/+3
2020-03-05bpf: Fix bpf_prog_test_run_tracing for !CONFIG_NETKP Singh-0/+7
2020-03-05bpf: Remove unnecessary CAP_MAC_ADMIN checkKP Singh-10/+3
2020-03-05blktrace: fix dereference after null checkCengiz Can-1/+4
2020-03-04bpf: Add test ops for BPF_PROG_TYPE_TRACINGKP Singh-0/+1
2020-03-04bpf: Attachment verification for BPF_MODIFY_RETURNKP Singh-8/+51
2020-03-04bpf: Introduce BPF_MODIFY_RETURNKP Singh-2/+8
2020-03-04bpf: Refactor trampoline update codeKP Singh-28/+44
2020-03-04cgroup1: don't call release_agent when it is ""Tycho Andersen-1/+1
2020-03-04cgroup: fix psi_show() crash on 32bit ino archsQian Cai-3/+3
2020-03-02bpf: Introduce pinnable bpf_link abstractionAndrii Nakryiko-46/+219
2020-03-02Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+2
2020-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-115/+228
2020-02-28Merge tag 'block-5.6-2020-02-28' of git://git.kernel.dk/linux-blockLinus Torvalds-31/+83
2020-02-28Merge tag 'pm-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-1/+1
2020-02-28exit: Fix Sparse errors and warningsMadhuparna Bhowmik-2/+2
2020-02-28fork: Use RCU_INIT_POINTER() instead of rcu_access_pointer()Madhuparna Bhowmik-1/+1
2020-02-28Merge branches 'pm-sleep' and 'pm-devfreq'Rafael J. Wysocki-1/+1
2020-02-27bpf: INET_DIAG support in bpf_sk_storageMartin KaFai Lau-0/+15
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-122/+225
2020-02-28bpf: Replace zero-length array with flexible-array memberGustavo A. R. Silva-3/+3
2020-02-27Merge tag 'audit-pr-20200226' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-51/+60