summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-07-29KVM: VMX: Make VMREAD error path play nice with noinstrSean Christopherson3-9/+26
2023-07-29KVM: x86/irq: Conditionally register IRQ bypass consumer againLike Xu1-1/+1
2023-07-29KVM: X86: Use GFP_KERNEL_ACCOUNT for pid_table in ipivPeng Hao1-1/+2
2023-07-29KVM: x86: check the kvm_cpu_get_interrupt result before using itMaxim Levitsky1-3/+7
2023-07-29KVM: x86: VMX: set irr_pending in kvm_apic_update_irrMaxim Levitsky1-1/+4
2023-07-29KVM: x86: VMX: __kvm_apic_update_irr must update the IRR atomicallyMaxim Levitsky1-7/+13
2023-07-29x86/srso: Add a forgotten NOENDBR annotationBorislav Petkov (AMD)1-0/+1
2023-07-29KVM: s390: fix sthyi error handlingHeiko Carstens2-6/+9
2023-07-29x86/srso: Fix return thunks in generated codeJosh Poimboeuf2-3/+7
2023-07-29Merge tag 'mm-hotfixes-stable-2023-07-28-15-52' of git://git.kernel.org/pub/s...Linus Torvalds1-3/+4
2023-07-28Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-3/+2
2023-07-28KVM: arm64: Skip instruction after emulating write to TCR_EL1Oliver Upton1-0/+1
2023-07-28powerpc/ftrace: Create a dummy stackframe to fix stack unwindNaveen N Rao1-2/+7
2023-07-28powerpc/mm/altmap: Fix altmap boundary checkAneesh Kumar K.V1-2/+1
2023-07-28riscv: dts: allwinner: d1: Add CAN controller nodesJohn Watts1-0/+30
2023-07-28LoongArch: Cleanup __builtin_constant_p() checking for cpu_has_*Huacai Chen1-11/+4
2023-07-28LoongArch: BPF: Fix check condition to call lu32id in move_imm()Tiezhu Yang1-1/+1
2023-07-28LoongArch: BPF: Enable bpf_probe_read{, str}() on LoongArchChenguang Zhao1-0/+1
2023-07-28LoongArch: Fix return value underflow in exception pathWANG Rui2-2/+4
2023-07-28LoongArch: Fix CMDLINE_EXTEND and CMDLINE_BOOTLOADER handlingZhihong Dong1-0/+16
2023-07-28LoongArch: Fix module relocation error with binutils 2.41Huacai Chen1-0/+2
2023-07-28LoongArch: Only fiddle with CHECKFLAGS if `need-compiler'Huacai Chen1-1/+1
2023-07-28bpf: Support new 32bit offset jmp instructionYonghong Song1-10/+18
2023-07-28bpf: Support new signed div/mod instructions.Yonghong Song1-8/+19
2023-07-28bpf: Support new unconditional bswap instructionYonghong Song1-0/+1
2023-07-28bpf: Support new sign-extension mov insnsYonghong Song1-3/+40
2023-07-28bpf: Support new sign-extension load insnsYonghong Song1-3/+39
2023-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski41-258/+370
2023-07-27Revert "um: Use swap() to make code cleaner"Andy Shevchenko1-3/+4
2023-07-27Merge tag 'socfpga_dts_fix_for_v6.5' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann2-2/+2
2023-07-27Merge tag 'renesas-fixes-for-v6.5-tag1' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann2-16/+16
2023-07-27Merge tag 'imx-fixes-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/sh...Arnd Bergmann8-6/+24
2023-07-27backlight: corgi_lcd: fix missing prototypeArnd Bergmann2-1/+1
2023-07-27s390: update defconfigsHeiko Carstens3-10/+11
2023-07-27s390/vmem: split pages when debug pagealloc is enabledSven Schnelle1-0/+2
2023-07-27x86/srso: Add IBPB on VMEXITBorislav Petkov (AMD)4-1/+26
2023-07-27x86/srso: Add IBPBBorislav Petkov (AMD)2-1/+24
2023-07-27x86/srso: Add SRSO_NO supportBorislav Petkov (AMD)7-15/+39
2023-07-27x86/srso: Add IBPB_BRTYPE supportBorislav Petkov (AMD)2-1/+13
2023-07-27x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)10-9/+263
2023-07-26arm64/sme: Set new vector length before reallocatingMark Brown1-2/+2
2023-07-26arm64/fpsimd: Don't flush SME register hardware state along with threadMark Brown1-1/+0
2023-07-26KVM: arm64: fix __kvm_host_psci_cpu_entry() prototypeArnd Bergmann1-1/+1
2023-07-26KVM: arm64: Fix resetting SME trap values on reset for (h)VHEFuad Tabba1-0/+4
2023-07-26KVM: arm64: Fix resetting SVE trap values on reset for hVHEFuad Tabba1-0/+4
2023-07-26KVM: arm64: Use the appropriate feature trap register when activating trapsFuad Tabba1-1/+1
2023-07-26KVM: arm64: Helper to write to appropriate feature trap register based on modeFuad Tabba1-4/+9
2023-07-26KVM: arm64: Disable SME traps for (h)VHE at setupFuad Tabba1-0/+10
2023-07-26KVM: arm64: Use the appropriate feature trap register for SVE at EL2 setupFuad Tabba1-6/+9
2023-07-26KVM: arm64: Factor out code for checking (h)VHE mode into a macroFuad Tabba1-9/+10