summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-03-21bpf: Fix kprobe_multi return probe backtraceJiri Olsa1-30/+37
2022-03-21Revert "bpf: Add support to inline bpf_get_func_ip helper on x86"Jiri Olsa2-21/+1
2022-03-21bpf: Simplify check in btf_parse_hdr()Yuntao Wang1-2/+1
2022-03-21bpf: Check for NULL return from bpf_get_btf_vmlinuxKumar Kartikeya Dwivedi1-1/+5
2022-03-21bpf: Adjust BPF stack helper functions to accommodate skip > 0Namhyung Kim1-32/+24
2022-03-21bpf: Select proper size for bpf_prog_packSong Liu1-23/+47
2022-03-21bpf: Enable non-atomic allocations in local storageJoanne Koong4-29/+68
2022-03-19bpf: Always raise reference in btf_get_module_btfKumar Kartikeya Dwivedi1-10/+11
2022-03-19bpf: Factor out fd returning from bpf_btf_find_by_name_kindKumar Kartikeya Dwivedi1-37/+53
2022-03-18bpf: Add cookie support to programs attached with kprobe multi linkJiri Olsa2-2/+114
2022-03-18bpf: Add support to inline bpf_get_func_ip helper on x86Jiri Olsa2-1/+21
2022-03-18bpf: Add bpf_get_func_ip kprobe helper for multi kprobe linkJiri Olsa1-1/+15
2022-03-18bpf: Add multi kprobe linkJiri Olsa2-5/+232
2022-03-18kallsyms: Skip the name search for empty stringJiri Olsa1-0/+4
2022-03-18fprobe: Introduce FPROBE_FL_KPROBE_SHARED flag for fprobeMasami Hiramatsu1-1/+18
2022-03-18fprobe: Add exit_handler supportMasami Hiramatsu2-9/+116
2022-03-18rethook: Add a generic return hookMasami Hiramatsu5-0/+334
2022-03-18fprobe: Add ftrace based probe APIsMasami Hiramatsu3-0/+224
2022-03-18ftrace: Add ftrace_set_filter_ips functionJiri Olsa1-9/+49
2022-03-17bpf: Fix net.core.bpf_jit_harden raceHou Tao2-3/+5
2022-03-11bpf-lsm: Make bpf_lsm_kernel_read_file() as sleepableRoberto Sassu1-0/+1
2022-03-11bpf-lsm: Introduce new helper bpf_ima_file_hash()Roberto Sassu1-0/+20
2022-03-11bpf: Use offsetofend() to simplify macro definitionYuntao Wang1-2/+1
2022-03-10bpf: Add "live packet" mode for XDP in BPF_PROG_RUNToke Høiland-Jørgensen2-1/+2
2022-03-08bpf: Determine buf_info inside check_buffer_access()Shung-Hsi Yu1-9/+3
2022-03-08bpf: Remove redundant slashYuntao Wang1-3/+2
2022-03-08bpf: Replace strncpy() with strscpy()Yuntao Wang1-7/+2
2022-03-06bpf: Reject programs that try to load __percpu memory.Hao Luo2-11/+21
2022-03-06bpf: Fix checking PTR_TO_BTF_ID in check_mem_accessHao Luo1-1/+2
2022-03-06bpf: Harden register offset checks for release helpers and kfuncsKumar Kartikeya Dwivedi2-17/+41
2022-03-06bpf: Disallow negative offset in check_ptr_off_regKumar Kartikeya Dwivedi1-0/+6
2022-03-06bpf: Fix PTR_TO_BTF_ID var_off checkKumar Kartikeya Dwivedi1-3/+6
2022-03-06bpf: Add check_func_arg_reg_off functionKumar Kartikeya Dwivedi1-28/+41
2022-03-05Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski14-50/+82
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-55/+133
2022-03-03bpf: Small BPF verifier log improvementsMykola Lysenko1-29/+35
2022-03-03Merge branch 'ucount-rlimit-fixes-for-v5.17' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+13
2022-03-03bpf, x86: Set header->size properly before freeing itSong Liu1-3/+6
2022-03-01bpf: Add some description about BPF_JIT_ALWAYS_ON in KconfigTiezhu Yang1-0/+4
2022-02-28bpf: Cache the last valid build_idHao Luo1-1/+11
2022-02-28bpf: Add config to allow loading modules with BTF mismatchesConnor O'Brien1-1/+2
2022-02-27Merge tag 'dma-mapping-5.17-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+2
2022-02-26Merge tag 'trace-v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-53/+118
2022-02-26tracing: Fix selftest config check for function graph start up testChristophe Leroy1-4/+2
2022-02-25bpf: Fix issue with bpf preload module taking over stdout/stdin of kernel.Yucong Sun1-0/+7
2022-02-25tracing/osnoise: Make osnoise_main to sleep for microsecondsDaniel Bristot de Oliveira1-21/+32
2022-02-25ftrace: Remove unused ftrace_startup_enable() stubNathan Chancellor1-1/+0
2022-02-25tracing: Ensure trace buffer is at least 4096 bytes largeSven Schnelle1-4/+6
2022-02-25tracing: Uninline trace_trigger_soft_disabled() partlyChristophe Leroy1-0/+14
2022-02-25eprobes: Remove redundant event type informationSteven Rostedt (Google)4-16/+12