summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2026-03-04arm64: Silence sparse warnings caused by the type casting in (cmp)xchgCatalin Marinas1-5/+7
2026-03-04x86/boot: Handle relative CONFIG_EFI_SBAT_FILE file pathsJan Stancek1-0/+1
2026-03-04powerpc/crash: adjust the elfcorehdr sizeSourabh Jain1-1/+13
2026-03-04powerpc/kexec/core: use big-endian types for crash variablesSourabh Jain1-8/+9
2026-03-04powerpc/prom_init: Fixup missing #size-cells on PowerMac media-bay nodesRob Herring (Arm)1-1/+2
2026-03-04powerpc: dts: fsl: Drop unused .dtsi filesRob Herring (Arm)4-324/+0
2026-03-04powerpc/uaccess: Fix inline assembly for clang build on PPC32Christophe Leroy (CS GROUP)1-1/+1
2026-03-04powerpc/e500: Always use 64 bits PTEChristophe Leroy5-110/+5
2026-03-04KVM/TDX: Rename KVM_SUPPORTED_TD_ATTRS to KVM_SUPPORTED_TDX_TD_ATTRSXiaoyao Li1-2/+2
2026-03-04x86/tdx: Rename TDX_ATTR_* to TDX_TD_ATTR_*Xiaoyao Li4-44/+44
2026-03-04KVM/TDX: Remove redundant definitions of TDX_TD_ATTR_*Xiaoyao Li2-8/+2
2026-03-04x86/tdx: Fix the typo in TDX_ATTR_MIGRTABLEXiaoyao Li2-3/+3
2026-03-03KVM: x86: Drop redundant call to kvm_deliver_exception_payload()Yosry Ahmed1-6/+4
2026-03-03KVM: SVM: Skip OSVW MSR reads if current CPU doesn't support the featureSean Christopherson1-6/+2
2026-03-03KVM: SVM: Skip OSVW variable updates if current CPU's errata are a subsetSean Christopherson1-12/+10
2026-03-03KVM: SVM: Extract OS-visible workarounds setup to helper functionSean Christopherson1-41/+49
2026-03-03KVM: SVM: Skip OSVW MSR reads if KVM is treating all errata as presentSean Christopherson1-2/+12
2026-03-03KVM: SVM: Serialize updates to global OS-Visible Workarounds variablesSean Christopherson1-3/+7
2026-03-03KVM: x86/mmu: Don't zero-allocate page table used for splitting a hugepageSean Christopherson1-1/+1
2026-03-03xtensa: xtfpga: Use register_sys_off_handler(SYS_OFF_MODE_RESTART)Andrew Davis1-7/+4
2026-03-03xtensa: xt2000: Use register_sys_off_handler(SYS_OFF_MODE_RESTART)Andrew Davis1-7/+4
2026-03-03xtensa: ISS: Use register_sys_off_handler(SYS_OFF_MODE_RESTART)Andrew Davis1-7/+4
2026-03-03x86/cpu: Remove LASS restriction on EFISohil Mehta1-6/+1
2026-03-03x86/efi: Disable LASS while executing runtime servicesSohil Mehta1-0/+35
2026-03-03x86/cpu: Defer LASS enabling until userspace comes upSohil Mehta1-1/+22
2026-03-03bpf, arm64: Use ORR-based MOV for general-purpose registersPuranjay Mohan1-1/+3
2026-03-03bpf,s390: add fsession support for trampolinesMenglong Dong1-14/+60
2026-03-03bpf,s390: introduce emit_store_stack_imm64() for trampolineMenglong Dong1-11/+10
2026-03-03s390: Introduce bpf_get_lowcore() kfuncIlya Leoshkevich2-0/+14
2026-03-03sparc/PCI: Initialize msi_addr_mask for OF-created PCI devicesNilay Shroff1-0/+7
2026-03-03powerpc/pci: Initialize msi_addr_mask for OF-created PCI devicesNilay Shroff1-0/+7
2026-03-03s390/stackleak: Fix __stackleak_poison() inline assembly constraintHeiko Carstens1-1/+1
2026-03-03s390/xor: Improve inline assembly constraintsHeiko Carstens1-4/+4
2026-03-03s390/xor: Fix xor_xc_2() inline assembly constraintsHeiko Carstens1-2/+2
2026-03-03s390/xor: Fix xor_xc_5() inline assemblyVasily Gorbik1-1/+0
2026-03-03x86/PVH: Use boot params to pass RSDP address in start_info pageHou Wenlong1-6/+1
2026-03-03x86/xen: update outdated commentkexinsun1-1/+1
2026-03-03x86/xen: Build identity mapping page tables dynamically for XENPVHou Wenlong3-30/+9
2026-03-03KVM: x86/mmu: Fix UBSAN warning when reading nx_huge_pages parameterGal Pressman1-0/+5
2026-03-03KVM: SVM: Fix UBSAN warning when reading avic parameterGal Pressman1-1/+12
2026-03-03KVM: x86: Add helpers to prepare kvm_run for userspace MMIO exitSean Christopherson3-43/+37
2026-03-03KVM: x86: Don't panic the kernel if completing userspace I/O / MMIO goes side...Sean Christopherson1-4/+8
2026-03-03KVM: x86: Rename .read_write_emulate() to .read_write_guest()Sean Christopherson1-10/+28
2026-03-03KVM: x86: Fold emulator_write_phys() into write_emulate()Sean Christopherson2-16/+7
2026-03-03KVM: x86: Bury emulator read/write ops in emulator_{read,write}_emulated()Sean Christopherson1-15/+14
2026-03-03KVM: x86: Consolidate SEV-ES MMIO emulation into a single public APISean Christopherson3-38/+17
2026-03-03KVM: x86: Dedup kvm_sev_es_mmio_{read,write}()Sean Christopherson1-39/+19
2026-03-03KVM: x86: Harden SEV-ES MMIO against on-stack use-after-freeSean Christopherson1-4/+6
2026-03-03KVM: x86: Move MMIO write tracing into vcpu_mmio_write()Sean Christopherson1-8/+5
2026-03-03KVM: x86: Open code read vs. write userspace MMIO exits in emulator_read_write()Sean Christopherson1-20/+13