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/l1tf: Handle EPT disabled state proper
Thomas Gleixner
2018-07-13
3
-45
/
+54
|
*
|
|
|
|
|
|
|
x86/kvm: Drop L1TF MSR list approach
Thomas Gleixner
2018-07-13
1
-36
/
+7
|
*
|
|
|
|
|
|
|
x86/litf: Introduce vmx status variable
Thomas Gleixner
2018-07-13
3
-13
/
+54
|
*
|
|
|
|
|
|
|
x86/KVM/VMX: Use MSR save list for IA32_FLUSH_CMD if required
Konrad Rzeszutek Wilk
2018-07-04
1
-5
/
+37
|
*
|
|
|
|
|
|
|
x86/KVM/VMX: Extend add_atomic_switch_msr() to allow VMENTER only MSRs
Konrad Rzeszutek Wilk
2018-07-04
1
-8
/
+14
|
*
|
|
|
|
|
|
|
x86/KVM/VMX: Separate the VMX AUTOLOAD guest/host number accounting
Konrad Rzeszutek Wilk
2018-07-04
1
-10
/
+19
|
*
|
|
|
|
|
|
|
x86/KVM/VMX: Add find_msr() helper function
Konrad Rzeszutek Wilk
2018-07-04
1
-13
/
+18
|
*
|
|
|
|
|
|
|
x86/KVM/VMX: Split the VMX MSR LOAD structures to have an host/guest numbers
Konrad Rzeszutek Wilk
2018-07-04
1
-30
/
+35
|
*
|
|
|
|
|
|
|
x86/KVM/VMX: Add L1D flush logic
Paolo Bonzini
2018-07-04
4
-1
/
+34
|
*
|
|
|
|
|
|
|
x86/KVM/VMX: Add L1D MSR based flush
Paolo Bonzini
2018-07-04
2
-4
/
+17
|
*
|
|
|
|
|
|
|
x86/KVM/VMX: Add L1D flush algorithm
Paolo Bonzini
2018-07-04
1
-5
/
+66
|
*
|
|
|
|
|
|
|
x86/KVM/VMX: Add module argument for L1TF mitigation
Konrad Rzeszutek Wilk
2018-07-04
1
-0
/
+59
|
*
|
|
|
|
|
|
|
x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being present
Konrad Rzeszutek Wilk
2018-07-04
1
-0
/
+13
|
*
|
|
|
|
|
|
|
Revert "x86/apic: Ignore secondary threads if nosmt=force"
Thomas Gleixner
2018-07-02
3
-23
/
+1
|
*
|
|
|
|
|
|
|
x86/speculation/l1tf: Fix up pte->pfn conversion for PAE
Michal Hocko
2018-06-29
1
-6
/
+6
|
*
|
|
|
|
|
|
|
x86/speculation/l1tf: Protect PAE swap entries against L1TF
Vlastimil Babka
2018-06-27
2
-3
/
+34
|
*
|
|
|
|
|
|
|
x86/CPU/AMD: Move TOPOEXT reenablement before reading smp_num_siblings
Borislav Petkov
2018-06-22
1
-20
/
+17
|
*
|
|
|
|
|
|
|
x86/cpufeatures: Add detection of L1D cache flush support.
Konrad Rzeszutek Wilk
2018-06-21
1
-0
/
+1
|
*
|
|
|
|
|
|
|
x86/speculation/l1tf: Extend 64bit swap file size limit
Vlastimil Babka
2018-06-21
1
-1
/
+9
|
*
|
|
|
|
|
|
|
x86/apic: Ignore secondary threads if nosmt=force
Thomas Gleixner
2018-06-21
3
-1
/
+23
|
*
|
|
|
|
|
|
|
x86/cpu/AMD: Evaluate smp_num_siblings early
Thomas Gleixner
2018-06-21
1
-0
/
+13
|
*
|
|
|
|
|
|
|
x86/CPU/AMD: Do not check CPUID max ext level before parsing SMP info
Borislav Petkov
2018-06-21
1
-6
/
+3
|
*
|
|
|
|
|
|
|
x86/cpu/intel: Evaluate smp_num_siblings early
Thomas Gleixner
2018-06-21
1
-0
/
+7
|
*
|
|
|
|
|
|
|
x86/cpu/topology: Provide detect_extended_topology_early()
Thomas Gleixner
2018-06-21
2
-9
/
+23
|
*
|
|
|
|
|
|
|
x86/cpu/common: Provide detect_ht_early()
Thomas Gleixner
2018-06-21
2
-10
/
+15
|
*
|
|
|
|
|
|
|
x86/cpu/AMD: Remove the pointless detect_ht() call
Thomas Gleixner
2018-06-21
1
-4
/
+0
|
*
|
|
|
|
|
|
|
x86/cpu: Remove the pointless CPU printout
Thomas Gleixner
2018-06-21
2
-25
/
+5
|
*
|
|
|
|
|
|
|
cpu/hotplug: Provide knobs to control SMT
Thomas Gleixner
2018-06-21
1
-0
/
+1
|
*
|
|
|
|
|
|
|
x86/topology: Provide topology_smt_supported()
Thomas Gleixner
2018-06-21
2
-0
/
+10
|
*
|
|
|
|
|
|
|
x86/smp: Provide topology_is_primary_thread()
Thomas Gleixner
2018-06-21
4
-1
/
+33
|
*
|
|
|
|
|
|
|
x86/bugs: Move the l1tf function and define pr_fmt properly
Konrad Rzeszutek Wilk
2018-06-21
1
-26
/
+29
|
*
|
|
|
|
|
|
|
x86/speculation/l1tf: Limit swap file size to MAX_PA/2
Andi Kleen
2018-06-20
1
-0
/
+15
|
*
|
|
|
|
|
|
|
x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappings
Andi Kleen
2018-06-20
2
-0
/
+29
|
*
|
|
|
|
|
|
|
x86/speculation/l1tf: Add sysfs reporting for l1tf
Andi Kleen
2018-06-20
4
-0
/
+67
|
*
|
|
|
|
|
|
|
x86/speculation/l1tf: Make sure the first page is always reserved
Andi Kleen
2018-06-20
1
-0
/
+6
|
*
|
|
|
|
|
|
|
x86/speculation/l1tf: Protect PROT_NONE PTEs against speculation
Andi Kleen
2018-06-20
5
-13
/
+84
|
*
|
|
|
|
|
|
|
x86/speculation/l1tf: Protect swap entries against L1TF
Linus Torvalds
2018-06-20
1
-3
/
+8
|
*
|
|
|
|
|
|
|
x86/speculation/l1tf: Change order of offset/type in swap entry
Linus Torvalds
2018-06-20
1
-11
/
+20
|
*
|
|
|
|
|
|
|
x86/speculation/l1tf: Increase 32bit PAE __PHYSICAL_PAGE_SHIFT
Andi Kleen
2018-06-20
1
-2
/
+7
*
|
|
|
|
|
|
|
|
Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-08-14
26
-671
/
+412
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
x86/kvmclock: Mark kvm_get_preset_lpj() as __init
Dou Liyang
2018-07-30
1
-1
/
+1
|
*
|
|
|
|
|
|
|
|
x86/tsc: Consolidate init code
Dou Liyang
2018-07-30
1
-10
/
+12
|
*
|
|
|
|
|
|
|
|
x86/tsc: Make use of tsc_calibrate_cpu_early()
Pavel Tatashin
2018-07-20
3
-8
/
+20
|
*
|
|
|
|
|
|
|
|
x86/tsc: Split native_calibrate_cpu() into early and late parts
Pavel Tatashin
2018-07-20
2
-18
/
+37
|
*
|
|
|
|
|
|
|
|
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
[prev]
[next]