summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-11-24printk: Avoid irq_work for printk_deferred() on suspendJohn Ogness
2025-11-23Merge tag 'timers-urgent-2025-11-23' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-11-23Merge tag 'perf-urgent-2025-11-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-11-22timers: Fix NULL function pointer race in timer_shutdown_sync()Yipeng Zou
2025-11-22Merge tag 'v6.18-rc3' into irq/msiThomas Gleixner
2025-11-22genirq: Remove cpumask availability check on kthread affinity settingFrederic Weisbecker
2025-11-22genirq: Fix interrupt threads affinity vs. cpuset isolated partitionsFrederic Weisbecker
2025-11-22genirq: Prevent early spurious wake-ups of interrupt threadsFrederic Weisbecker
2025-11-21bpf: support nested rcu critical sectionsPuranjay Mohan
2025-11-21bpf: correct stack liveness for tail callsEduard Zingerman
2025-11-21bpf: properly verify tail call behaviorMartin Teichmann
2025-11-21bpf: Add a check to make static analysers happyAnton Protopopov
2025-11-21workqueue: Don't rely on wq->rescuer to stop rescuerLai Jiangshan
2025-11-21workqueue: Only assign rescuer work when really neededLai Jiangshan
2025-11-21workqueue: Factor out assign_rescuer_work()Lai Jiangshan
2025-11-21Merge branch 'objtool/core'Peter Zijlstra
2025-11-20cpuset: Treat cpusets in attaching as populatedChen Ridong
2025-11-21Merge tag 'v6.18-rc6' into drm-nextDave Airlie
2025-11-20crash: export crashkernel CMA reservation to userspaceSourabh Jain
2025-11-20watchdog: add sys_info sysctls to dump sys info on system lockupFeng Tang
2025-11-20hung_task: add hung_task_sys_info sysctl to dump sys info on task-hungFeng Tang
2025-11-20kernel/hung_task: unexport sysctl_hung_task_timeout_secsChristoph Hellwig
2025-11-20panic: sys_info: align constant definition names with parametersAndy Shevchenko
2025-11-20PM: sleep: Call pm_sleep_fs_sync() instead of ksys_sync_helper()Samuel Wu
2025-11-20PM: sleep: Add support for wakeup during filesystem syncSamuel Wu
2025-11-20Merge back material related to system sleep for 6.19Rafael J. Wysocki
2025-11-20sched: Provide and use set_need_resched_current()Peter Zijlstra
2025-11-20workqueue: Init rescuer's affinities as wq_unbound_cpumaskLai Jiangshan
2025-11-20workqueue: Let DISASSOCIATED workers follow unbound wq cpumask changesLai Jiangshan
2025-11-20workqueue: Update the rescuer's affinity only when it is detachedLai Jiangshan
2025-11-20timers/migration: Exclude isolated cpus from hierarchyGabriele Monaco
2025-11-20sched/isolation: Force housekeeping if isolcpus and nohz_full don't leave anyGabriele Monaco
2025-11-20cgroup/cpuset: Rename update_unbound_workqueue_cpumask() to update_isolation_...Gabriele Monaco
2025-11-20timers/migration: Use scoped_guard on available flag set/clearGabriele Monaco
2025-11-20timers/migration: Add mask for CPUs available in the hierarchyGabriele Monaco
2025-11-20timers/migration: Rename 'online' bit to 'available'Gabriele Monaco
2025-11-20Merge tag 'sched_ext-for-6.18-rc6-fixes-2' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2025-11-20PCI/P2PDMA: Simplify bus address mapping APILeon Romanovsky
2025-11-20sched_ext: Fix scx_enable() crash on helper kthread creation failureSaket Kumar Bhaskar
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-20sched/deadline: Walk up cpuset hierarchy to decide root domain when hot-unplugPingfan Liu
2025-11-20cgroup/cpuset: Introduce cpuset_cpus_allowed_locked()Pingfan Liu
2025-11-20timekeeping: Fix resource leak in tk_aux_sysfs_init() error pathsMalaya Kumar Rout
2025-11-20sched/mmcid: Use cpumask_weighted_or()Thomas Gleixner
2025-11-20sched/mmcid: Prevent pointless work in mm_update_cpus_allowed()Thomas Gleixner
2025-11-20sched/mmcid: Move scheduler code out of global headerThomas Gleixner
2025-11-20sched: Fixup whitespace damageThomas Gleixner
2025-11-20sched/mmcid: Use proper data structuresThomas Gleixner
2025-11-20sched/mmcid: Revert the complex CID managementThomas Gleixner
2025-11-20perf: Fix 0 count issue of cpu-clockDapeng Mi