summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-03-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-03-21bpf: Fix bpf_prog_pack when PMU_SIZE is not definedSong Liu
2022-03-21bpf: Fix bpf_prog_pack for multi-node setupSong Liu
2022-03-21bpf: Fix warning for cast from restricted gfp_t in verifierJoanne Koong
2022-03-21bpf: Fix kprobe_multi return probe backtraceJiri Olsa
2022-03-21Revert "bpf: Add support to inline bpf_get_func_ip helper on x86"Jiri Olsa
2022-03-21bpf: Simplify check in btf_parse_hdr()Yuntao Wang
2022-03-20bpf: Check for NULL return from bpf_get_btf_vmlinuxKumar Kartikeya Dwivedi
2022-03-20bpf: Adjust BPF stack helper functions to accommodate skip > 0Namhyung Kim
2022-03-20bpf: Select proper size for bpf_prog_packSong Liu
2022-03-20bpf: Enable non-atomic allocations in local storageJoanne Koong
2022-03-19bpf: Always raise reference in btf_get_module_btfKumar Kartikeya Dwivedi
2022-03-18bpf: Factor out fd returning from bpf_btf_find_by_name_kindKumar Kartikeya Dwivedi
2022-03-17bpf: Add cookie support to programs attached with kprobe multi linkJiri Olsa
2022-03-17bpf: Add support to inline bpf_get_func_ip helper on x86Jiri Olsa
2022-03-17bpf: Add bpf_get_func_ip kprobe helper for multi kprobe linkJiri Olsa
2022-03-17bpf: Add multi kprobe linkJiri Olsa
2022-03-17kallsyms: Skip the name search for empty stringJiri Olsa
2022-03-17fprobe: Introduce FPROBE_FL_KPROBE_SHARED flag for fprobeMasami Hiramatsu
2022-03-17fprobe: Add exit_handler supportMasami Hiramatsu
2022-03-17rethook: Add a generic return hookMasami Hiramatsu
2022-03-17fprobe: Add ftrace based probe APIsMasami Hiramatsu
2022-03-17ftrace: Add ftrace_set_filter_ips functionJiri Olsa
2022-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-17configs/debug: restore DEBUG_INFO=y for overridingQian Cai
2022-03-16bpf: Fix net.core.bpf_jit_harden raceHou Tao
2022-03-11Merge branch 'davidh' (fixes from David Howells)Linus Torvalds
2022-03-11watch_queue: Make comment about setting ->defunct more accurateDavid Howells
2022-03-11watch_queue: Fix lack of barrier/sync/lock between post and readDavid Howells
2022-03-11watch_queue: Free the alloc bitmap when the watch_queue is torn downDavid Howells
2022-03-11watch_queue: Fix the alloc bitmap size to reflect notes allocatedDavid Howells
2022-03-11watch_queue: Use the bitmap API when applicableChristophe JAILLET
2022-03-11watch_queue: Fix to always request a pow-of-2 pipe ring sizeDavid Howells
2022-03-11watch_queue: Fix to release page in ->release()David Howells
2022-03-11watch_queue: Fix filter limit checkDavid Howells
2022-03-10bpf-lsm: Make bpf_lsm_kernel_read_file() as sleepableRoberto Sassu
2022-03-10bpf-lsm: Introduce new helper bpf_ima_file_hash()Roberto Sassu
2022-03-10Merge tag 'trace-v5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-10bpf: Use offsetofend() to simplify macro definitionYuntao Wang
2022-03-09bpf: Add "live packet" mode for XDP in BPF_PROG_RUNToke Høiland-Jørgensen
2022-03-09ftrace: Fix some W=1 warnings in kernel doc commentsJiapeng Chong
2022-03-09tracing/osnoise: Force quiescent states while tracingNicolas Saenz Julienne
2022-03-09tracing/osnoise: Do not unregister events twiceDaniel Bristot de Oliveira
2022-03-08bpf: Determine buf_info inside check_buffer_access()Shung-Hsi Yu
2022-03-07bpf: Remove redundant slashYuntao Wang
2022-03-07bpf: Replace strncpy() with strscpy()Yuntao Wang
2022-03-07Merge tag 'x86_bugs_for_v5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-03-07swiotlb: rework "fix info leak with DMA_FROM_DEVICE"Halil Pasic
2022-03-06Merge tag 'trace-v5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds