aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-08KVM: VMX: Rename NMI_PENDING to NMI_WINDOWXiaoyao Li1-1/+1
2020-01-08KVM: VMX: Rename INTERRUPT_PENDING to INTERRUPT_WINDOWXiaoyao Li2-3/+3
2020-01-08KVM: X86: Use APIC_DEST_* macros properly in kvm_lapic_irq.dest_modePeter Xu1-0/+5
2020-01-08x86/cpufeatures: Add support for fast short REP; MOVSBTony Luck1-0/+1
2020-01-03compat: provide compat_ptr() on all architecturesArnd Bergmann1-17/+0
2020-01-02x86/nospec: Remove unused RSB_FILL_LOOPSAnthony Steinhauser1-1/+0
2019-12-31x86/dumpstack: Introduce die_addr() for die() with #GP fault addressJann Horn1-0/+1
2019-12-30x86/insn-eval: Add support for 64-bit kernel modeJann Horn1-0/+13
2019-12-25efi/libstub: Rename efi_call_early/_runtime macros to be more intuitiveArd Biesheuvel1-6/+6
2019-12-25efi/libstub: Drop 'table' argument from efi_table_attr() macroArd Biesheuvel1-16/+9
2019-12-25efi/libstub: Drop protocol argument from efi_call_proto() macroArd Biesheuvel1-3/+3
2019-12-25efi/libstub/x86: Drop __efi_early() export and efi_config structArd Biesheuvel1-29/+9
2019-12-25efi/libstub/x86: Avoid thunking for native firmware callsArd Biesheuvel1-14/+20
2019-12-25efi/libstub: Distinguish between native/mixed not 32/64 bitArd Biesheuvel1-7/+28
2019-12-25efi/x86: Rename efi_is_native() to efi_is_mixed()Ard Biesheuvel1-4/+6
2019-12-25efi/libstub: Remove unused __efi_call_early() macroArd Biesheuvel1-3/+0
2019-12-20x86/cpu: Add Jasper Lake to Intel familyZhang Rui1-0/+1
2019-12-16x86/boot: Fix a comment's incorrect file referenceSean Christopherson1-2/+2
2019-12-14x86/bugs: Move enum taa_mitigations to bugs.cBorislav Petkov1-7/+0
2019-12-12x86/microcode/AMD: Make stub function static inlineValdis Klētnieks1-1/+1
2019-12-11crypto: x86 - Regularize glue function prototypesKees Cook5-82/+66
2019-12-10x86/ACPI/sleep: Move acpi_get_wakeup_address() into sleep.c, remove <asm/realmode.h> from <asm/acpi.h>Sean Christopherson1-5/+1
2019-12-10ACPI/sleep: Convert acpi_wakeup_address into a functionSean Christopherson1-1/+4
2019-12-10mm, x86/mm: Untangle address space layout definitions from basic pgtable type definitionsIngo Molnar6-143/+81
2019-12-10mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmalloc.h>Ingo Molnar1-0/+4
2019-12-10x86/mm: Tabulate the page table encoding definitionsIngo Molnar1-69/+74
2019-12-10x86/mm/pat: Clean up <asm/memtype.h> externsIngo Molnar1-5/+5
2019-12-10x86/mm/pat: Rename <asm/pat.h> => <asm/memtype.h>Ingo Molnar3-5/+5
2019-12-10x86/mm/pat: Standardize on memtype_*() prefix for APIsIngo Molnar1-5/+5
2019-12-10x86/mm/pat: Disambiguate PAT-disabled boot messagesIngo Molnar1-1/+1
2019-12-10Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar20-35/+117