summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorLines
2026-03-03powerpc/pci: Initialize msi_addr_mask for OF-created PCI devicesNilay Shroff-0/+7
2026-03-03s390/stackleak: Fix __stackleak_poison() inline assembly constraintHeiko Carstens-1/+1
2026-03-03s390/xor: Improve inline assembly constraintsHeiko Carstens-4/+4
2026-03-03s390/xor: Fix xor_xc_2() inline assembly constraintsHeiko Carstens-2/+2
2026-03-03s390/xor: Fix xor_xc_5() inline assemblyVasily Gorbik-1/+0
2026-03-03x86/PVH: Use boot params to pass RSDP address in start_info pageHou Wenlong-6/+1
2026-03-03x86/xen: update outdated commentkexinsun-1/+1
2026-03-03x86/xen: Build identity mapping page tables dynamically for XENPVHou Wenlong-30/+9
2026-03-02KVM: x86/mmu: Fix UBSAN warning when reading nx_huge_pages parameterGal Pressman-0/+5
2026-03-02KVM: SVM: Fix UBSAN warning when reading avic parameterGal Pressman-1/+12
2026-03-02KVM: x86: Add helpers to prepare kvm_run for userspace MMIO exitSean Christopherson-43/+37
2026-03-02KVM: x86: Don't panic the kernel if completing userspace I/O / MMIO goes side...Sean Christopherson-4/+8
2026-03-02KVM: x86: Rename .read_write_emulate() to .read_write_guest()Sean Christopherson-10/+28
2026-03-02KVM: x86: Fold emulator_write_phys() into write_emulate()Sean Christopherson-16/+7
2026-03-02KVM: x86: Bury emulator read/write ops in emulator_{read,write}_emulated()Sean Christopherson-15/+14
2026-03-02KVM: x86: Consolidate SEV-ES MMIO emulation into a single public APISean Christopherson-38/+17
2026-03-02KVM: x86: Dedup kvm_sev_es_mmio_{read,write}()Sean Christopherson-39/+19
2026-03-02KVM: x86: Harden SEV-ES MMIO against on-stack use-after-freeSean Christopherson-4/+6
2026-03-02KVM: x86: Move MMIO write tracing into vcpu_mmio_write()Sean Christopherson-8/+5
2026-03-02KVM: x86: Open code read vs. write userspace MMIO exits in emulator_read_write()Sean Christopherson-20/+13
2026-03-02KVM: x86: Use local MMIO fragment variable to clean up emulator_read_write()Sean Christopherson-6/+5
2026-03-02KVM: x86: Trace unsatisfied MMIO reads on a per-page basisSean Christopherson-1/+8
2026-03-02KVM: x86: Open code handling of completed MMIO reads in emulator_read_write()Sean Christopherson-17/+29
2026-03-02KVM: x86: Use scratch field in MMIO fragment to hold small write valuesSean Christopherson-1/+13
2026-03-02KVM: x86: Ignore cpuid faulting in SMMJim Mattson-4/+5
2026-03-02KVM: nSVM: Sync interrupt shadow to cached vmcb12 after VMRUN of L2Yosry Ahmed-0/+1
2026-03-02KVM: nSVM: Sync NextRIP to cached vmcb12 after VMRUN of L2Yosry Ahmed-0/+10
2026-03-02KVM: nSVM: Ensure AVIC is inhibited when restoring a vCPU to guest modeYosry Ahmed-0/+3
2026-03-02KVM: x86: Check for injected exceptions before queuing a debug exceptionYosry Ahmed-1/+1
2026-03-02KVM: Isolate apicv_update_lock and apicv_nr_irq_window_req in a cachelineSean Christopherson-1/+11
2026-03-02KVM: SVM: Optimize IRQ window inhibit handlingSean Christopherson-1/+25
2026-03-02KVM: SVM: Fix IRQ window inhibit handling across multiple vCPUsSean Christopherson-12/+63
2026-03-02KVM: SVM: Fix clearing IRQ window inhibit with nested guestsSean Christopherson-14/+14
2026-03-02KVM: SVM: Mark module parameters as __ro_after_init for security and performanceLi RongQing-22/+22
2026-03-02KVM: SVM: Mark module parameters as __ro_after_init for security and performanceLi RongQing-22/+22
2026-03-02KVM: nSVM: Mark all of vmcb02 dirty when restoring nested stateYosry Ahmed-0/+6
2026-03-02KVM: VMX: Use ASM_INPUT_RM in __vmcs_writelUros Bizjak-1/+1
2026-03-02KVM: VMX: Drop obsolete branch hint prefixes from inline asmUros Bizjak-3/+0
2026-03-02KVM: x86/pmu: annotate struct kvm_x86_pmu_event_filter with __counted_by()Carlos López-2/+2
2026-03-02KVM: x86: Zero-initialize temporary fxregs_state buffers in FXSAVE emulationUros Bizjak-2/+2
2026-03-02arm64: dts: imx93-phyboard-segin: Add peb-av-02 overlayAndrej Picej-0/+148
2026-03-02arm64: dts: freescale: Add the GOcontroll Moduline MiniMaud Spierings-0/+688
2026-03-02arm64: dts: freescale: Add the GOcontroll Moduline IVMaud Spierings-0/+800
2026-03-02arm64: dts: freescale: add Ka-Ro Electronics tx8m-1610 COMMaud Spierings-0/+444
2026-03-02arm64: dts: imx8mm: Add pinctrl config definitionsMaud Spierings-0/+33
2026-03-02arm64: dts: freescale: add NXP FRDM-IMX91S board supportYanan Yang-0/+770
2026-03-02arm64: dts: imx91-11x11-evk: Add usdhc3 for SDIO WiFi supportSherry Sun-0/+96
2026-03-02arm64: dts: imx8mp-evk: Add usdhc1 for SDIO WiFi supportSherry Sun-1/+60
2026-03-02KVM: x86: Defer non-architectural deliver of exception payload to userspace readSean Christopherson-23/+39
2026-03-02KVM: nSVM: Use vcpu->arch.cr2 when updating vmcb12 on nested #VMEXITYosry Ahmed-1/+1