aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2020-11-06x86/mce: Assign boolean values to a bool variableKaixu Xia1-2/+2
2020-11-06ima: generalize x86/EFI arch glue for other EFI architecturesChester Lin3-96/+3
2020-11-05x86/speculation: Allow IBPB to be conditionally enabled on CPUs with always-on STIBPAnand K Mistry1-18/+33
2020-11-05Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-5/+9
2020-11-04efi: generalize efi_get_securebootChester Lin1-1/+1
2020-11-04x86/entry: Move nmi entry/exit into common codeThomas Gleixner5-49/+13
2020-11-04Merge branch 'core/urgent' into core/entryThomas Gleixner333-12762/+18331
2020-11-04x86/lib: Change .weak to SYM_FUNC_START_WEAK for arch/x86/lib/mem*_64.SFangrui Song3-9/+3
2020-11-04x86/ioapic: Use I/O-APIC ID for finding irqdomain, not indexDavid Woodhouse1-2/+2
2020-11-04x86/hyperv: Enable 15-bit APIC ID if the hypervisor supports itDexuan Cui2-0/+36
2020-11-03Merge tag 'x86_seves_for_v5.10_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-8/+167
2020-11-02x86/mtrr: Fix a kernel-doc markupMauro Carvalho Chehab1-1/+2
2020-11-02x86/mce: Enable additional error logging on certain Intel CPUsTony Luck2-0/+21
2020-11-01Merge tag 'x86-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-13/+30
2020-11-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-32/+31
2020-10-31KVM: vmx: remove unused variablePaolo Bonzini1-2/+0
2020-10-31KVM: VMX: eVMCS: make evmcs_sanitize_exec_ctrls() work againVitaly Kuznetsov3-5/+5
2020-10-30timekeeping: default GENERIC_CLOCKEVENTS to enabledArnd Bergmann1-1/+0
2020-10-30KVM: x86: Fix NULL dereference at kvm_msr_ignored_check()Takashi Iwai1-4/+4
2020-10-30KVM: x86: replace static const variables with macrosPaolo Bonzini3-21/+21
2020-10-30crypto: hash - Use memzero_explicit() for clearing stateArvind Sankar1-1/+1
2020-10-30crypto: x86/aes - remove unused file aes_glue.cEric Biggers1-1/+0
2020-10-29x86/build: Fix vmlinux size check on 64-bitArvind Sankar5-35/+29
2020-10-29x86/sev-es: Do not support MMIO to/from encrypted memoryJoerg Roedel1-7/+13
2020-10-29x86/head/64: Check SEV encryption before switching to kernel page-tableJoerg Roedel2-0/+17
2020-10-29x86/boot/compressed/64: Check SEV encryption in 64-bit boot-pathJoerg Roedel4-0/+96
2020-10-29x86/boot/compressed/64: Sanity-check CPUID results in the early #VC handlerJoerg Roedel1-0/+26
2020-10-29x86: Wire up TIF_NOTIFY_SIGNALJens Axboe1-0/+2
2020-10-29perf/x86/intel: Add event constraint for CYCLE_ACTIVITY.STALLS_MEM_ANYKan Liang1-1/+2
2020-10-29perf/x86/intel/uncore: Add Rocket Lake supportKan Liang2-1/+25
2020-10-29perf/x86/msr: Add Rocket Lake CPU supportKan Liang1-0/+1
2020-10-29perf/x86/cstate: Add Rocket Lake CPU supportKan Liang1-9/+10
2020-10-29perf/x86/intel: Add Rocket Lake CPU supportKan Liang1-0/+1
2020-10-29perf/core: Add support for PERF_SAMPLE_CODE_PAGE_SIZEStephane Eranian1-1/+1
2020-10-29perf/x86/intel: Support PERF_SAMPLE_DATA_PAGE_SIZEKan Liang1-3/+8
2020-10-29x86/boot/compressed/64: Introduce sev_statusJoerg Roedel1-1/+15
2020-10-29entry: Add support for TIF_NOTIFY_SIGNALJens Axboe1-2/+2
2020-10-28x86/kvm: Enable 15-bit extension when KVM_FEATURE_MSI_EXT_DEST_ID detectedDavid Woodhouse1-0/+6
2020-10-28x86/apic: Support 15 bits of APIC ID in MSI where availableDavid Woodhouse4-3/+29
2020-10-28x86/ioapic: Handle Extended Destination ID field in RTEDavid Woodhouse2-6/+17
2020-10-28x86: Kill all traces of irq_remapping_get_irq_domain()David Woodhouse2-11/+0
2020-10-28x86/ioapic: Use irq_find_matching_fwspec() to find remapping irqdomainDavid Woodhouse1-12/+13
2020-10-28x86/hpet: Use irq_find_matching_fwspec() to find remapping irqdomainDavid Woodhouse1-10/+14
2020-10-28x86/apic: Add select() method on vector irqdomainDavid Woodhouse2-0/+46
2020-10-28x86/ioapic: Generate RTE directly from parent irqchip's MSI messageDavid Woodhouse2-37/+77
2020-10-28x86/ioapic: Cleanup IO/APIC route entry structsThomas Gleixner2-129/+93
2020-10-28x86/io_apic: Cleanup trigger/polarity helpersThomas Gleixner3-136/+122
2020-10-28x86/msi: Remove msidef.hThomas Gleixner1-57/+0
2020-10-28x86/pci/xen: Use msi_msg shadow structsThomas Gleixner1-15/+11
2020-10-28x86/kvm: Use msi_msg shadow structsThomas Gleixner1-17/+12