aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2023-05-11RISC-V: Align SBI probe implementation with specAndrew Jones
2023-05-11riscv: mm: remove redundant parameter of create_fdt_early_page_tableSong Shuai
2023-05-11KVM: RISC-V: Retry fault if vma_lookup() results become invalidDavid Matlack
2023-05-11KVM: arm64: vgic: Don't acquire its_lock before config_lockOliver Upton
2023-05-11KVM: arm64: Use config_lock to protect vgic stateOliver Upton
2023-05-11KVM: arm64: Use config_lock to protect data ordered against KVM_RUNOliver Upton
2023-05-11KVM: arm64: Avoid lock inversion when setting the VM register widthOliver Upton
2023-05-11KVM: arm64: Avoid vcpu->mutex v. kvm->lock inversion in CPU_ONOliver Upton
2023-05-11KVM: nVMX: Emulate NOPs in L2, and PAUSE if it's not interceptedSean Christopherson
2023-05-11crypto: arm64/aes-neonbs - fix crash with CFI enabledEric Biggers
2023-05-11MIPS: fw: Allow firmware to pass a empty envJiaxun Yang
2023-05-11powerpc/boot: Fix boot wrapper code generation with CONFIG_POWER10_CPUNicholas Piggin
2023-05-11arm64: Stash shadow stack pointer in the task struct on interruptArd Biesheuvel
2023-05-11arm64: Always load shadow stack pointer directly from the task structArd Biesheuvel
2023-05-11x86/cpu: Add model number for Intel Arrow Lake processorTony Luck
2023-05-11x86/hyperv: Block root partition functionality in a Confidential VMMichael Kelley
2023-05-01riscv: No need to relocate the dtb as it lies in the fixmap regionAlexandre Ghiti
2023-05-01riscv: Do not set initial_boot_params to the linear address of the dtbAlexandre Ghiti
2023-05-01riscv: Move early dtb mapping into the fixmap regionAlexandre Ghiti
2023-05-01KVM: arm64: Retry fault if vma_lookup() results become invalidDavid Matlack
2023-05-01um: Only disable SSE on clang to work around old GCC bugsDavid Gow
2023-04-26purgatory: fix disabling debug infoAlyssa Ross
2023-04-26MIPS: Define RUNTIME_DISCARD_EXIT in LD scriptJiaxun Yang
2023-04-26KVM: arm64: Fix buffer overflow in kvm_arm_set_fw_reg()Dan Carpenter
2023-04-26KVM: arm64: Make vcpu flag updates non-preemptibleMarc Zyngier
2023-04-26LoongArch: Mark 3 symbol exports as non-GPLHuacai Chen
2023-04-26LoongArch: Fix probing of the CRC32 featureHuacai Chen
2023-04-26s390/ptrace: fix PTRACE_GET_LAST_BREAK error handlingHeiko Carstens
2023-04-26arm64: dts: imx8mp-verdin: correct off-on-delayPeng Fan
2023-04-26arm64: dts: imx8mm-verdin: correct off-on-delayPeng Fan
2023-04-26arm64: dts: imx8mm-evk: correct pmic clock sourcePeng Fan
2023-04-26arm64: dts: qcom: sc8280xp-pmics: fix pon compatible and registersJohan Hovold
2023-04-26arm64: dts: meson-g12-common: specify full DMC rangeMarc Gonzalez
2023-04-26arm64: dts: qcom: ipq8074-hk10: enable QMP device, not the PHY nodeDmitry Baryshkov
2023-04-26arm64: dts: qcom: hk10: use "okay" instead of "ok"Robert Marko
2023-04-26arm64: dts: qcom: ipq8074-hk01: enable QMP device, not the PHY nodeDmitry Baryshkov
2023-04-26arm64: dts: rockchip: Lower sd speed on rk3566-soquartzDan Johansen
2023-04-26ARM: dts: rockchip: fix a typo error for rk3288 spdif nodeJianqun Xu
2023-04-20x86/rtc: Remove __init for runtime functionsMatija Glavinic Pecotic
2023-04-20powerpc/papr_scm: Update the NUMA distance table for the target nodeAneesh Kumar K.V
2023-04-20x86/PCI: Add quirk for AMD XHCI controller that loses MSI-X state in D3hotBasavaraj Natikar
2023-04-20riscv: add icache flush for nommu sigreturn trampolineMathis Salmen
2023-04-20KVM: SVM: Flush Hyper-V TLB when requiredJeremi Piotrowski
2023-04-20x86/hyperv: KVM: Rename "hv_enlightenments" to "hv_vmcb_enlightenments"Sean Christopherson
2023-04-20KVM: SVM: Add a proper field for Hyper-V VMCB enlightenmentsSean Christopherson
2023-04-20x86/hyperv: Move VMCB enlightenment definitions to hyperv-tlfs.hSean Christopherson
2023-04-20ARM: dts: qcom: apq8026-lg-lenok: add missing reserved memoryLuca Weiss
2023-04-20ARM: 9290/1: uaccess: Fix KASAN false-positivesAndrew Jeffery
2023-04-20KVM: arm64: Advertise ID_AA64PFR0_EL1.CSV2/3 to protected VMsFuad Tabba
2023-04-20KVM: arm64: Initialise hypervisor copies of host symbols unconditionallyWill Deacon