summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-03-22x86/resctrl: Clear staged_config[] before and after it is usedShawn Wang3-9/+24
2023-03-22x86/mm: Fix use of uninitialized buffer in sme_enable()Nikita Zhandarovich1-1/+2
2023-03-22x86/mce: Make sure logged MCEs are processed after sysfs updateYazen Ghannam1-0/+1
2023-03-22riscv: asid: Fixup stale TLB entry cause application crashGuo Ren1-10/+20
2023-03-22Revert "riscv: mm: notify remote harts about mmu cache updates"Sergey Matyukevich4-41/+17
2023-03-22KVM: nVMX: add missing consistency checks for CR0 and CR4Paolo Bonzini1-2/+8
2023-03-22s390/ipl: add missing intersection check to ipl_report handlingSven Schnelle1-0/+8
2023-03-22PCI: s390: Fix use-after-free of PCI resources with per-function hotplugNiklas Schnelle3-15/+16
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-17powerpc/iommu: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-3/+1
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-17s390/ftrace: remove dead codeHeiko Carstens1-80/+6
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-17KVM: SVM: Process ICR on AVIC IPI delivery failure due to invalid targetSean Christopherson1-7/+9
2023-03-17KVM: SVM: Don't rewrite guest ICR on AVIC IPI virtualization failureSean Christopherson2-11/+12
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-11genirq: Add and use an irq_data_update_affinity helperSamuel Holland5-7/+7
2023-03-11ARM: dts: spear320-hmi: correct STMPE GPIO compatibleKrzysztof Kozlowski1-1/+1
2023-03-11um: virt-pci: properly remove PCI device from busBenjamin Berg1-5/+16
2023-03-11um: virtio_uml: move device breaking into workqueueBenjamin Berg1-1/+15
2023-03-11um: virtio_uml: mark device as unregistered when breaking itBenjamin Berg1-0/+2
2023-03-11um: virtio_uml: free command if adding to virtqueue failedBenjamin Berg1-1/+4
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-10arm64: dts: qcom: ipq8074: fix Gen2 PCIe QMP PHYRobert Marko1-2/+2
2023-03-10MIPS: DTS: CI20: fix otg power gpioH. Nikolaus Schaller1-1/+1
2023-03-10riscv: ftrace: Reduce the detour code size to halfGuo Ren4-86/+75
2023-03-10riscv: ftrace: Remove wasted nops for !RISCV_ISA_CGuo Ren1-0/+4
2023-03-10riscv, mm: Perform BPF exhandler fixup on page faultBjörn Töpel1-4/+6
2023-03-10riscv: jump_label: Fixup unaligned arch_static_branch functionAndy Chiu1-0/+2
2023-03-10riscv: mm: fix regression due to update_mmu_cache changeSergey Matyukevich1-1/+1
2023-03-10RISC-V: add a spin_shadow_stack declarationConor Dooley1-0/+1
2023-03-10mips: fix syscall_get_nrElvira Khabirova1-1/+1
2023-03-10alpha: fix FEN fault handlingAl Viro1-15/+15