summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
10 daysperf/core: Fix slow perf_event_task_exit() with LBR callstacksNamhyung Kim
10 daysbpf: Properly mark live registers for indirect jumpsAnton Protopopov
10 daysgenirq/cpuhotplug: Notify about affinity changes breaking the affinity maskImran Khan
10 daysbpf: Recognize special arithmetic shift in the verifierAlexei Starovoitov
10 daysbpf: crypto: Use the correct destructor kfunc typeSami Tolvanen
10 daysbpf: 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-26bpf: Require frozen map for calculating map hashKP Singh
2026-02-26bpf: Limit bpf program signature sizeKP Singh
2026-02-26sched: Re-evaluate scheduling when migrating queued tasks out of throttled cg...Zicheng Qu
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-26ftrace,bpf: Remove FTRACE_OPS_FL_JMP ftrace_ops flagJiri Olsa
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-26bpf: Return proper address for non-zero offsets in insn arrayAnton Protopopov
2026-02-26time/sched_clock: Use ACCESS_PRIVATE() to evaluate hrtimer::functionThomas Gleixner
2026-02-26sched: Export hidden tracepoints to modulesGabriele Monaco
2026-02-26bpf: bpf_scc_visit instance and backedges accumulation for bpf_loop()Eduard Zingerman
2026-02-26block: don't use strcpy to copy blockdev nameJohannes Thumshirn
2026-02-26rcu: Fix rcu_read_unlock() deadloop due to softirqYao Kai
2026-02-26rcutorture: Correctly compute probability to invoke ->exp_current()Paul E. McKenney
2026-02-16sched/mmcid: Don't assume CID is CPU owned on mode switchThomas Gleixner
2026-02-07Merge tag 'sched-urgent-2026-02-07' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-02-07Merge tag 'objtool-urgent-2026-02-07' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-02-06Merge tag 'trace-v6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-02-06Merge tag 'dma-mapping-6.19-2026-02-06' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-02-05livepatch: Fix having __klp_objects relics in non-livepatch modulesPetr Pavlu
2026-02-05tracing: Fix ftrace event field alignmentsSteven Rostedt
2026-02-04Merge tag 'mm-hotfixes-stable-2026-02-04-15-55' of git://git.kernel.org/pub/s...Linus Torvalds
2026-02-04Merge tag 'sched_ext-for-6.19-rc8-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2026-02-04sched_ext: Short-circuit sched_class operations on dead tasksTejun Heo
2026-02-04sched/mmcid: Optimize transitional CIDs when scheduling outThomas Gleixner
2026-02-04sched/mmcid: Drop per CPU CID immediately when switching to per task modeThomas Gleixner
2026-02-04sched/mmcid: Protect transition on weakly ordered systemsThomas Gleixner
2026-02-04sched/mmcid: Prevent live lock on task to CPU mode transitionThomas Gleixner
2026-02-02liveupdate: luo_file: do not clear serialized_data on unfreezePratyush Yadav (Google)