summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-06-03liveupdate: register luo_ser as KHO subtreePasha Tatashin1-59/+24
2026-06-03liveupdate: centralize state management into struct luo_serPasha Tatashin4-131/+65
2026-06-03liveupdate: avoid mixing cleanup guards with goto in luo_session_retrieve_fdPasha Tatashin1-2/+3
2026-06-03liveupdate: change file_set->count type to u64 for type safetyPasha Tatashin1-1/+1
2026-06-03Merge tag 'cgroup-for-7.1-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+7
2026-06-03Merge tag 'sched_ext-for-7.1-rc6-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-4/+6
2026-06-03dma-debug: fix physical address retrieval in debug_dma_sync_sg_for_deviceLi RongQing1-1/+1
2026-06-03rv: Use 0 to check preemption enabled in opidGabriele Monaco1-7/+1
2026-06-03rv: Add automatic cleanup handlers for per-task HA monitorsGabriele Monaco3-6/+6
2026-06-03rv: Fix __user specifier usage in extract_params()Gabriele Monaco1-1/+2
2026-06-03futex: Provide infrastructure to plug the non contended robust futex unlock raceThomas Gleixner2-3/+24
2026-06-03futex: Add robust futex unlock IP rangeThomas Gleixner1-9/+37
2026-06-03futex: Add support for unlocking robust futexesThomas Gleixner5-11/+115
2026-06-03futex: Provide UABI defines for robust list entry modifiersThomas Gleixner1-28/+25
2026-06-03futex: Move futex related mm_struct data into a structThomas Gleixner1-72/+61
2026-06-03futex: Make futex_mm_init() voidThomas Gleixner2-8/+3
2026-06-03futex: Move futex task related data into a structThomas Gleixner4-59/+53
2026-06-03genirq: Move NULL check into irqdesc_lock guard unlock expressionDmitry Ilvokhin1-1/+1
2026-06-03dma-mapping: direct: fix missing mapping for THRU_HOST_BRIDGE segmentsLi RongQing1-1/+1
2026-06-03dma: map_benchmark: turn dma_sg_map_param buf into a flexible arrayRosen Penev1-15/+12
2026-06-02mm: introduce for_each_free_list()Brendan Jackman1-4/+4
2026-06-02sched_ext: Don't warn on NULL cgrp_moving_from in scx_cgroup_move_task()Tejun Heo1-4/+6
2026-06-02futex/requeue: Prevent NULL pointer dereference in remove_waiter() on self-de...Ji'an Zhou1-0/+6
2026-06-02vdso/treewide: Drop GENERIC_TIME_VSYSCALLThomas Weißschuh1-4/+0
2026-06-02timers/migration: Turn tmigr_hierarchy level_list into a flexible arrayRosen Penev2-14/+7
2026-06-02timers/migration: Deactivate per-capacity hierarchies under nohz_fullFrederic Weisbecker1-7/+23
2026-06-02timers/migration: Fix hotplug migrator selection target on asymetric capacity...Frederic Weisbecker1-10/+32
2026-06-02sched/cputime: Handle dyntick-idle steal time correctlyFrederic Weisbecker1-5/+23
2026-06-02sched/cputime: Handle idle irqtime gracefullyFrederic Weisbecker1-3/+17
2026-06-02sched/cputime: Provide get_cpu_[idle|iowait]_time_us() off-caseFrederic Weisbecker1-3/+9
2026-06-02tick/sched: Consolidate idle time fetching APIsFrederic Weisbecker1-21/+40
2026-06-02tick/sched: Account tickless idle cputime only when tick is stoppedFrederic Weisbecker1-24/+26
2026-06-02tick/sched: Remove unused fieldsFrederic Weisbecker2-17/+1
2026-06-02tick/sched: Move dyntick-idle cputime accounting to cputime codeFrederic Weisbecker3-139/+178
2026-06-02tick/sched: Remove nohz disabled special case in cputime fetchFrederic Weisbecker1-5/+2
2026-06-02tick/sched: Unify idle cputime accountingFrederic Weisbecker2-82/+49
2026-06-02sched/cputime: Correctly support generic vtime idle timeFrederic Weisbecker2-12/+38
2026-06-02sched/cputime: Remove superfluous and error prone kcpustat_field() parameterFrederic Weisbecker3-13/+8
2026-06-02sched/idle: Handle offlining first in idle loopFrederic Weisbecker1-5/+8
2026-06-02tick/sched: Fix TOCTOU in nohz idle time fetchFrederic Weisbecker1-5/+6
2026-06-02time: Fix off-by-one in settimeofday() usec validationNaveen Kumar Chaudhary1-1/+1
2026-06-02clockevents: Fix duplicate type specifier in stub function parameterNaveen Kumar Chaudhary1-1/+1
2026-06-02time/namespace: Export init_time_ns and do_timens_ktime_to_host()Maoyi Xie1-0/+2
2026-06-02cgroup: Migrate tasks to the root css when a controller is reboundTejun Heo1-4/+31
2026-06-02Merge branches 'rcutorture.2026.05.24' and 'misc.2026.05.24' into rcu-merge.2...Uladzislau Rezki (Sony)3-17/+44
2026-06-02rcu/nocb: reduce stack usage in nocb_gp_wait()Arnd Bergmann1-1/+1
2026-06-02bpf: Reject exclusive maps for bpf_map_elem iteratorsDaniel Borkmann1-0/+4
2026-06-02tracing/eprobes: Allow use of BTF names to dereference pointersSteven Rostedt2-28/+150
2026-06-02printk: fix typos in commentsNaveen Kumar Chaudhary2-6/+6
2026-06-02sched/fair: Unify cfs_rq throttling via account_cfs_rq_runtime()Peter Zijlstra1-55/+46