summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-08-01wifi: mt76: mt7615: fix NULL deref in mt7615_mac_set_ratesFelix Fietkau2-4/+6
2026-08-01wifi: mt76: fix stuck TX queues after SER with no active interfacesChad Monroe2-0/+6
2026-08-01wifi: mt76: mt7996: select net_setup_tc handler at runtimeChad Monroe1-4/+19
2026-08-01wifi: mt76: fix queue reg access when building WED and NPU togetherFelix Fietkau1-51/+55
2026-08-01wifi: mt76: mt7996: wake MCU waiters before aborting scan in L1 SERFelix Fietkau1-1/+1
2026-08-01wifi: mt76: mt7996: skip key upload when adding an offchannel linkFelix Fietkau1-1/+2
2026-08-01wifi: mt76: mt7915: unlink TWT flow if the MCU rejects the agreementFelix Fietkau1-1/+3
2026-08-01wifi: mt76: mt7996: leave PS when a 4-address connection is establishedPeter Chiu5-0/+35
2026-08-01KVM: riscv: Fix infinite loop in NACL hfence entry allocationZongmin Zhou1-1/+1
2026-08-01RISC-V: KVM: Account VM-scoped allocations to the VM cgroupYuhang.chen6-9/+10
2026-08-01RISC-V: KVM: Introduce make_xfence_request_nodata for FENCE.I requestsWang Yechao1-7/+27
2026-08-01RISC-V: KVM: Separate req and fallback_req masks in make_xfence_requestWang Yechao1-8/+12
2026-08-01apparmor: fix implicit declaration of function 'decompress_zstd'John Johansen1-6/+15
2026-08-01RISC-V: KVM: Add the eager_page_split module parameterWang Yechao2-5/+15
2026-08-01RISC-V: KVM: Split huge pages during KVM_CLEAR_DIRTY_LOGWang Yechao1-0/+3
2026-08-01RISC-V: KVM: Remove redundant TLB flush operationsWang Yechao1-5/+6
2026-08-01RISC-V: KVM: Split huge pages when dirty logging is enabledWang Yechao3-10/+95
2026-08-01RISC-V: KVM: Add the split page cache for ioctl contextWang Yechao2-0/+4
2026-07-31accel/amdxdna: Fix locally exploitable BUG_ON in amdxdna_insert_pages()Lizhi Hou1-19/+8
2026-08-01PCI: Use %pe format specifier to print error pointersKrzysztof WilczyƄski7-18/+17
2026-07-31Merge tag 'kbuild-fixes-7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-5/+14
2026-07-31Merge tag 'trace-v7.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds4-4/+18
2026-07-31x86/cpu/scattered: Sort it properlyBorislav Petkov (AMD)1-2/+2
2026-08-01ASoC: spear: Update the SPDIF drivers for current ASoC APIsMark Brown2-9/+5
2026-08-01ASoC: spear: spdif_out: Move DAI probe callback to snd_soc_dai_opsbui duc phuc1-1/+1
2026-08-01ASoC: spear: spdif_in: Move DAI probe callback to snd_soc_dai_opsbui duc phuc1-1/+1
2026-08-01ASoC: spear: spdif_in: Switch to snd_soc_dai_dma_data_set_capture()bui duc phuc1-1/+1
2026-08-01ASoC: spear: spdif_in: Drop redundant error messagesbui duc phuc1-6/+2
2026-08-01ASoC: use .auto_selectable_formatsMark Brown10-0/+92
2026-08-01ASoC: cirrus: use .auto_selectable_formatsKuninori Morimoto1-0/+11
2026-08-01ASoC: bcm: use .auto_selectable_formatsKuninori Morimoto2-0/+20
2026-08-01ASoC: au1x: use .auto_selectable_formatsKuninori Morimoto2-0/+22
2026-08-01ASoC: atmel: use .auto_selectable_formatsKuninori Morimoto4-0/+24
2026-08-01ASoC: apple: use .auto_selectable_formatsKuninori Morimoto1-0/+15
2026-08-01ASoC: qcom: sc8280xp: add Monaco/Monza (MAX98090) support on QCS8275Mark Brown3-37/+78
2026-07-31net/mlx5: fw_tracer, return NULL on create errorMichael Guralnik1-9/+7
2026-07-31net/mlx5: SF, Handle function changed eventChris Mi5-3/+78
2026-07-31devlink: fix net namespace reference leak in reloadOr Har-Toov1-0/+1
2026-07-31Merge branch 'add-support-for-rtl8261c-d'Jakub Kicinski4-0/+542
2026-07-31net: phy: realtek: add support for RTL8261DJaven Xu1-1/+6
2026-07-31net: phy: realtek: load firmware for RTL8261C_CGJaven Xu1-0/+214
2026-07-31net: phy: realtek: add support for RTL8261C_CGJaven Xu1-0/+192
2026-07-31net: phy: c45: add setup and read master/slave helpersJaven Xu2-0/+108
2026-07-31net: phy: c45: add genphy_c45_pma_soft_reset()Javen Xu2-0/+23
2026-07-31net: hisilicon: hix5hd2_gmac: remove redundant NAPI deleteJiawen Liu1-1/+0
2026-07-31octeontx2-af: add new mbox to support sync cycle on rx pathSatha Rao2-2/+31
2026-08-01Merge branch 'bpf-fix-trampoline-handling-of-128-bit-values'Kumar Kartikeya Dwivedi8-5/+151
2026-08-01selftests/bpf: Add tests for >8 byte return value and 128-bit argumentsYonghong Song5-0/+112
2026-08-01bpf, x86: Fix trampoline stack size for 128-bit argumentsYonghong Song1-5/+2
2026-08-01bpf: Reject >8 byte return values on return-reading trampoline pathsYonghong Song2-0/+37