aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/uapi
AgeCommit message (Expand)AuthorFilesLines
2024-03-18KVM: SEV: fix compat ABI for KVM_MEMORY_ENCRYPT_OPGravatar Paolo Bonzini 1-0/+23
2024-03-18Merge tag 'kvm-x86-asyncpf_abi-6.9' of https://github.com/kvm-x86/linux into ...Gravatar Paolo Bonzini 1-1/+0
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 2-9/+278
2024-03-12Merge branch 'linus' into x86/boot, to resolve conflictGravatar Ingo Molnar 3-71/+91
2024-03-11Merge tag 'x86-build-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-71/+84
2024-03-04x86/boot: Move mem_encrypt= parsing to the decompressorGravatar Ard Biesheuvel 1-0/+1
2024-02-22KVM: x86/xen: allow vcpu_info to be mapped by fixed HVAGravatar Paul Durrant 1-0/+3
2024-02-22KVM: x86/xen: allow shared_info to be mapped by fixed HVAGravatar Paul Durrant 1-1/+5
2024-02-08KVM: define __KVM_HAVE_GUEST_DEBUG unconditionallyGravatar Paolo Bonzini 1-1/+0
2024-02-08kvm: replace __KVM_HAVE_READONLY_MEM with Kconfig symbolGravatar Paolo Bonzini 1-1/+0
2024-02-08KVM: x86: move x86-specific structs to uapi/asm/kvm.hGravatar Paolo Bonzini 1-0/+262
2024-02-08kvm: x86: use a uapi-friendly macro for GENMASKGravatar Paolo Bonzini 2-4/+5
2024-02-08kvm: x86: use a uapi-friendly macro for BITGravatar Dionna Glaze 1-3/+4
2024-02-06x86/kvm: Use separate percpu variable to track the enabling of asyncpfGravatar Xiaoyao Li 1-1/+0
2024-01-31x86/cpu: Add X86_CR4_FRED macroGravatar H. Peter Anvin (Intel) 1-0/+7
2024-01-30x86/setup: Move UAPI setup structures into setup_data.hGravatar Thomas Zimmermann 2-71/+84
2024-01-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+3
2024-01-10Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsGravatar Linus Torvalds 1-1/+0
2024-01-03arch/x86: Fix typosGravatar Bjorn Helgaas 1-1/+1
2023-12-20x86/signal: kill dependency on time.hGravatar Kent Overstreet 1-1/+0
2023-11-14Merge branch 'kvm-guestmemfd' into HEADGravatar Paolo Bonzini 1-0/+3
2023-11-14KVM: x86: Add support for "protected VMs" that can utilize private memoryGravatar Sean Christopherson 1-0/+3
2023-10-12platform/x86/amd/hsmp: add support for metrics tblGravatar Suma Hegde 1-0/+109
2023-09-06x86: Remove the arch_calc_vm_prot_bits() macro from the UAPIGravatar Thomas Huth 1-8/+0
2023-08-02x86/shstk: Add ARCH_SHSTK_STATUSGravatar Rick Edgecombe 1-0/+1
2023-08-02x86/shstk: Add ARCH_SHSTK_UNLOCKGravatar Mike Rapoport 1-0/+1
2023-08-02x86/shstk: Support WRSS for userspaceGravatar Rick Edgecombe 1-0/+1
2023-08-02x86/shstk: Introduce map_shadow_stack syscallGravatar Rick Edgecombe 1-0/+3
2023-08-02x86/shstk: Add user-mode shadow stack supportGravatar Rick Edgecombe 1-0/+3
2023-08-02x86: Introduce userspace API for shadow stackGravatar Rick Edgecombe 1-0/+6
2023-07-11x86/mm: Introduce MAP_ABOVE4GGravatar Rick Edgecombe 1-0/+1
2023-06-01x86/mtrr: Don't let mtrr_type_lookup() return MTRR_TYPE_INVALIDGravatar Juergen Gross 1-3/+3
2023-06-01x86/mtrr: Replace size_or_mask and size_and_mask with a much easier conceptGravatar Juergen Gross 1-8/+0
2023-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+3
2023-04-28Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 2-0/+11
2023-04-05KVM: x86: Redefine 'longmode' as a flag for KVM_EXIT_HYPERCALLGravatar Oliver Upton 1-0/+3
2023-03-22x86/arch_prctl: Add AMX feature numbers as ABI constantsGravatar Chang S. Bae 1-0/+3
2023-03-16x86/mm/iommu/sva: Make LAM and SVA mutually exclusiveGravatar Kirill A. Shutemov 1-0/+1
2023-03-16x86/mm: Provide arch_prctl() interface for LAMGravatar Kirill A. Shutemov 1-0/+4
2023-03-16x86: CPUID and CR3/CR4 flags for Linear Address MaskingGravatar Kirill A. Shutemov 1-0/+6
2023-02-15Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADGravatar Paolo Bonzini 1-0/+6
2023-02-15Merge tag 'kvm-x86-pmu-6.3' of https://github.com/kvm-x86/linux into HEADGravatar Paolo Bonzini 1-0/+29
2023-01-24KVM: x86/pmu: Introduce masked events to the pmu event filterGravatar Aaron Lewis 1-0/+29
2023-01-24KVM: x86: Replace 0-length arrays with flexible arraysGravatar Kees Cook 1-2/+3
2023-01-19x86/sev: Add SEV-SNP guest feature negotiation supportGravatar Nikunj A Dadhania 1-0/+6
2022-12-02KVM: Delete all references to removed KVM_SET_MEMORY_ALIAS ioctlGravatar Javier Martinez Canillas 1-8/+0
2022-11-09KVM: x86: Add a VALID_MASK for the flags in kvm_msr_filter_rangeGravatar Aaron Lewis 1-0/+2
2022-11-09KVM: x86: Add a VALID_MASK for the flag in kvm_msr_filterGravatar Aaron Lewis 1-0/+1
2022-11-09KVM: x86: Disallow the use of KVM_MSR_FILTER_DEFAULT_ALLOW in the kernelGravatar Aaron Lewis 1-0/+2
2022-08-05Merge tag 'x86_sgx_for_v6.0-2022-08-03.1' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-0/+62