summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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: pfncache: allow a cache to be activated with a fixed (userspace) HVAPaul Durrant2024-02-202-28/+101
* KVM: s390: Refactor kvm_is_error_gpa() into kvm_is_gpa_in_memslot()Sean Christopherson2024-02-206-15/+15
* KVM: pfncache: include page offset in uhva and use it consistentlyPaul Durrant2024-02-201-8/+21
* KVM: pfncache: stop open-coding offset_in_page()Paul Durrant2024-02-201-3/+3
* KVM: pfncache: remove KVM_GUEST_USES_PFN usagePaul Durrant2024-02-205-80/+16
* KVM: pfncache: add a mark-dirty helperPaul Durrant2024-02-203-4/+14
* KVM: x86/xen: mark guest pages dirty with the pfncache lock heldPaul Durrant2024-02-201-7/+6
* KVM: pfncache: remove unnecessary exportsPaul Durrant2024-02-201-5/+0
* KVM: pfncache: Add a map helper functionPaul Durrant2024-02-201-18/+29
* KVM: remove unnecessary #ifdefPaolo Bonzini2024-02-081-4/+0
* KVM: define __KVM_HAVE_GUEST_DEBUG unconditionallyPaolo Bonzini2024-02-085-6/+5
* kvm: replace __KVM_HAVE_READONLY_MEM with Kconfig symbolPaolo Bonzini2024-02-0812-8/+9
* KVM: arm64: move ARM-specific defines to uapi/asm/kvm.hPaolo Bonzini2024-02-082-7/+5
* KVM: s390: move s390-specific structs to uapi/asm/kvm.hPaolo Bonzini2024-02-082-312/+314
* KVM: powerpc: move powerpc-specific structs to uapi/asm/kvm.hPaolo Bonzini2024-02-082-44/+44
* KVM: x86: move x86-specific structs to uapi/asm/kvm.hPaolo Bonzini2024-02-082-265/+262
* KVM: remove more traces of device assignment UAPIPaolo Bonzini2024-02-081-50/+0
* kvm: x86: use a uapi-friendly macro for GENMASKPaolo Bonzini2024-02-083-8/+9
* kvm: x86: use a uapi-friendly macro for BITDionna Glaze2024-02-081-3/+4
* uapi: introduce uapi-friendly macros for GENMASKPaolo Bonzini2024-02-083-7/+20
* Merge tag 'v6.8-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2024-02-083-4/+14
|\
| * crypto: algif_hash - Remove bogus SGL free on zero-length error pathHerbert Xu2024-02-021-2/+3
| * crypto: cbc - Ensure statesize is zeroHerbert Xu2024-02-021-0/+3
| * crypto: ccp - Fix null pointer dereference in __sev_platform_shutdown_lockedKim Phillips2024-02-021-2/+8
* | Merge tag 'percpu-for-6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-02-081-1/+1
|\ \
| * | riscv: Fix wrong size passed to local_flush_tlb_range_asid()Alexandre Ghiti2024-01-291-1/+1
* | | Merge tag 'loongarch-fixes-6.8-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-02-075-25/+10
|\ \ \
| * | | LoongArch: vDSO: Disable UBSAN instrumentationKees Cook2024-02-061-0/+1
| * | | LoongArch: Fix earlycon parameter if KASAN enabledHuacai Chen2024-02-061-0/+3
| * | | LoongArch: Change acpi_core_pic[NR_CPUS] to acpi_core_pic[MAX_CORE_PIC]Huacai Chen2024-02-062-4/+4
| * | | LoongArch: Select HAVE_ARCH_SECCOMP to use the common SECCOMP menuMasahiro Yamada2024-02-061-17/+1
| * | | LoongArch: Select ARCH_ENABLE_THP_MIGRATION instead of redefining itMasahiro Yamada2024-02-061-4/+1
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-02-0712-6/+263
|\ \ \ \
| * | | | x86/coco: Define cc_vendor without CONFIG_ARCH_HAS_CC_PLATFORMNathan Chancellor2024-02-061-2/+3
| * | | | x86/kvm: Fix SEV check in sev_map_percpu_data()Kirill A. Shutemov2024-01-311-1/+2
| * | | | KVM: x86: Give a hint when Win2016 might fail to boot due to XSAVES erratumMaciej S. Szmigiero2024-01-314-0/+59
| * | | | KVM: x86: Check irqchip mode before create PITTengfei Yu2024-01-311-0/+3
| * | | | Merge tag 'kvm-riscv-6.8-2' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2024-01-263-0/+189
| |\ \ \ \
| | * | | | KVM: riscv: selftests: Add Zfa extension to get-reg-list testAnup Patel2024-01-191-0/+4
| | * | | | RISC-V: KVM: Allow Zfa extension for Guest/VMAnup Patel2024-01-192-0/+3
| | * | | | KVM: riscv: selftests: Add Zvfh[min] extensions to get-reg-list testAnup Patel2024-01-191-0/+8
| | * | | | RISC-V: KVM: Allow Zvfh[min] extensions for Guest/VMAnup Patel2024-01-192-0/+6
| | * | | | KVM: riscv: selftests: Add Zihintntl extension to get-reg-list testAnup Patel2024-01-191-0/+4
| | * | | | RISC-V: KVM: Allow Zihintntl extension for Guest/VMAnup Patel2024-01-192-0/+3
| | * | | | KVM: riscv: selftests: Add Zfh[min] extensions to get-reg-list testAnup Patel2024-01-191-0/+8
| | * | | | RISC-V: KVM: Allow Zfh[min] extensions for Guest/VMAnup Patel2024-01-192-0/+6
| | * | | | KVM: riscv: selftests: Add vector crypto extensions to get-reg-list testAnup Patel2024-01-191-0/+40
| | * | | | RISC-V: KVM: Allow vector crypto extensions for Guest/VMAnup Patel2024-01-192-0/+30