aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-11-21Merge branch 'objtool/core'Peter Zijlstra224-5155/+9809
2025-11-20PM: sleep: Call pm_sleep_fs_sync() instead of ksys_sync_helper()Samuel Wu3-3/+13
2025-11-20PM: sleep: Add support for wakeup during filesystem syncSamuel Wu2-6/+74
2025-11-20Merge back material related to system sleep for 6.19Rafael J. Wysocki6-76/+134
2025-11-20sched: Provide and use set_need_resched_current()Peter Zijlstra5-24/+13
2025-11-20timers/migration: Exclude isolated cpus from hierarchyGabriele Monaco2-0/+146
2025-11-20sched/isolation: Force housekeeping if isolcpus and nohz_full don't leave anyGabriele Monaco1-0/+23
2025-11-20cgroup/cpuset: Rename update_unbound_workqueue_cpumask() to update_isolation_cpumasks()Gabriele Monaco1-6/+6
2025-11-20timers/migration: Use scoped_guard on available flag set/clearGabriele Monaco1-17/+17
2025-11-20timers/migration: Add mask for CPUs available in the hierarchyGabriele Monaco1-1/+14
2025-11-20timers/migration: Rename 'online' bit to 'available'Gabriele Monaco2-13/+13
2025-11-20Merge tag 'sched_ext-for-6.18-rc6-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_extLinus Torvalds1-1/+4
2025-11-20sched_ext: Fix scx_enable() crash on helper kthread creation failureSaket Kumar Bhaskar1-1/+4
2025-11-20timekeeping: Fix resource leak in tk_aux_sysfs_init() error pathsMalaya Kumar Rout1-9/+12
2025-11-20sched/mmcid: Use cpumask_weighted_or()Thomas Gleixner1-2/+3
2025-11-20sched/mmcid: Prevent pointless work in mm_update_cpus_allowed()Thomas Gleixner1-3/+8
2025-11-20sched/mmcid: Move scheduler code out of global headerThomas Gleixner1-2/+18
2025-11-20sched: Fixup whitespace damageThomas Gleixner1-4/+4
2025-11-20sched/mmcid: Use proper data structuresThomas Gleixner3-24/+24
2025-11-20sched/mmcid: Revert the complex CID managementThomas Gleixner3-749/+62
2025-11-20perf: Fix 0 count issue of cpu-clockDapeng Mi1-1/+1
2025-11-19tick/sched: Fix bogus condition in report_idle_softirq()Wen Yang1-6/+5
2025-11-19watch_queue: Use local kmap in post_one_notification()Davidlohr Bueso1-2/+2
2025-11-18genirq: Use raw_spinlock_irq() in irq_set_affinity_notifier()Chengkaitao1-1/+1
2025-11-17PM: hibernate: Clean up kernel-doc comment style usageSunday Adelodun1-46/+12
2025-11-17Merge tag 'vfs-6.18-rc7.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2-8/+4
2025-11-17Merge tag 'sched_ext-for-6.18-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_extLinus Torvalds1-13/+13
2025-11-17sched/fair: Proportional newidle balancePeter Zijlstra5-4/+61
2025-11-17sched/fair: Small cleanup to update_newidle_cost()Peter Zijlstra1-4/+7
2025-11-17sched/fair: Small cleanup to sched_balance_newidle()Peter Zijlstra1-4/+6
2025-11-17sched/fair: Revert max_newidle_lb_cost bumpPeter Zijlstra1-16/+3
2025-11-17sched/fair: Reimplement NEXT_BUDDY to align with EEVDF goalsMel Gorman1-22/+130
2025-11-17sched/fair: Enable scheduler feature NEXT_BUDDYMel Gorman1-1/+1
2025-11-17sched: Increase sched_tick_remote timeoutPhil Auld1-1/+1
2025-11-17sched/fair: Have SD_SERIALIZE affect newidle balancingPeter Zijlstra1-1/+1
2025-11-17sched/fair: Skip sched_balance_running cmpxchg when balance is not dueTim Chen1-26/+28
2025-11-17Merge back earlier material related to system sleep for 6.19Rafael J. Wysocki6-30/+122
2025-11-17sched_ext: Use IRQ_WORK_INIT_HARD() to initialize rq->scx.kick_cpus_irq_workZqiang1-1/+1
2025-11-16Merge tag 'mm-hotfixes-stable-2025-11-16-10-40' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2025-11-15crash: fix crashkernel resource shrinkSourabh Jain1-1/+1
2025-11-15Merge tag 'timers-urgent-2025-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+6
2025-11-14Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds5-40/+72
2025-11-14time: Fix a few typos in time[r] related code commentsJianyun Gao2-2/+2
2025-11-14time: tick-oneshot: Add missing Return and parameter descriptions to kernel-docSunday Adelodun1-1/+19
2025-11-14bpf: account for current allocated stack depth in widen_imprecise_scalars()Eduard Zingerman1-2/+4
2025-11-14PM: suspend: Make pm_test delay interruptible by wakeup eventsRiwen Lu1-1/+5
2025-11-14posix-timers: Plug potential memory leak in do_timer_create()Eslam Khafagy1-6/+6
2025-11-14hrtimer: Store time as ktime_t in restart blockThomas Weißschuh2-4/+4
2025-11-14nstree: fix kernel-doc comments for internal functionsKriish Sharma1-2/+3
2025-11-14nsproxy: fix free_nsproxy() and simplify create_new_namespaces()Christian Brauner1-16/+20