aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2026-08-05bpf: Fix sleepable check for tracing/lsm progLeon Hwang1-0/+3
2026-08-05bpf: Avoid changing callchain in bpf_get_stackid_peJiri Olsa1-22/+17
2026-08-05bpf: Avoid changing callchain in bpf_get_stack_peJiri Olsa1-21/+15
2026-08-05bpf: Disable preemption in __bpf_get_stackDaniel Borkmann1-0/+3
2026-08-05bpf: Clear buf on error in __bpf_get_task_stackJiri Olsa1-2/+5
2026-08-05bpf: Remove trace_in argument from __bpf_get_stackJiri Olsa1-14/+35
2026-08-05bpf: Factor callchain_finalize function from __bpf_get_stackJiri Olsa1-8/+17
2026-08-05bpf: Factor callchain_store function from __bpf_get_stackJiri Olsa1-14/+25
2026-08-05bpf: Disable preemption in bpf_get_stackidJiri Olsa1-11/+13
2026-08-05bpf: Use stack id functions instead of __bpf_get_stackidJiri Olsa1-16/+27