summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
3 daysbpf: collect only live registers in linked regsEduard Zingerman1-3/+10
3 daystracing: Add NULL pointer check to trigger_data_free()Guenter Roeck1-0/+3
3 daystimekeeping: Fix timex status validation for auxiliary clocksMiroslav Lichvar1-2/+4
3 daysbpf: Fix a UAF issue in bpf_trampoline_link_cgroup_shimLang Xu1-3/+1
3 daysmodule: Remove duplicate freeing of lockdep classesPetr Pavlu1-6/+0
3 daystracing: Fix WARN_ON in tracing_buffers_mmap_closeQing Wang2-0/+34
3 daysx86/uprobes: Fix XOL allocation failure for 32-bit tasksOleg Nesterov1-3/+7
3 daysunwind_user/x86: Teach FP unwind about start of functionPeter Zijlstra1-9/+30
3 daysunwind: Implement compat fp unwindPeter Zijlstra1-11/+29
3 daysunwind: Simplify unwind_user_next_fp() alignment checkPeter Zijlstra1-3/+1
3 daysbpf: Improve bounds when tnum has a single possible valuePaul Chaignon1-0/+30
3 daysbpf: Introduce tnum_step to step through tnum's membersHarishankar Vishwanathan1-0/+56
3 daysbpf: Add bitwise tracking for BPF_ENDTianci Cao2-3/+73
3 daysbpf: Fix race in devmap on PREEMPT_RTJiayuan Chen1-4/+21
3 daysbpf: Fix race in cpumap on PREEMPT_RTJiayuan Chen1-2/+15
3 dayssched_ext: Fix SCX_EFLAG_INITIALIZED being a no-op flagDavid Carlier1-1/+1
3 daysbpf: Fix stack-out-of-bounds write in devmapKohei Enju1-5/+17
3 daysperf: Fix __perf_event_overflow() vs perf_remove_from_context() racePeter Zijlstra1-1/+41
3 dayscgroup/cpuset: Fix incorrect use of cpuset_update_tasks_cpumask() in update_c...Waiman Long1-1/+1
3 daysperf/core: Fix invalid wait context in ctx_sched_in()Namhyung Kim1-1/+2
3 daysrseq: Clarify rseq registration rseq_size bound check commentMathieu Desnoyers1-2/+3
3 dayssched/fair: Fix lag clampPeter Zijlstra1-4/+35
3 dayssched/eevdf: Update se->vprot in reweight_entity()Wang Tao1-0/+12
3 dayssched/fair: Only set slice protection at pick timePeter Zijlstra1-5/+6
3 dayssched/fair: Fix zero_vruntime trackingPeter Zijlstra1-27/+57
3 dayssched/fair: Introduce and use the vruntime_cmp() and vruntime_op() wrappers f...Ingo Molnar1-15/+51
3 dayssched/fair: Rename cfs_rq::avg_vruntime to ::sum_w_vruntime, and helper funct...Ingo Molnar2-14/+14
3 dayssched/fair: Rename cfs_rq::avg_load to cfs_rq::sum_weightIngo Molnar2-9/+9
3 daysperf/core: Fix refcount bug and potential UAF in perf_mmapHaocheng Yu1-19/+19
11 daystracing: Wake up poll waiters for hist files when removing an eventPetr Pavlu1-0/+3
11 daystracing: Fix checking of freed trace_event_file for hist filesPetr Pavlu1-2/+2
11 daysfgraph: Do not call handlers direct when not using ftrace_opsSteven Rostedt1-1/+11
11 daystracing: ring-buffer: Fix to check event length before usingMasami Hiramatsu (Google)1-1/+5
11 daysring-buffer: Fix possible dereference of uninitialized pointerDaniil Dulov1-1/+2
11 daysfunction_graph: Restore direct mode when callbacks drop to oneShengming Hu1-1/+1
11 daysmm/vmscan: fix demotion targets checks in reclaim/demotionBing Jiao1-18/+36
11 daystracing: Reset last_boot_info if ring buffer is resetMasami Hiramatsu (Google)1-0/+6
11 daystracing: Fix to set write permission to per-cpu buffer_size_kbMasami Hiramatsu (Google)1-1/+1
11 dayswatchdog/softlockup: fix sample ring index wrap in need_counting_irqs()Shengming Hu1-1/+1
11 daysuprobes: Fix incorrect lockdep condition in filter_chain()Breno Leitao1-1/+1
11 dayskho: skip memoryless NUMA nodes when reserving scratch areasEvangelos Petrongonas1-2/+6
11 dayscrash_dump: fix dm_crypt keys locking and ref leakVasily Gorbik1-4/+13
11 dayskexec: derive purgatory entry from symbolLi Chen1-57/+74
11 daysRemove WARN_ALL_UNSEEDED_RANDOM kernel config optionLinus Torvalds1-1/+0
11 daysdma-mapping: avoid random addr value print out on error pathJiri Pirko1-1/+1
11 daystracing: Fix false sharing in hwlat get_sample()Colin Lord1-8/+7
11 dayscgroup/cpuset: Don't fail cpuset.cpus change in v2Waiman Long1-15/+15
11 dayssched/debug: Fix updating of ppos on server write opsJoel Fernandes1-3/+4
11 daysarm64/ftrace,bpf: Fix partial regs after bpf_prog_runJiri Olsa1-0/+1
11 daysperf/core: Fix slow perf_event_task_exit() with LBR callstacksNamhyung Kim1-2/+18