summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-09-04PM: sleep: Make pm_wakeup_clear() call more clearSamuel Wu
2025-09-04workqueue: Provide a handshake for canceling BH workersSebastian Andrzej Siewior
2025-09-04cgroup: Remove unused cgroup_subsys::post_attachChuyi Zhou
2025-09-04cpuset: Defer flushing of the cpuset_migrate_mm_wq to task_workChuyi Zhou
2025-09-04cpuset: Don't always flush cpuset_migrate_mm_wq in cpuset_write_resmaskChuyi Zhou
2025-09-04workqueue: Remove rcu_read_lock/unlock() in wq_watchdog_timer_fn()Zqiang
2025-09-04workqueue: Remove redundant rcu_read_lock/unlock() in workqueue_congested()Zqiang
2025-09-04bpf: add bpf_strcasecmp kfuncRong Tao
2025-09-04audit: init ab->skb_list earlier in audit_buffer_alloc()Eric Dumazet
2025-09-04time: Build generic update_vsyscall() only with generic time vDSOThomas Weißschuh
2025-09-03time: export timespec64_add_safe() symbolGatien Chevallier
2025-09-03sched_ext: deprecation warn for scx_bpf_cpu_rq()Christian Loehle
2025-09-03sched_ext: Introduce scx_bpf_cpu_curr()Christian Loehle
2025-09-03sched_ext: Introduce scx_bpf_locked_rq()Christian Loehle
2025-09-03sched_ext: Use cgroup_lock/unlock() to synchronize against cgroup operationsTejun Heo
2025-09-03sched_ext: Put event_stats_cpu in struct scx_sched_pcpuTejun Heo
2025-09-03sched_ext: Move internal type and accessor definitions to ext_internal.hTejun Heo
2025-09-03sched_ext: Keep bypass on between enable failure and scx_disable_workfn()Tejun Heo
2025-09-03sched_ext: Make explicit scx_task_iter_relock() calls unnecessaryTejun Heo
2025-09-03audit: fix out-of-bounds read in audit_compare_dname_path()Stanislav Fort
2025-09-03cgroup/cpuset: Prevent NULL pointer access in free_tmpmasks()Waiman Long
2025-09-03sched: Fix sched_numa_find_nth_cpu() if mask offlineChristian Loehle
2025-09-03genirq/test: Ensure CPU 1 is online for hotplug testBrian Norris
2025-09-03genirq/test: Drop CONFIG_GENERIC_IRQ_MIGRATION assumptionsBrian Norris
2025-09-03genirq/test: Depend on SPARSE_IRQBrian Norris
2025-09-03genirq/test: Fail early if interrupt request failsBrian Norris
2025-09-03genirq/test: Factor out fake-virq setupBrian Norris
2025-09-03genirq/test: Select IRQ_DOMAINBrian Norris
2025-09-03genirq/test: Fix depth tests on architectures with NOREQUEST by default.David Gow
2025-09-03genirq: Add support for warning on long-running interrupt handlersWladislav Wiebe
2025-09-03vdso/vsyscall: Avoid slow division loop in auxiliary clock updateThomas Weißschuh
2025-09-03perf: Fix the POLL_HUP delivery breakageKan Liang
2025-09-03sched/fair: Get rid of throttled_lb_pair()Aaron Lu
2025-09-03sched/fair: Task based throttle time accountingAaron Lu
2025-09-03sched/fair: Switch to task based throttle modelValentin Schneider
2025-09-03sched/fair: Implement throttle task work and related helpersValentin Schneider
2025-09-03sched/fair: Add related data structure for task based throttleValentin Schneider
2025-09-03sched: Move STDL_INIT() functions out-of-linePeter Zijlstra
2025-09-03sched/fair: Get rid of sched_domains_curr_level hack for tl->cpumask()Peter Zijlstra
2025-09-03sched/deadline: Fix race in push_dl_task()Harshit Agarwal
2025-09-02tracing: Fix tracing_marker may trigger page fault during preempt_disableLuo Gengkun
2025-09-02trace: Remove redundant __GFP_NOWARNQianfeng Rong
2025-09-02bpf: Replace kvfree with kfree for kzalloc memoryFeng Yang
2025-09-02pidns: move is-ancestor logic to helperAleksa Sarai
2025-09-02dma-debug: don't enforce dma mapping check on noncoherent allocationsBaochen Qiang
2025-09-01copy_process: pass clone_flags as u64 across calltreeSimon Schuster
2025-09-01copy_sighand: Handle architectures where sizeof(unsigned long) < sizeof(u64)Simon Schuster
2025-09-01PM: hibernate: Fix typo in memory bitmaps description commentLi Jun
2025-09-01PM: hibernate: Use vmalloc_array() and vcalloc() to improve codeQianfeng Rong
2025-08-31Merge tag 'sched_urgent_for_v6.17_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds