aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-08-08bpf: Rename 'early' BTF checking as a preparation phaseKumar Kartikeya Dwivedi2-8/+10
2026-08-08bpf: Simplify the bpf_is_reg64()Eduard Zingerman1-82/+26
2026-08-08bpf: Infer zext_dst based on static register liveness analysisEduard Zingerman3-116/+37
2026-08-08bpf: Track upper 32-bit register halves' liveness in compute_live_registers()Eduard Zingerman2-31/+59
2026-08-08bpf: Move bpf_is_reg64() to fixups.cEduard Zingerman2-90/+90
2026-08-08bpf: Extract is_addr_space_cast32() utility functionEduard Zingerman1-9/+26
2026-08-08bpf: Do not print a newline after disassembly in bpf_verbose_insn()Eduard Zingerman4-38/+38
2026-08-08bpf: Fix mmap_lock leak in irq_work pathSanghyun Park3-37/+56
2026-08-07tracing/mmiotrace: Use trace_assign_type() in mmio_print_mark()Masami Hiramatsu (Google)1-2/+5
2026-08-07bpf, cgroup: Fix storage null-ptr-deref after replacing progPu Lehui1-0/+17
2026-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc7Daniel Borkmann28-117/+367
2026-08-07Merge branches 'pm-sleep', 'pm-runtime', 'pm-powercap' and 'pm-tools'Rafael J. Wysocki4-36/+57
2026-08-07Merge branch 'pm-cpufreq'Rafael J. Wysocki1-3/+5
2026-08-07sched/topology: Restore SD_PREFER_SIBLING in domains with asymmetric capacityRicardo Neri1-4/+0
2026-08-07sched/fair: Allow load balancing between CPUs of identical capacityRicardo Neri1-1/+8
2026-08-07sched/fair: Skip misfit load accounting when the destination CPU cannot helpRicardo Neri1-4/+17
2026-08-07sched/fair: Check CPU capacity before comparing group types during load balanceRicardo Neri1-11/+11
2026-08-07sched/fair: Also gate overloaded status update for SD_ASYM_CPUCAPACITYRicardo Neri1-1/+3
2026-08-07sched/fair: Do not skip CPUs of similar capacity with busy SMT siblingsRicardo Neri1-3/+11
2026-08-07sched/fair: Prefer fully idle cores for NOHZ balancingAndrea Righi1-11/+44
2026-08-07perf/core: Fix group leader use-after-free after sibling detachAditya Chillara1-30/+37
2026-08-07perf: Reject exited events as group leadersKyle Zeng1-1/+7
2026-08-07tracing/lock: Use TRACE_EVENT_FN() for contended_releaseDmitry Ilvokhin1-0/+4
2026-08-07locking/qspinlock: Add contended_release tracepointDmitry Ilvokhin2-0/+42
2026-08-07futex: Fix race in futex_pivot_pending() during private hash resizeYao Kai1-3/+4
2026-08-07Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2-25/+25
2026-08-07bpf: Reject load-acquire from pointers requiring fault protectionDaniel Borkmann1-1/+26
2026-08-06cgroup/cpuset: update some comments about the page allocatorBrendan Jackman1-8/+5
2026-08-06rqspinlock: Reset tail when preserving queue on deadlockKumar Kartikeya Dwivedi1-2/+3
2026-08-06cgroup/dmem: Add reclaim callback for lowering max below current usageThomas Hellström1-12/+68
2026-08-06cgroup/dmem: Introduce struct dmem_cgroup_init for region initializationThomas Hellström1-4/+6
2026-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski15-70/+241
2026-08-06params: fix charp corruption on allocation failureJiacheng Yu1-6/+8
2026-08-06module: validate string table section typesThiébaud Weksteen1-1/+13
2026-08-06bpf: Account for preempt and IRQ state in RCU protectionNing Ding1-4/+10
2026-08-06module/dups: Clean up includesPetr Pavlu1-20/+12
2026-08-06module/dups: Use strcmp() to compare module namesPetr Pavlu1-4/+2
2026-08-06module/dups: Use scope-based cleanup helpersPetr Pavlu1-33/+23
2026-08-06module/dups: Avoid unnecessary kmod_dup_req allocationsPetr Pavlu1-16/+22
2026-08-06module/dups: Fix use-after-free in kmod_dup_req lifetime handlingPetr Pavlu1-16/+40
2026-08-06module/dups: Inform duplicate requests about the result directlyPetr Pavlu1-34/+9
2026-08-06module: Remove unnecessary module::argsPetr Pavlu1-7/+8
2026-08-06module: procfs: use matching type for accumulator in module_total_size()Naveen Kumar Chaudhary1-1/+1
2026-08-06module: use strscpy() to copy module names in stats and dup trackingNaveen Kumar Chaudhary2-2/+2
2026-08-06params: fix path of /sys/module/XYZ/parameters/ in commentZenghui Yu1-1/+1
2026-08-06module/kallsyms: fix nextval for data symbol lookupStanislaw Gruszka1-8/+16
2026-08-06bpf: Mark existing lock-safe kfuncs with KF_SPINLOCK_SAFEKaitao Cheng4-66/+36
2026-08-06bpf: Add KF_SPINLOCK_SAFE flag for kfuncs under bpf_spin_lockKaitao Cheng1-5/+15
2026-08-05tracing: Make per-template BTF id lists file-localMykyta Yatsenko1-13/+14
2026-08-05bpf: Harden bloom filter sizing and indexing on 32-bit kernelsJérémy Jean1-10/+9