summaryrefslogtreecommitdiffstats
path: root/arch/x86/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/hyperv: Reenlightenment notifications supportVitaly Kuznetsov2018-01-303-1/+42
* x86/hyperv: Add a function to read both TSC and TSC page value simulateneouslyVitaly Kuznetsov2018-01-301-4/+19
* Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-01-301-0/+2
|\
| * x86/MCE: Report only DRAM ECC as memory errors on AMD systemsYazen Ghannam2017-12-181-0/+2
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-01-301-0/+4
|\ \
| * \ Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2018-01-0634-232/+824
| |\ \
| * \ \ Merge tag 'v4.15-rc4' into perf/core, to pick up fixesIngo Molnar2017-12-182-5/+22
| |\ \ \
| * \ \ \ Merge tag 'v4.15-rc3' into perf/core, to refresh the treeIngo Molnar2017-12-127-19/+49
| |\ \ \ \
| * | | | | uprobes/x86: Emulate push insns for uprobe on x86Yonghong Song2017-12-111-0/+4
| * | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixes and to refresh to...Ingo Molnar2017-12-0624-178/+88
| |\ \ \ \ \
| * | | | | | x86/asm: Allow again using asm.h when building for the 'bpf' clang targetArnaldo Carvalho de Melo2017-12-051-0/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-308-76/+61
|\ \ \ \ \ \
| * | | | | | x86/speculation: Simplify indirect_branch_prediction_barrier()Borislav Petkov2018-01-272-9/+7
| * | | | | | x86/retpoline: Simplify vmexit_fill_RSB()Borislav Petkov2018-01-272-63/+10
| * | | | | | x86/cpufeatures: Clean up Spectre v2 related CPUID flagsDavid Woodhouse2018-01-272-10/+10
| * | | | | | x86/nospec: Fix header guards namesBorislav Petkov2018-01-261-3/+3
| * | | | | | x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) supportDavid Woodhouse2018-01-262-0/+15
| * | | | | | 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-264-7/+14
* | | | | | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-01-301-0/+5
|\ \ \ \ \ \ \
| * | | | | | | x86/tsc: Allow TSC calibration without PITPeter Zijlstra2018-01-141-0/+5
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-01-308-107/+721
|\ \ \ \ \ \ \
| * | | | | | | x86/platform/uv/BAU: Replace hard-coded values with MMR definitionsAndrew Banman2018-01-161-1/+0
| * | | | | | | x86/platform/UV: Fix UV4A BAU MMRsMike Travis2018-01-161-21/+38
| * | | | | | | 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-162-0/+15
| * | | | | | | x86/platform/UV: Update uv_mmrs.h to prepare for UV4A fixesMike Travis2018-01-161-82/+533
| * | | | | | | x86/jailhouse: Add infrastructure for running in non-root cellJan Kiszka2018-01-143-0/+49
| * | | | | | | x86: Introduce and use MP IRQ trigger and polarity definesJan Kiszka2018-01-141-3/+11
| * | | | | | | x86/platform: Control warm reset setup via legacy feature flagJan Kiszka2018-01-141-0/+1
| |/ / / / / /
* | | | | | | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-01-301-0/+1
|\ \ \ \ \ \ \
| * | | | | | | x86/intel_rdt: Enumerate L2 Code and Data Prioritization (CDP) featureFenghua Yu2018-01-181-0/+1
* | | | | | | | Merge tag 'acpi-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2018-01-291-1/+1
|\ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ Merge branches 'acpi-x86', 'acpi-apei' and 'acpi-ec'Rafael J. Wysocki2018-01-181-1/+1
| |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ | | | |/| | | | | | |
| | * | | | | | | | | ACPI / x86: boot: Use INVALID_ACPI_IRQ instead of 0 for acpi_sci_override_gsiAndy Shevchenko2017-12-281-1/+1
* | | | | | | | | | | Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-01-291-2/+0
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Construct init thread stack in the linker script rather than by unionDavid Howells2018-01-101-2/+0
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-281-1/+0
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
| * | | | | | | | | | x86/retpoline: Remove the esp/rsp thunkWaiman Long2018-01-241-1/+0
* | | | | | | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-212-3/+8
|\| | | | | | | | | | | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | x86/retpoline: Optimize inline assembler for vmexit_fill_RSBAndi Kleen2018-01-191-3/+4
| * | | | | | | | | retpoline: Introduce start/end markers of indirect thunkMasami Hiramatsu2018-01-191-0/+3
| * | | | | | | | | x86/mce: Make machine check speculation protectedThomas Gleixner2018-01-191-0/+1
* | | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-01-172-2/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/mm: Encrypt the initrd earlier for BSP microcode updateTom Lendacky2018-01-161-2/+2
| * | | | | | | | | | Revert "x86/apic: Remove init_bsp_APIC()"Ville Syrjälä2018-01-141-0/+1
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-172-2/+7
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | / / / / / / | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | x86/cpufeature: Move processor tracing out of scattered featuresPaolo Bonzini2018-01-171-1/+1