summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-05-11KVM: nVMX: Emulate NOPs in L2, and PAUSE if it's not interceptedSean Christopherson1-0/+15
2023-05-11KVM: x86/pmu: Disallow legacy LBRs if architectural LBRs are availableSean Christopherson1-3/+5
2023-05-11crypto: arm64/aes-neonbs - fix crash with CFI enabledEric Biggers1-4/+5
2023-05-11MIPS: fw: Allow firmware to pass a empty envJiaxun Yang1-1/+1
2023-05-11powerpc/boot: Fix boot wrapper code generation with CONFIG_POWER10_CPUNicholas Piggin1-0/+2
2023-05-11arm64: Stash shadow stack pointer in the task struct on interruptArd Biesheuvel1-7/+5
2023-05-11arm64: Always load shadow stack pointer directly from the task structArd Biesheuvel3-6/+7
2023-05-11x86/cpu: Add model number for Intel Arrow Lake processorTony Luck1-0/+2
2023-05-11x86/hyperv: Block root partition functionality in a Confidential VMMichael Kelley1-4/+8
2023-05-01riscv: No need to relocate the dtb as it lies in the fixmap regionAlexandre Ghiti1-19/+2
2023-05-01riscv: Do not set initial_boot_params to the linear address of the dtbAlexandre Ghiti1-4/+1
2023-05-01riscv: Move early dtb mapping into the fixmap regionAlexandre Ghiti4-30/+48
2023-05-01um: Only disable SSE on clang to work around old GCC bugsDavid Gow1-0/+5
2023-05-01rust: arch/um: Disable FP/SIMD instruction to match x86David Gow1-0/+6
2023-04-26purgatory: fix disabling debug infoAlyssa Ross2-5/+2
2023-04-26LoongArch: Make WriteCombine configurable for ioremap()Huacai Chen3-1/+40
2023-04-26LoongArch: Make -mstrict-align configurableHuacai Chen4-3/+34
2023-04-26MIPS: Define RUNTIME_DISCARD_EXIT in LD scriptJiaxun Yang1-0/+2
2023-04-26KVM: arm64: Fix buffer overflow in kvm_arm_set_fw_reg()Dan Carpenter1-0/+2
2023-04-26KVM: arm64: Make vcpu flag updates non-preemptibleMarc Zyngier1-1/+18
2023-04-26LoongArch: Mark 3 symbol exports as non-GPLHuacai Chen2-3/+3
2023-04-26LoongArch: Fix probing of the CRC32 featureHuacai Chen5-21/+30
2023-04-26LoongArch: Check unwind_error() in arch_stack_walk()Tiezhu Yang3-2/+5
2023-04-26LoongArch: module: set section addresses to 0x0Huacai Chen1-4/+4
2023-04-26s390/ptrace: fix PTRACE_GET_LAST_BREAK error handlingHeiko Carstens1-6/+2
2023-04-26LoongArch: Fix build error if CONFIG_SUSPEND is not setHuacai Chen1-0/+3
2023-04-26arm64: dts: imx8mp-verdin: correct off-on-delayPeng Fan2-3/+3
2023-04-26arm64: dts: imx8mm-verdin: correct off-on-delayPeng Fan1-2/+2
2023-04-26arm64: dts: imx8mm-evk: correct pmic clock sourcePeng Fan1-1/+1
2023-04-26arm64: dts: qcom: sc8280xp-pmics: fix pon compatible and registersJohan Hovold1-2/+3
2023-04-26arm64: dts: meson-g12-common: resolve conflict between canvas & pmuMarc Gonzalez1-6/+6
2023-04-26arm64: dts: meson-g12-common: specify full DMC rangeMarc Gonzalez1-2/+1
2023-04-26arm64: dts: qcom: ipq8074-hk10: enable QMP device, not the PHY nodeDmitry Baryshkov1-2/+2
2023-04-26arm64: dts: qcom: ipq8074-hk01: enable QMP device, not the PHY nodeDmitry Baryshkov1-2/+2
2023-04-26arm64: dts: rockchip: Lower sd speed on rk3566-soquartzDan Johansen1-1/+1
2023-04-26ARM: dts: rockchip: fix a typo error for rk3288 spdif nodeJianqun Xu1-1/+1
2023-04-20x86/rtc: Remove __init for runtime functionsMatija Glavinic Pecotic1-2/+2
2023-04-20powerpc/papr_scm: Update the NUMA distance table for the target nodeAneesh Kumar K.V2-0/+8
2023-04-20x86/PCI: Add quirk for AMD XHCI controller that loses MSI-X state in D3hotBasavaraj Natikar1-0/+21
2023-04-20riscv: add icache flush for nommu sigreturn trampolineMathis Salmen1-1/+8
2023-04-20arm64: dts: qcom: sa8540p-ride: correct name of remoteproc_nsp0 firmwareBrian Masney1-1/+1
2023-04-20ARM: dts: qcom: apq8026-lg-lenok: add missing reserved memoryLuca Weiss1-0/+10
2023-04-20ARM: 9290/1: uaccess: Fix KASAN false-positivesAndrew Jeffery1-2/+2
2023-04-20KVM: arm64: Advertise ID_AA64PFR0_EL1.CSV2/3 to protected VMsFuad Tabba3-9/+29
2023-04-20bpf, arm64: Fixed a BTI error on returning to patched functionXu Kuohai2-1/+6
2023-04-20LoongArch, bpf: Fix jit to skip speculation barrier opcodeGeorge Guo1-0/+4
2023-04-20KVM: arm64: PMU: Restore the guest's EL0 event counting after migrationReiji Watanabe2-1/+1
2023-04-13KVM: SVM: Flush Hyper-V TLB when requiredJeremi Piotrowski3-3/+54
2023-04-13KVM: nVMX: Do not report error code when synthesizing VM-Exit from Real ModeSean Christopherson1-1/+6
2023-04-13KVM: x86: Clear "has_error_code", not "error_code", for RM exception injectionSean Christopherson1-2/+9