summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpf: Drop libbpf, libelf, libz dependency from bpf preload.Alexei Starovoitov2022-02-011-26/+2
* bpf: Open code obj_get_info_by_fd in bpf preload.Alexei Starovoitov2022-02-011-1/+17
* bpf: Convert bpf preload to light skeleton.Alexei Starovoitov2022-02-014-420/+436
* bpf: Remove unnecessary setrlimit from bpf preload.Alexei Starovoitov2022-02-011-2/+0
* bpf: make bpf_copy_from_user_task() gpl onlyKenta Tada2022-01-311-1/+1
* bpf: reject program if a __user tagged memory accessed in kernel wayYonghong Song2022-01-272-17/+52
* cgroup/bpf: fast path skb BPF filteringPavel Begunkov2022-01-272-42/+4
* bpf: fix register_btf_kfunc_id_set for !CONFIG_DEBUG_INFO_BTFStanislav Fomichev2022-01-261-2/+13
* bpf: Add bpf_copy_from_user_task() helperKenny Yu2022-01-252-0/+36
* bpf: Add support for bpf iterator programs to use sleepable helpersKenny Yu2022-01-251-5/+15
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-01-259-192/+591
|\
| * bpf: generalise tail call map compatibility checkToke Hoiland-Jorgensen2022-01-215-29/+29
| * bpf: add frags support to xdp copy helpersEelco Chaudron2022-01-211-0/+3
| * bpf: introduce BPF_F_XDP_HAS_FRAGS flag in prog_flags loading the ebpf programLorenzo Bianconi2022-01-211-1/+3
| * bpf: support BPF_PROG_QUERY for progs attached to sockmapDi Zhu2022-01-211-0/+5
| * bpf: Add cgroup helpers bpf_{get,set}_retval to get/set syscall return valueYiFei Zhu2022-01-191-1/+37
| * bpf: Move getsockopt retval to struct bpf_cg_run_ctxYiFei Zhu2022-01-191-34/+48
| * bpf: Make BPF_PROG_RUN_ARRAY return -err instead of allow booleanYiFei Zhu2022-01-191-26/+15
| * bpf: Add reference tracking support to kfuncKumar Kartikeya Dwivedi2022-01-182-12/+72
| * bpf: Introduce mem, size argument pair support for kfuncKumar Kartikeya Dwivedi2022-01-182-48/+124
| * bpf: Remove check_kfunc_call callback and old kfunc BTF ID APIKumar Kartikeya Dwivedi2022-01-182-58/+8
| * bpf: Populate kfunc BTF ID sets in struct btfKumar Kartikeya Dwivedi2022-01-181-1/+243
| * bpf: Fix UAF due to race between btf_try_get_module and load_moduleKumar Kartikeya Dwivedi2022-01-181-2/+24
* | Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-01-203-28/+69
|\ \
| * | bpf: Fix ringbuf memory type confusion when passing to helpersDaniel Borkmann2022-01-191-1/+5
| * | bpf: Fix out of bounds access for ringbuf helpersDaniel Borkmann2022-01-191-0/+6
| * | bpf: Generally fix helper register offset checkDaniel Borkmann2022-01-191-11/+28
| * | bpf: Mark PTR_TO_FUNC register initially with zero offsetDaniel Borkmann2022-01-191-3/+6
| * | bpf: Generalize check_ctx_reg for reuse with other typesDaniel Borkmann2022-01-192-11/+12
| * | bpf: Fix incorrect integer literal used for marking scratched stack.Christy Lee2022-01-111-3/+3
| * | bpf: Fix mount source show for bpffsYafang Shao2022-01-111-2/+12
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-205-43/+180
|\ \
| * | configs: introduce debug.config for CI-like setupQian Cai2022-01-201-0/+105
| * | delayacct: track delays from memory compactwangyong2022-01-201-0/+16
| * | delayacct: support swapin delay accounting for swapping without blkioYang Yang2022-01-201-15/+18
| * | panic: remove oops_idSebastian Andrzej Siewior2022-01-201-18/+1
| * | panic: use error_report_end tracepoint on warningsMarco Elver2022-01-201-0/+2
| * | kernel/sys.c: only take tasklist_lock for get/setpriority(PRIO_PGRP)Davidlohr Bueso2022-01-201-8/+8
| * | kthread: dynamically allocate memory to store kthread's full nameYafang Shao2022-01-201-2/+30
* | | Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-01-191-1/+0
|\ \ \
| * | | gcov: Remove compiler version checkNathan Chancellor2021-12-021-1/+0
* | | | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-01-174-16/+320
|\ \ \ \
| * | | | module: fix signature check failures when using in-kernel decompressionDmitry Torokhov2022-01-141-4/+5
| * | | | kernel: Fix spelling mistake "compresser" -> "compressor"Colin Ian King2022-01-131-1/+1
| * | | | module: add in-kernel support for decompressingDmitry Torokhov2022-01-124-11/+315
| * | | | module: Remove outdated commentYu Chen2022-01-121-1/+0
* | | | | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-1711-202/+172
|\ \ \ \ \
| * | | | | ptrace: Remove second setting of PT_SEIZED in ptrace_attachEric W. Biederman2022-01-081-2/+0
| * | | | | taskstats: Cleanup the use of task->exit_codeEric W. Biederman2022-01-081-4/+3
| * | | | | exit: Fix the exit_code for wait_task_zombieEric W. Biederman2022-01-081-1/+2