Age | Commit message (Expand) | Author |
2022-04-20 | rcu: Make the TASKS_RCU Kconfig option be selected | Paul E. McKenney |
2022-03-28 | bpf: Fix maximum permitted number of arguments check | Yuntao Wang |
2022-03-27 | Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2022-03-21 | bpf: Fix bpf_prog_pack when PMU_SIZE is not defined | Song Liu |
2022-03-21 | bpf: Fix bpf_prog_pack for multi-node setup | Song Liu |
2022-03-21 | bpf: Fix warning for cast from restricted gfp_t in verifier | Joanne Koong |
2022-03-21 | Revert "bpf: Add support to inline bpf_get_func_ip helper on x86" | Jiri Olsa |
2022-03-21 | bpf: Simplify check in btf_parse_hdr() | Yuntao Wang |
2022-03-20 | bpf: Check for NULL return from bpf_get_btf_vmlinux | Kumar Kartikeya Dwivedi |
2022-03-20 | bpf: Adjust BPF stack helper functions to accommodate skip > 0 | Namhyung Kim |
2022-03-20 | bpf: Select proper size for bpf_prog_pack | Song Liu |
2022-03-20 | bpf: Enable non-atomic allocations in local storage | Joanne Koong |
2022-03-19 | bpf: Always raise reference in btf_get_module_btf | Kumar Kartikeya Dwivedi |
2022-03-18 | bpf: Factor out fd returning from bpf_btf_find_by_name_kind | Kumar Kartikeya Dwivedi |
2022-03-17 | bpf: Add cookie support to programs attached with kprobe multi link | Jiri Olsa |
2022-03-17 | bpf: Add support to inline bpf_get_func_ip helper on x86 | Jiri Olsa |
2022-03-17 | bpf: Add multi kprobe link | Jiri Olsa |
2022-03-16 | bpf: Fix net.core.bpf_jit_harden race | Hou Tao |
2022-03-15 | x86/ibt,ftrace: Search for __fentry__ location | Peter Zijlstra |
2022-03-10 | bpf-lsm: Make bpf_lsm_kernel_read_file() as sleepable | Roberto Sassu |
2022-03-10 | bpf-lsm: Introduce new helper bpf_ima_file_hash() | Roberto Sassu |
2022-03-10 | bpf: Use offsetofend() to simplify macro definition | Yuntao Wang |
2022-03-09 | bpf: Add "live packet" mode for XDP in BPF_PROG_RUN | Toke Høiland-Jørgensen |
2022-03-08 | bpf: Determine buf_info inside check_buffer_access() | Shung-Hsi Yu |
2022-03-07 | bpf: Remove redundant slash | Yuntao Wang |
2022-03-07 | bpf: Replace strncpy() with strscpy() | Yuntao Wang |
2022-03-05 | bpf: Reject programs that try to load __percpu memory. | Hao Luo |
2022-03-05 | bpf: Fix checking PTR_TO_BTF_ID in check_mem_access | Hao Luo |
2022-03-05 | bpf: Harden register offset checks for release helpers and kfuncs | Kumar Kartikeya Dwivedi |
2022-03-05 | bpf: Disallow negative offset in check_ptr_off_reg | Kumar Kartikeya Dwivedi |
2022-03-05 | bpf: Fix PTR_TO_BTF_ID var_off check | Kumar Kartikeya Dwivedi |
2022-03-05 | bpf: Add check_func_arg_reg_off function | Kumar Kartikeya Dwivedi |
2022-03-03 | bpf: Small BPF verifier log improvements | Mykola Lysenko |
2022-03-02 | bpf, x86: Set header->size properly before freeing it | Song Liu |
2022-03-01 | bpf: Add some description about BPF_JIT_ALWAYS_ON in Kconfig | Tiezhu Yang |
2022-02-28 | bpf: Cache the last valid build_id | Hao Luo |
2022-02-28 | bpf: Add config to allow loading modules with BTF mismatches | Connor O'Brien |
2022-02-25 | bpf: Fix issue with bpf preload module taking over stdout/stdin of kernel. | Yucong Sun |
2022-02-23 | bpf: Cleanup comments | Tom Rix |
2022-02-19 | bpf: Initialize ret to 0 inside btf_populate_kfunc_set() | Souptick Joarder (HPE) |
2022-02-18 | bpf: Call maybe_wait_bpf_programs() only once from generic_map_delete_batch() | Eric Dumazet |
2022-02-17 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski |
2022-02-17 | bpf: bpf_prog_pack: Set proper size before freeing ro_header | Song Liu |
2022-02-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-02-17 | bpf: Add schedule points in batch ops | Eric Dumazet |
2022-02-16 | bpf: Fix crash due to out of bounds access into reg2btf_ids. | Kumar Kartikeya Dwivedi |
2022-02-16 | libbpf: Split bpf_core_apply_relo() | Mauricio Vásquez |
2022-02-15 | bpf: Reject kfunc calls that overflow insn->imm | Hou Tao |
2022-02-11 | bpf: Emit bpf_timer in vmlinux BTF | Yonghong Song |
2022-02-10 | bpf: Fix bpf_prog_pack build for ppc64_defconfig | Song Liu |