summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2018-11-27kvm: svm: Ensure an IBPB on all affected CPUs when freeing a vmcbJim Mattson
2018-11-27kvm: mmu: Fix race in emulated page table writesJunaid Shahid
2018-11-27KVM: nVMX: vmcs12 revision_id is always VMCS12_REVISION even when copied from...Liran Alon
2018-11-27KVM: nVMX: Verify eVMCS revision id match supported eVMCS version on eVMCS VM...Liran Alon
2018-11-27KVM: nVMX/nSVM: Fix bug which sets vcpu->arch.tsc_offset to L1 tsc_offsetLeonid Shatz
2018-11-27x86/kvm/vmx: fix old-style function declarationYi Wang
2018-11-27KVM: x86: fix empty-body warningsYi Wang
2018-11-27KVM: VMX: Update shared MSRs to be saved/restored on MSR_EFER.LMA changesLiran Alon
2018-11-27KVM: x86: Fix kernel info-leak in KVM_HC_CLOCK_PAIRING hypercallLiran Alon
2018-11-27KVM: nVMX: Fix kernel info-leak when enabling KVM_CAP_HYPERV_ENLIGHTENED_VMCS...Liran Alon
2018-11-27svm: Add mutex_lock to protect apic_access_page_done on AMD systemsWei Wang
2018-11-27KVM: X86: Fix scan ioapic use-before-initializationWanpeng Li
2018-11-27KVM: LAPIC: Fix pv ipis use-before-initializationWanpeng Li
2018-11-27KVM: VMX: re-add ple_gap module parameterLuiz Capitulino
2018-11-12perf/x86/intel/uncore: Support CoffeeLake 8th CBOXKan Liang
2018-11-12perf/x86/intel/uncore: Add more IMC PCI IDs for KabyLake and CoffeeLake CPUsKan Liang
2018-11-11Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-11-11Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2018-11-10Merge tag 'for-linus-4.20a-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-11-09x86/cpu/vmware: Do not trace vmware_sched_clock()Steven Rostedt (VMware)
2018-11-09xen: fix xen_qlock_wait()Juergen Gross
2018-11-09x86/xen: fix pv bootJuergen Gross
2018-11-06x86/vsmp: Remove dependency on pv_irq_opsEial Czerwacki
2018-11-06x86/ldt: Remove unused variable in map_ldt_struct()Kirill A. Shutemov
2018-11-06x86/ldt: Unmap PTEs for the slot before freeing LDT pagesKirill A. Shutemov
2018-11-06x86/mm: Move LDT remap out of KASLR region on 5-level pagingKirill A. Shutemov
2018-11-06acpi/nfit, x86/mce: Validate a MCE's address before using itVishal Verma
2018-11-06acpi/nfit, x86/mce: Handle only uncorrectable machine checksVishal Verma
2018-11-05x86/build: Remove -pipe from KBUILD_CFLAGSNathan Chancellor
2018-11-05x86/hyper-v: Fix indentation in hv_do_fast_hypercall16()Yi Wang
2018-11-04x86/hyper-v: Enable PIT shutdown quirkMichael Kelley
2018-11-03Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-11-04x86/qspinlock: Fix compile errorPeter Zijlstra
2018-11-03Merge branch 'core/urgent' into x86/urgent, to pick up objtool fixIngo Molnar
2018-11-01Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-11-01x86/compat: Adjust in_compat_syscall() to generic code under !COMPATDmitry Safonov
2018-10-31Merge branch 'for-linus-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variantsMike Rapoport
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport
2018-10-31memblock: replace free_bootmem_late with memblock_free_lateMike Rapoport
2018-10-31memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport
2018-10-31memblock: replace alloc_bootmem with memblock_allocMike Rapoport
2018-10-31memblock: replace alloc_bootmem_pages with memblock_allocMike Rapoport
2018-10-31memblock: replace __alloc_bootmem_nopanic with memblock_alloc_from_nopanicMike Rapoport
2018-10-31memblock: replace __alloc_bootmem_node_nopanic with memblock_alloc_try_nid_no...Mike Rapoport
2018-10-31memblock: replace alloc_bootmem_low with memblock_alloc_lowMike Rapoport
2018-10-31memblock: replace alloc_bootmem_align with memblock_allocMike Rapoport
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport