summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-06-03wifi: iwlwifi: add support for AX231Emmanuel Grumbach
2026-06-03iio: chemical: scd30: Replace manual locking with RAII lockingMaxwell Doose
2026-06-03ASoC: amd: remove unused machineMark Brown
2026-06-03ASoC: amd: ps-mach: remove unused machineKuninori Morimoto
2026-06-03ASoC: amd: acp6x-mach: remove unused machineKuninori Morimoto
2026-06-03ASoC: amd: acp3x-rn: remove unused machineKuninori Morimoto
2026-06-03s390/percpu: Provide arch_this_cpu_write() implementationHeiko Carstens
2026-06-03s390/percpu: Provide arch_this_cpu_read() implementationHeiko Carstens
2026-06-03s390/percpu: Use new percpu code section for arch_this_cpu_[and|or]()Heiko Carstens
2026-06-03s390/percpu: Use new percpu code section for arch_this_cpu_add_return()Heiko Carstens
2026-06-03s390/percpu: Use new percpu code section for arch_this_cpu_add()Heiko Carstens
2026-06-03s390/percpu: Add missing do { } while (0) constructsHeiko Carstens
2026-06-03s390/percpu: Infrastructure for more efficient this_cpu operationsHeiko Carstens
2026-06-03s390/zcrypt: Replace get_zeroed_page() with kzalloc()Mike Rapoport (Microsoft)
2026-06-03s390/trng: Replace __get_free_page() with kmalloc()Mike Rapoport (Microsoft)
2026-06-03s390/qeth: Replace get_zeroed_page() with kzalloc()Mike Rapoport (Microsoft)
2026-06-03s390/hvc_iucv: Replace get_zeroed_page() with kzalloc()Mike Rapoport (Microsoft)
2026-06-03s390/dasd: Replace get_zeroed_page() with kzalloc()Mike Rapoport (Microsoft)
2026-06-03s390/con3270: Replace __get_free_page() with kmalloc()Mike Rapoport (Microsoft)
2026-06-03s390/fpu: Move GR_NUM / VX_NUM macros to separate header fileHeiko Carstens
2026-06-03s390/fpu: Shorten GR_NUM / VX_NUM macrosHeiko Carstens
2026-06-03s390/ap/zcrypt: Rearrange fields within AP and zcrypt structsHarald Freudenberger
2026-06-03gpu: nova-core: Hopper/Blackwell: select FSP Chain of Trust versionJohn Hubbard
2026-06-03gpu: nova-core: Hopper/Blackwell: add FSP send/receive messagingJohn Hubbard
2026-06-03gpu: nova-core: add MCTP/NVDM protocol types for firmware communicationJohn Hubbard
2026-06-03gpu: nova-core: Hopper/Blackwell: add FSP message infrastructureJohn Hubbard
2026-06-03gpu: nova-core: Hopper/Blackwell: add FSP falcon EMEM operationsJohn Hubbard
2026-06-03selftests: livepatch: set LC_ALL=C to fix locale-dependent test failureQiang Ma
2026-06-03KVM: riscv: Fast-path dirty logging write faultsJinyu Tang
2026-06-03KVM: riscv: Update G-stage PTE permissions atomicallyJinyu Tang
2026-06-03KVM: riscv: Add a G-stage PTE cmpxchg helperJinyu Tang
2026-06-03KVM: riscv: Use an rwlock for mmu_lockJinyu Tang
2026-06-03KVM: riscv: Rely on common MMU notifier lockingJinyu Tang
2026-06-03KVM: selftests: Add a test for gPAT handling in L2Yosry Ahmed
2026-06-03KVM: selftests: Add guest_memfd regression test signed offset+size bugSean Christopherson
2026-06-03KVM: selftests: Expand the guest_memfd test macros to allow passing the VMSean Christopherson
2026-06-03KVM: guest_memfd: Treat memslot binding offset+size as unsigned valuesSean Christopherson
2026-06-03KVM: x86: Remove defunct kvm_load_segment_descriptor() declaration.Sean Christopherson
2026-06-03RDMA/umem: Fix truncation for block sizes >= 4GJason Gunthorpe
2026-06-03KVM: x86: Drop defunct vcpu_tsc_khz() declarationSean Christopherson
2026-06-03KVM: x86: Move async #PF helpers to x86.h (as inlines)Sean Christopherson
2026-06-03KVM: x86: Move update_cr8_intercept() to lapic.cSean Christopherson
2026-06-03KVM: x86: Harden is_64_bit_hypercall() against bugs on 32-bit kernelsSean Christopherson
2026-06-03Revert "KVM: VMX: Read 32-bit GPR values for ENCLS instructions outside of 64...Sean Christopherson
2026-06-03KVM: nSVM: Use kvm_rax_read() now that it's mode-awareSean Christopherson
2026-06-03KVM: x86: Drop non-raw kvm_<reg>_write() helpersSean Christopherson
2026-06-03KVM: x86: Add mode-aware versions of kvm_<reg>_{read,write}() helpersSean Christopherson
2026-06-03KVM: x86: Move inlined GPR, CR, and DR helpers from x86.h to regs.hSean Christopherson
2026-06-03KVM: x86: Rename kvm_cache_regs.h => regs.hSean Christopherson
2026-06-03KVM: x86: Trace hypercall register *after* truncating values for 32-bitSean Christopherson