summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2026-03-03KVM: x86/mmu: Don't zero-allocate page table used for splitting a hugepageSean Christopherson
2026-03-03xtensa: xtfpga: Use register_sys_off_handler(SYS_OFF_MODE_RESTART)Andrew Davis
2026-03-03xtensa: xt2000: Use register_sys_off_handler(SYS_OFF_MODE_RESTART)Andrew Davis
2026-03-03xtensa: ISS: Use register_sys_off_handler(SYS_OFF_MODE_RESTART)Andrew Davis
2026-03-03x86/cpu: Remove LASS restriction on EFISohil Mehta
2026-03-03x86/efi: Disable LASS while executing runtime servicesSohil Mehta
2026-03-03x86/cpu: Defer LASS enabling until userspace comes upSohil Mehta
2026-03-03bpf, arm64: Use ORR-based MOV for general-purpose registersPuranjay Mohan
2026-03-03bpf,s390: add fsession support for trampolinesMenglong Dong
2026-03-03bpf,s390: introduce emit_store_stack_imm64() for trampolineMenglong Dong
2026-03-03s390: Introduce bpf_get_lowcore() kfuncIlya Leoshkevich
2026-03-03sparc/PCI: Initialize msi_addr_mask for OF-created PCI devicesNilay Shroff
2026-03-03powerpc/pci: Initialize msi_addr_mask for OF-created PCI devicesNilay Shroff
2026-03-03s390/stackleak: Fix __stackleak_poison() inline assembly constraintHeiko Carstens
2026-03-03s390/xor: Improve inline assembly constraintsHeiko Carstens
2026-03-03s390/xor: Fix xor_xc_2() inline assembly constraintsHeiko Carstens
2026-03-03s390/xor: Fix xor_xc_5() inline assemblyVasily Gorbik
2026-03-03x86/PVH: Use boot params to pass RSDP address in start_info pageHou Wenlong
2026-03-03x86/xen: update outdated commentkexinsun
2026-03-03x86/xen: Build identity mapping page tables dynamically for XENPVHou Wenlong
2026-03-02KVM: x86/mmu: Fix UBSAN warning when reading nx_huge_pages parameterGal Pressman
2026-03-02KVM: SVM: Fix UBSAN warning when reading avic parameterGal Pressman
2026-03-02KVM: x86: Add helpers to prepare kvm_run for userspace MMIO exitSean Christopherson
2026-03-02KVM: x86: Don't panic the kernel if completing userspace I/O / MMIO goes side...Sean Christopherson
2026-03-02KVM: x86: Rename .read_write_emulate() to .read_write_guest()Sean Christopherson
2026-03-02KVM: x86: Fold emulator_write_phys() into write_emulate()Sean Christopherson
2026-03-02KVM: x86: Bury emulator read/write ops in emulator_{read,write}_emulated()Sean Christopherson
2026-03-02KVM: x86: Consolidate SEV-ES MMIO emulation into a single public APISean Christopherson
2026-03-02KVM: x86: Dedup kvm_sev_es_mmio_{read,write}()Sean Christopherson
2026-03-02KVM: x86: Harden SEV-ES MMIO against on-stack use-after-freeSean Christopherson
2026-03-02KVM: x86: Move MMIO write tracing into vcpu_mmio_write()Sean Christopherson
2026-03-02KVM: x86: Open code read vs. write userspace MMIO exits in emulator_read_write()Sean Christopherson
2026-03-02KVM: x86: Use local MMIO fragment variable to clean up emulator_read_write()Sean Christopherson
2026-03-02KVM: x86: Trace unsatisfied MMIO reads on a per-page basisSean Christopherson
2026-03-02KVM: x86: Open code handling of completed MMIO reads in emulator_read_write()Sean Christopherson
2026-03-02KVM: x86: Use scratch field in MMIO fragment to hold small write valuesSean Christopherson
2026-03-02KVM: x86: Ignore cpuid faulting in SMMJim Mattson
2026-03-02KVM: nSVM: Sync interrupt shadow to cached vmcb12 after VMRUN of L2Yosry Ahmed
2026-03-02KVM: nSVM: Sync NextRIP to cached vmcb12 after VMRUN of L2Yosry Ahmed
2026-03-02KVM: nSVM: Ensure AVIC is inhibited when restoring a vCPU to guest modeYosry Ahmed
2026-03-02KVM: x86: Check for injected exceptions before queuing a debug exceptionYosry Ahmed
2026-03-02KVM: Isolate apicv_update_lock and apicv_nr_irq_window_req in a cachelineSean Christopherson
2026-03-02KVM: SVM: Optimize IRQ window inhibit handlingSean Christopherson
2026-03-02KVM: SVM: Fix IRQ window inhibit handling across multiple vCPUsSean Christopherson
2026-03-02KVM: SVM: Fix clearing IRQ window inhibit with nested guestsSean Christopherson
2026-03-02KVM: SVM: Mark module parameters as __ro_after_init for security and performanceLi RongQing
2026-03-02KVM: SVM: Mark module parameters as __ro_after_init for security and performanceLi RongQing
2026-03-02KVM: nSVM: Mark all of vmcb02 dirty when restoring nested stateYosry Ahmed
2026-03-02KVM: VMX: Use ASM_INPUT_RM in __vmcs_writelUros Bizjak
2026-03-02KVM: VMX: Drop obsolete branch hint prefixes from inline asmUros Bizjak