summaryrefslogtreecommitdiff
path: root/arch/x86/include/uapi
AgeCommit message (Expand)AuthorFilesLines
2023-09-07x86: Remove the arch_calc_vm_prot_bits() macro from the UAPIThomas Huth1-8/+0
2023-08-03x86/shstk: Add ARCH_SHSTK_STATUSRick Edgecombe1-0/+1
2023-08-03x86/shstk: Add ARCH_SHSTK_UNLOCKMike Rapoport1-0/+1
2023-08-03x86/shstk: Support WRSS for userspaceRick Edgecombe1-0/+1
2023-08-03x86/shstk: Introduce map_shadow_stack syscallRick Edgecombe1-0/+3
2023-08-03x86/shstk: Add user-mode shadow stack supportRick Edgecombe1-0/+3
2023-08-03x86: Introduce userspace API for shadow stackRick Edgecombe1-0/+6
2023-07-12x86/mm: Introduce MAP_ABOVE4GRick Edgecombe1-0/+1
2023-06-01x86/mtrr: Don't let mtrr_type_lookup() return MTRR_TYPE_INVALIDJuergen Gross1-3/+3
2023-06-01x86/mtrr: Replace size_or_mask and size_and_mask with a much easier conceptJuergen Gross1-8/+0
2023-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+3
2023-04-28Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-0/+11
2023-04-05KVM: x86: Redefine 'longmode' as a flag for KVM_EXIT_HYPERCALLOliver Upton1-0/+3
2023-03-22x86/arch_prctl: Add AMX feature numbers as ABI constantsChang S. Bae1-0/+3
2023-03-16x86/mm/iommu/sva: Make LAM and SVA mutually exclusiveKirill A. Shutemov1-0/+1
2023-03-16x86/mm: Provide arch_prctl() interface for LAMKirill A. Shutemov1-0/+4
2023-03-16x86: CPUID and CR3/CR4 flags for Linear Address MaskingKirill A. Shutemov1-0/+6
2023-02-15Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini1-0/+6
2023-02-15Merge tag 'kvm-x86-pmu-6.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+29
2023-01-24KVM: x86/pmu: Introduce masked events to the pmu event filterAaron Lewis1-0/+29
2023-01-24KVM: x86: Replace 0-length arrays with flexible arraysKees Cook1-2/+3
2023-01-19x86/sev: Add SEV-SNP guest feature negotiation supportNikunj A Dadhania1-0/+6
2022-12-02KVM: Delete all references to removed KVM_SET_MEMORY_ALIAS ioctlJavier Martinez Canillas1-8/+0
2022-11-09KVM: x86: Add a VALID_MASK for the flags in kvm_msr_filter_rangeAaron Lewis1-0/+2
2022-11-09KVM: x86: Add a VALID_MASK for the flag in kvm_msr_filterAaron Lewis1-0/+1
2022-11-09KVM: x86: Disallow the use of KVM_MSR_FILTER_DEFAULT_ALLOW in the kernelAaron Lewis1-0/+2
2022-08-05Merge tag 'x86_sgx_for_v6.0-2022-08-03.1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+62
2022-08-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-3/+11
2022-08-03Merge tag 'flexible-array-transformations-UAPI-6.0-rc1' of git://git.kernel.o...Linus Torvalds2-7/+7
2022-08-01Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Paolo Bonzini2-3/+11
2022-07-14KVM: x86: Tweak name of MONITOR/MWAIT #UD quirk to make it #UD specificSean Christopherson1-1/+1
2022-07-11x86/setup: Use rng seeds from setup_dataJason A. Donenfeld1-3/+3
2022-07-11Merge tag 'v5.19-rc6' into tip:x86/kdumpBorislav Petkov1-1/+1
2022-07-10x86/boot: Fix the setup data types max limitBorislav Petkov1-1/+1
2022-07-07x86/sgx: Support complete page removalReinette Chatre1-0/+21
2022-07-07x86/sgx: Support modifying SGX page typeReinette Chatre1-0/+20
2022-07-07x86/sgx: Support restricting of enclave page permissionsReinette Chatre1-0/+21
2022-07-01x86/kexec: Carry forward IMA measurement log on kexecJonathan McDowell1-0/+9
2022-06-28treewide: uapi: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2-7/+7
2022-06-20KVM: x86: Add a quirk for KVM's "MONITOR/MWAIT are NOPs!" behaviorSean Christopherson1-0/+1
2022-06-08KVM: x86: PIT: Preserve state of speaker port data bitPaul Durrant1-1/+2
2022-06-08KVM: VMX: Enable Notify VM exitTao Xu1-1/+3
2022-06-08KVM: x86: Extend KVM_{G,S}ET_VCPU_EVENTS to support pending triple faultChenyi Qiang1-1/+5
2022-05-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-5/+6
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-14/+0
2022-05-24Merge tag 'platform-drivers-x86-v5.19-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-5/+109
2022-04-29x86/mm: enable ARCH_HAS_VM_GET_PAGE_PROTChristoph Hellwig1-14/+0
2022-04-27amd_hsmp: Add HSMP protocol version 5 messagesSuma Hegde1-5/+109
2022-04-13Merge branch 'kvm-older-features' into HEADPaolo Bonzini1-5/+6
2022-04-07x86/sev: Provide support for SNP guest request NAEsBrijesh Singh1-0/+4