summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-03-04dma-mapping: avoid random addr value print out on error pathJiri Pirko1-1/+1
2026-03-04tracing: Fix false sharing in hwlat get_sample()Colin Lord1-8/+7
2026-03-04cgroup/cpuset: Don't fail cpuset.cpus change in v2Waiman Long1-15/+15
2026-03-04sched/debug: Fix updating of ppos on server write opsJoel Fernandes1-3/+4
2026-03-04arm64/ftrace,bpf: Fix partial regs after bpf_prog_runJiri Olsa1-0/+1
2026-03-04perf/core: Fix slow perf_event_task_exit() with LBR callstacksNamhyung Kim1-2/+18
2026-03-04bpf: Properly mark live registers for indirect jumpsAnton Protopopov1-0/+6
2026-03-04genirq/cpuhotplug: Notify about affinity changes breaking the affinity maskImran Khan3-11/+23
2026-03-04bpf: Recognize special arithmetic shift in the verifierAlexei Starovoitov1-0/+39
2026-03-04bpf: crypto: Use the correct destructor kfunc typeSami Tolvanen1-1/+7
2026-03-04bpf: verifier improvement in 32bit shift sign extension patternCupertino Miranda1-11/+7
2026-02-26bpf: Add a map/btf from a fd array more consistentlyAnton Protopopov1-2/+4
2026-02-26bpf: Fix a potential use-after-free of BTF objectAnton Protopopov1-26/+26
2026-02-26tracing: Remove duplicate ENABLE_EVENT_STR and DISABLE_EVENT_STR macrosSteven Rostedt1-5/+0
2026-02-26tracing: Properly process error handling in event_hist_trigger_parse()Miaoqian Lin1-1/+1
2026-02-26ucount: check for CAP_SYS_RESOURCE using ns_capable_noaudit()Ondrej Mosnacek1-1/+1
2026-02-26kallsyms/ftrace: set module buildid in ftrace_mod_address_lookup()Petr Mladek2-3/+6
2026-02-26module: add helper function for reading module_buildid()Petr Mladek1-7/+2
2026-02-26kallsyms/bpf: rename __bpf_address_lookup() to bpf_address_lookup()Petr Mladek2-5/+4
2026-02-26workqueue: Process rescuer work items one-by-one using a cursorLai Jiangshan1-16/+59
2026-02-26workqueue: Only assign rescuer work when really neededLai Jiangshan1-0/+4
2026-02-26workqueue: Factor out assign_rescuer_work()Lai Jiangshan1-11/+18
2026-02-26bpf: Require frozen map for calculating map hashKP Singh1-0/+3
2026-02-26bpf: Limit bpf program signature sizeKP Singh1-0/+7
2026-02-26sched/rt: Skip currently executing CPU in rto_next_cpu()Chen Jinghuang1-0/+5
2026-02-26sched/deadline: Clear the defer paramsJoel Fernandes1-0/+3
2026-02-26bpf: Fix verifier_bug_if to account for BPF_CALLLuis Gerhorst1-6/+8
2026-02-26bpf: Fix tcx/netkit detach permissions when prog fd isn't givenGuillaume Gonnet1-5/+2
2026-02-26rqspinlock: Fix TAS fallback lock entry creationKumar Kartikeya Dwivedi1-3/+4
2026-02-26hrtimer: Fix trace oddityThomas Gleixner1-1/+1
2026-02-26bpf: Fix memory access flags in helper prototypesZesen Liu3-5/+5
2026-02-26bpf: Preserve id of register in sync_linked_regs()Puranjay Mohan1-1/+3
2026-02-26sched: Fix build for modules using set_tsk_need_resched()Gabriele Monaco1-0/+1
2026-02-26time/sched_clock: Use ACCESS_PRIVATE() to evaluate hrtimer::functionThomas Gleixner1-1/+1
2026-02-26sched: Export hidden tracepoints to modulesGabriele Monaco1-0/+3
2026-02-26rcu: Fix rcu_read_unlock() deadloop due to softirqYao Kai2-7/+10
2026-02-19cpuset: Fix missing adaptation for cpuset_is_populatedChen Ridong1-1/+1
2026-02-11tracing: Avoid possible signed 64-bit truncationIan Rogers1-4/+4
2026-02-11ring-buffer: Avoid softlockup in ring_buffer_resize() during memory freeWupeng Ma1-0/+2
2026-02-11tracing: Fix ftrace event field alignmentsSteven Rostedt3-24/+36
2026-02-11sched/fair: Have SD_SERIALIZE affect newidle balancingPeter Zijlstra1-1/+1
2026-02-11sched/fair: Skip sched_balance_running cmpxchg when balance is not dueTim Chen1-26/+28
2026-02-11cgroup/dmem: avoid pool UAFChen Ridong1-2/+58
2026-02-11cgroup/dmem: avoid rcu warning when unregister regionChen Ridong1-5/+2
2026-02-11cgroup/dmem: fix NULL pointer dereference when setting maxChen Ridong1-0/+3
2026-02-06sched_ext: Fix SCX_KICK_WAIT to work reliablyTejun Heo2-22/+30
2026-02-06sched_ext: Don't kick CPUs running higher classesTejun Heo1-3/+8
2026-02-06perf: sched: Fix perf crash with new is_user_task() helperSteven Rostedt2-4/+4
2026-02-06sched/deadline: Fix 'stuck' dl_serverPeter Zijlstra1-0/+12
2026-02-06sched/deadline: Document dl_serverPeter Zijlstra1-0/+194