summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-01-13mm: convert mm_lock_seq to a proper seqcountSuren Baghdasaryan
2025-01-13lazy tlb: fix hotplug exit race with MMU_LAZY_TLB_SHOOTDOWNNicholas Piggin
2025-01-13kasan: make kasan_record_aux_stack_noalloc() the default behaviourPeter Zijlstra
2025-01-13ring-buffer: Make reading page consistent with the code logicJeongjun Park
2025-01-13ring-buffer: Check for empty ring-buffer with rb_num_of_entries()Vincent Donnefort
2025-01-13bpf: Use ftrace_get_symaddr() for kprobe_multi probesMasami Hiramatsu (Google)
2025-01-13sched_ext: fix kernel-doc warningsRandy Dunlap
2025-01-13psi: Fix race when task wakes up before psi_sched_switch() adjusts flagsChengming Zhou
2025-01-13sched, psi: Don't account irq time if sched_clock_irqtime is disabledYafang Shao
2025-01-13sched: Don't account irq time if sched_clock_irqtime is disabledYafang Shao
2025-01-13sched: Define sched_clock_irqtime as static keyYafang Shao
2025-01-13sched/fair: Do not compute overloaded status unnecessarily during lbK Prateek Nayak
2025-01-13sched/fair: Do not compute NUMA Balancing stats unnecessarily during lbK Prateek Nayak
2025-01-13sched/core: Prioritize migrating eligible tasks in sched_balance_rq()Hao Jia
2025-01-13sched/debug: Change need_resched warnings to pr_errDavid Rientjes
2025-01-13sched/fair: Encapsulate set custom slice in a __setparam_fair() functionVincent Guittot
2025-01-13sched: Fix race between yield_to() and try_to_wake_up()Tianchen Ding
2025-01-13sched/fair: Fix update_cfs_group() vs DELAY_DEQUEUEPeter Zijlstra
2025-01-13kthread: modify kernel-doc function name to match codeRandy Dunlap
2025-01-13Merge 6.13-rc7 into driver-core-nextGreg Kroah-Hartman
2025-01-12delayacct: add delay min to record delay peakWang Yaxin
2025-01-12kernel: remove get_task_comm() and print task comm directlyYafang Shao
2025-01-12get_task_exe_file: check PF_KTHREAD locklesslyMateusz Guzik
2025-01-12watchdog: output this_cpu when printing hard LOCKUPYunhui Cui
2025-01-12ucounts: move kfree() out of critical zone protected by ucounts_lockMengEn Sun
2025-01-12delayacct: add delay max to record delay peakWang Yaxin
2025-01-12kernel/resource: simplify API __devm_release_region() implementationZijun Hu
2025-01-12Merge tag 'perf_urgent_for_v6.13_rc7' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-01-11Merge tag 'probes-fixes-v6.13-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-01-11mm/slab: Move kvfree_rcu() into SLABUladzislau Rezki (Sony)
2025-01-11rcu/kvfree: Adjust a shrinker nameUladzislau Rezki (Sony)
2025-01-11rcu/kvfree: Adjust names passed into trace functionsUladzislau Rezki (Sony)
2025-01-11rcu/kvfree: Move some functions under CONFIG_TINY_RCUUladzislau Rezki (Sony)
2025-01-11rcu/kvfree: Initialize kvfree_rcu() separatelyUladzislau Rezki (Sony)
2025-01-10Merge tag 'sched_ext-for-6.13-rc6-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-01-10Merge tag 'cgroup-for-6.13-rc6-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-01-10Merge tag 'wq-for-6.13-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-01-10sched_ext: idle: Refresh idle masks during idle-to-idle transitionsAndrea Righi
2025-01-10workqueue: warn if delayed_work is queued to an offlined cpu.Imran Khan
2025-01-10sched_ext: Implement scx_bpf_now()Changwoo Min
2025-01-10sched_ext: Relocate scx_enabled() related codeChangwoo Min
2025-01-11modpost: Allow extended modversions without basic MODVERSIONSMatthew Maurer
2025-01-10perf: map pages in advanceLorenzo Stoakes
2025-01-11modpost: Produce extended MODVERSIONS informationMatthew Maurer
2025-01-11modules: Support extended MODVERSIONS infoMatthew Maurer
2025-01-11kbuild: Add gendwarfksyms as an alternative to genksymsSami Tolvanen
2025-01-11tools: Add gendwarfksymsSami Tolvanen
2025-01-10module: get symbol CRC back to unsignedMasahiro Yamada
2025-01-10kheaders: prevent `find` from seeing perl temp filesHONG Yifan
2025-01-10kheaders: use 'tar' instead of 'cpio' for copying filesMasahiro Yamada