summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* kasan, vmalloc: only tag normal vmalloc allocationsAndrey Konovalov2022-03-241-4/+8
* kasan, vmalloc: add vmalloc tagging for HW_TAGSAndrey Konovalov2022-03-241-2/+2
* kasan, arm64: reset pointer tags of vmapped stacksAndrey Konovalov2022-03-241-5/+6
* kasan, fork: reset pointer tags of vmapped stacksAndrey Konovalov2022-03-241-0/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-246-100/+97
|\
| * kernel/resource: fix kfree() of bootmem memory againMiaohe Lin2022-03-231-33/+8
| * kcov: properly handle subsequent mmap callsAleksandr Nogikh2022-03-231-19/+15
| * kcov: split ioctl handling into locked and unlocked partsAleksandr Nogikh2022-03-231-31/+37
| * panic: move panic_print before kmsg dumpersGuilherme G. Piccoli2022-03-231-4/+9
| * panic: add option to dump all CPUs backtraces in panic_printGuilherme G. Piccoli2022-03-231-0/+4
| * taskstats: remove unneeded dead assignmentLukas Bulwahn2022-03-231-2/+3
| * panic: unset panic_on_warn inside panic()Tiezhu Yang2022-03-231-9/+11
| * cgroup: use irqsave in cgroup_rstat_flush_locked().Sebastian Andrzej Siewior2022-03-231-2/+11
| * kernel/ksysfs.c: use helper macro __ATTR_RWMiaohe Lin2022-03-231-2/+1
* | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-2440-1191/+3148
|\ \
| * \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-03-2221-230/+1475
| |\ \
| | * | bpf: Fix bpf_prog_pack when PMU_SIZE is not definedSong Liu2022-03-211-2/+13
| | * | bpf: Fix bpf_prog_pack for multi-node setupSong Liu2022-03-211-2/+7
| | * | bpf: Fix warning for cast from restricted gfp_t in verifierJoanne Koong2022-03-211-2/+2
| | * | bpf: Fix kprobe_multi return probe backtraceJiri Olsa2022-03-211-30/+37
| | * | Revert "bpf: Add support to inline bpf_get_func_ip helper on x86"Jiri Olsa2022-03-212-21/+1
| | * | bpf: Simplify check in btf_parse_hdr()Yuntao Wang2022-03-211-2/+1
| | * | bpf: Check for NULL return from bpf_get_btf_vmlinuxKumar Kartikeya Dwivedi2022-03-201-1/+5
| | * | bpf: Adjust BPF stack helper functions to accommodate skip > 0Namhyung Kim2022-03-201-32/+24
| | * | bpf: Select proper size for bpf_prog_packSong Liu2022-03-201-23/+47
| | * | bpf: Enable non-atomic allocations in local storageJoanne Koong2022-03-204-29/+68
| | * | bpf: Always raise reference in btf_get_module_btfKumar Kartikeya Dwivedi2022-03-191-10/+11
| | * | bpf: Factor out fd returning from bpf_btf_find_by_name_kindKumar Kartikeya Dwivedi2022-03-181-37/+53
| | * | bpf: Add cookie support to programs attached with kprobe multi linkJiri Olsa2022-03-172-2/+114
| | * | bpf: Add support to inline bpf_get_func_ip helper on x86Jiri Olsa2022-03-172-1/+21
| | * | bpf: Add bpf_get_func_ip kprobe helper for multi kprobe linkJiri Olsa2022-03-171-1/+15
| | * | bpf: Add multi kprobe linkJiri Olsa2022-03-172-5/+232
| | * | kallsyms: Skip the name search for empty stringJiri Olsa2022-03-171-0/+4
| | * | fprobe: Introduce FPROBE_FL_KPROBE_SHARED flag for fprobeMasami Hiramatsu2022-03-171-1/+18
| | * | fprobe: Add exit_handler supportMasami Hiramatsu2022-03-172-9/+116
| | * | rethook: Add a generic return hookMasami Hiramatsu2022-03-175-0/+334
| | * | fprobe: Add ftrace based probe APIsMasami Hiramatsu2022-03-173-0/+224
| | * | ftrace: Add ftrace_set_filter_ips functionJiri Olsa2022-03-171-9/+49
| | * | bpf: Fix net.core.bpf_jit_harden raceHou Tao2022-03-162-3/+5
| | * | bpf-lsm: Make bpf_lsm_kernel_read_file() as sleepableRoberto Sassu2022-03-101-0/+1
| | * | bpf-lsm: Introduce new helper bpf_ima_file_hash()Roberto Sassu2022-03-101-0/+20
| | * | bpf: Use offsetofend() to simplify macro definitionYuntao Wang2022-03-101-2/+1
| | * | bpf: Add "live packet" mode for XDP in BPF_PROG_RUNToke Høiland-Jørgensen2022-03-092-1/+2
| | * | bpf: Determine buf_info inside check_buffer_access()Shung-Hsi Yu2022-03-081-9/+3
| | * | bpf: Remove redundant slashYuntao Wang2022-03-071-3/+2
| | * | bpf: Replace strncpy() with strscpy()Yuntao Wang2022-03-071-7/+2
| | * | bpf: Reject programs that try to load __percpu memory.Hao Luo2022-03-052-11/+21
| | * | bpf: Fix checking PTR_TO_BTF_ID in check_mem_accessHao Luo2022-03-051-1/+2
| | * | bpf: Harden register offset checks for release helpers and kfuncsKumar Kartikeya Dwivedi2022-03-052-17/+41
| | * | bpf: Disallow negative offset in check_ptr_off_regKumar Kartikeya Dwivedi2022-03-051-0/+6