summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2026-03-04mm/vmscan: fix demotion targets checks in reclaim/demotionBing Jiao
2026-03-04tracing: Reset last_boot_info if ring buffer is resetMasami Hiramatsu (Google)
2026-03-04tracing: Fix to set write permission to per-cpu buffer_size_kbMasami Hiramatsu (Google)
2026-03-04watchdog/softlockup: fix sample ring index wrap in need_counting_irqs()Shengming Hu
2026-03-04uprobes: Fix incorrect lockdep condition in filter_chain()Breno Leitao
2026-03-04kho: skip memoryless NUMA nodes when reserving scratch areasEvangelos Petrongonas
2026-03-04crash_dump: fix dm_crypt keys locking and ref leakVasily Gorbik
2026-03-04kexec: derive purgatory entry from symbolLi Chen
2026-03-04Remove WARN_ALL_UNSEEDED_RANDOM kernel config optionLinus Torvalds
2026-03-04dma-mapping: avoid random addr value print out on error pathJiri Pirko
2026-03-04tracing: Fix false sharing in hwlat get_sample()Colin Lord
2026-03-04cgroup/cpuset: Don't fail cpuset.cpus change in v2Waiman Long
2026-03-04sched/debug: Fix updating of ppos on server write opsJoel Fernandes
2026-03-04arm64/ftrace,bpf: Fix partial regs after bpf_prog_runJiri Olsa
2026-03-04perf/core: Fix slow perf_event_task_exit() with LBR callstacksNamhyung Kim
2026-03-04bpf: Properly mark live registers for indirect jumpsAnton Protopopov
2026-03-04genirq/cpuhotplug: Notify about affinity changes breaking the affinity maskImran Khan
2026-03-04bpf: Recognize special arithmetic shift in the verifierAlexei Starovoitov
2026-03-04bpf: crypto: Use the correct destructor kfunc typeSami Tolvanen
2026-03-04bpf: verifier improvement in 32bit shift sign extension patternCupertino Miranda
2026-02-26bpf: Add a map/btf from a fd array more consistentlyAnton Protopopov
2026-02-26bpf: Fix a potential use-after-free of BTF objectAnton Protopopov
2026-02-26tracing: Remove duplicate ENABLE_EVENT_STR and DISABLE_EVENT_STR macrosSteven Rostedt
2026-02-26tracing: Properly process error handling in event_hist_trigger_parse()Miaoqian Lin
2026-02-26ucount: check for CAP_SYS_RESOURCE using ns_capable_noaudit()Ondrej Mosnacek
2026-02-26kallsyms/ftrace: set module buildid in ftrace_mod_address_lookup()Petr Mladek
2026-02-26module: add helper function for reading module_buildid()Petr Mladek
2026-02-26kallsyms/bpf: rename __bpf_address_lookup() to bpf_address_lookup()Petr Mladek
2026-02-26workqueue: Process rescuer work items one-by-one using a cursorLai Jiangshan
2026-02-26workqueue: Only assign rescuer work when really neededLai Jiangshan
2026-02-26workqueue: Factor out assign_rescuer_work()Lai Jiangshan
2026-02-26bpf: Require frozen map for calculating map hashKP Singh
2026-02-26bpf: Limit bpf program signature sizeKP Singh
2026-02-26sched/rt: Skip currently executing CPU in rto_next_cpu()Chen Jinghuang
2026-02-26sched/deadline: Clear the defer paramsJoel Fernandes
2026-02-26bpf: Fix verifier_bug_if to account for BPF_CALLLuis Gerhorst
2026-02-26bpf: Fix tcx/netkit detach permissions when prog fd isn't givenGuillaume Gonnet
2026-02-26rqspinlock: Fix TAS fallback lock entry creationKumar Kartikeya Dwivedi
2026-02-26hrtimer: Fix trace oddityThomas Gleixner
2026-02-26bpf: Fix memory access flags in helper prototypesZesen Liu
2026-02-26bpf: Preserve id of register in sync_linked_regs()Puranjay Mohan
2026-02-26sched: Fix build for modules using set_tsk_need_resched()Gabriele Monaco
2026-02-26time/sched_clock: Use ACCESS_PRIVATE() to evaluate hrtimer::functionThomas Gleixner
2026-02-26sched: Export hidden tracepoints to modulesGabriele Monaco
2026-02-26rcu: Fix rcu_read_unlock() deadloop due to softirqYao Kai
2026-02-19cpuset: Fix missing adaptation for cpuset_is_populatedChen Ridong
2026-02-11tracing: Avoid possible signed 64-bit truncationIan Rogers
2026-02-11ring-buffer: Avoid softlockup in ring_buffer_resize() during memory freeWupeng Ma
2026-02-11tracing: Fix ftrace event field alignmentsSteven Rostedt
2026-02-11sched/fair: Have SD_SERIALIZE affect newidle balancingPeter Zijlstra