summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-07-15ASoC: tegra: tegra210_amx: Return the original error directlybui duc phuc1-8/+4
2026-07-15ASoC: tegra: tegra210_adx: Return the original error directlybui duc phuc1-8/+4
2026-07-15ASoC: tegra: tegra20_das: Use dev_err_probe() for error handlingbui duc phuc1-4/+3
2026-07-15KVM: riscv: Fix Spectre-v1 in vector register accessZongmin Zhou1-2/+12
2026-07-15drm/panthor: Check debugfs GEM lock initializationLinmao Li1-1/+4
2026-07-15drm/panthor: return error on truncated firmwareOsama Abdelkader1-0/+1
2026-07-15gpiolib: tolerate gpio-hogs lacking a hogging stateDaniel Golle1-5/+8
2026-07-15gpio: sloppy-logic-analyzer: Fix memory leak in gpio_la_poll_probe()Abdun Nihaal1-0/+10
2026-07-15drm/i915/selftests: Fix GT PM sort comparatorsEmre Cecanpunar1-4/+4
2026-07-15Merge tag 'arm-feature-deprecation-for-7.3' of https://git.kernel.org/pub/scm...Alexandre Belloni66-170/+225
2026-07-15soc/tegra: pmc: Don't register sys-off handler for multi-socket devicesJon Hunter1-9/+12
2026-07-15staging: rtl8723bs: Remove space after castJason Winter1-1/+1
2026-07-15iommu/amd: Fix nested domain leakTycho Andersen (AMD)1-2/+1
2026-07-15iommu/amd: Fix IRQ unsafe locking in gdom allocationTycho Andersen (AMD)1-13/+18
2026-07-15drm/i915/display: expose blend mode on alpha-capable planesChaitanya Kumar Borah3-0/+11
2026-07-15selftests/bpf: Fix fib_lookup VLAN tests on hosts with forwarding onAvinash Duduskar1-0/+21
2026-07-15drm/etnaviv: check MMUv2 status after resetLucas Stach1-0/+17
2026-07-15drm/etnaviv: check all modules for idle after resetLucas Stach1-3/+3
2026-07-15KVM: nVMX: Put vmcs12 pages if nested VM-Enter fails due to invalid guest stateSean Christopherson1-0/+2
2026-07-15Merge tag 'kvm-s390-master-7.2-1' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini4-6/+21
2026-07-15Merge tag 'kvm-x86-fixes-7.2-rc4' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini8-57/+110
2026-07-15Merge tag 'kvmarm-fixes-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini9-43/+331
2026-07-15Merge tag 'kvmarm-fixes-7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini11-126/+149
2026-07-15Merge branch 'bpf-reject-negative-const-offsets-for-buffer-pointers'Eduard Zingerman6-55/+121
2026-07-15selftests/bpf: Cover negative buffer pointer offsetsSun Jian5-43/+102
2026-07-15bpf: Reject negative const offsets for buffer pointersSun Jian1-12/+19
2026-07-15Merge branch 'bpf-sockmap-fix-fionread-for-sockets-without-a-verdict-program'Kumar Kartikeya Dwivedi3-15/+55
2026-07-15selftests/bpf: Test FIONREAD on a sockmap socket without a verdict programMattia Meleleo1-0/+39
2026-07-15bpf, sockmap: Account for receive queue in FIONREAD without a verdict programMattia Meleleo2-15/+16
2026-07-15mmc: Merge branch fixes into nextUlf Hansson1-33/+58
2026-07-15mmc: dw_mmc: move declaration of dw_mci_pmopsBen Dooks2-1/+2
2026-07-15drm/i915/bw: introduce the peak bandwidth thresholdVinod Govindapillai2-0/+32
2026-07-15Merge branch 'unify-helper-and-kfunc-call_arg_meta'Kumar Kartikeya Dwivedi6-195/+201
2026-07-15bpf: Unify helper and kfunc call argument metaAmery Hung3-72/+62
2026-07-15bpf: Drop redundant pkt_access from bpf_call_arg_metaAmery Hung1-6/+4
2026-07-15selftests/bpf: Test kfunc returning zero-sized allocation bufferAmery Hung2-0/+28
2026-07-15bpf: Unify helper and kfunc allocation-size argument handlingAmery Hung3-43/+55
2026-07-15bpf: Pass argno to callees in check_func_arg() instead of argno_from_reg(regno)Amery Hung1-19/+17
2026-07-15bpf: Factor out raw_mode-related fields in bpf_call_arg_metaAmery Hung2-31/+36
2026-07-15bpf: Remove dynptr check in check_stack_range_initialized()Amery Hung2-27/+2
2026-07-15mmc: sdhci-esdhc-imx: fix resume error handlingLuke Wang1-4/+4
2026-07-15mmc: sdhci-esdhc-imx: make non-fatal errors non-blocking in suspendLuke Wang1-7/+6
2026-07-15mmc: sdhci-esdhc-imx: use pm_runtime_resume_and_get() in suspendLuke Wang1-1/+3
2026-07-15mmc: sdhci-esdhc-imx: disable irq during suspend to fix unhandled interruptLuke Wang1-5/+6
2026-07-15mmc: sdhci-esdhc-imx: restore pinctrl before restoring ios timing on resumeLuke Wang1-0/+6
2026-07-15drm/i915/bw: avoid replicating the update_sagv_status() callsVinod Govindapillai1-7/+2
2026-07-15mmc: sdhci-esdhc-imx: fix esdhc_change_pinstate() to allow default state restoreLuke Wang1-3/+5
2026-07-15mmc: sdhci-esdhc-imx: restore DLL override for DDR modes on resumeLuke Wang1-11/+28
2026-07-15drm/i915/bw: extract update_sagv_status()Vinod Govindapillai1-20/+18
2026-07-15drm/i915/bw: Extract icl_init_qgv_info()Vinod Govindapillai1-5/+15