summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2020-03-294-19/+33
|\
| * Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-03-291-2/+2
| |\
| | * mm: fork: fix kernel_stack memcg stats for various stack implementationsRoman Gushchin2020-03-291-2/+2
| * | Merge tag 'irq-urgent-2020-03-29' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-291-2/+9
| |\ \
| | * | genirq: Fix reference leaks on irq affinity notifiersEdward Cree2020-03-211-2/+9
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-03-272-15/+22
| |\ \ \ | | |_|/ | |/| |
| | * | bpf: Explicitly memset some bpf info structures declared on the stackGreg Kroah-Hartman2020-03-202-3/+6
| | * | bpf: Explicitly memset the bpf_attr structureGreg Kroah-Hartman2020-03-201-1/+2
| | * | bpf: Sanitize the bpf_struct_ops tcp-cc nameMartin KaFai Lau2020-03-171-11/+14
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-258-46/+81
|\| | |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-03-255-7/+23
| |\| |
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-03-135-7/+23
| | |\ \
| | | * | bpf/btf: Fix BTF verification of enum members in struct/unionYoshiki Komachi2020-03-101-1/+1
| | | * | bpf: Fix cgroup ref leak in cgroup_bpf_inherit on out-of-memoryAndrii Nakryiko2020-03-091-0/+3
| | | * | bpf: Initialize storage pointers to NULL to prevent freeing garbage pointerAndrii Nakryiko2020-03-091-2/+2
| | | * | bpf: Do not allow map_freeze in struct_ops mapMartin KaFai Lau2020-03-051-0/+5
| | | * | bpf: Return better error value in delete_elem for struct_ops mapMartin KaFai Lau2020-03-051-3/+11
| | | * | bpf: Fix deadlock with rq_lock in bpf_send_signal()Yonghong Song2020-03-051-1/+1
| * | | | x86/mm: split vmalloc_sync_all()Joerg Roedel2020-03-211-1/+1
| | |_|/ | |/| |
| * | | Merge tag 'locking-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-151-38/+55
| |\ \ \
| | * | | futex: Unbreak futex hashingThomas Gleixner2020-03-091-2/+2
| | * | | futex: Fix inode life-time issuePeter Zijlstra2020-03-061-36/+53
| * | | | Merge tag 'timers-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-03-151-0/+2
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | sys/sysinfo: Respect boottime inside time namespaceCyril Hrubis2020-03-031-0/+2
| | |/ /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-1312-219/+542
|\ \ \ \
| * | | | bpf: Add missing annotations for __bpf_prog_enter() and __bpf_prog_exit()Jules Irenge2020-03-131-0/+2
| * | | | bpf: Remove bpf_image treeJiri Olsa2020-03-133-77/+12
| * | | | bpf: Add dispatchers to kallsymsJiri Olsa2020-03-131-0/+1
| * | | | bpf: Add trampolines to kallsymsJiri Olsa2020-03-131-0/+28
| * | | | bpf: Add bpf_ksym_add/del functionsJiri Olsa2020-03-131-14/+19
| * | | | bpf: Add prog flag to struct bpf_ksym objectJiri Olsa2020-03-131-11/+11
| * | | | bpf: Add bpf_ksym_find functionJiri Olsa2020-03-131-7/+15
| * | | | bpf: Move ksym_tnode to bpf_ksymJiri Olsa2020-03-131-14/+10
| * | | | bpf: Move lnode list node to struct bpf_ksymJiri Olsa2020-03-131-11/+11
| * | | | bpf: Add name to struct bpf_ksymJiri Olsa2020-03-132-8/+10
| * | | | bpf: Add struct bpf_ksymJiri Olsa2020-03-131-16/+12
| * | | | bpf: Abstract away entire bpf_link clean up procedureAndrii Nakryiko2020-03-131-7/+11
| * | | | bpf: Add bpf_xdp_output() helperEelco Chaudron2020-03-122-1/+6
| * | | | bpf: Added new helper bpf_get_ns_current_pid_tgidCarlos Neira2020-03-123-0/+48
| * | | | bpf: Add bpf_link_new_file that doesn't install FDAndrii Nakryiko2020-03-111-34/+88
| * | | | bpf: Fix bpf_prog_test_run_tracing for !CONFIG_NETKP Singh2020-03-051-0/+7
| * | | | bpf: Remove unnecessary CAP_MAC_ADMIN checkKP Singh2020-03-051-10/+3
| * | | | bpf: Add test ops for BPF_PROG_TYPE_TRACINGKP Singh2020-03-041-0/+1
| * | | | bpf: Attachment verification for BPF_MODIFY_RETURNKP Singh2020-03-042-8/+51
| * | | | bpf: Introduce BPF_MODIFY_RETURNKP Singh2020-03-044-2/+8
| * | | | bpf: Refactor trampoline update codeKP Singh2020-03-042-28/+44
| * | | | bpf: Introduce pinnable bpf_link abstractionAndrii Nakryiko2020-03-022-46/+219
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-1210-55/+144
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-03-121-0/+4
| |\ \ \
| | * | | cgroup: memcg: net: do not associate sock with unrelated cgroupShakeel Butt2020-03-101-0/+4
| | | |/ | | |/|