aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-11-20cpuset: Treat cpusets in attaching as populatedChen Ridong1-8/+27
2025-11-21Merge tag 'v6.18-rc6' into drm-nextDave Airlie35-157/+412
2025-11-20crash: export crashkernel CMA reservation to userspaceSourabh Jain1-0/+21
2025-11-20watchdog: add sys_info sysctls to dump sys info on system lockupFeng Tang1-3/+41
2025-11-20hung_task: add hung_task_sys_info sysctl to dump sys info on task-hungFeng Tang1-12/+28
2025-11-20kernel/hung_task: unexport sysctl_hung_task_timeout_secsChristoph Hellwig1-1/+0
2025-11-20panic: sys_info: align constant definition names with parametersAndy Shevchenko1-1/+1
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-20workqueue: Init rescuer's affinities as wq_unbound_cpumaskLai Jiangshan1-2/+5
2025-11-20workqueue: Let DISASSOCIATED workers follow unbound wq cpumask changesLai Jiangshan1-0/+13
2025-11-20workqueue: Update the rescuer's affinity only when it is detachedLai Jiangshan1-5/+5
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_...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/li...Linus Torvalds1-1/+4
2025-11-20PCI/P2PDMA: Simplify bus address mapping APILeon Romanovsky1-2/+2
2025-11-20sched_ext: Fix scx_enable() crash on helper kthread creation failureSaket Kumar Bhaskar1-1/+4
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-77/+109
2025-11-20sched/deadline: Walk up cpuset hierarchy to decide root domain when hot-unplugPingfan Liu1-6/+48
2025-11-20cgroup/cpuset: Introduce cpuset_cpus_allowed_locked()Pingfan Liu1-15/+36
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-19smp: Introduce a helper function to check for pending IPIsUlf Hansson1-0/+22
2025-11-19printk: Avoid scheduling irq_work on suspendJohn Ogness3-18/+55
2025-11-19printk: Allow printk_trigger_flush() to flush all typesJohn Ogness2-2/+23
2025-11-19ima: Access decompressed kernel module to verify appended signatureCoiby Xu1-3/+14
2025-11-19tracing: Switch to use %ptSpAndy Shevchenko1-3/+3
2025-11-19watch_queue: Use local kmap in post_one_notification()Davidlohr Bueso1-2/+2
2025-11-18bpf: Replace bpf memory allocator with kmalloc_nolock() in local storageAmery Hung1-107/+45
2025-11-18bpf: Save memory alloction info in bpf_local_storageAmery Hung1-44/+8
2025-11-18bpf: Remove smap argument from bpf_selem_free()Amery Hung1-9/+10
2025-11-18bpf: Always charge/uncharge memory when allocating/unlinking storage elementsAmery Hung1-12/+10
2025-11-18genirq: Use raw_spinlock_irq() in irq_set_affinity_notifier()Chengkaitao1-1/+1
2025-11-17bpf: Fix invalid prog->stats access when update_effective_progs failsPu Lehui1-0/+3
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/gi...Linus Torvalds2-8/+4
2025-11-17Merge tag 'sched_ext-for-6.18-rc6-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-13/+13