summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2025-09-07Merge tag 'perf-urgent-2025-09-07' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+1
2025-09-06tracing/osnoise: Fix null-ptr-deref in bitmap_parselist()Wang Liang-0/+3
2025-09-06trace/fgraph: Fix error handlingGuenter Roeck-1/+2
2025-09-05Merge tag 'audit-pr-20250905' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2025-09-05workqueue: replace use of system_wq with system_percpu_wqMarco Crivellari-1/+1
2025-09-05workqueue: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari-1/+1
2025-09-05cgroup: Merge branch 'for-6.17-fixes' into for-6.18Tejun Heo-7/+37
2025-09-05cgroup: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari-2/+2
2025-09-05cgroup: replace use of system_wq with system_percpu_wqMarco Crivellari-1/+1
2025-09-04cgroup: Remove unused local variables from cgroup_procs_write_finish()Tejun Heo-3/+0
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-10/+16
2025-09-04sched_ext: Fix NULL dereference in scx_bpf_cpu_rq() warningAndrea Righi-2/+5
2025-09-04change the calling conventions for vfs_parse_fs_string()Al Viro-2/+1
2025-09-04PM: sleep: Make pm_wakeup_clear() call more clearSamuel Wu-1/+1
2025-09-04workqueue: Provide a handshake for canceling BH workersSebastian Andrzej Siewior-9/+41
2025-09-04cgroup: Remove unused cgroup_subsys::post_attachChuyi Zhou-4/+0
2025-09-04cpuset: Defer flushing of the cpuset_migrate_mm_wq to task_workChuyi Zhou-5/+24
2025-09-04cpuset: Don't always flush cpuset_migrate_mm_wq in cpuset_write_resmaskChuyi Zhou-1/+2
2025-09-04workqueue: Remove rcu_read_lock/unlock() in wq_watchdog_timer_fn()Zqiang-4/+0
2025-09-04workqueue: Remove redundant rcu_read_lock/unlock() in workqueue_congested()Zqiang-2/+0
2025-09-04bpf: add bpf_strcasecmp kfuncRong Tao-20/+48
2025-09-04audit: init ab->skb_list earlier in audit_buffer_alloc()Eric Dumazet-1/+2
2025-09-04time: Build generic update_vsyscall() only with generic time vDSOThomas Weißschuh-1/+1
2025-09-03time: export timespec64_add_safe() symbolGatien Chevallier-0/+1
2025-09-03sched_ext: deprecation warn for scx_bpf_cpu_rq()Christian Loehle-0/+10
2025-09-03sched_ext: Introduce scx_bpf_cpu_curr()Christian Loehle-0/+14
2025-09-03sched_ext: Introduce scx_bpf_locked_rq()Christian Loehle-0/+23
2025-09-03sched_ext: Use cgroup_lock/unlock() to synchronize against cgroup operationsTejun Heo-56/+14
2025-09-03sched_ext: Put event_stats_cpu in struct scx_sched_pcpuTejun Heo-16/+19
2025-09-03sched_ext: Move internal type and accessor definitions to ext_internal.hTejun Heo-1057/+1062
2025-09-03sched_ext: Keep bypass on between enable failure and scx_disable_workfn()Tejun Heo-1/+1
2025-09-03sched_ext: Make explicit scx_task_iter_relock() calls unnecessaryTejun Heo-20/+23
2025-09-03audit: fix out-of-bounds read in audit_compare_dname_path()Stanislav Fort-1/+1
2025-09-03cgroup/cpuset: Prevent NULL pointer access in free_tmpmasks()Waiman Long-0/+3
2025-09-03sched: Fix sched_numa_find_nth_cpu() if mask offlineChristian Loehle-0/+2
2025-09-03genirq/test: Ensure CPU 1 is online for hotplug testBrian Norris-0/+2
2025-09-03genirq/test: Drop CONFIG_GENERIC_IRQ_MIGRATION assumptionsBrian Norris-4/+0
2025-09-03genirq/test: Depend on SPARSE_IRQBrian Norris-0/+1
2025-09-03genirq/test: Fail early if interrupt request failsBrian Norris-5/+5
2025-09-03genirq/test: Factor out fake-virq setupBrian Norris-25/+20
2025-09-03genirq/test: Select IRQ_DOMAINBrian Norris-0/+1
2025-09-03genirq/test: Fix depth tests on architectures with NOREQUEST by default.David Gow-0/+12
2025-09-03genirq: Add support for warning on long-running interrupt handlersWladislav Wiebe-1/+48
2025-09-03vdso/vsyscall: Avoid slow division loop in auxiliary clock updateThomas Weißschuh-4/+10
2025-09-03perf: Fix the POLL_HUP delivery breakageKan Liang-0/+1
2025-09-03sched/fair: Get rid of throttled_lb_pair()Aaron Lu-31/+4
2025-09-03sched/fair: Task based throttle time accountingAaron Lu-25/+32
2025-09-03sched/fair: Switch to task based throttle modelValentin Schneider-167/+181
2025-09-03sched/fair: Implement throttle task work and related helpersValentin Schneider-0/+65
2025-09-03sched/fair: Add related data structure for task based throttleValentin Schneider-0/+19