aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-08-10parisc: ioremap: Fix sparse warningsGravatar Helge Deller 1-5/+4
2023-08-10parisc: fault: Use C99 arrary initializersGravatar Helge Deller 1-25/+25
2023-08-10parisc: pdt: Use PTR_ERR_OR_ZERO() to simplify codeGravatar Yang Yingliang 1-3/+1
2023-08-10parisc: Fix lightweight spinlock checks to not break futexesGravatar Helge Deller 4-6/+27
2023-08-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 9-119/+177
2023-08-05Merge tag 'powerpc-6.5-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 5-10/+13
2023-08-05Merge tag 'parisc-for-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-20/+43
2023-08-04Merge tag 'hyperv-fixes-signed-20230804' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 7-27/+34
2023-08-04Merge tag 'riscv-for-linus-6.5-rc5' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-3/+5
2023-08-04Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 2-7/+12
2023-08-04Merge tag 'kvmarm-fixes-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Paolo Bonzini 7-56/+90
2023-08-04KVM: SEV: remove ghcb variable declarationsGravatar Paolo Bonzini 1-18/+12
2023-08-04KVM: SEV: only access GHCB fields onceGravatar Paolo Bonzini 1-11/+14
2023-08-04KVM: SEV: snapshot the GHCB before accessing itGravatar Paolo Bonzini 2-34/+61
2023-08-04arm64/fpsimd: Sync and zero pad FPSIMD state for streaming SVEGravatar Mark Brown 1-1/+2
2023-08-04arm64/fpsimd: Sync FPSIMD state with SVE for SME only systemsGravatar Mark Brown 1-2/+2
2023-08-04arm64/ptrace: Don't enable SVE when setting streaming SVEGravatar Mark Brown 1-3/+5
2023-08-03Merge tag 's390-6.5-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 7-16/+24
2023-08-03arm64/ptrace: Flush FP state when setting ZT0Gravatar Mark Brown 1-0/+2
2023-08-03arm64/fpsimd: Clear SME state in the target task when setting the VLGravatar Mark Brown 1-1/+1
2023-08-03parisc: unaligned: Add required spaces after ','Gravatar hanyu001@208suo.com 1-9/+9
2023-08-03parisc: pci-dma: remove unused and dead EISA code and commentGravatar Petr Tesarik 1-8/+0
2023-08-03parisc/mm: preallocate fixmap page tables at initGravatar Mike Rapoport (IBM) 2-3/+34
2023-08-02Merge tag 'soc-fixes-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 17-40/+57
2023-08-02x86/hyperv: add noop functions to x86_init mpparse functionsGravatar Saurabh Sengar 1-0/+4
2023-08-02riscv: Export va_kernel_pa_offset in vmcoreinfoGravatar Song Shuai 1-0/+2
2023-08-02RISC-V: ACPI: Fix acpi_os_ioremap to return iomem addressGravatar Sunil V L 2-3/+3
2023-08-02word-at-a-time: use the same return type for has_zero regardless of endiannessGravatar ndesaulniers@google.com 1-1/+1
2023-08-02powerpc/powermac: Use early_* IO variants in via_calibrate_decr()Gravatar Benjamin Gray 1-3/+3
2023-08-01s390/ptrace: add missing linux/const.h includeGravatar Heiko Carstens 1-0/+2
2023-08-01powerpc/64e: Fix secondary thread bringup for ELFv2 kernelsGravatar Michael Ellerman 2-3/+2
2023-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 8-56/+121
2023-07-30Merge tag 'x86_urgent_for_v6.5_rc4' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-9/+26
2023-07-29arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FSGravatar Sven Joachim 63-63/+63
2023-07-29Merge tag 'loongarch-fixes-6.5-1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 7-15/+29
2023-07-29KVM: VMX: Don't fudge CR0 and CR4 for restricted L2 guestGravatar Sean Christopherson 1-4/+9
2023-07-29KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalidGravatar Sean Christopherson 5-20/+52
2023-07-29Revert "KVM: SVM: Skip WRMSR fastpath on VM-Exit if next RIP isn't valid"Gravatar Sean Christopherson 1-8/+2
2023-07-29KVM: x86: Acquire SRCU read lock when handling fastpath MSR writesGravatar Sean Christopherson 1-0/+4
2023-07-29KVM: VMX: Use vmread_error() to report VM-Fail in "goto" pathGravatar Sean Christopherson 1-2/+1
2023-07-29KVM: VMX: Make VMREAD error path play nice with noinstrGravatar Sean Christopherson 3-9/+26
2023-07-29KVM: x86/irq: Conditionally register IRQ bypass consumer againGravatar Like Xu 1-1/+1
2023-07-29KVM: X86: Use GFP_KERNEL_ACCOUNT for pid_table in ipivGravatar Peng Hao 1-1/+2
2023-07-29KVM: x86: check the kvm_cpu_get_interrupt result before using itGravatar Maxim Levitsky 1-3/+7
2023-07-29KVM: x86: VMX: set irr_pending in kvm_apic_update_irrGravatar Maxim Levitsky 1-1/+4
2023-07-29KVM: x86: VMX: __kvm_apic_update_irr must update the IRR atomicallyGravatar Maxim Levitsky 1-7/+13
2023-07-29KVM: s390: fix sthyi error handlingGravatar Heiko Carstens 2-6/+9
2023-07-28Merge tag 'mm-hotfixes-stable-2023-07-28-15-52' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 1-3/+4
2023-07-28Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 1-3/+2
2023-07-28KVM: arm64: Skip instruction after emulating write to TCR_EL1Gravatar Oliver Upton 1-0/+1