Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | x86/bugs, kvm: Introduce boot-time control of L1TF mitigations | Jiri Kosina | 2018-07-13 | 1 | -0/+44 | |
| * | | | | | | | | | cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED early | Thomas Gleixner | 2018-07-13 | 1 | -0/+6 | |
| * | | | | | | | | | x86/kvm: Allow runtime control of L1D flush | Thomas Gleixner | 2018-07-13 | 1 | -1/+1 | |
| * | | | | | | | | | x86/l1tf: Handle EPT disabled state proper | Thomas Gleixner | 2018-07-13 | 1 | -4/+5 | |
| * | | | | | | | | | x86/litf: Introduce vmx status variable | Thomas Gleixner | 2018-07-13 | 1 | -2/+34 | |
| * | | | | | | | | | Revert "x86/apic: Ignore secondary threads if nosmt=force" | Thomas Gleixner | 2018-07-02 | 2 | -21/+1 | |
| * | | | | | | | | | x86/CPU/AMD: Move TOPOEXT reenablement before reading smp_num_siblings | Borislav Petkov | 2018-06-22 | 1 | -20/+17 | |
| * | | | | | | | | | x86/apic: Ignore secondary threads if nosmt=force | Thomas Gleixner | 2018-06-21 | 2 | -1/+21 | |
| * | | | | | | | | | 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 | |
| * | | | | | | | | | x86/topology: Provide topology_smt_supported() | Thomas Gleixner | 2018-06-21 | 1 | -0/+8 | |
| * | | | | | | | | | x86/smp: Provide topology_is_primary_thread() | Thomas Gleixner | 2018-06-21 | 2 | -0/+24 | |
| * | | | | | | | | | x86/bugs: Move the l1tf function and define pr_fmt properly | Konrad Rzeszutek Wilk | 2018-06-21 | 1 | -26/+29 | |
| * | | | | | | | | | x86/speculation/l1tf: Add sysfs reporting for l1tf | Andi Kleen | 2018-06-20 | 2 | -0/+60 | |
| * | | | | | | | | | x86/speculation/l1tf: Make sure the first page is always reserved | Andi Kleen | 2018-06-20 | 1 | -0/+6 | |
| | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2018-08-14 | 10 | -360/+350 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | 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 | 2 | -7/+20 | |
| * | | | | | | | | | x86/tsc: Split native_calibrate_cpu() into early and late parts | Pavel Tatashin | 2018-07-20 | 1 | -18/+36 | |
| * | | | | | | | | | 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 | 2 | -41/+48 | |
| * | | | | | | | | | 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 | 2 | -4/+14 | |
| * | | | | | | | | | 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 | 2 | -30/+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 | 1 | -23/+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 | 7 | -11/+48 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | | | ||||||
| * | | | | | | | | | x86/platform/intel-mid: Remove custom TSC calibration | Andy Shevchenko | 2018-07-03 | 1 | -0/+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/tsc: Add missing header to tsc_msr.c | Andy Shevchenko | 2018-07-03 | 1 | -0/+1 | |
| | |_|_|_|/ / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip | Linus Torvalds | 2018-08-14 | 13 | -84/+188 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'x86/pti-urgent' into x86/pti | Thomas Gleixner | 2018-08-06 | 3 | -9/+9 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | | | ||||||
| * | | | | | | | | | x86/speculation: Support Enhanced IBRS on future CPUs | Sai Praneeth | 2018-08-03 | 2 | -2/+21 | |
| * | | | | | | | | | x86/speculation: Protect against userspace-userspace spectreRSB | Jiri Kosina | 2018-07-31 | 1 | -31/+7 | |
| * | | | | | | | | | x86/kexec: Allocate 8k PGDs for PTI | Joerg Roedel | 2018-07-30 | 1 | -2/+3 | |
| * | | | | | | | | | x86/ldt: Enable LDT user-mapping for PAE | Joerg Roedel | 2018-07-20 | 1 | -0/+53 |