aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-09-10cgroup: replace global percpu_rwsem with per threadgroup resem when writing t...Yi Tao4-21/+70
2025-09-10cgroup: relocate cgroup_attach_lock within cgroup_procs_write_startYi Tao1-23/+35
2025-09-10cgroup: refactor the cgroup_attach_lock code to make it clearerYi Tao3-29/+61
2025-09-10printk: kunit: support offstack cpumaskArnd Bergmann1-6/+18
2025-09-10PM: EM: Add function for registering a PD without capacity updateRafael J. Wysocki1-4/+25
2025-09-09bpf: Tell memcg to use allow_spinning=false path in bpf_timer_init()Peilin Ye1-2/+5
2025-09-09bpf: Allow fall back to interpreter for programs with stack size <= 512KaFai Wan1-7/+9
2025-09-09rqspinlock: Choose trylock fallback for NMI waitersKumar Kartikeya Dwivedi2-1/+2
2025-09-09bpf: Fix bpf_strnstr() to handle suffix match cases betterRong Tao1-1/+8
2025-09-09bpf: Fix out-of-bounds dynptr write in bpf_crypto_cryptDaniel Borkmann1-1/+1
2025-09-09Merge tag 'dma-mapping-6.17-2025-09-09' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-3/+69
2025-09-09clocksource: Print durations for sync check unconditionallyJiri Wiesner1-3/+2
2025-09-09hrtimers: Unconditionally update target CPU base after offline timer migrationXiongfeng Wang1-8/+3
2025-09-09tick: Do not set device to detached state in tick_shutdown()Bibo Mao3-13/+7
2025-09-09hrtimer: Reorder branches in hrtimer_clockid_to_base()Thomas Weißschuh1-2/+2
2025-09-09hrtimer: Remove hrtimer_clock_base:: Get_timeThomas Weißschuh2-11/+25
2025-09-09sched/core: Avoid direct access to hrtimer clockbaseThomas Weißschuh1-1/+1
2025-09-09timers/itimer: Avoid direct access to hrtimer clockbaseThomas Weißschuh1-2/+1
2025-09-09posix-timers: Avoid direct access to hrtimer clockbaseThomas Weißschuh1-3/+2
2025-09-08tracing: Silence warning when chunk allocation fails in trace_pid_writePu Lehui1-1/+5
2025-09-08bpf: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari1-1/+2
2025-09-08bpf: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari3-4/+4
2025-09-08bpf: replace use of system_wq with system_percpu_wqMarco Crivellari2-2/+2
2025-09-07Merge tag 'timers-urgent-2025-09-07' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-4/+10
2025-09-07Merge tag 'locking-urgent-2025-09-07' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-5/+13
2025-09-07Merge tag 'perf-urgent-2025-09-07' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2025-09-06tracing/osnoise: Fix null-ptr-deref in bitmap_parselist()Wang Liang1-0/+3
2025-09-06trace/fgraph: Fix error handlingGuenter Roeck1-1/+2
2025-09-05Merge tag 'audit-pr-20250905' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-09-05workqueue: replace use of system_wq with system_percpu_wqMarco Crivellari1-1/+1
2025-09-05workqueue: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari1-1/+1
2025-09-05cgroup: Merge branch 'for-6.17-fixes' into for-6.18Tejun Heo1-7/+37
2025-09-05cgroup: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari2-2/+2
2025-09-05cgroup: replace use of system_wq with system_percpu_wqMarco Crivellari1-1/+1
2025-09-04cgroup: Remove unused local variables from cgroup_procs_write_finish()Tejun Heo1-3/+0
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-10/+16
2025-09-04sched_ext: Fix NULL dereference in scx_bpf_cpu_rq() warningAndrea Righi1-2/+5
2025-09-04change the calling conventions for vfs_parse_fs_string()Al Viro1-2/+1
2025-09-04PM: sleep: Make pm_wakeup_clear() call more clearSamuel Wu2-1/+1
2025-09-04workqueue: Provide a handshake for canceling BH workersSebastian Andrzej Siewior1-9/+41
2025-09-04cgroup: Remove unused cgroup_subsys::post_attachChuyi Zhou1-4/+0
2025-09-04cpuset: Defer flushing of the cpuset_migrate_mm_wq to task_workChuyi Zhou1-5/+24
2025-09-04cpuset: Don't always flush cpuset_migrate_mm_wq in cpuset_write_resmaskChuyi Zhou1-1/+2
2025-09-04workqueue: Remove rcu_read_lock/unlock() in wq_watchdog_timer_fn()Zqiang1-4/+0
2025-09-04workqueue: Remove redundant rcu_read_lock/unlock() in workqueue_congested()Zqiang1-2/+0
2025-09-04bpf: add bpf_strcasecmp kfuncRong Tao1-20/+48
2025-09-04audit: init ab->skb_list earlier in audit_buffer_alloc()Eric Dumazet1-1/+2
2025-09-04time: Build generic update_vsyscall() only with generic time vDSOThomas Weißschuh1-1/+1
2025-09-03time: export timespec64_add_safe() symbolGatien Chevallier1-0/+1
2025-09-03sched_ext: deprecation warn for scx_bpf_cpu_rq()Christian Loehle2-0/+10