summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-3022-100/+324
|\
| * x86/speculation: Simplify indirect_branch_prediction_barrier()Borislav Petkov2018-01-273-9/+13
| * x86/retpoline: Simplify vmexit_fill_RSB()Borislav Petkov2018-01-276-65/+71
| * x86/cpufeatures: Clean up Spectre v2 related CPUID flagsDavid Woodhouse2018-01-274-24/+34
| * x86/cpu/bugs: Make retpoline module warning conditionalThomas Gleixner2018-01-271-3/+11
| * x86/bugs: Drop one "mitigation" from dmesgBorislav Petkov2018-01-261-1/+1
| * x86/nospec: Fix header guards namesBorislav Petkov2018-01-261-3/+3
| * x86/alternative: Print unadorned pointersBorislav Petkov2018-01-261-7/+7
| * x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) supportDavid Woodhouse2018-01-263-1/+24
| * x86/cpufeature: Blacklist SPEC_CTRL/PRED_CMD on early Spectre v2 microcodesDavid Woodhouse2018-01-261-0/+66
| * x86/pti: Do not enable PTI on CPUs which are not vulnerable to MeltdownDavid Woodhouse2018-01-261-5/+43
| * x86/msr: Add definitions for new speculation control MSRsDavid Woodhouse2018-01-261-0/+12
| * x86/cpufeatures: Add AMD feature bits for Speculation ControlDavid Woodhouse2018-01-261-0/+3
| * x86/cpufeatures: Add Intel feature bits for Speculation ControlDavid Woodhouse2018-01-261-0/+3
| * x86/cpufeatures: Add CPUID_7_EDX CPUID leafDavid Woodhouse2018-01-266-9/+15
| * module/retpoline: Warn about missing retpoline in moduleAndi Kleen2018-01-264-1/+45
| * KVM: VMX: Make indirect call speculation safePeter Zijlstra2018-01-251-2/+2
| * KVM: x86: Make indirect calls in emulator speculation safePeter Zijlstra2018-01-251-4/+5
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-01-302-2/+46
|\ \
| * | x86/gart: Exclude GART aperture from vmcoreJiri Bohac2018-01-112-2/+46
* | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-01-305-13/+67
|\ \ \
| * | | x86/centaur: Mark TSC invariantdavidwang2018-01-242-0/+5
| * | | x86/tsc: Introduce early tsc clocksourcePeter Zijlstra2018-01-141-10/+33
| * | | x86/time: Unconditionally register legacy timer interruptPeter Zijlstra2018-01-141-3/+6
| * | | x86/tsc: Allow TSC calibration without PITPeter Zijlstra2018-01-142-0/+23
* | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-01-3023-193/+1052
|\ \ \ \
| * | | | x86/jailhouse: Respect pci=lastbus command line settingsJan Kiszka2018-01-201-1/+3
| * | | | x86/jailhouse: Set X86_FEATURE_TSC_KNOWN_FREQJan Kiszka2018-01-201-0/+1
| * | | | x86/platform/intel-mid: Move PCI initialization to arch_init()Andy Shevchenko2018-01-192-1/+2
| * | | | x86/platform/uv/BAU: Replace hard-coded values with MMR definitionsAndrew Banman2018-01-162-2/+2
| * | | | x86/platform/UV: Fix UV4A BAU MMRsMike Travis2018-01-161-21/+38
| * | | | x86/platform/UV: Fix GAM MMR references in the UV x2apic codeMike Travis2018-01-161-46/+37
| * | | | x86/platform/UV: Fix GAM MMR changes in UV4AMike Travis2018-01-161-6/+80
| * | | | x86/platform/UV: Add references to access fixed UV4A HUB MMRsMike Travis2018-01-163-0/+17
| * | | | x86/platform/UV: Fix UV4A support on new Intel ProcessorsMike Travis2018-01-161-3/+11
| * | | | x86/platform/UV: Update uv_mmrs.h to prepare for UV4A fixesMike Travis2018-01-161-82/+533
| * | | | x86/jailhouse: Add PCI dependencyArnd Bergmann2018-01-151-1/+1
| * | | | x86/jailhouse: Hide x2apic code when CONFIG_X86_X2APIC=nThomas Gleixner2018-01-151-14/+19
| * | | | x86/jailhouse: Initialize PCI supportJan Kiszka2018-01-141-0/+17
| * | | | x86/jailhouse: Wire up IOAPIC for legacy UART portsJan Kiszka2018-01-141-0/+21
| * | | | x86/jailhouse: Halt instead of failing to restartJan Kiszka2018-01-141-0/+10
| * | | | x86/jailhouse: Silence ACPI warningJan Kiszka2018-01-141-0/+6
| * | | | x86/jailhouse: Avoid access of unsupported platform resourcesJan Kiszka2018-01-141-0/+13
| * | | | x86/jailhouse: Set up timekeepingJan Kiszka2018-01-141-0/+17
| * | | | x86/jailhouse: Enable PMTIMERJan Kiszka2018-01-143-16/+21
| * | | | x86/jailhouse: Enable APIC and SMP supportJan Kiszka2018-01-142-1/+45
| * | | | x86/jailhouse: Add infrastructure for running in non-root cellJan Kiszka2018-01-147-0/+136
| * | | | x86: Introduce and use MP IRQ trigger and polarity definesJan Kiszka2018-01-144-25/+37
| * | | | x86/platform: Control warm reset setup via legacy feature flagJan Kiszka2018-01-144-2/+5
| * | | | x86/apic: Install an empty physflat_init_apic_ldrJan Kiszka2018-01-141-2/+10