aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-01-23bpf: Introduce device-bound XDP programsStanislav Fomichev3-30/+78
2023-01-23bpf: Reshuffle some parts of bpf/offload.cStanislav Fomichev1-105/+117
2023-01-23bpf: Move offload initialization into late_initcallStanislav Fomichev1-15/+7
2023-01-23bpf: Rename bpf_{prog,map}_is_dev_bound to is_offloadedStanislav Fomichev4-24/+24
2023-01-22Merge tag 'sched_urgent_for_v6.2_rc6' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-23/+35
2023-01-22kheaders: use standard naming for the temporary directoryThomas Weißschuh1-1/+1
2023-01-22Merge 6.2-rc5 into driver-core-nextGreg Kroah-Hartman14-58/+109
2023-01-21Merge tag 'driver-core-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+2
2023-01-21Merge tag 'kbuild-fixes-v6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+2
2023-01-21prlimit: do_prlimit needs to have a speculation checkGreg Kroah-Hartman1-0/+2
2023-01-20bpf: Avoid recomputing spi in process_dynptr_funcKumar Kartikeya Dwivedi1-13/+11
2023-01-20bpf: Combine dynptr_get_spi and is_spi_bounds_validKumar Kartikeya Dwivedi1-42/+33
2023-01-20bpf: Allow reinitializing unreferenced dynptr stack slotsKumar Kartikeya Dwivedi1-8/+26
2023-01-20bpf: Invalidate slices on destruction of dynptrs on stackKumar Kartikeya Dwivedi1-12/+62
2023-01-20bpf: Fix partial dynptr stack slot reads/writesKumar Kartikeya Dwivedi1-0/+88
2023-01-20bpf: Fix missing var_off check for ARG_PTR_TO_DYNPTRKumar Kartikeya Dwivedi1-18/+66
2023-01-20bpf: Fix state pruning for STACK_DYNPTR stack slotsKumar Kartikeya Dwivedi1-4/+84
2023-01-21exit: Detect and fix irq disabled state in oopsNicholas Piggin1-0/+7
2023-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-38/+29
2023-01-20Merge tag 'net-6.2-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds5-23/+21
2023-01-20PM: sleep: Remove "select SRCU"Paul E. McKenney1-1/+0
2023-01-20bpf: Add missing btf_put to register_btf_id_dtor_kfuncsJiri Olsa1-2/+2
2023-01-20PM: hibernate: swap: don't use /** for non-kernel-doc commentsRandy Dunlap1-8/+8
2023-01-20kernels/ksysfs.c: export kernel address bitsThomas Weißschuh1-0/+9
2023-01-19bpf: Change modules resolving for kprobe multi linkJiri Olsa1-46/+47
2023-01-19livepatch: Improve the search performance of module_kallsyms_on_each_symbol()Zhen Lei4-12/+15
2023-01-19bpf: Fix to preserve reg parent/live fields when copying range infoEduard Zingerman1-7/+18
2023-01-19Merge tag 'printk-for-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2023-01-19Merge branch 'rework/console-list-lock' into for-linusPetr Mladek1-0/+2
2023-01-19kernel: events: Export perf_report_aux_output_id()Mike Leach1-0/+1
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner1-4/+2
2023-01-19fs: port privilege checking helpers to mnt_idmapChristian Brauner1-3/+5
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port xattr to mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner2-2/+2
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-18bpf: Fix a possible task gone issue with bpf_send_signal[_thread]() helpersYonghong Song1-1/+2
2023-01-18bpf: Fix off-by-one error in bpf_mem_cache_idx()Hou Tao1-1/+1
2023-01-18mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXECJeff Xu2-0/+65
2023-01-18perf/core: Call perf_prepare_sample() before running BPFNamhyung Kim1-7/+1
2023-01-18perf/core: Introduce perf_prepare_header()Namhyung Kim1-14/+24
2023-01-18perf/core: Do not pass header for sample ID initNamhyung Kim1-7/+7
2023-01-18perf/core: Set data->sample_flags in perf_prepare_sample()Namhyung Kim1-20/+65
2023-01-18perf/core: Add perf_sample_save_brstack() helperNamhyung Kim1-11/+5
2023-01-18perf/core: Add perf_sample_save_raw_data() helperNamhyung Kim2-30/+7
2023-01-18perf/core: Add perf_sample_save_callchain() helperNamhyung Kim1-10/+2
2023-01-18perf/core: Save the dynamic parts of sample data sizeNamhyung Kim1-7/+10
2023-01-18printk: Use scnprintf() to print the message about the dropped messages on a ...Petr Mladek1-1/+1
2023-01-18kheaders: explicitly validate existence of cpio commandThomas Weißschuh1-0/+2