summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-03-17KVM: VMX: Fix crash due to uninitialized current_vmcsAlexandru Matei2-13/+7
2023-03-17KVM: VMX: Introduce vmx_msr_bitmap_l01_changed() helperVitaly Kuznetsov1-4/+13
2023-03-17KVM: nVMX: Don't use Enlightened MSR Bitmap for L3Vitaly Kuznetsov1-9/+13
2023-03-17UML: define RUNTIME_DISCARD_EXITMasahiro Yamada1-1/+1
2023-03-17sh: define RUNTIME_DISCARD_EXITTom Saeger1-0/+1
2023-03-17s390: define RUNTIME_DISCARD_EXIT to fix link error with GNU ld < 2.36Masahiro Yamada1-0/+2
2023-03-17powerpc/vmlinux.lds: Don't discard .rela* for relocatable buildsMichael Ellerman1-1/+4
2023-03-17powerpc/vmlinux.lds: Define RUNTIME_DISCARD_EXITMichael Ellerman1-0/+1
2023-03-17alpha: fix R_ALPHA_LITERAL reloc for large modulesEdward Humes1-3/+1
2023-03-17powerpc/kcsan: Exclude udelay to prevent recursive instrumentationRohan McLure1-2/+2
2023-03-17MIPS: Fix a compilation issuexurui1-1/+1
2023-03-17RISC-V: Don't check text_mutex during stop_machineConor Dooley4-6/+40
2023-03-17riscv: Use READ_ONCE_NOCHECK in imprecise unwinding stack modeAlexandre Ghiti1-1/+1
2023-03-17powerpc: dts: t1040rdb: fix compatible string for Rev A boardsVladimir Oltean1-1/+0
2023-03-17riscv: Add header include guards to insn.hLiao Chang1-0/+5
2023-03-17riscv: Avoid enabling interrupts in die()Mattias Nissler1-2/+3
2023-03-17RISC-V: Avoid dereferening NULL regs in die()Palmer Dabbelt1-3/+6
2023-03-17arm64: efi: Make efi_rt_lock a raw_spinlockPierre Gondois2-4/+4
2023-03-17x86/CPU/AMD: Disable XSAVES on AMD family 0x17Andrew Cooper1-0/+9
2023-03-11x86/resctl: fix scheduler confusion with 'current'Linus Torvalds4-10/+10
2023-03-11x86/resctrl: Apply READ_ONCE/WRITE_ONCE to task_struct.{rmid,closid}Valentin Schneider2-9/+12
2023-03-11firmware/efi sysfb_efi: Add quirk for Lenovo IdeaPad Duet 3Darrell Kavanagh1-0/+8
2023-03-11ARM: dts: spear320-hmi: correct STMPE GPIO compatibleKrzysztof Kozlowski1-1/+1
2023-03-11x86: um: vdso: Add '%rcx' and '%r11' to the syscall clobber listAmmar Faizi1-4/+8
2023-03-11um: vector: Fix memory leak in vector_configXiang Yang1-0/+1
2023-03-11arm64: dts: qcom: ipq8074: fix Gen2 PCIe QMP PHYRobert Marko1-2/+2
2023-03-11riscv: jump_label: Fixup unaligned arch_static_branch functionAndy Chiu1-0/+2
2023-03-11mips: fix syscall_get_nrElvira Khabirova1-1/+1
2023-03-11alpha: fix FEN fault handlingAl Viro1-15/+15
2023-03-11ARM: dts: exynos: correct TMU phandle in Odroid HC1Krzysztof Kozlowski1-5/+5
2023-03-11ARM: dts: exynos: correct TMU phandle in Odroid XUKrzysztof Kozlowski1-1/+0
2023-03-11ARM: dts: exynos: correct TMU phandle in Exynos5250Krzysztof Kozlowski1-1/+1
2023-03-11ARM: dts: exynos: correct TMU phandle in Odroid XU3 familyKrzysztof Kozlowski1-5/+5
2023-03-11ARM: dts: exynos: correct TMU phandle in Exynos4Krzysztof Kozlowski1-1/+1
2023-03-11ARM: dts: exynos: correct TMU phandle in Exynos4210Krzysztof Kozlowski1-1/+0
2023-03-11x86/speculation: Allow enabling STIBP with legacy IBRSKP Singh1-7/+18
2023-03-11x86/microcode/AMD: Fix mixed steppings supportBorislav Petkov (AMD)1-13/+21
2023-03-11x86/microcode/AMD: Add a @cpu parameter to the reloading functionsBorislav Petkov (AMD)4-8/+8
2023-03-11x86/microcode/amd: Remove load_microcode_amd()'s bsp parameterBorislav Petkov (AMD)1-12/+5
2023-03-11x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe rangeYang Jihong1-1/+1
2023-03-11x86/kprobes: Fix __recover_optprobed_insn check optimizing logicYang Jihong1-2/+2
2023-03-11x86/reboot: Disable SVM, not just VMX, when stopping CPUsSean Christopherson1-3/+3
2023-03-11x86/reboot: Disable virtualization in an emergency if SVM is supportedSean Christopherson1-12/+11
2023-03-11x86/crash: Disable virt in core NMI crash handler to avoid double shootdownSean Christopherson3-28/+56
2023-03-11x86/virt: Force GIF=1 prior to disabling SVM (for reboot flows)Sean Christopherson1-1/+15
2023-03-11KVM: s390: disable migration mode when dirty tracking is disabledNico Boehr1-0/+17
2023-03-11KVM: x86: Inject #GP if WRMSR sets reserved bits in APIC Self-IPISean Christopherson1-3/+7
2023-03-11ARM: dts: exynos: correct HDMI phy compatible in Exynos4Krzysztof Kozlowski1-1/+1
2023-03-11s390/kprobes: fix current_kprobe never cleared after kprobes reenterVasily Gorbik1-0/+1
2023-03-11s390/kprobes: fix irq mask clobbering on kprobe reenter from post_handlerVasily Gorbik1-2/+1