summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-02-02bpf: Drop libbpf, libelf, libz dependency from bpf preload.Alexei Starovoitov1-26/+2
2022-02-02bpf: Open code obj_get_info_by_fd in bpf preload.Alexei Starovoitov1-1/+17
2022-02-02bpf: Convert bpf preload to light skeleton.Alexei Starovoitov4-420/+436
2022-02-02bpf: Remove unnecessary setrlimit from bpf preload.Alexei Starovoitov1-2/+0
2022-01-31bpf: make bpf_copy_from_user_task() gpl onlyKenta Tada1-1/+1
2022-01-27bpf: reject program if a __user tagged memory accessed in kernel wayYonghong Song2-17/+52
2022-01-27cgroup/bpf: fast path skb BPF filteringPavel Begunkov2-42/+4
2022-01-26bpf: fix register_btf_kfunc_id_set for !CONFIG_DEBUG_INFO_BTFStanislav Fomichev1-2/+13
2022-01-25bpf: Add bpf_copy_from_user_task() helperKenny Yu2-0/+36
2022-01-25bpf: Add support for bpf iterator programs to use sleepable helpersKenny Yu1-5/+15
2022-01-25Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski9-192/+591
2022-01-22bpf: generalise tail call map compatibility checkToke Hoiland-Jorgensen5-29/+29
2022-01-22bpf: add frags support to xdp copy helpersEelco Chaudron1-0/+3
2022-01-22bpf: introduce BPF_F_XDP_HAS_FRAGS flag in prog_flags loading the ebpf programLorenzo Bianconi1-1/+3
2022-01-21bpf: support BPF_PROG_QUERY for progs attached to sockmapDi Zhu1-0/+5
2022-01-20Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-28/+69
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-43/+180
2022-01-20configs: introduce debug.config for CI-like setupQian Cai1-0/+105
2022-01-20delayacct: track delays from memory compactwangyong1-0/+16
2022-01-20delayacct: support swapin delay accounting for swapping without blkioYang Yang1-15/+18
2022-01-20panic: remove oops_idSebastian Andrzej Siewior1-18/+1
2022-01-20panic: use error_report_end tracepoint on warningsMarco Elver1-0/+2
2022-01-20kernel/sys.c: only take tasklist_lock for get/setpriority(PRIO_PGRP)Davidlohr Bueso1-8/+8
2022-01-20kthread: dynamically allocate memory to store kthread's full nameYafang Shao1-2/+30
2022-01-19bpf: Add cgroup helpers bpf_{get,set}_retval to get/set syscall return valueYiFei Zhu1-1/+37
2022-01-19bpf: Move getsockopt retval to struct bpf_cg_run_ctxYiFei Zhu1-34/+48
2022-01-19bpf: Make BPF_PROG_RUN_ARRAY return -err instead of allow booleanYiFei Zhu1-26/+15
2022-01-19Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+0
2022-01-19bpf: Fix ringbuf memory type confusion when passing to helpersDaniel Borkmann1-1/+5
2022-01-19bpf: Fix out of bounds access for ringbuf helpersDaniel Borkmann1-0/+6
2022-01-19bpf: Generally fix helper register offset checkDaniel Borkmann1-11/+28
2022-01-19bpf: Mark PTR_TO_FUNC register initially with zero offsetDaniel Borkmann1-3/+6
2022-01-19bpf: Generalize check_ctx_reg for reuse with other typesDaniel Borkmann2-11/+12
2022-01-19bpf: Add reference tracking support to kfuncKumar Kartikeya Dwivedi2-12/+72
2022-01-19bpf: Introduce mem, size argument pair support for kfuncKumar Kartikeya Dwivedi2-48/+124
2022-01-19bpf: Remove check_kfunc_call callback and old kfunc BTF ID APIKumar Kartikeya Dwivedi2-58/+8
2022-01-19bpf: Populate kfunc BTF ID sets in struct btfKumar Kartikeya Dwivedi1-1/+243
2022-01-19bpf: Fix UAF due to race between btf_try_get_module and load_moduleKumar Kartikeya Dwivedi1-2/+24
2022-01-17Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-16/+320
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds11-202/+172
2022-01-16Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-2/+48
2022-01-16Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds17-247/+800
2022-01-16Merge tag 'livepatching-for-5.17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-19/+19
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds10-20/+78
2022-01-15mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V1-0/+1
2022-01-15dma/pool: create dma atomic pool only if dma zone has managed pagesBaoquan He1-2/+2
2022-01-15mm/pagealloc: sysctl: change watermark_scale_factor max limit to 30%Suren Baghdasaryan1-1/+2
2022-01-15mm: move anon_vma declarations to linux/mm_inline.hArnd Bergmann1-0/+1
2022-01-15mm: add a field to store names for private anonymous memoryColin Cross2-0/+65
2022-01-15trace/hwlat: make use of the helper function kthread_run_on_cpu()Cai Huoqing1-5/+1