summaryrefslogtreecommitdiffstats
path: root/arch/x86/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | perf/x86/intel/pt: add new capability for Intel PTLuwei Kang2018-12-211-0/+1
| * | | | | perf/x86/intel/pt: Add new bit definitions for PT MSRsLuwei Kang2018-12-211-0/+3
| * | | | | perf/x86/intel/pt: Introduce intel_pt_validate_cap()Luwei Kang2018-12-211-0/+2
| * | | | | perf/x86/intel/pt: Export pt_cap_get()Chao Peng2018-12-211-0/+23
| * | | | | perf/x86/intel/pt: Move Intel PT MSRs bit defines to global headerChao Peng2018-12-211-0/+33
| * | | | | kvm: x86: Dynamically allocate guest_fpuMarc Orr2018-12-141-1/+2
| * | | | | kvm: x86: Use task structs fpu field for userMarc Orr2018-12-141-4/+3
| * | | | | x86/kvm/hyper-v: use stimer config definition from hyperv-tlfs.hVitaly Kuznetsov2018-12-142-7/+1
| * | | | | x86/hyper-v: move synic/stimer control structures definitions to hyperv-tlfs.hVitaly Kuznetsov2018-12-141-0/+69
| * | | | | x86/kvm/hyper-v: Introduce nested_get_evmcs_version() helperVitaly Kuznetsov2018-12-141-0/+1
| * | | | | x86/hyper-v: Drop HV_X64_CONFIGURE_PROFILER definitionVitaly Kuznetsov2018-12-141-1/+0
| * | | | | x86/hyper-v: Do some housekeeping in hyperv-tlfs.hVitaly Kuznetsov2018-12-141-95/+91
| * | | | | x86/hyper-v: Mark TLFS structures packedVitaly Kuznetsov2018-12-141-22/+25
| * | | | | Merge branch 'khdr_fix' of git://git.kernel.org/pub/scm/linux/kernel/git/shua...Paolo Bonzini2018-12-1410-30/+64
| |\ \ \ \ \
| * | | | | | KVM: nVMX: Unrestricted guest mode requires EPTJim Mattson2018-11-271-0/+1
* | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-12-261-0/+3
|\ \ \ \ \ \ \
| * | | | | | | preempt: Move PREEMPT_NEED_RESCHED definition into arch codeWill Deacon2018-12-071-0/+3
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-262-0/+2
|\ \ \ \ \ \ \
| * | | | | | | x86/speculation: Add support for STIBP always-on preferred modeThomas Lendacky2018-12-182-0/+2
* | | | | | | | Merge tag 'acpi-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2018-12-251-0/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | PCI/ACPI: Allow ACPI to be built without CONFIG_PCI setSinan Kaya2018-12-201-0/+7
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-12-2110-236/+257
|\ \ \ \ \ \ \ \
| * | | | | | | | Revert "x86/refcount: Work around GCC inlining bug"Ingo Molnar2018-12-191-48/+33
| * | | | | | | | Revert "x86/alternatives: Macrofy lock prefixes to work around GCC inlining b...Ingo Molnar2018-12-192-16/+15
| * | | | | | | | Revert "x86/bug: Macrofy the BUG table section handling, to work around GCC i...Ingo Molnar2018-12-191-56/+42
| * | | | | | | | Revert "x86/paravirt: Work around GCC inlining bugs when compiling paravirt ops"Ingo Molnar2018-12-191-27/+29
| * | | | | | | | Revert "x86/extable: Macrofy inline assembly code to work around GCC inlining...Ingo Molnar2018-12-191-20/+33
| * | | | | | | | Revert "x86/cpufeature: Macrofy inline assembly code to work around GCC inlin...Ingo Molnar2018-12-191-47/+35
| * | | | | | | | Revert "x86/jump-labels: Macrofy inline assembly code to work around GCC inli...Ingo Molnar2018-12-191-18/+54
| * | | | | | | | x86/fsgsbase/64: Fix the base write helper functionsChang S. Bae2018-12-181-4/+11
| | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | x86/mm: Fix guard hole handlingKirill A. Shutemov2018-12-111-0/+5
| |/ / / / / /
* / / / / / / kvm: x86: Add AMD's EX_CFG to the list of ignored MSRsEduardo Habkost2018-12-181-0/+1
|/ / / / / /
* | | | | / x86/boot: Clear RSDP address in boot_params for broken loadersJuergen Gross2018-12-031-0/+1
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-016-22/+60
|\| | | |
| * | | | x86/speculation: Add seccomp Spectre v2 user space protection modeThomas Gleixner2018-11-281-0/+1
| * | | | x86/speculation: Add prctl() control for indirect branch speculationThomas Gleixner2018-11-281-0/+1
| * | | | x86/speculation: Prevent stale SPEC_CTRL msr contentThomas Gleixner2018-11-282-6/+4
| * | | | x86/speculation: Prepare for conditional IBPB in switch_mm()Thomas Gleixner2018-11-282-2/+8
| * | | | x86/speculation: Avoid __switch_to_xtra() callsThomas Gleixner2018-11-281-2/+11
| * | | | x86/process: Consolidate and simplify switch_to_xtra() codeThomas Gleixner2018-11-281-3/+0
| * | | | x86/speculation: Prepare for per task indirect branch speculation controlTim Chen2018-11-283-3/+19
| * | | | x86/speculation: Add command line control for indirect branch speculationThomas Gleixner2018-11-281-0/+10
| * | | | x86/speculation: Rename SSBD update functionsThomas Gleixner2018-11-281-3/+3
| * | | | x86/speculation: Update the TIF_SSBD commentTim Chen2018-11-281-1/+1
| * | | | x86/retpoline: Remove minimal retpoline supportZhenzhong Duan2018-11-281-2/+0
| * | | | x86/retpoline: Make CONFIG_RETPOLINE depend on compiler supportZhenzhong Duan2018-11-281-4/+6
| |/ / /
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-11-303-8/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | x86/fpu: Use the correct exception table macro in the XSTATE_OP wrapperJann Horn2018-11-271-1/+1
| * | | x86/acpi, x86/boot: Take RSDP address from boot params if availableJuergen Gross2018-11-201-1/+2
| * | | x86/boot: Mostly revert commit ae7e1238e68f2a ("Add ACPI RSDP address to setu...Juergen Gross2018-11-202-6/+0
| |/ /