aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2026-02-06selftests/bpf: Choose another percpu variable in bpf for btf_dump testAmery Hung1-2/+2
2026-02-06selftests/bpf: Remove test_task_storage_map_stress_lookupAmery Hung2-166/+0
2026-02-06selftests/bpf: Update task_local_storage/task_storage_nodeadlock testAmery Hung1-5/+2
2026-02-06selftests/bpf: Update task_local_storage/recursion testAmery Hung2-17/+7
2026-02-06selftests/bpf: Update sk_storage_omem_uncharge testAmery Hung1-9/+3
2026-02-06bpf: Switch to bpf_selem_unlink_nofail in bpf_local_storage_{map_free, destroy}Amery Hung6-41/+39
2026-02-06bpf: Support lockless unlink when freeing map or local storageAmery Hung2-7/+118
2026-02-06PCI: host-generic: Avoid reporting incorrect 'missing reg property' errorJess1-1/+1
2026-02-06PCI/PME: Replace RMW of Root Status register with direct writeLukas Wunner1-1/+1
2026-02-06bpf: Prepare for bpf_selem_unlink_nofail()Amery Hung2-37/+37
2026-02-06bpf: Remove unused percpu counter from bpf_local_storage_map_freeAmery Hung6-12/+6
2026-02-06bpf: Remove cgroup local storage percpu counterAmery Hung1-51/+8
2026-02-06bpf: Remove task local storage percpu counterAmery Hung2-136/+18
2026-02-06bpf: Change local_storage->lock and b->lock to rqspinlockAmery Hung2-22/+47
2026-02-06bpf: Convert bpf_selem_unlink to failableAmery Hung6-49/+39
2026-02-06bpf: Convert bpf_selem_link_map to failableAmery Hung3-7/+16
2026-02-06bpf: Convert bpf_selem_unlink_map to failableAmery Hung1-18/+39
2026-02-06bpf: Select bpf_local_storage_map_bucket based on bpf_local_storageAmery Hung3-7/+13
2026-02-06PCI/AER: Clear stale errors on reporting agents upon probeLukas Wunner1-1/+25
2026-02-06PCI: Don't claim disabled bridge windowsIlpo Järvinen1-0/+2
2026-02-06perf build: Reduce pmu-events related copying and mkdirsIan Rogers1-68/+149
2026-02-06vfio/fsl-mc: add myself as maintainerIoana Ciornei3-7/+3
2026-02-06vfio: selftests: only build tests on arm64 and x86_64Ted Logan1-0/+9
2026-02-06PCI: rzg3s-host: Fix device node reference leak in rzg3s_pcie_host_parse_port()Felix Gu1-1/+2
2026-02-06perf lock contention: fix segfault in `lock contention -b/--use-bpf`Tycho Andersen (AMD)1-0/+3
2026-02-06perf sort: Replace static cacheline size with sysconf cacheline sizeRicky Ringler1-5/+12
2026-02-06perf test: Fix test case Leader sampling on s390Thomas Richter1-1/+15
2026-02-06perf annotate: Fix register usage in data type profilingNamhyung Kim1-31/+30
2026-02-06perf stat: Ensure metrics are displayed even with failed eventsChun-Tse Shao3-37/+26
2026-02-06perf test addr2line_inlines: Ensure inline information shows on LBR leavesIan Rogers1-0/+28
2026-02-06perf callchain lbr: Make the leaf IP that of the sampleIan Rogers1-4/+16
2026-02-06Merge tag 'mm-hotfixes-stable-2026-02-06-12-37' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds4-49/+80
2026-02-06perf kvm stat: Fix build errorLeo Yan1-3/+3
2026-02-06Merge tag 'trace-v6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds3-24/+36
2026-02-06tracing/kprobes: Skip setup_boot_kprobe_events() when no cmdline eventYaxiong Tian1-0/+4
2026-02-06blktrace: Make init_blk_tracer() asynchronousYaxiong Tian1-1/+22
2026-02-06tracing: Rename `eval_map_wq` and allow other parts of tracing use itYaxiong Tian2-9/+10
2026-02-06cache: ax45mp: Fix device node reference leak in ax45mp_cache_init()Felix Gu1-2/+2
2026-02-06cache: starfive: fix device node leak in starlink_cache_init()Felix Gu1-2/+2
2026-02-06riscv: dts: microchip: add can resets to mpfsConor Dooley1-0/+2
2026-02-06rust: dma: add missing __rust_helper annotationsDirk Behme1-5/+5
2026-02-06samples: rust: pci: Remove some additional `.as_ref()` for `dev_*` printDirk Behme1-3/+3
2026-02-06Merge tag 'ceph-for-6.19-rc9' of https://github.com/ceph/ceph-clientLinus Torvalds7-27/+69
2026-02-06Merge tag 'dma-mapping-6.19-2026-02-06' of git://git.kernel.org/pub/scm/linux/kernel/git/mszyprowski/linuxLinus Torvalds2-10/+25
2026-02-06Merge tag 'iommu-fix-v6.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linuxLinus Torvalds1-1/+1
2026-02-06Merge tag 'pmdomain-v6.19-rc3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pmLinus Torvalds4-8/+34
2026-02-06Merge tag 'gpio-fixes-for-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds2-1/+2
2026-02-06Merge tag 'sound-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds18-56/+234
2026-02-06Merge tag 'slab-for-6.19-rc8-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slabLinus Torvalds1-1/+5
2026-02-06Merge branch 'fix-some-corner-cases-in-xskxceiver'Alexei Starovoitov1-1/+3