summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-261-0/+4
|\
| * x86/speculation/l1tf: Suggest what to do on systems with too much RAMVlastimil Babka2018-08-241-0/+4
* | Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds2018-08-252-50/+3
|\ \
| * | x86/memory_failure: Introduce {set, clear}_mce_nospec()Dan Williams2018-08-202-50/+3
* | | Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-181-3/+3
|\ \ \ | |_|/ |/| |
| * | Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman2018-07-163-5/+10
| |\ \
| * | | Drivers: hv: vmbus: Make TLFS #define names architecture neutralMichael Kelley2018-07-031-2/+2
| * | | x86/hyperv: Add interrupt handler annotationsMichael Kelley2018-07-031-1/+1
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-151-1/+3
|\ \ \
| * \ \ Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-241-3/+0
| |\ \ \
| * | | | kernfs: allow creating kernfs objects with arbitrary uid/gidDmitry Torokhov2018-07-201-1/+3
| | |_|/ | |/| |
* | | | x86/l1tf: Fix build error seen if CONFIG_KVM_INTEL is disabledGuenter Roeck2018-08-151-2/+1
* | | | Merge tag 'for-linus-4.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-08-142-1/+2
|\ \ \ \
| * | | | xen/pv: Call get_cpu_address_sizes to set x86_virt/phys_bitsM. Vefa Bicakci2018-08-062-1/+2
| | |/ / | |/| |
* | | | Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2018-08-147-68/+238
|\ \ \ \
| * | | | x86/microcode: Allow late microcode loading with SMT disabledJosh Poimboeuf2018-08-101-4/+12
| * | | | cpu/hotplug: Fix SMT supported evaluationThomas Gleixner2018-08-071-1/+1
| * | | | x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on vmentryPaolo Bonzini2018-08-051-0/+1
| * | | | x86/speculation: Simplify sysfs report of VMX L1TF vulnerabilityPaolo Bonzini2018-08-051-3/+9
| * | | | Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner2018-08-058-26/+55
| |\| | |
| * | | | x86/bugs, kvm: Introduce boot-time control of L1TF mitigationsJiri Kosina2018-07-131-0/+44
| * | | | cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED earlyThomas Gleixner2018-07-131-0/+6
| * | | | x86/kvm: Allow runtime control of L1D flushThomas Gleixner2018-07-131-1/+1
| * | | | x86/l1tf: Handle EPT disabled state properThomas Gleixner2018-07-131-4/+5
| * | | | x86/litf: Introduce vmx status variableThomas Gleixner2018-07-131-2/+34
| * | | | x86/CPU/AMD: Move TOPOEXT reenablement before reading smp_num_siblingsBorislav Petkov2018-06-221-20/+17
| * | | | x86/cpu/AMD: Evaluate smp_num_siblings earlyThomas Gleixner2018-06-211-0/+13
| * | | | x86/CPU/AMD: Do not check CPUID max ext level before parsing SMP infoBorislav Petkov2018-06-211-6/+3
| * | | | x86/cpu/intel: Evaluate smp_num_siblings earlyThomas Gleixner2018-06-211-0/+7
| * | | | x86/cpu/topology: Provide detect_extended_topology_early()Thomas Gleixner2018-06-212-9/+23
| * | | | x86/cpu/common: Provide detect_ht_early()Thomas Gleixner2018-06-212-10/+15
| * | | | x86/cpu/AMD: Remove the pointless detect_ht() callThomas Gleixner2018-06-211-4/+0
| * | | | x86/cpu: Remove the pointless CPU printoutThomas Gleixner2018-06-212-25/+5
| * | | | x86/bugs: Move the l1tf function and define pr_fmt properlyKonrad Rzeszutek Wilk2018-06-211-26/+29
| * | | | x86/speculation/l1tf: Add sysfs reporting for l1tfAndi Kleen2018-06-202-0/+60
* | | | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-132-25/+28
|\ \ \ \ \
| * | | | | x86/CPU: Call detect_nopl() only on the BSPBorislav Petkov2018-07-201-6/+4
| * | | | | x86/jump_label: Initialize static branching earlyPavel Tatashin2018-07-202-23/+28
| | |_|/ / | |/| | |
* | | | | Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2018-08-132-35/+31
|\ \ \ \ \
| * \ \ \ \ Merge branch 'x86/pti-urgent' into x86/ptiThomas Gleixner2018-08-061-3/+0
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | x86/speculation: Support Enhanced IBRS on future CPUsSai Praneeth2018-08-032-2/+21
| * | | | | x86/speculation: Protect against userspace-userspace spectreRSBJiri Kosina2018-07-311-31/+7
| * | | | | x86/entry/32: Enter the kernel via trampoline stackJoerg Roedel2018-07-201-2/+3
| | |/ / / | |/| | |
* | | | | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-08-137-72/+2588
|\ \ \ \ \
| * | | | | x86/intel_rdt: Disable PMU accessThomas Gleixner2018-08-031-1/+1
| * | | | | x86/intel_rdt: Fix possible circular lock dependencyReinette Chatre2018-07-121-15/+14
| * | | | | x86/intel_rdt: Make CPU information accessible for pseudo-locked regionsReinette Chatre2018-07-032-2/+9
| * | | | | x86/intel_rdt: Support restoration of subset of permissionsReinette Chatre2018-07-033-10/+13
| * | | | | x86/intel_rdt: Fix cleanup of plr structure on errorReinette Chatre2018-07-031-5/+17
| * | | | | x86/intel_rdt: Move pseudo_lock_region_clear()Reinette Chatre2018-07-031-23/+23