index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/tsc: Use TSC as sched clock early
Pavel Tatashin
2018-07-20
1
-0
/
+1
*
x86/tsc: Initialize cyc2ns when tsc frequency is determined
Pavel Tatashin
2018-07-20
1
-41
/
+53
*
x86/tsc: Calibrate tsc only once
Pavel Tatashin
2018-07-20
3
-42
/
+49
*
x86/xen/time: Output xen sched_clock time from 0
Pavel Tatashin
2018-07-20
1
-1
/
+10
*
x86/xen/time: Initialize pv xen time in init_hypervisor_platform()
Pavel Tatashin
2018-07-20
5
-41
/
+34
*
x86/tsc: Redefine notsc to behave as tsc=unstable
Pavel Tatashin
2018-07-20
1
-15
/
+3
*
x86/CPU: Call detect_nopl() only on the BSP
Borislav Petkov
2018-07-20
1
-6
/
+4
*
x86/jump_label: Initialize static branching early
Pavel Tatashin
2018-07-20
3
-25
/
+30
*
x86/alternatives, jumplabel: Use text_poke_early() before mm_init()
Pavel Tatashin
2018-07-20
3
-4
/
+15
*
x86/kvmclock: Switch kvmclock data to a PER_CPU variable
Thomas Gleixner
2018-07-20
1
-37
/
+62
*
x86/kvmclock: Move kvmclock vsyscall param and init to kvmclock
Thomas Gleixner
2018-07-20
3
-37
/
+27
*
x86/kvmclock: Mark variables __initdata and __ro_after_init
Thomas Gleixner
2018-07-20
1
-5
/
+5
*
x86/kvmclock: Cleanup the code
Thomas Gleixner
2018-07-20
1
-50
/
+22
*
x86/kvmclock: Decrapify kvm_register_clock()
Thomas Gleixner
2018-07-20
2
-24
/
+10
*
x86/kvmclock: Remove page size requirement from wall_clock
Thomas Gleixner
2018-07-20
1
-8
/
+4
*
x86/kvmclock: Remove memblock dependency
Pavel Tatashin
2018-07-20
3
-59
/
+12
*
Merge branch 'linus' into x86/timers
Thomas Gleixner
2018-07-19
25
-61
/
+190
|
\
|
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2018-07-18
4
-27
/
+52
|
|
\
|
|
*
kvmclock: fix TSC calibration for nested guests
Peng Hao
2018-07-18
1
-0
/
+1
|
|
*
KVM: VMX: Mark VMXArea with revision_id of physical CPU even when eVMCS enabled
Liran Alon
2018-07-18
1
-6
/
+21
|
|
*
x86/kvmclock: set pvti_cpu0_va after enabling kvmclock
Radim Krčmář
2018-07-15
1
-6
/
+5
|
|
*
x86/kvm/Kconfig: Ensure CRYPTO_DEV_CCP_DD state at minimum matches KVM_AMD
Janakarajan Natarajan
2018-07-15
1
-1
/
+1
|
|
*
kvm: nVMX: Restore exit qual for VM-entry failure due to MSR loading
Jim Mattson
2018-07-15
1
-5
/
+4
|
|
*
x86/kvm/vmx: don't read current->thread.{fs,gs}base of legacy tasks
Vitaly Kuznetsov
2018-07-15
1
-8
/
+17
|
|
*
KVM: VMX: support MSR_IA32_ARCH_CAPABILITIES as a feature MSR
Paolo Bonzini
2018-07-15
1
-1
/
+3
|
*
|
Merge tag 'for-linus-4.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2018-07-14
2
-16
/
+13
|
|
\
\
|
|
*
|
xen: setup pv irq ops vector earlier
Juergen Gross
2018-07-13
2
-16
/
+12
|
|
*
|
xen: remove global bit from __default_kernel_pte_mask for pv guests
Juergen Gross
2018-07-12
1
-0
/
+1
|
*
|
|
x86/purgatory: add missing FORCE to Makefile target
Philipp Rudo
2018-07-14
1
-1
/
+1
|
*
|
|
efi/x86: Fix mixed mode reboot loop by removing pointless call to PciIo->Attr...
Ard Biesheuvel
2018-07-11
1
-9
/
+3
|
*
|
|
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-07-08
2
-4
/
+8
|
|
\
\
\
|
|
*
|
|
x86/bugs: Fix the AMD SSBD usage of the SPEC_CTRL MSR
Tom Lendacky
2018-07-03
1
-3
/
+5
|
|
*
|
|
x86/bugs: Update when to check for the LS_CFG SSBD mitigation
Tom Lendacky
2018-07-03
1
-1
/
+3
|
*
|
|
|
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-07-08
9
-4
/
+107
|
|
\
\
\
\
|
|
*
|
|
|
x86/mtrr: Don't copy out-of-bounds data in mtrr_write
Jann Horn
2018-07-07
1
-1
/
+2
|
|
*
|
|
|
x86/hyper-v: Fix the circular dependency in IPI enlightenment
K. Y. Srinivasan
2018-07-06
3
-2
/
+13
|
|
*
|
|
|
x86/paravirt: Make native_save_fl() extern inline
Nick Desaulniers
2018-07-03
3
-1
/
+28
|
|
*
|
|
|
x86/asm: Add _ASM_ARG* constants for argument registers to <asm/asm.h>
H. Peter Anvin
2018-07-03
1
-0
/
+59
|
|
*
|
|
|
x86/mm/32: Initialize the CR4 shadow before __flush_tlb_all()
Zhenzhong Duan
2018-07-03
1
-0
/
+5
|
*
|
|
|
|
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2018-07-08
6
-0
/
+6
|
|
\
\
\
\
\
|
|
|
/
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
crypto: x86 - Add missing RETs
Borislav Petkov
2018-07-01
6
-0
/
+6
*
|
|
|
|
|
x86/platform/intel-mid: Remove per platform code
Andy Shevchenko
2018-07-03
6
-129
/
+2
*
|
|
|
|
|
x86/platform/intel-mid: Remove custom TSC calibration
Andy Shevchenko
2018-07-03
5
-130
/
+5
*
|
|
|
|
|
x86/tsc: Use SPDX identifier and update Intel copyright
Andy Shevchenko
2018-07-03
1
-4
/
+3
*
|
|
|
|
|
x86/tsc: Convert to use x86_match_cpu() and INTEL_CPU_FAM6()
Andy Shevchenko
2018-07-03
1
-41
/
+42
*
|
|
|
|
|
x86/cpu: Introduce INTEL_CPU_FAM*() helper macros
Andy Shevchenko
2018-07-03
1
-0
/
+13
*
|
|
|
|
|
x86/tsc: Add missing header to tsc_msr.c
Andy Shevchenko
2018-07-03
1
-0
/
+1
|
/
/
/
/
/
*
|
|
|
|
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-06-30
7
-28
/
+24
|
\
\
\
\
\
|
*
|
|
|
|
x86/mm: Clean up the printk()s in show_fault_oops()
Dmitry Vyukov
2018-06-27
1
-7
/
+4
|
*
|
|
|
|
x86/mm: Drop unneeded __always_inline for p4d page table helpers
Kirill A. Shutemov
2018-06-27
2
-3
/
+3
[next]