summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-03-28kthread: simplify kthread_use_mm refcountingNicholas Piggin
2023-03-28fprobe: Skip exit_handler if entry_handler returns !0Masami Hiramatsu (Google)
2023-03-28fprobe: Add nr_maxactive to specify rethook_node pool sizeMasami Hiramatsu (Google)
2023-03-28fprobe: Pass entry_data to handlersMasami Hiramatsu (Google)
2023-03-28dma-debug: add cacheline to user/kernel space dump messagesDesnes Nunes
2023-03-28dma-debug: small dma_debug_entry's comment and variable name updatesDesnes Nunes
2023-03-28dma-direct: cleanup parameters to dma_direct_optimal_gfp_maskPetr Tesarik
2023-03-27rcutorture: Add RCU Tasks Trace and SRCU deadlock scenariosPaul E. McKenney
2023-03-27rcutorture: Add SRCU deadlock scenariosPaul E. McKenney
2023-03-27locking/lockdep: Improve the deadlock scenario print for sync and read lockBoqun Feng
2023-03-27locking: Reduce the number of locks in ww_mutex stress testsBoqun Feng
2023-03-27rcu: Annotate SRCU's update-side lockdep dependenciesBoqun Feng
2023-03-27locking/lockdep: Introduce lock_sync()Boqun Feng
2023-03-26Merge tag 'sched_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2023-03-26Merge tag 'core_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-03-25bpf: Use bpf_mem_cache_alloc/free for bpf_local_storageMartin KaFai Lau
2023-03-25bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage_elemMartin KaFai Lau
2023-03-25bpf: Add a few bpf mem allocator functionsMartin KaFai Lau
2023-03-25bpf: Treat KF_RELEASE kfuncs as KF_TRUSTED_ARGSDavid Vernet
2023-03-25bpf: Remove now-unnecessary NULL checks for KF_RELEASE kfuncsDavid Vernet
2023-03-25bpf: Only invoke kptr dtor following non-NULL xchgDavid Vernet
2023-03-25Merge tag 'xfs-6.3-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-03-24kheaders: Use array declaration instead of charKees Cook
2023-03-24Merge tag 'mm-hotfixes-stable-2023-03-24-17-09' of git://git.kernel.org/pub/s...Linus Torvalds
2023-03-24bpf: Check IS_ERR for the bpf_map_get() return valueMartin KaFai Lau
2023-03-24module: already_uses() - reduce pr_debug output volumeJim Cromie
2023-03-24module: add section-size to move_module pr_debugJim Cromie
2023-03-24module: add symbol-name to pr_debug Absolute symbolJim Cromie
2023-03-24module: in layout_sections, move_module: add the modnameJim Cromie
2023-03-24module: fold usermode helper kmod into modules directoryLuis Chamberlain
2023-03-24module: merge remnants of setup_load_info() to elf validationLuis Chamberlain
2023-03-24module: move more elf validity checks to elf_validity_check()Luis Chamberlain
2023-03-24module: add stop-grap sanity check on module memcpy()Luis Chamberlain
2023-03-24module: add sanity check for ELF module sectionLuis Chamberlain
2023-03-24module: rename check_module_license_and_versions() to check_export_symbol_ver...Luis Chamberlain
2023-03-24module: converge taint work togetherLuis Chamberlain
2023-03-24module: move signature taint to module_augment_kernel_taints()Luis Chamberlain
2023-03-24module: move tainting until after a module hits our linked listLuis Chamberlain
2023-03-24module: split taint adding with info checkingLuis Chamberlain
2023-03-24module: split taint work out of check_modinfo_livepatch()Luis Chamberlain
2023-03-24module: rename set_license() to module_license_taint_check()Luis Chamberlain
2023-03-24module: move check_modinfo() early to early_mod_check()Luis Chamberlain
2023-03-24module: move early sanity checks into a helperLuis Chamberlain
2023-03-24module: add a for_each_modinfo_entry()Luis Chamberlain
2023-03-24module: rename next_string() to module_next_tag_pair()Luis Chamberlain
2023-03-24module: move get_modinfo() helpers all aboveLuis Chamberlain
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-24kernel/ksysfs.c: use sysfs_emit for sysfs show handlersThomas Weißschuh
2023-03-24Merge tag 'net-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-03-24trace,smp: Trace all smp_function_call*() invocationsPeter Zijlstra