aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2020-07-23x86/percpu: Introduce size abstraction macrosBrian Gerst1-0/+30
2020-07-23crypto: x86 - Put back integer parts of include/asm/inst.hUros Bizjak1-0/+148
2020-07-22x86/dumpstack: Add log_lvl to __show_regs()Dmitry Safonov1-1/+2
2020-07-22x86/dumpstack: Add log_lvl to show_iret_regs()Dmitry Safonov1-1/+1
2020-07-22Merge tag 'media/v5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media into masterLinus Torvalds1-0/+1
2020-07-22Merge branch 'sched/urgent'Peter Zijlstra5-14/+35
2020-07-19Merge tag 'x86-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into masterLinus Torvalds4-12/+32
2020-07-18x86/ioperm: Fix io bitmap invalidation on Xen PVAndy Lutomirski3-0/+22
2020-07-18media: atomisp: move CCK endpoint address to generic headerAndy Shevchenko1-0/+1
2020-07-17x86/efi: Remove unused EFI_UV1_MEMMAP codesteve.wahl@hpe.com1-18/+2
2020-07-17x86/platform/uv: Remove vestigial mention of UV1 platform from bios headersteve.wahl@hpe.com1-1/+1
2020-07-17x86/platform/uv: Remove support for UV1 platform from uvsteve.wahl@hpe.com1-1/+1
2020-07-17x86/platform/uv: Remove support for uv1 platform from uv_hubsteve.wahl@hpe.com1-31/+3
2020-07-17x86/platform/uv: Remove support for UV1 platform from uv_bausteve.wahl@hpe.com1-111/+7
2020-07-17x86/platform/uv: Remove support for UV1 platform from uv_mmrssteve.wahl@hpe.com1-712/+0
2020-07-16x86/entry: Fix vectors to IDTENTRY_SYSVEC for CONFIG_HYPERVSedat Dilek1-2/+2
2020-07-16x86/entry: Add compatibility with IASJian Cai1-8/+6
2020-07-16crypto: x86 - Remove include/asm/inst.hUros Bizjak1-311/+0
2020-07-16x86/idtentry: Remove stale commentThomas Gleixner1-4/+2
2020-07-10KVM: x86: Add a capability for GUEST_MAXPHYADDR < HOST_MAXPHYADDR supportMohammed Gamal1-1/+1
2020-07-10KVM: x86: rename update_bp_intercept to update_exception_bitmapPaolo Bonzini1-1/+1
2020-07-10KVM: x86: mmu: Move translate_gpa() to mmu.cMohammed Gamal1-6/+0
2020-07-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+3
2020-07-10KVM: nVMX: fixes for preemption timer migrationPaolo Bonzini1-2/+3
2020-07-10x86/entry: Fix NMI vs IRQ state trackingPeter Zijlstra1-0/+3
2020-07-10Merge branch 'x86/urgent' into x86/entry to pick up upstream fixes.Thomas Gleixner1-2/+2
2020-07-09KVM: Move x86's version of struct kvm_mmu_memory_cache to common codeSean Christopherson2-13/+7
2020-07-09KVM: x86/mmu: Make __GFP_ZERO a property of the memory cacheSean Christopherson1-0/+1
2020-07-09KVM: x86/mmu: Separate the memory caches for shadow pages and gfn arraysSean Christopherson1-1/+2
2020-07-09KVM: x86/mmu: Track the associated kmem_cache in the MMU cachesSean Christopherson1-0/+1
2020-07-09x86/kvm/vmx: Move guest enter/exit into .noinstr.textThomas Gleixner2-2/+10
2020-07-09KVM: x86: Rename cpuid_update() callback to vcpu_after_set_cpuid()Xiaoyao Li1-1/+1
2020-07-08KVM: x86: Create mask for guest CR4 reserved bits in kvm_update_cpuid()Krish Sadhukhan1-0/+1
2020-07-08x86/kvm: Add "nopvspin" parameter to disable PV spinlocksZhenzhong Duan1-0/+1
2020-07-08KVM: x86/mmu: Make kvm_mmu_page definition and accessor internal-onlySean Christopherson1-44/+2
2020-07-08KVM: x86: Use VMCALL and VMMCALL mnemonics in kvm_para.hUros Bizjak1-1/+1
2020-07-08kvm: x86: Move last_cpu into kvm_vcpu_arch as last_vmentry_cpuJim Mattson1-0/+3
2020-07-08KVM: x86/mmu: Make .write_log_dirty a nested operationSean Christopherson1-1/+1
2020-07-08Merge branch 'kvm-async-pf-int' into HEADPaolo Bonzini2-0/+5
2020-07-08Merge branch 'sched/urgent'Peter Zijlstra11-40/+61
2020-07-08perf/x86/intel/lbr: Support XSAVES/XRSTORS for LBR context switchKan Liang3-4/+23
2020-07-08x86/fpu/xstate: Add helpers for LBR dynamic supervisor featureKan Liang1-0/+3
2020-07-08x86/fpu/xstate: Support dynamic supervisor feature for LBRKan Liang2-0/+37
2020-07-08x86/fpu: Use proper mask to replace full instruction maskKan Liang1-40/+7
2020-07-08perf/x86/intel/lbr: Unify the stored format of LBR informationKan Liang1-5/+1
2020-07-08perf/x86: Expose CPUID enumeration bits for arch LBRKan Liang1-0/+40
2020-07-08x86/msr-index: Add bunch of MSRs for Arch LBRKan Liang1-0/+16
2020-07-08x86/cpufeatures: Add Architectural LBRs feature bitKan Liang1-0/+1
2020-07-06x86/entry: Rename idtentry_enter/exit_cond_rcu() to idtentry_enter/exit()Andy Lutomirski1-12/+16
2020-07-05x86/entry/32: Fix XEN_PV build dependencyIngo Molnar1-2/+2