summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2026-06-03sched_ext: Make scx_bpf_kick_cid() return s32Tejun Heo
2026-06-03sched_ext: Add scx_cmask_test() and scx_cmask_for_each_cid()Tejun Heo
2026-06-03sched_ext: Order single-cid cmask helpers as (cid, mask)Tejun Heo
2026-06-03locking/rtmutex: Skip remove_waiter() when waiter is not enqueuedDavidlohr Bueso
2026-06-03liveupdate: Remove limit on the number of files per sessionPasha Tatashin
2026-06-03liveupdate: Remove limit on the number of sessionsPasha Tatashin
2026-06-03liveupdate: defer session block allocation and physical address settingPasha Tatashin
2026-06-03kho: add support for linked-block serializationPasha Tatashin
2026-06-03liveupdate: Extract luo_session_deserialize_one helperPasha Tatashin
2026-06-03liveupdate: Extract luo_file_deserialize_one helperPasha Tatashin
2026-06-03liveupdate: register luo_ser as KHO subtreePasha Tatashin
2026-06-03liveupdate: centralize state management into struct luo_serPasha Tatashin
2026-06-03liveupdate: avoid mixing cleanup guards with goto in luo_session_retrieve_fdPasha Tatashin
2026-06-03liveupdate: change file_set->count type to u64 for type safetyPasha Tatashin
2026-06-03Merge tag 'cgroup-for-7.1-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-06-03Merge tag 'sched_ext-for-7.1-rc6-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-06-03dma-debug: fix physical address retrieval in debug_dma_sync_sg_for_deviceLi RongQing
2026-06-03rv: Use 0 to check preemption enabled in opidGabriele Monaco
2026-06-03rv: Add automatic cleanup handlers for per-task HA monitorsGabriele Monaco
2026-06-03rv: Fix __user specifier usage in extract_params()Gabriele Monaco
2026-06-03futex: Provide infrastructure to plug the non contended robust futex unlock raceThomas Gleixner
2026-06-03futex: Add robust futex unlock IP rangeThomas Gleixner
2026-06-03futex: Add support for unlocking robust futexesThomas Gleixner
2026-06-03futex: Provide UABI defines for robust list entry modifiersThomas Gleixner
2026-06-03futex: Move futex related mm_struct data into a structThomas Gleixner
2026-06-03futex: Make futex_mm_init() voidThomas Gleixner
2026-06-03futex: Move futex task related data into a structThomas Gleixner
2026-06-03genirq: Move NULL check into irqdesc_lock guard unlock expressionDmitry Ilvokhin
2026-06-03dma-mapping: direct: fix missing mapping for THRU_HOST_BRIDGE segmentsLi RongQing
2026-06-03dma: map_benchmark: turn dma_sg_map_param buf into a flexible arrayRosen Penev
2026-06-02mm: introduce for_each_free_list()Brendan Jackman
2026-06-02sched_ext: Don't warn on NULL cgrp_moving_from in scx_cgroup_move_task()Tejun Heo
2026-06-02futex/requeue: Prevent NULL pointer dereference in remove_waiter() on self-de...Ji'an Zhou
2026-06-02vdso/treewide: Drop GENERIC_TIME_VSYSCALLThomas Weißschuh
2026-06-02timers/migration: Turn tmigr_hierarchy level_list into a flexible arrayRosen Penev
2026-06-02timers/migration: Deactivate per-capacity hierarchies under nohz_fullFrederic Weisbecker
2026-06-02timers/migration: Fix hotplug migrator selection target on asymetric capacity...Frederic Weisbecker
2026-06-02sched/cputime: Handle dyntick-idle steal time correctlyrefs/merge-window/a491e1430a4fbfab275a200b4acfa057f0aab44dFrederic Weisbecker
2026-06-02sched/cputime: Handle idle irqtime gracefullyFrederic Weisbecker
2026-06-02sched/cputime: Provide get_cpu_[idle|iowait]_time_us() off-caseFrederic Weisbecker
2026-06-02tick/sched: Consolidate idle time fetching APIsFrederic Weisbecker
2026-06-02tick/sched: Account tickless idle cputime only when tick is stoppedFrederic Weisbecker
2026-06-02tick/sched: Remove unused fieldsFrederic Weisbecker
2026-06-02tick/sched: Move dyntick-idle cputime accounting to cputime codeFrederic Weisbecker
2026-06-02tick/sched: Remove nohz disabled special case in cputime fetchFrederic Weisbecker
2026-06-02tick/sched: Unify idle cputime accountingFrederic Weisbecker
2026-06-02sched/cputime: Correctly support generic vtime idle timeFrederic Weisbecker
2026-06-02sched/cputime: Remove superfluous and error prone kcpustat_field() parameterFrederic Weisbecker
2026-06-02sched/idle: Handle offlining first in idle loopFrederic Weisbecker
2026-06-02tick/sched: Fix TOCTOU in nohz idle time fetchFrederic Weisbecker