aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-03-29tracing/user_events: Fixup enable faults asynclyBeau Belgrave1-6/+114
2023-03-29tracing/user_events: Use remote writes for event enablementBeau Belgrave2-138/+453
2023-03-29tracing/user_events: Track fork/exec/exit for mm lifetimeBeau Belgrave2-0/+4
2023-03-29tracing/user_events: Split header into uapi and kernelBeau Belgrave1-5/+0
2023-03-29tracing: Add "fields" option to show raw trace event fieldsSteven Rostedt (Google)4-2/+177
2023-03-29Merge branch 'slab/for-6.4/slob-removal' into slab/for-nextVlastimil Babka1-1/+0
2023-03-29mm/slob: remove CONFIG_SLOBVlastimil Babka1-1/+0
2023-03-28lazy tlb: shoot lazies, non-refcounting lazy tlb mm reference handling schemeNicholas Piggin1-0/+65
2023-03-28lazy tlb: introduce lazy tlb mm refcount helper functionsNicholas Piggin4-11/+20
2023-03-28kthread: simplify kthread_use_mm refcountingNicholas Piggin1-9/+5
2023-03-28fprobe: Skip exit_handler if entry_handler returns !0Masami Hiramatsu (Google)2-7/+22
2023-03-28fprobe: Add nr_maxactive to specify rethook_node pool sizeMasami Hiramatsu (Google)1-1/+4
2023-03-28fprobe: Pass entry_data to handlersMasami Hiramatsu (Google)2-8/+15
2023-03-28dma-debug: add cacheline to user/kernel space dump messagesDesnes Nunes1-58/+64
2023-03-28dma-debug: small dma_debug_entry's comment and variable name updatesDesnes Nunes1-4/+5
2023-03-28dma-direct: cleanup parameters to dma_direct_optimal_gfp_maskPetr Tesarik1-8/+7
2023-03-27rcutorture: Add RCU Tasks Trace and SRCU deadlock scenariosPaul E. McKenney1-1/+35
2023-03-27rcutorture: Add SRCU deadlock scenariosPaul E. McKenney1-0/+151
2023-03-27locking/lockdep: Improve the deadlock scenario print for sync and read lockBoqun Feng1-16/+32
2023-03-27locking: Reduce the number of locks in ww_mutex stress testsBoqun Feng1-1/+1
2023-03-27rcu: Annotate SRCU's update-side lockdep dependenciesBoqun Feng2-0/+4
2023-03-27locking/lockdep: Introduce lock_sync()Boqun Feng1-0/+34
2023-03-26Merge tag 'sched_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-11/+47
2023-03-26Merge tag 'core_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+3
2023-03-25bpf: Use bpf_mem_cache_alloc/free for bpf_local_storageMartin KaFai Lau1-15/+115
2023-03-25bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage_elemMartin KaFai Lau4-12/+89
2023-03-25bpf: Add a few bpf mem allocator functionsMartin KaFai Lau1-9/+50
2023-03-25bpf: Treat KF_RELEASE kfuncs as KF_TRUSTED_ARGSDavid Vernet2-2/+2
2023-03-25bpf: Remove now-unnecessary NULL checks for KF_RELEASE kfuncsDavid Vernet2-9/+0
2023-03-25bpf: Only invoke kptr dtor following non-NULL xchgDavid Vernet1-0/+3
2023-03-25Merge tag 'xfs-6.3-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-5/+0
2023-03-24kheaders: Use array declaration instead of charKees Cook1-5/+5
2023-03-24Merge tag 'mm-hotfixes-stable-2023-03-24-17-09' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+1
2023-03-24bpf: Check IS_ERR for the bpf_map_get() return valueMartin KaFai Lau2-4/+4
2023-03-24module: already_uses() - reduce pr_debug output volumeJim Cromie1-3/+1
2023-03-24module: add section-size to move_module pr_debugJim Cromie1-2/+2
2023-03-24module: add symbol-name to pr_debug Absolute symbolJim Cromie1-2/+2
2023-03-24module: in layout_sections, move_module: add the modnameJim Cromie1-3/+3
2023-03-24module: fold usermode helper kmod into modules directoryLuis Chamberlain3-2/+3
2023-03-24module: merge remnants of setup_load_info() to elf validationLuis Chamberlain1-33/+27
2023-03-24module: move more elf validity checks to elf_validity_check()Luis Chamberlain1-35/+44
2023-03-24module: add stop-grap sanity check on module memcpy()Luis Chamberlain1-4/+22
2023-03-24module: add sanity check for ELF module sectionLuis Chamberlain1-9/+53
2023-03-24module: rename check_module_license_and_versions() to check_export_symbol_ver...Luis Chamberlain1-2/+2
2023-03-24module: converge taint work togetherLuis Chamberlain1-28/+24
2023-03-24module: move signature taint to module_augment_kernel_taints()Luis Chamberlain1-9/+9
2023-03-24module: move tainting until after a module hits our linked listLuis Chamberlain1-12/+10
2023-03-24module: split taint adding with info checkingLuis Chamberlain1-22/+40
2023-03-24module: split taint work out of check_modinfo_livepatch()Luis Chamberlain1-5/+6
2023-03-24module: rename set_license() to module_license_taint_check()Luis Chamberlain1-3/+2