summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-12-26Merge tag 'efi-fixes-for-v6.19-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-12-26irqdomain: Export irq_domain_free_irqs()Aaron Kling
2025-12-24kthread: Warn if mm_struct lacks user_ns in kthread_use_mm()Breno Leitao
2025-12-23bpf: arena: make arena kfuncs any context safePuranjay Mohan
2025-12-23bpf: arena: use kmalloc_nolock() in place of kvcalloc()Puranjay Mohan
2025-12-23bpf: arena: populate vm_area without allocating memoryPuranjay Mohan
2025-12-23kernel/kexec: fix IMA when allocation happens in CMA areaPingfan Liu
2025-12-23kernel/kexec: change the prototype of kimage_map_segment()Pingfan Liu
2025-12-22bpf: crypto: replace -EEXIST with -EBUSYDaniel Gomez
2025-12-22bpf: allow calling kfuncs from raw_tp programsPuranjay Mohan
2025-12-22sched_ext: Avoid multiple irq_work_queue() calls in destroy_dsq()Zqiang
2025-12-22sched_ext: Use the resched_cpu() to replace resched_curr() in the bypass_lb_n...Zqiang
2025-12-22cpuset: remove dead code in cpuset-v1.cChen Ridong
2025-12-22module/decompress: Avoid open-coded kvrealloc()Kees Cook
2025-12-22module: Remove SHA-1 support for module signingPetr Pavlu
2025-12-22module: replace use of system_wq with system_dfl_wqMarco Crivellari
2025-12-22params: Replace __modinit with __init_or_modulePetr Pavlu
2025-12-21Merge tag 'irq-urgent-2025-12-21' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-12-21bpf: annotate file argument as __nullable in bpf_lsm_mmap_fileMatt Bobrowski
2025-12-21bpf: arm64: Optimize recursion detection by not using atomicsPuranjay Mohan
2025-12-21bpf: move recursion detection logic to helpersPuranjay Mohan
2025-12-19sched_ext: Fix some comments in ext.cZqiang
2025-12-19sched/fair: Fix sched_avg foldPeter Zijlstra
2025-12-19perf: Use EXPORT_SYMBOL_FOR_KVM() for the mediated APIsPeter Zijlstra
2025-12-19irqdomain: Fix up const problem in irq_domain_set_name()Greg Kroah-Hartman
2025-12-19Merge tag 'trace-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-12-19Merge tag 'net-6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-12-18cpuset: remove v1-specific code from generate_sched_domainsChen Ridong
2025-12-18cpuset: separate generate_sched_domains for v1 and v2Chen Ridong
2025-12-18cpuset: move update_domain_attr_tree to cpuset_v1.cChen Ridong
2025-12-18cpuset: add cpuset1_init helper for v1 initializationChen Ridong
2025-12-18cpuset: add cpuset1_online_css helper for v1-specific operationsChen Ridong
2025-12-18cpuset: add lockdep_assert_cpuset_lock_held helperChen Ridong
2025-12-18cpuset: fix warning when disabling remote partitionChen Ridong
2025-12-18test-ww_mutex: Allow test to be run (and re-run) from userlandJohn Stultz
2025-12-18test-ww_mutex: Move work to its own UNBOUND workqueueJohn Stultz
2025-12-18test-ww_mutex: Extend ww_mutex tests to test both classes of ww_mutexesJohn Stultz
2025-12-17ftrace: Fix address for jmp mode in t_show()Menglong Dong
2025-12-17tracing: Fix UBSAN warning in __remove_instance()Darrick J. Wong
2025-12-17tracing: Do not register unsupported perf eventsSteven Rostedt
2025-12-17perf: Clean up mediated vPMU accountingPeter Zijlstra
2025-12-17unwind_user/fp: Use dummies instead of ifdefJens Remus
2025-12-17unwind_user: Enhance comments on get CFA, FP, and RAJens Remus
2025-12-17perf/x86/core: Register a new vector for handling mediated guest PMIsSean Christopherson
2025-12-17perf: Add APIs to load/put guest mediated PMU contextKan Liang
2025-12-17perf: Add a EVENT_GUEST flagKan Liang
2025-12-17perf: Clean up perf ctx timeKan Liang
2025-12-17perf: Add APIs to create/release mediated guest vPMUsKan Liang
2025-12-17perf: Move security_perf_event_free() call to __free_event()Sean Christopherson
2025-12-17perf: Add generic exclude_guest supportKan Liang