aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-25x86: Mark archrandom.h functions __must_checkRichard Henderson1-8/+8
2020-01-25x86: Remove arch_has_random, arch_has_random_seedRichard Henderson1-8/+4
2020-01-24x86/PCI: Remove X86_DEV_DMA_OPSChristoph Hellwig1-10/+0
2020-01-24x86/PCI: Expose VMD's pci_dev in struct pci_sysdataJon Derrick1-2/+2
2020-01-24x86/PCI: Add to_pci_sysdata() helperChristoph Hellwig1-16/+13
2020-01-24KVM: x86: Move kvm_vcpu_init() invocation to common codeSean Christopherson1-1/+1
2020-01-24KVM: x86: Allocate vcpu struct in common x86 codeSean Christopherson1-1/+1
2020-01-24x86/asm: add iosubmit_cmds512() based on MOVDIR64B CPU instructionDave Jiang1-0/+36
2020-01-23x86/mpx: remove MPX from arch/x86Dave Hansen7-305/+1
2020-01-23mm: remove arch_bprm_mm_init() hookDave Hansen1-6/+0
2020-01-22platform/x86: intel_pmc_ipc: Drop intel_pmc_gcr_read() and intel_pmc_gcr_write()Mika Westerberg1-12/+0
2020-01-22platform/x86: intel_pmc_ipc: Make intel_pmc_ipc_raw_cmd() staticMika Westerberg1-8/+0
2020-01-22platform/x86: intel_pmc_ipc: Make intel_pmc_ipc_simple_command() staticMika Westerberg1-6/+0
2020-01-22platform/x86: intel_pmc_ipc: Make intel_pmc_gcr_update() staticMika Westerberg1-6/+0
2020-01-22platform/x86: intel_scu_ipc: Drop intel_scu_ipc_raw_command()Mika Westerberg1-2/+0
2020-01-22platform/x86: intel_scu_ipc: Drop intel_scu_ipc_io[read|write][8|16]()Mika Westerberg1-12/+0
2020-01-22platform/x86: intel_scu_ipc: Drop unused prototype intel_scu_ipc_fw_update()Mika Westerberg1-3/+0
2020-01-22platform/x86: intel_scu_ipc: Drop intel_scu_ipc_i2c_cntrl()Mika Westerberg1-3/+0
2020-01-21KVM: x86: Add dedicated emulator helpers for querying CPUID featuresSean Christopherson1-0/+4
2020-01-21KVM: Fix some writing mistakesMiaohe Lin1-1/+1
2020-01-21KVM: VMX: FIXED+PHYSICAL mode single target IPI fastpathWanpeng Li1-2/+9
2020-01-20efi/x86: Limit EFI old memory map to SGI UV machinesArd Biesheuvel1-12/+14
2020-01-20efi/libstub/x86: Use const attribute for efi_is_64bit()Ard Biesheuvel1-1/+1
2020-01-17x86/hyper-v: Add "polling" bit to hv_synic_sintWei Liu1-1/+2
2020-01-16x86/MCE/AMD, EDAC/mce_amd: Add new Load Store unit McaTypeYazen Ghannam1-0/+1
2020-01-14x86/vdso: Add time napespace pageDmitry Safonov3-1/+13
2020-01-14x86/vdso: Provide vdso_data offset on vvar_pageDmitry Safonov1-4/+4
2020-01-14x86/vdso: Remove unused VDSO_HAS_32BIT_FALLBACKVincenzo Frascino1-2/+0
2020-01-13perf/x86: Provide stubs of KVM helpers for non-Intel CPUsSean Christopherson1-7/+15
2020-01-13KVM: VMX: Use VMX_FEATURE_* flags to define VMCS control bitsSean Christopherson1-50/+55
2020-01-13x86/cpufeatures: Add flag to track whether MSR IA32_FEAT_CTL is configuredSean Christopherson1-0/+1
2020-01-13x86/cpu: Detect VMX features on Intel, Centaur and Zhaoxin CPUsSean Christopherson2-0/+8
2020-01-13x86/vmx: Introduce VMX_FEATURES_*Sean Christopherson2-0/+82
2020-01-13x86/msr-index: Clean up bit defines for IA32_FEATURE_CONTROL MSRSean Christopherson1-6/+8
2020-01-13x86/mce: Take action on UCNA/Deferred errors againJan H. Schönherr1-1/+1
2020-01-11x86/nmi: Remove irq_work from the long duration NMI handlerChangbin Du1-1/+0
2020-01-10efi: Allow disabling PCI busmastering on bridges during bootMatthew Garrett1-0/+5
2020-01-10efi/x86: Allow translating 64-bit arguments for mixed mode callsArvind Sankar1-5/+66
2020-01-10efi/x86: Check number of arguments to variadic functionsArvind Sankar1-2/+52
2020-01-10efi/x86: Simplify mixed mode call wrapperArd Biesheuvel1-6/+0
2020-01-10efi/x86: Simplify i386 efi_call_phys() firmware call wrapperArd Biesheuvel1-3/+0
2020-01-10efi/x86: Split SetVirtualAddresMap() wrappers into 32 and 64 bit versionsArd Biesheuvel1-4/+4
2020-01-10efi/x86: Avoid redundant cast of EFI firmware service pointerArd Biesheuvel1-7/+1
2020-01-10efi/x86: Re-disable RT services for 32-bit kernels running on 64-bit EFIArd Biesheuvel1-16/+2
2020-01-10Merge branch 'x86/mm' into efi/core, to pick up dependenciesIngo Molnar11-242/+189
2020-01-10platform/x86: intel_telemetry_pltdrv: use devm_platform_ioremap_resource()Andy Shevchenko1-3/+0
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers1-1/+1
2020-01-08x86: Remove force_iret()Brian Gerst2-25/+0
2020-01-08KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVMSean Christopherson1-4/+4
2020-01-08KVM: VMX: Fix the spelling of CPU_BASED_USE_TSC_OFFSETTINGXiaoyao Li1-1/+1