summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2020-09-20Revert "KVM: Check the allocation of pv cpu mask"Vitaly Kuznetsov
2020-09-18stacktrace: Remove reliable argument from arch_stack_walk() callbackMark Brown
2020-09-18x86/mce: Annotate mce_rd/wrmsrl() with noinstrBorislav Petkov
2020-09-18x86/cpu: Add hardware-enforced cache coherency as a CPUID featureKrish Sadhukhan
2020-09-18x86/unwind/fp: Fix FP unwinding in ret_from_forkJosh Poimboeuf
2020-09-17x86/mmu: Allocate/free a PASIDFenghua Yu
2020-09-17x86/fpu/xstate: Add supervisor PASID state for ENQCMDYu-cheng Yu
2020-09-17x86/cpufeatures: Enumerate ENQCMD and ENQCMDS instructionsFenghua Yu
2020-09-16efi: Support for MOK variable config tableLenny Szubowicz
2020-09-16x86/irq: Cleanup the arch_*_msi_irqs() leftoversThomas Gleixner
2020-09-16x86/pci: Set default irq domain in pcibios_add_device()Thomas Gleixner
2020-09-16x86/irq: Initialize PCI/MSI domain at PCI init timeThomas Gleixner
2020-09-16x86/irq: Move apic_post_init() invocation to one placeThomas Gleixner
2020-09-16x86/msi: Use generic MSI domain opsThomas Gleixner
2020-09-16x86/msi: Consolidate MSI allocationThomas Gleixner
2020-09-16PCI/MSI: Rework pci_msi_domain_calc_hwirq()Thomas Gleixner
2020-09-16x86/irq: Consolidate DMAR irq allocationThomas Gleixner
2020-09-16x86_ioapic_Consolidate_IOAPIC_allocationThomas Gleixner
2020-09-16x86/msi: Consolidate HPET allocationThomas Gleixner
2020-09-16iommu/irq_remapping: Consolidate irq domain lookupThomas Gleixner
2020-09-16x86/irq: Add allocation type for parent domain retrievalThomas Gleixner
2020-09-16x86_irq_Rename_X86_IRQ_ALLOC_TYPE_MSI_to_reflect_PCI_dependencyThomas Gleixner
2020-09-16x86/msi: Remove pointless vcpu_affinity callbackThomas Gleixner
2020-09-16x86/msi: Move compose message callback where it belongsThomas Gleixner
2020-09-16genirq/chip: Use the first chip in irq_chip_compose_msi_msg()Thomas Gleixner
2020-09-16x86/init: Remove unused init opsThomas Gleixner
2020-09-15x86/mce/dev-mcelog: Do not update kflags on AMD systemsSmita Koralahalli
2020-09-14x86/mce: Stop mce_reign() from re-computing severity for every CPUTony Luck
2020-09-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-09-12x86/kvm: don't forget to ACK async PF IRQVitaly Kuznetsov
2020-09-12x86/kvm: properly use DEFINE_IDTENTRY_SYSVEC() macroVitaly Kuznetsov
2020-09-11KVM: Check the allocation of pv cpu maskHaiwei Li
2020-09-11x86/cpu/centaur: Add Centaur family >=7 CPUs initialization supportTony W Wang-oc
2020-09-11x86/cpu/centaur: Replace two-condition switch-case with an if statementTony W Wang-oc
2020-09-11dma-direct: remove dma_direct_{alloc,free}_pagesChristoph Hellwig
2020-09-11x86/mce: Make mce_rdmsrl() panic on an inaccessible MSRBorislav Petkov
2020-09-10x86/sev-es: Check required CPU features for SEV-ESMartin Radev
2020-09-10x86/efi: Add GHCB mappings when SEV-ES is activeTom Lendacky
2020-09-10x86/fpu: Allow multiple bits in clearcpuid= parameterArvind Sankar
2020-09-10objtool: Make unwind hint definitions available to other architecturesJulien Thierry
2020-09-10objtool: Rename frame.h -> objtool.hJulien Thierry
2020-09-10x86/tsc: Use seqcount_latch_tAhmed S. Darwish
2020-09-09x86/sev-es: Handle NMI StateJoerg Roedel
2020-09-09x86/sev-es: Support CPU offline/onlineJoerg Roedel
2020-09-09x86/head/64: Don't call verify_cpu() on starting APsJoerg Roedel
2020-09-09x86/smpboot: Load TSS and getcpu GDT entry before loading IDTJoerg Roedel
2020-09-09x86/realmode: Setup AP jump tableTom Lendacky
2020-09-09x86/vmware: Add VMware-specific handling for VMMCALL under SEV-ESDoug Covelli
2020-09-09x86/kvm: Add KVM-specific VMMCALL handling under SEV-ESTom Lendacky
2020-09-09x86/paravirt: Allow hypervisor-specific VMMCALL handling under SEV-ESJoerg Roedel