summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Revert "KVM: arm64: Snapshot all non-zero RES0/RES1 sysreg fields for later c...Oliver Upton2024-03-153-139/+0
* Merge tag 'v6.9-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2024-03-1517-238/+5250
|\
| * Revert "crypto: remove CONFIG_CRYPTO_STATS"Herbert Xu2024-03-132-0/+2
| * crypto: remove CONFIG_CRYPTO_STATSEric Biggers2024-03-012-2/+0
| * crypto: arm/sha - fix function cast warningsArnd Bergmann2024-02-242-15/+10
| * crypto: arm64/aes-ccm - Merge finalization into en/decrypt asm helpersArd Biesheuvel2024-01-262-38/+29
| * crypto: arm64/aes-ccm - Merge encrypt and decrypt tail handlingArd Biesheuvel2024-01-261-13/+13
| * crypto: arm64/aes-ccm - Cache round keys and unroll AES loopsArd Biesheuvel2024-01-261-57/+38
| * crypto: arm64/aes-ccm - Reuse existing MAC update for AAD inputArd Biesheuvel2024-01-264-79/+43
| * crypto: arm64/aes-ccm - Replace bytewise tail handling with NEON permuteArd Biesheuvel2024-01-261-21/+38
| * crypto: arm64/aes-ccm - Pass short inputs via stack bufferArd Biesheuvel2024-01-261-17/+40
| * crypto: arm64/aes-ccm - Keep NEON enabled during skcipher walkArd Biesheuvel2024-01-261-12/+10
| * crypto: arm64/aes-ccm - Revert "Rewrite skcipher walker loop"Ard Biesheuvel2024-01-261-26/+31
| * crypto: vmx - Move to arch/powerpc/cryptoDanny Tsen2024-01-2611-2/+5040
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-03-15109-1076/+3050
|\ \
| * \ Merge tag 'kvm-s390-next-6.9-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2024-03-142-3/+3
| |\ \
| | * | KVM: s390: only deliver the set service event bitsEric Farman2024-02-221-2/+2
| | * | KVM: s390: fix virtual vs physical address confusionAlexander Gordeev2024-02-141-1/+1
| * | | Merge tag 'kvm-x86-xen-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-03-1111-119/+323
| |\ \ \
| | * | | KVM: x86/xen: fix recursive deadlock in timer injectionDavid Woodhouse2024-03-041-4/+0
| | * | | KVM: x86/xen: remove WARN_ON_ONCE() with false positives in evtchn deliveryDavid Woodhouse2024-03-041-4/+2
| | * | | KVM: x86/xen: inject vCPU upcall vector when local APIC is enabledDavid Woodhouse2024-03-043-2/+23
| | * | | KVM: x86/xen: improve accuracy of Xen timersDavid Woodhouse2024-03-043-40/+152
| | * | | KVM: x86/xen: allow vcpu_info content to be 'safely' copiedPaul Durrant2024-02-221-3/+0
| | * | | KVM: x86/xen: advertize the KVM_XEN_HVM_CONFIG_SHARED_INFO_HVA capabilityPaul Durrant2024-02-221-1/+2
| | * | | KVM: x86/xen: allow vcpu_info to be mapped by fixed HVAPaul Durrant2024-02-222-7/+31
| | * | | KVM: x86/xen: allow shared_info to be mapped by fixed HVAPaul Durrant2024-02-222-9/+37
| | * | | KVM: x86/xen: re-initialize shared_info if guest (32/64-bit) mode is setPaul Durrant2024-02-201-3/+26
| | * | | KVM: x86/xen: separate initialization of shared_info cache and contentPaul Durrant2024-02-201-23/+32
| | * | | KVM: s390: Refactor kvm_is_error_gpa() into kvm_is_gpa_in_memslot()Sean Christopherson2024-02-205-13/+13
| | * | | KVM: pfncache: remove KVM_GUEST_USES_PFN usagePaul Durrant2024-02-202-10/+6
| | * | | KVM: pfncache: add a mark-dirty helperPaul Durrant2024-02-202-4/+4
| | * | | KVM: x86/xen: mark guest pages dirty with the pfncache lock heldPaul Durrant2024-02-201-7/+6
| * | | | Merge tag 'kvm-x86-pmu-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-03-1111-237/+267
| |\ \ \ \
| | * | | | KVM: x86/pmu: Explicitly check NMI from guest to reducee false positivesLike Xu2024-02-262-7/+9
| | * | | | KVM: x86/pmu: Avoid CPL lookup if PMC enabline for USER and KERNEL is the sameSean Christopherson2024-02-011-0/+7
| | * | | | KVM: x86/pmu: Check eventsel first when emulating (branch) insns retiredSean Christopherson2024-02-011-6/+3
| | * | | | KVM: x86/pmu: Expand the comment about what bits are check emulating eventsSean Christopherson2024-02-011-1/+14
| | * | | | KVM: x86/pmu: Snapshot event selectors that KVM emulates in softwareSean Christopherson2024-02-014-14/+24
| | * | | | KVM: x86/pmu: Process only enabled PMCs when emulating events in softwareSean Christopherson2024-02-011-1/+10
| | * | | | KVM: x86/pmu: Add macros to iterate over all PMCs given a bitmapSean Christopherson2024-02-013-24/+15
| | * | | | KVM: x86/pmu: Snapshot and clear reprogramming bitmap before reprogrammingSean Christopherson2024-02-012-23/+30
| | * | | | KVM: x86/pmu: Move pmc_idx => pmc translation helper to common codeSean Christopherson2024-02-015-24/+36
| | * | | | KVM: x86/pmu: Add common define to capture fixed counters offsetSean Christopherson2024-02-013-11/+13
| | * | | | KVM: x86/pmu: Zero out PMU metadata on AMD if PMU is disabledSean Christopherson2024-02-012-16/+20
| | * | | | KVM: x86/pmu: Explicitly check for RDPMC of unsupported Intel PMC typesSean Christopherson2024-01-301-6/+15
| | * | | | KVM: x86/pmu: Treat "fixed" PMU type in RDPMC as index as a value, not flagSean Christopherson2024-01-301-3/+11
| | * | | | KVM: x86/pmu: Disallow "fast" RDPMC for architectural Intel PMUsSean Christopherson2024-01-301-4/+18
| | * | | | KVM: x86/pmu: Apply "fast" RDPMC only to Intel PMUsSean Christopherson2024-01-302-4/+15
| | * | | | KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC due to bad indexSean Christopherson2024-01-308-29/+27