summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* arm64: Reset KASAN tag in copy_highpage with HW tags onlyPeter Collingbourne2023-03-111-1/+2
* arm64: mte: Fix/clarify the PG_mte_tagged semanticsCatalin Marinas2023-03-1111-18/+56
* arm64: efi: Make efi_rt_lock a raw_spinlockPierre Gondois2023-03-112-4/+4
* x86/resctl: fix scheduler confusion with 'current'Linus Torvalds2023-03-114-10/+10
* ARM: dts: spear320-hmi: correct STMPE GPIO compatibleKrzysztof Kozlowski2023-03-111-1/+1
* um: virt-pci: properly remove PCI device from busBenjamin Berg2023-03-111-5/+16
* um: virtio_uml: move device breaking into workqueueBenjamin Berg2023-03-111-1/+15
* um: virtio_uml: mark device as unregistered when breaking itBenjamin Berg2023-03-111-0/+2
* um: virtio_uml: free command if adding to virtqueue failedBenjamin Berg2023-03-111-1/+4
* x86: um: vdso: Add '%rcx' and '%r11' to the syscall clobber listAmmar Faizi2023-03-111-4/+8
* um: vector: Fix memory leak in vector_configXiang Yang2023-03-111-0/+1
* MIPS: DTS: CI20: fix otg power gpioH. Nikolaus Schaller2023-03-101-1/+1
* riscv: ftrace: Reduce the detour code size to halfGuo Ren2023-03-104-86/+75
* riscv: ftrace: Remove wasted nops for !RISCV_ISA_CGuo Ren2023-03-101-0/+4
* riscv, mm: Perform BPF exhandler fixup on page faultBjörn Töpel2023-03-101-4/+6
* riscv: jump_label: Fixup unaligned arch_static_branch functionAndy Chiu2023-03-101-0/+2
* riscv: mm: fix regression due to update_mmu_cache changeSergey Matyukevich2023-03-101-1/+1
* riscv: Avoid enabling interrupts in die()Mattias Nissler2023-03-101-2/+3
* RISC-V: add a spin_shadow_stack declarationConor Dooley2023-03-101-0/+1
* mips: fix syscall_get_nrElvira Khabirova2023-03-101-1/+1
* alpha: fix FEN fault handlingAl Viro2023-03-101-15/+15
* arm64: mm: hugetlb: Disable HUGETLB_PAGE_OPTIMIZE_VMEMMAPCatalin Marinas2023-03-101-1/+0
* ARM: dts: exynos: correct TMU phandle in Odroid HC1Krzysztof Kozlowski2023-03-101-5/+5
* ARM: dts: exynos: correct TMU phandle in Odroid XUKrzysztof Kozlowski2023-03-101-1/+0
* ARM: dts: exynos: correct TMU phandle in Exynos5250Krzysztof Kozlowski2023-03-101-1/+1
* ARM: dts: exynos: correct TMU phandle in Odroid XU3 familyKrzysztof Kozlowski2023-03-101-5/+5
* ARM: dts: exynos: correct TMU phandle in Exynos4Krzysztof Kozlowski2023-03-101-1/+1
* ARM: dts: exynos: correct TMU phandle in Exynos4210Krzysztof Kozlowski2023-03-101-1/+0
* ARM: dts: qcom: sdx55: Add Qcom SMMU-500 as the fallback for IOMMU nodeManivannan Sadhasivam2023-03-101-1/+1
* ARM: dts: qcom: sdx65: Add Qcom SMMU-500 as the fallback for IOMMU nodeManivannan Sadhasivam2023-03-101-1/+1
* x86/speculation: Allow enabling STIBP with legacy IBRSKP Singh2023-03-101-7/+18
* x86/microcode/AMD: Fix mixed steppings supportBorislav Petkov (AMD)2023-03-101-13/+21
* x86/microcode/AMD: Add a @cpu parameter to the reloading functionsBorislav Petkov (AMD)2023-03-104-8/+8
* x86/microcode/amd: Remove load_microcode_amd()'s bsp parameterBorislav Petkov (AMD)2023-03-101-12/+5
* x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe rangeYang Jihong2023-03-101-1/+1
* x86/kprobes: Fix __recover_optprobed_insn check optimizing logicYang Jihong2023-03-101-2/+2
* x86/reboot: Disable SVM, not just VMX, when stopping CPUsSean Christopherson2023-03-101-3/+3
* x86/reboot: Disable virtualization in an emergency if SVM is supportedSean Christopherson2023-03-101-12/+11
* x86/crash: Disable virt in core NMI crash handler to avoid double shootdownSean Christopherson2023-03-103-28/+56
* x86/virt: Force GIF=1 prior to disabling SVM (for reboot flows)Sean Christopherson2023-03-101-1/+15
* KVM: SVM: hyper-v: placate modpost section mismatch errorRandy Dunlap2023-03-101-2/+2
* KVM: SVM: Fix potential overflow in SEV's send|receive_update_data()Peter Gonda2023-03-101-2/+2
* KVM: x86: Inject #GP on x2APIC WRMSR that sets reserved bits 63:32Sean Christopherson2023-03-101-1/+5
* KVM: x86: Inject #GP if WRMSR sets reserved bits in APIC Self-IPISean Christopherson2023-03-101-3/+7
* KVM: SVM: Don't put/load AVIC when setting virtual APIC modeSean Christopherson2023-03-103-18/+17
* KVM: SVM: Process ICR on AVIC IPI delivery failure due to invalid targetSean Christopherson2023-03-101-7/+9
* KVM: SVM: Flush the "current" TLB when activating AVICSean Christopherson2023-03-101-0/+6
* KVM: x86: Don't inhibit APICv/AVIC if xAPIC ID mismatch is due to 32-bit IDSean Christopherson2023-03-101-1/+6
* KVM: x86: Don't inhibit APICv/AVIC on xAPIC ID "change" if APIC is disabledSean Christopherson2023-03-101-0/+3
* KVM: x86: Blindly get current x2APIC reg value on "nodecode write" trapsSean Christopherson2023-03-101-7/+2