summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/uapi
Commit message (Expand)AuthorAgeFilesLines
* KVM: SEV: Allow per-guest configuration of GHCB protocol versionMichael Roth2024-05-071-1/+3
* KVM: SEV: introduce KVM_SEV_INIT2 operationPaolo Bonzini2024-04-111-0/+9
* KVM: SEV: define VM types for SEV and SEV-ESPaolo Bonzini2024-04-111-0/+2
* KVM: SEV: publish supported VMSA featuresPaolo Bonzini2024-04-111-2/+7
* KVM: SEV: fix compat ABI for KVM_MEMORY_ENCRYPT_OPPaolo Bonzini2024-03-181-0/+23
* Merge tag 'kvm-x86-asyncpf_abi-6.9' of https://github.com/kvm-x86/linux into ...Paolo Bonzini2024-03-181-1/+0
|\
| * x86/kvm: Use separate percpu variable to track the enabling of asyncpfXiaoyao Li2024-02-061-1/+0
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-03-152-9/+278
|\ \
| * | KVM: x86/xen: allow vcpu_info to be mapped by fixed HVAPaul Durrant2024-02-221-0/+3
| * | KVM: x86/xen: allow shared_info to be mapped by fixed HVAPaul Durrant2024-02-221-1/+5
| * | KVM: define __KVM_HAVE_GUEST_DEBUG unconditionallyPaolo Bonzini2024-02-081-1/+0
| * | kvm: replace __KVM_HAVE_READONLY_MEM with Kconfig symbolPaolo Bonzini2024-02-081-1/+0
| * | KVM: x86: move x86-specific structs to uapi/asm/kvm.hPaolo Bonzini2024-02-081-0/+262
| * | kvm: x86: use a uapi-friendly macro for GENMASKPaolo Bonzini2024-02-082-4/+5
| * | kvm: x86: use a uapi-friendly macro for BITDionna Glaze2024-02-081-3/+4
| |/
* | Merge branch 'linus' into x86/boot, to resolve conflictIngo Molnar2024-03-123-71/+91
|\ \
| * \ Merge tag 'x86-build-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-03-112-71/+84
| |\ \
| | * | x86/setup: Move UAPI setup structures into setup_data.hThomas Zimmermann2024-01-302-71/+84
| | |/
| * / x86/cpu: Add X86_CR4_FRED macroH. Peter Anvin (Intel)2024-01-311-0/+7
| |/
* / x86/boot: Move mem_encrypt= parsing to the decompressorArd Biesheuvel2024-03-041-0/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-01-171-0/+3
|\
| * Merge branch 'kvm-guestmemfd' into HEADPaolo Bonzini2023-11-141-0/+3
| |\
| | * KVM: x86: Add support for "protected VMs" that can utilize private memorySean Christopherson2023-11-141-0/+3
* | | Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-101-1/+0
|\ \ \
| * | | x86/signal: kill dependency on time.hKent Overstreet2023-12-201-1/+0
| |/ /
* / / arch/x86: Fix typosBjorn Helgaas2024-01-031-1/+1
|/ /
* / platform/x86/amd/hsmp: add support for metrics tblSuma Hegde2023-10-121-0/+109
|/
* x86: Remove the arch_calc_vm_prot_bits() macro from the UAPIThomas Huth2023-09-061-8/+0
* x86/shstk: Add ARCH_SHSTK_STATUSRick Edgecombe2023-08-021-0/+1
* x86/shstk: Add ARCH_SHSTK_UNLOCKMike Rapoport2023-08-021-0/+1
* x86/shstk: Support WRSS for userspaceRick Edgecombe2023-08-021-0/+1
* x86/shstk: Introduce map_shadow_stack syscallRick Edgecombe2023-08-021-0/+3
* x86/shstk: Add user-mode shadow stack supportRick Edgecombe2023-08-021-0/+3
* x86: Introduce userspace API for shadow stackRick Edgecombe2023-08-021-0/+6
* x86/mm: Introduce MAP_ABOVE4GRick Edgecombe2023-07-111-0/+1
* x86/mtrr: Don't let mtrr_type_lookup() return MTRR_TYPE_INVALIDJuergen Gross2023-06-011-3/+3
* x86/mtrr: Replace size_or_mask and size_and_mask with a much easier conceptJuergen Gross2023-06-011-8/+0
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-05-011-0/+3
|\
| * KVM: x86: Redefine 'longmode' as a flag for KVM_EXIT_HYPERCALLOliver Upton2023-04-051-0/+3
* | Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-04-282-0/+11
|\ \
| * | x86/mm/iommu/sva: Make LAM and SVA mutually exclusiveKirill A. Shutemov2023-03-161-0/+1
| * | x86/mm: Provide arch_prctl() interface for LAMKirill A. Shutemov2023-03-161-0/+4
| * | x86: CPUID and CR3/CR4 flags for Linear Address MaskingKirill A. Shutemov2023-03-161-0/+6
| |/
* / x86/arch_prctl: Add AMX feature numbers as ABI constantsChang S. Bae2023-03-221-0/+3
|/
* Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2023-02-151-0/+6
|\
| * x86/sev: Add SEV-SNP guest feature negotiation supportNikunj A Dadhania2023-01-191-0/+6
* | Merge tag 'kvm-x86-pmu-6.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-02-151-0/+29
|\ \
| * | KVM: x86/pmu: Introduce masked events to the pmu event filterAaron Lewis2023-01-241-0/+29
| |/
* / KVM: x86: Replace 0-length arrays with flexible arraysKees Cook2023-01-241-2/+3
|/
* KVM: Delete all references to removed KVM_SET_MEMORY_ALIAS ioctlJavier Martinez Canillas2022-12-021-8/+0