summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86/kvmclock: Remove page size requirement from wall_clockThomas Gleixner2018-07-201-8/+4
* x86/kvmclock: Remove memblock dependencyPavel Tatashin2018-07-203-59/+12
* Merge branch 'linus' into x86/timersThomas Gleixner2018-07-1925-61/+190
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-07-184-27/+52
| |\
| | * kvmclock: fix TSC calibration for nested guestsPeng Hao2018-07-181-0/+1
| | * KVM: VMX: Mark VMXArea with revision_id of physical CPU even when eVMCS enabledLiran Alon2018-07-181-6/+21
| | * x86/kvmclock: set pvti_cpu0_va after enabling kvmclockRadim Krčmář2018-07-151-6/+5
| | * x86/kvm/Kconfig: Ensure CRYPTO_DEV_CCP_DD state at minimum matches KVM_AMDJanakarajan Natarajan2018-07-151-1/+1
| | * kvm: nVMX: Restore exit qual for VM-entry failure due to MSR loadingJim Mattson2018-07-151-5/+4
| | * x86/kvm/vmx: don't read current->thread.{fs,gs}base of legacy tasksVitaly Kuznetsov2018-07-151-8/+17
| | * KVM: VMX: support MSR_IA32_ARCH_CAPABILITIES as a feature MSRPaolo Bonzini2018-07-151-1/+3
| * | Merge tag 'for-linus-4.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-07-142-16/+13
| |\ \
| | * | xen: setup pv irq ops vector earlierJuergen Gross2018-07-132-16/+12
| | * | xen: remove global bit from __default_kernel_pte_mask for pv guestsJuergen Gross2018-07-121-0/+1
| * | | x86/purgatory: add missing FORCE to Makefile targetPhilipp Rudo2018-07-141-1/+1
| * | | efi/x86: Fix mixed mode reboot loop by removing pointless call to PciIo->Attr...Ard Biesheuvel2018-07-111-9/+3
| * | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-07-082-4/+8
| |\ \ \
| | * | | x86/bugs: Fix the AMD SSBD usage of the SPEC_CTRL MSRTom Lendacky2018-07-031-3/+5
| | * | | x86/bugs: Update when to check for the LS_CFG SSBD mitigationTom Lendacky2018-07-031-1/+3
| * | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-07-089-4/+107
| |\ \ \ \
| | * | | | x86/mtrr: Don't copy out-of-bounds data in mtrr_writeJann Horn2018-07-071-1/+2
| | * | | | x86/hyper-v: Fix the circular dependency in IPI enlightenmentK. Y. Srinivasan2018-07-063-2/+13
| | * | | | x86/paravirt: Make native_save_fl() extern inlineNick Desaulniers2018-07-033-1/+28
| | * | | | x86/asm: Add _ASM_ARG* constants for argument registers to <asm/asm.h>H. Peter Anvin2018-07-031-0/+59
| | * | | | x86/mm/32: Initialize the CR4 shadow before __flush_tlb_all()Zhenzhong Duan2018-07-031-0/+5
| * | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-07-086-0/+6
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | crypto: x86 - Add missing RETsBorislav Petkov2018-07-016-0/+6
* | | | | | x86/platform/intel-mid: Remove per platform codeAndy Shevchenko2018-07-036-129/+2
* | | | | | x86/platform/intel-mid: Remove custom TSC calibrationAndy Shevchenko2018-07-035-130/+5
* | | | | | x86/tsc: Use SPDX identifier and update Intel copyrightAndy Shevchenko2018-07-031-4/+3
* | | | | | x86/tsc: Convert to use x86_match_cpu() and INTEL_CPU_FAM6()Andy Shevchenko2018-07-031-41/+42
* | | | | | x86/cpu: Introduce INTEL_CPU_FAM*() helper macrosAndy Shevchenko2018-07-031-0/+13
* | | | | | x86/tsc: Add missing header to tsc_msr.cAndy Shevchenko2018-07-031-0/+1
|/ / / / /
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-307-28/+24
|\ \ \ \ \
| * | | | | x86/mm: Clean up the printk()s in show_fault_oops()Dmitry Vyukov2018-06-271-7/+4
| * | | | | x86/mm: Drop unneeded __always_inline for p4d page table helpersKirill A. Shutemov2018-06-272-3/+3
| * | | | | x86/efi: Fix efi_call_phys_epilog() with CONFIG_X86_5LEVEL=yKirill A. Shutemov2018-06-271-2/+2
| * | | | | x86/entry/64/compat: Fix "x86/entry/64/compat: Preserve r8-r11 in int $0x80"Andy Lutomirski2018-06-271-8/+8
| * | | | | x86/mm: Don't free P4D table when it is folded at runtimeAndrey Ryabinin2018-06-261-0/+3
| * | | | | x86/entry/32: Add explicit 'l' instruction suffixJan Beulich2018-06-261-1/+1
| * | | | | x86/mm: Get rid of KERN_CONT in show_fault_oops()Dmitry Vyukov2018-06-261-7/+3
* | | | | | x86/e820: put !E820_TYPE_RAM regions into memblock.reservedNaoya Horiguchi2018-06-281-3/+12
|/ / / / /
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-241-1/+1
|\ \ \ \ \
| * | | | | uprobes/x86: Remove incorrect WARN_ON() in uprobe_init_insn()Oleg Nesterov2018-06-211-1/+1
* | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-06-242-2/+2
|\ \ \ \ \ \
| * | | | | | rseq: Avoid infinite recursion when delivering SIGSEGVWill Deacon2018-06-222-2/+2
* | | | | | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-241-1/+1
|\ \ \ \ \ \ \
| * | | | | | | efi/x86: Fix incorrect invocation of PciIo->Attributes()Ard Biesheuvel2018-06-241-1/+1
| |/ / / / / /
* | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-249-22/+95
|\ \ \ \ \ \ \
| * | | | | | | x86/mm: Fix 'no5lvl' handlingKirill A. Shutemov2018-06-231-0/+3