summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/tsc: Use TSC as sched clock earlyPavel Tatashin2018-07-201-0/+1
* x86/tsc: Initialize cyc2ns when tsc frequency is determinedPavel Tatashin2018-07-201-41/+53
* x86/tsc: Calibrate tsc only oncePavel Tatashin2018-07-203-42/+49
* x86/xen/time: Output xen sched_clock time from 0Pavel Tatashin2018-07-201-1/+10
* x86/xen/time: Initialize pv xen time in init_hypervisor_platform()Pavel Tatashin2018-07-205-41/+34
* x86/tsc: Redefine notsc to behave as tsc=unstablePavel Tatashin2018-07-201-15/+3
* x86/CPU: Call detect_nopl() only on the BSPBorislav Petkov2018-07-201-6/+4
* x86/jump_label: Initialize static branching earlyPavel Tatashin2018-07-203-25/+30
* x86/alternatives, jumplabel: Use text_poke_early() before mm_init()Pavel Tatashin2018-07-203-4/+15
* x86/kvmclock: Switch kvmclock data to a PER_CPU variableThomas Gleixner2018-07-201-37/+62
* x86/kvmclock: Move kvmclock vsyscall param and init to kvmclockThomas Gleixner2018-07-203-37/+27
* x86/kvmclock: Mark variables __initdata and __ro_after_initThomas Gleixner2018-07-201-5/+5
* x86/kvmclock: Cleanup the codeThomas Gleixner2018-07-201-50/+22
* x86/kvmclock: Decrapify kvm_register_clock()Thomas Gleixner2018-07-202-24/+10
* 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