summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
7 daysbpf: Factor out check_map_mem_read helper in verifierLeon Hwang
7 daysbpf: Drop duplicate blank lines in kernel/bpf/Leon Hwang
7 daysworkqueue: annotate racy p->wake_cpu accesses in kick_pool_pick()Breno Leitao
8 dayssched/isolation: Defer freeing of cpumask memblock memory to initcallWaiman Long
8 daysbpf: Trim special_kfunc_list in verifierLeon Hwang
8 daysbpf: Eliminate dup/restore of insn_aux_dataXu Kuohai
8 daysbpf: Make bpf_trampoline_multi_detach return voidHui Zhu
8 daysbpf: Fix UAF in bpf_trampoline_multi_attach_free on update failureHui Zhu
8 daysbpf: Show more useful info in stack depth statsKumar Kartikeya Dwivedi
8 daysbpf: Attribute async callback instructions to verification rootsKumar Kartikeya Dwivedi
8 daysbpf: Track verifier instruction stats for each subprogramKumar Kartikeya Dwivedi
8 daysaudit: avoid dropping live tree ref on fsnotify rule autoremoveJérémy Jean
8 dayssched_ext: Convert scx_bpf_cid_override() to __arena array argumentsTejun Heo
8 dayssched_ext: Convert sub-cap kfuncs to __arena cmask argumentsTejun Heo
8 dayssched_ext: Pass kernel arena pointers to ops_cid callbacksTejun Heo
8 daysMerge branch 'for-7.3' into for-7.3-arena-argsTejun Heo
8 dayssched_ext: Gate cid kfuncs behind the SCX struct_ops checkfangqiurong
8 daysbpf: Derive the atomic load register in one placeDaniel Borkmann
8 daysworkqueue: BUG_ON() instead of returning NULL in wq_node_nr_active()Breno Leitao
8 daysworkqueue: use RCU accessors when populating wq->cpu_pwqBreno Leitao
8 daysworkqueue: use rcu_dereference_sched() in workqueue_congested()Breno Leitao
8 dayssched_ext: Merge branch 'for-7.2-fixes' into for-7.3Tejun Heo
8 dayscachefiles,netfs: sunset ondemand modeGao Xiang
9 dayspid: reject allocations through dead ancestor pid namespacesJérémy Jean
9 dayscgroup/cpuset: Remove obsolete PFA_SPREAD_SLAB task flagGuopeng Zhang
9 dayssched_ext: Fix rq->core_pick corruption under core schedulingTejun Heo
9 dayssched_ext: Count rq lock releases in rq->scx.lock_drop_seqTejun Heo
9 dayssched_ext: Fix this_rq() assumptions in dispatch kfuncsTejun Heo
9 dayssched_ext: Replace SCX_RQ_BAL_KEEP with a dispatch verdict returnTejun Heo
9 dayssched/core: Make core-sched flips wait for in-flight selectionsTejun Heo
9 dayssched/core: Handle pick_task() releasing the rq lockTejun Heo
9 daysbpf: Compare iterator types during state pruningNing Ding
9 daysring-buffer: drop unneeded semicolonJulia Lawall
9 daystimer_list: Use ktime_t over nanosecondsThomas Weißschuh (Schneider Electric)
9 daystimer_list: Use standard 'long long' format placeholdersThomas Weißschuh (Schneider Electric)
9 dayshrtimer: Add a lockdep assertion to hrtimer_update_base()Thomas Weißschuh (Schneider Electric)
9 daystimekeeping: Use u32 for clock_was_set_seqThomas Weißschuh (Schneider Electric)
9 daystimekeeping: Rename clockid_aux_valid() to clockid_is_aux_clock()Thomas Weißschuh (Schneider Electric)
9 dayshrtimer: Account nr_retries on recovered interrupt retriesLiang Hao
9 daystracing: Cleanup event_enable_trigger_parse() by using __free()Steven Rostedt
9 daystracing: Report every TP_printk double dereferenceDavid Carlier
9 daystimers/itimer: Zero-init old itimerval before copy to userspaceJérémy Jean
9 daysnohz: Replace dead select with choice defaultJulian Braha
10 daystimekeeping: Remove the unused ktime_get_clock_ts64()Thomas Weißschuh (Schneider Electric)
10 daysftrace: deprecate disabling via ftrace_enabled sysctlAndrey Grodzovsky
10 daysMerge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bp...Tejun Heo
10 daysworkqueue: skip the node_nr_active update for non-unbound workqueuesBreno Leitao
10 daysworkqueue: rename alloc_unbound_pwq() to alloc_pwq()Breno Leitao
10 daysworkqueue: allocate attrs for all workqueuesBreno Leitao
10 daysworkqueue: rename wq->unbound_attrs to wq->attrsBreno Leitao