summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: SVM: Do not activate AVIC for SEV-enabled guestSuravee Suthikulpanit2022-04-113-1/+5
* RISC-V: KVM: include missing hwcap.h into vcpu_fpHeiko Stuebner2022-04-091-0/+1
* RISC-V: KVM: Don't clear hgatp CSR in kvm_arch_vcpu_put()Anup Patel2022-04-091-2/+0
* Merge tag 'kvmarm-fixes-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2022-04-087-55/+101
|\
| * KVM: arm64: mixed-width check should be skipped for uninitialized vCPUsReiji Watanabe2022-04-063-28/+74
| * KVM: arm64: vgic: Remove unnecessary type castingsYu Zhe2022-04-062-6/+6
| * KVM: arm64: Don't split hugepages outside of MMU write lockOliver Upton2022-04-061-4/+7
| * KVM: arm64: Drop unneeded minor version check from PSCI v1.x handlerOliver Upton2022-04-061-3/+0
| * KVM: arm64: Actually prevent SMC64 SYSTEM_RESET2 from AArch32Oliver Upton2022-04-061-5/+9
| * KVM: arm64: Generally disallow SMC64 for AArch32 guestsOliver Upton2022-04-061-9/+5
* | KVM: x86/mmu: remove unnecessary flush_workqueue()Lv Ruyi2022-04-051-1/+1
* | KVM: x86/mmu: Resolve nx_huge_pages when kvm.ko is loadedSean Christopherson2022-04-053-8/+37
* | KVM: SEV: Add cond_resched() to loop in sev_clflush_pages()Peter Gonda2022-04-051-0/+1
|/
* Merge tag 'x86-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-04-035-185/+186
|\
| * x86/fpu/xstate: Consolidate size calculationsThomas Gleixner2022-03-301-41/+8
| * x86/fpu/xstate: Handle supervisor states in XSTATE permissionsThomas Gleixner2022-03-301-0/+3
| * x86/fpu/xsave: Handle compacted offsets correctly with supervisor statesThomas Gleixner2022-03-301-45/+41
| * x86/fpu: Cache xfeature flags from CPUIDThomas Gleixner2022-03-301-36/+13
| * x86/fpu/xsave: Initialize offset/size cache earlyThomas Gleixner2022-03-301-2/+5
| * x86/fpu: Remove unused supervisor only offsetsThomas Gleixner2022-03-301-30/+0
| * x86/fpu: Remove redundant XCOMP_BV initializationThomas Gleixner2022-03-291-3/+0
| * x86/sev: Unroll string mmio with CC_ATTR_GUEST_UNROLL_STRING_IOJoerg Roedel2022-03-291-8/+57
| * x86/config: Make the x86 defconfigs a bit more usableIngo Molnar2022-03-272-26/+63
| * x86/defconfig: Enable WERRORBorislav Petkov2022-03-242-0/+2
| * x86/fpu/xstate: Fix the ARCH_REQ_XCOMP_PERM implementationYang Zhong2022-03-231-1/+1
* | Merge tag 'core-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-04-031-1/+0
|\ \
| * | Revert "signal, x86: Delay calling signals in atomic on RT enabled kernels"Thomas Gleixner2022-03-311-1/+0
* | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-04-034-11/+12
|\ \ \
| * \ \ Merge branches 'fixes' and 'misc' into for-linusRussell King (Oracle)2022-04-011932-25671/+67523
| |\ \ \
| | * | | ARM: 9189/1: decompressor: fix unneeded rebuilds of library objectsMasahiro Yamada2022-03-311-2/+2
| * | | | ARM: 9191/1: arm/stacktrace, kasan: Silence KASAN warnings in unwind_frame()linyujun2022-04-011-5/+5
| * | | | ARM: 9190/1: kdump: add invalid input check for 'crashkernel=0'Austin Kim2022-04-011-1/+2
| * | | | ARM: 9187/1: JIVE: fix return value of __setup handlerRandy Dunlap2022-03-311-3/+3
* | | | | Merge tag 'kbuild-fixes-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-04-021-4/+0
|\ \ \ \ \
| * | | | | Revert "um: clang: Strip out -mno-global-merge from USER_CFLAGS"Nathan Chancellor2022-04-011-4/+0
* | | | | | Merge tag 'mips_5.18_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds2022-04-027-45/+72
|\ \ \ \ \ \
| * | | | | | MIPS: crypto: Fix CRC32 codePaul Cercueil2022-04-011-20/+26
| * | | | | | MIPS: rb532: move GPIOD definition into C-filesJackie Liu2022-03-302-9/+10
| * | | | | | MIPS: lantiq: check the return value of kzalloc()Xiaoke Wang2022-03-303-16/+34
| * | | | | | mips: sgi-ip22: add a check for the return of kzalloc()Xiaoke Wang2022-03-301-0/+2
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-04-0226-306/+350
|\ \ \ \ \ \ \
| * | | | | | | KVM: x86: fix sending PV IPILi RongQing2022-04-021-1/+1
| * | | | | | | KVM: x86/mmu: do compare-and-exchange of gPTE via the user addressPaolo Bonzini2022-04-021-40/+34
| * | | | | | | KVM: x86: Remove redundant vm_entry_controls_clearbit() callZhenzhong Duan2022-04-021-1/+0
| * | | | | | | KVM: x86: cleanup enter_rmode()Zhenzhong Duan2022-04-021-9/+5
| * | | | | | | KVM: x86: SVM: fix tsc scaling when the host doesn't support itMaxim Levitsky2022-04-023-9/+6
| * | | | | | | kvm: x86: SVM: remove unused definesMaxim Levitsky2022-04-021-8/+0
| * | | | | | | KVM: x86: SVM: move tsc ratio definitions to svm.hMaxim Levitsky2022-04-022-10/+11
| * | | | | | | KVM: x86: SVM: fix avic spec based definitions againMaxim Levitsky2022-04-022-14/+5
| * | | | | | | KVM: x86: Only do MSR filtering when access MSR by rdmsr/wrmsrHou Wenlong2022-04-023-16/+40