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