aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-11-13Merge tag 'pm-6.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-9/+13
2025-11-13Merge branch 'pm-sleep'Rafael J. Wysocki1-9/+13
2025-11-13sched_ext: Fix possible deadlock in the deferred_irq_workfn()Zqiang1-1/+1
2025-11-13Merge tag 'v6.18-rc5' into objtool/core, to pick up fixesIngo Molnar26-95/+261
2025-11-12sched/ext: convert scx_tasks_lock to raw spinlockEmil Tsalapatis1-8/+8
2025-11-12sched_ext: Fix unsafe locking in the scx_dump_state()Zqiang1-2/+2
2025-11-12power: always freeze efivarfsChristian Brauner2-8/+4
2025-11-11sched/deadline: Minor cleanup in select_task_rq_dl()Shrikanth Hegde1-2/+1
2025-11-11sched/deadline: Use cpumask_weight_and() in dl_bw_cpusShrikanth Hegde1-10/+1
2025-11-11sched/deadline: Document dl_serverPeter Zijlstra1-0/+194
2025-11-11sched/deadline: Fix dl_server stop conditionPeter Zijlstra1-2/+38
2025-11-11sched/deadline: Fix dl_server time accountingPeter Zijlstra4-35/+33
2025-11-11sched/core: Remove double update_rq_clock() in __set_cpus_allowed_ptr_locked()Hao Jia1-2/+0
2025-11-11sched/eevdf: Fix min_vruntime vs avg_vruntimePeter Zijlstra3-95/+31
2025-11-11sched/core: Add comment explaining force-idle vruntime snapshotsPeter Zijlstra1-0/+181
2025-11-11sched/core: Optimize core cookie matching checkFernand Sieber1-1/+4
2025-11-11sched/proxy: Yield the donor taskFernand Sieber5-7/+8
2025-11-11ns: drop custom reference count initialization for initial namespacesChristian Brauner4-4/+4
2025-11-11pid: rely on common reference count behaviorChristian Brauner1-1/+1
2025-11-11ns: rename is_initial_namespace()Christian Brauner1-1/+1
2025-11-11nstree: use guards for ns_tree_lockChristian Brauner1-7/+13
2025-11-11nstree: simplify owner list iterationChristian Brauner1-3/+7
2025-11-11nstree: switch to new structuresChristian Brauner2-131/+81
2025-11-11nstree: add helper to operate on struct ns_tree_{node,root}Christian Brauner1-0/+85
2025-11-11Merge branch 'kbuild-6.19.fms.extension'Christian Brauner9-14/+28
2025-11-10ns: add asserts for active refcount underflowChristian Brauner1-4/+14
2025-11-10ns: handle setns(pidfd, ...) cleanlyChristian Brauner2-17/+12
2025-11-10ns: return EFAULT on put_user() errorChristian Brauner1-2/+2
2025-11-10ns: make sure reference are dropped outside of rcu lockChristian Brauner1-9/+23
2025-11-10ns: don't increment or decrement initial namespacesChristian Brauner1-0/+6
2025-11-10ns: don't skip active reference count initializationChristian Brauner1-5/+4
2025-11-09kho: warn and exit when unpreserved page wasn't preservedPratyush Yadav1-4/+4
2025-11-09kho: fix unpreservation of higher-order vmalloc preservationsPratyush Yadav1-3/+4
2025-11-09kho: fix out-of-bounds access of vmalloc chunkPratyush Yadav1-2/+2
2025-11-09gcov: add support for GCC 15Peter Oberparleiter1-1/+3
2025-11-09kho: allocate metadata directly from the buddy allocatorPasha Tatashin1-3/+3
2025-11-09kho: increase metadata bitmap size to PAGE_SIZEPasha Tatashin1-10/+11
2025-11-09kho: warn and fail on metadata or preserved memory in scratch areaPasha Tatashin5-19/+93
2025-11-08Merge tag 'sched-urgent-2025-11-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-10/+7
2025-11-08Merge tag 'perf-urgent-2025-11-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+15
2025-11-08Merge tag 'locking-urgent-2025-11-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+6
2025-11-07Merge tag 'trace-v6.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds2-2/+8
2025-11-07PM: hibernate: Fix style issues in save_compressed_image()Mario Limonciello (AMD)1-2/+3
2025-11-07PM: hibernate: Use atomic64_t for compressed_size variableMario Limonciello (AMD)1-5/+5
2025-11-07PM: hibernate: Emit an error when image writing failsMario Limonciello (AMD)1-4/+7
2025-11-06tracing: Fix memory leaks in create_field_var()Zilin Guan1-2/+4
2025-11-06ring-buffer: Do not warn in ring_buffer_map_get_reader() when reader catches upSteven Rostedt1-0/+4
2025-11-07tracing: tprobe-events: Fix to put tracepoint_user when disable the tprobeMasami Hiramatsu (Google)1-0/+4
2025-11-07tracing: tprobe-events: Fix to register tracepoint correctlyMasami Hiramatsu (Google)1-1/+2
2025-11-06futex: Optimize per-cpu reference countingPeter Zijlstra1-6/+6