summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
5 dayssched_ext: Use WRITE_ONCE() for the write side of scx_enable helper pointerzhidao su1-4/+5
5 daysbpf: drop kthread_exit from noreturn_denyChristian Loehle1-1/+0
5 dayskprobes: Remove unneeded warnings from __arm_kprobe_ftrace()Masami Hiramatsu (Google)1-2/+2
5 dayssched_ext: Fix enqueue_task_scx() truncation of upper enqueue flagsTejun Heo1-3/+2
5 daystracing: Fix trace_buf_size= cmdline parameter with sizes >= 2GCalvin Owens1-3/+3
5 daystracing: Fix enabling multiple events on the kernel command line and bootconfigAndrei-Alexandru Tachici1-1/+5
5 daysfgraph: Fix thresh_return nosleeptime double-adjustShengming Hu1-4/+10
5 daystracing: Fix syscall events activation by ensuring refcount hits zeroHuiwen He1-15/+37
5 daysfgraph: Fix thresh_return clear per-task notraceShengming Hu1-2/+3
5 daysnstree: tighten permission checks for listingChristian Brauner1-25/+4
5 dayssched_ext: Fix starvation of scx_enable() under fair-class saturationTejun Heo1-10/+56
5 dayssched_ext: Disable preemption between scx_claim_exit() and kicking helper workTejun Heo1-0/+12
5 daysbpf: Fix kprobe_multi cookies access in show_fdinfo callbackJiri Olsa1-1/+3
5 dayskthread: consolidate kthread exit paths to prevent use-after-freeChristian Brauner2-36/+11
5 daysliveupdate: luo_file: remember retrieve() statusPratyush Yadav (Google)1-16/+25
5 daysnsfs: tighten permission checks for ns iteration ioctlsChristian Brauner1-0/+6
5 dayskprobes: avoid crash when rmmod/insmod after ftrace killedMasami Hiramatsu (Google)1-0/+4
5 dayssched/mmcid: Avoid full tasklist walksThomas Gleixner2-42/+13
5 dayssched/mmcid: Remove pointless preempt guardThomas Gleixner1-5/+7
5 dayssched/mmcid: Handle vfork()/CLONE_VM correctlyThomas Gleixner1-4/+1
5 dayssched/mmcid: Prevent CID stalls due to concurrent forksThomas Gleixner2-9/+15
5 daystime/jiffies: Mark jiffies_64_to_clock_t() notraceSteven Rostedt1-1/+1
5 dayscgroup: Don't expose dead tasks in cgroupSebastian Andrzej Siewior1-0/+6
5 dayssched_ext: Remove redundant css_put() in scx_cgroup_init()Cheng-Yang Chou1-1/+0
5 dayscgroup: fix race between task migration and iterationQingye Zhao1-0/+1
5 dayssched: idle: Make skipping governor callbacks more consistentRafael J. Wysocki1-1/+10
5 daysworkqueue: Use POOL_BH instead of WQ_BH when checking pool flagsBreno Leitao1-1/+1
5 daysunshare: fix unshare_fs() handlingAl Viro1-1/+1
12 daysbpf: collect only live registers in linked regsEduard Zingerman1-3/+10
12 daystracing: Add NULL pointer check to trigger_data_free()Guenter Roeck1-0/+3
12 daystimekeeping: Fix timex status validation for auxiliary clocksMiroslav Lichvar1-2/+4
12 dayssched/deadline: Fix missing ENQUEUE_REPLENISH during PI de-boostingJuri Lelli1-0/+30
12 daystime/jiffies: Fix sysctl file error on configurations where USER_HZ < HZGerd Rausch1-2/+0
12 daysbpf: Fix a UAF issue in bpf_trampoline_link_cgroup_shimLang Xu1-3/+1
12 daysblktrace: fix __this_cpu_read/write in preemptible contextChaitanya Kulkarni1-2/+1
12 daysmodule: Remove duplicate freeing of lockdep classesPetr Pavlu1-6/+0
12 daystracing: Fix WARN_ON in tracing_buffers_mmap_closeQing Wang2-0/+34
12 daysbpf: Improve bounds when tnum has a single possible valuePaul Chaignon1-0/+30
12 daysbpf: Introduce tnum_step to step through tnum's membersHarishankar Vishwanathan1-0/+56
12 daysbpf: Add bitwise tracking for BPF_ENDTianci Cao2-3/+73
12 daysbpf: Fix race in devmap on PREEMPT_RTJiayuan Chen1-4/+21
12 daysbpf: Fix race in cpumap on PREEMPT_RTJiayuan Chen1-2/+15
12 dayssched_ext: Fix SCX_EFLAG_INITIALIZED being a no-op flagDavid Carlier1-1/+1
12 daysbpf: Fix stack-out-of-bounds write in devmapKohei Enju1-5/+17
12 daysperf: Fix __perf_event_overflow() vs perf_remove_from_context() racePeter Zijlstra1-1/+41
12 dayscgroup/cpuset: Fix incorrect use of cpuset_update_tasks_cpumask() in update_c...Waiman Long1-1/+1
12 dayscgroup/cpuset: Fix incorrect change to effective_xcpus in partition_xcpus_del()Waiman Long1-1/+1
12 daysperf/core: Fix invalid wait context in ctx_sched_in()Namhyung Kim1-1/+2
12 daysrseq: Clarify rseq registration rseq_size bound check commentMathieu Desnoyers1-2/+3
12 dayssched/fair: Fix lag clampPeter Zijlstra1-4/+35