summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
15 hoursfutex: Drop CLONE_THREAD requirement for private default hash allocDavidlohr Bueso
20 hoursMerge tag 'mm-hotfixes-stable-2026-04-30-15-39' of git://git.kernel.org/pub/s...Linus Torvalds
2 daysMerge tag 'trace-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
3 daystracing/probes: Limit size of event probe to 3KSteven Rostedt
3 daysMerge tag 'sched_ext-for-7.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
4 daystracing: branch: Fix inverted check on stat tracer registrationBreno Leitao
4 dayssched_ext: Fix scx_flush_disable_work() UAF raceCheng-Yang Chou
4 dayssched_ext: Call wakeup_preempt() in local_dsq_post_enq()Kuba Piecuch
4 daysMerge tag 'cgroup-for-7.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
5 dayskho: fix error handling in kho_add_subtree()Breno Leitao
5 daysliveupdate: fix return value on session allocation failurePasha Tatashin
7 dayssched_ext: Release cpus_read_lock on scx_link_sched() failure in root enableTejun Heo
7 dayssched_ext: Reject NULL-sch callers in scx_bpf_task_set_slice/dsq_vtimeTejun Heo
7 dayssched_ext: Refuse cross-task select_cpu_from_kfunc callsTejun Heo
7 dayssched_ext: Align cgroup #ifdef guards with SUB_SCHED vs GROUP_SCHEDTejun Heo
7 dayssched_ext: Make bypass LB cpumasks per-schedulerTejun Heo
7 dayssched_ext: Pass held rq to SCX_CALL_OP() for core_sched_beforeTejun Heo
7 dayssched_ext: Pass held rq to SCX_CALL_OP() for dump_cpu/dump_taskTejun Heo
7 dayssched_ext: Save and restore scx_locked_rq across SCX_CALL_OPTejun Heo
7 dayssched_ext: Use dsq->first_task instead of list_empty() in dispatch_enqueue() ...Tejun Heo
7 dayssched_ext: Resolve caller's scheduler in scx_bpf_destroy_dsq() / scx_bpf_dsq_...Tejun Heo
7 dayssched_ext: Read scx_root under scx_cgroup_ops_rwsem in cgroup settersTejun Heo
7 dayssched_ext: Don't disable tasks in scx_sub_enable_workfn() abort pathTejun Heo
7 dayssched_ext: Skip tasks with stale task_rq in bypass_lb_cpu()Tejun Heo
7 dayssched_ext: Guard scx_dsq_move() against NULL kit->dsq after failed iter_newTejun Heo
7 dayssched_ext: Unregister sub_kset on scheduler disableTejun Heo
7 dayssched_ext: Defer scx_hardlockup() out of NMITejun Heo
8 daysMerge tag 'trace-ring-buffer-v7.1-3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
8 daysring-buffer: Do not double count the reader_pageMasami Hiramatsu (Google)
8 dayssched_ext: sync disable_irq_work in bpf_scx_unreg()Richard Cheng
8 daysMerge tag 'locking-urgent-2026-04-24' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
9 dayscgroup: Increment nr_dying_subsys_* from rmdir contextPetr Malat
9 dayssched_ext: Fix local_dsq_post_enq() to use task's scheduler in sub-schedzhidao su
9 dayslocking/mutex: Fix ww_mutex wait_list operationsPeter Zijlstra
10 daysMerge tag 'trace-ring-buffer-v7.1-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
10 daysMerge tag 'kgdb-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds
10 daystracing: Make undefsyms_base.c a first-class citizenPaolo Bonzini
10 daystracing/fprobe: Fix to unregister ftrace_ops if it is empty on module unloadingMasami Hiramatsu (Google)
11 dayskgdb: update outdated references to kgdb_wait()Kexin Sun
11 daystracing/fprobe: Check the same type fprobe on table as the unregistered oneMasami Hiramatsu (Google)
11 daystracing/fprobe: Avoid kcalloc() in rcu_read_lock sectionMasami Hiramatsu (Google)
11 daystracing/fprobe: Remove fprobe from hash in failure pathMasami Hiramatsu (Google)
11 daystracing/fprobe: Unregister fprobe even if memory allocation failsMasami Hiramatsu (Google)
11 daystracing/fprobe: Reject registration of a registered fprobe before initMasami Hiramatsu (Google)
11 daystracing: tell git to ignore the generated 'undefsyms_base.c' fileLinus Torvalds
12 daysMerge tag 'printk-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
12 daysMerge tag 'timers-urgent-2026-04-20' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
12 daysrtmutex: Use waiter::task instead of current in remove_waiter()Keenan Dong
12 dayssched_ext: Deny SCX kfuncs to non-SCX struct_ops programsCheng-Yang Chou
12 daysMerge branch 'rework/prb-fixes' into for-linusPetr Mladek