summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | x86/resctrl: Add AMD's X86_FEATURE_MBA to the scattered CPUID featuresSherry Hurwitz2018-11-221-1/+6
| * | | | | | | x86/resctrl: Rename the config option INTEL_RDT to RESCTRLBabu Moger2018-11-222-3/+3
| * | | | | | | x86/resctrl: Add vendor check for the MBA software controllerBabu Moger2018-11-221-1/+4
| * | | | | | | x86/resctrl: Bring cbm_validate() into the resource structureBabu Moger2018-11-223-9/+19
| * | | | | | | x86/resctrl: Initialize the vendor-specific resource functionsBabu Moger2018-11-223-9/+37
| * | | | | | | x86/resctrl: Move all the macros to resctrl/internal.hBabu Moger2018-11-224-24/+24
| * | | | | | | x86/resctrl: Re-arrange the RDT init codeBabu Moger2018-11-221-7/+21
| * | | | | | | x86/resctrl: Rename the RDT functions and definitionsBabu Moger2018-11-226-27/+28
| * | | | | | | x86/resctrl: Rename and move rdt files to a separate directoryBabu Moger2018-11-2211-19/+20
| |/ / / / / /
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-12-261-14/+1
|\ \ \ \ \ \ \
| * | | | | | | x86/kvmclock: convert to SPDX identifiersPeng Hao2018-12-211-14/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'for-linus-4.21-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-12-261-1/+1
|\ \ \ \ \ \ \
| * | | | | | | xen/pvh: Split CONFIG_XEN_PVH into CONFIG_PVH and CONFIG_XEN_PVHMaran Wilson2018-12-131-1/+1
| |/ / / / / /
* | | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-252-11/+28
|\ \ \ \ \ \ \
| * | | | | | | x86/speculation: Add support for STIBP always-on preferred modeThomas Lendacky2018-12-181-6/+22
| * | | | | | | x86/speculation/l1tf: Drop the swap storage limit restriction when l1tf=offMichal Hocko2018-12-111-1/+2
| * | | | | | | x86/speculation: Change misspelled STIPB to STIBPWaiman Long2018-12-062-4/+4
* | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-12-215-64/+66
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Revert "kbuild/Makefile: Prepare for using macros in inline assembly code to ...Ingo Molnar2018-12-191-7/+0
| * | | | | | | Revert "x86/objtool: Use asm macros to work around GCC inlining bugs"Ingo Molnar2018-12-191-2/+0
| * | | | | | | Revert "x86/refcount: Work around GCC inlining bug"Ingo Molnar2018-12-191-1/+0
| * | | | | | | Revert "x86/alternatives: Macrofy lock prefixes to work around GCC inlining b...Ingo Molnar2018-12-191-1/+0
| * | | | | | | Revert "x86/bug: Macrofy the BUG table section handling, to work around GCC i...Ingo Molnar2018-12-191-1/+0
| * | | | | | | Revert "x86/paravirt: Work around GCC inlining bugs when compiling paravirt ops"Ingo Molnar2018-12-191-1/+0
| * | | | | | | Revert "x86/extable: Macrofy inline assembly code to work around GCC inlining...Ingo Molnar2018-12-191-1/+0
| * | | | | | | Revert "x86/cpufeature: Macrofy inline assembly code to work around GCC inlin...Ingo Molnar2018-12-191-1/+0
| * | | | | | | Revert "x86/jump-labels: Macrofy inline assembly code to work around GCC inli...Ingo Molnar2018-12-191-1/+0
| * | | | | | | x86/mtrr: Don't copy uninitialized gentry fields back to userspaceColin Ian King2018-12-191-0/+2
| * | | | | | | x86/fsgsbase/64: Fix the base write helper functionsChang S. Bae2018-12-182-48/+60
| | |_|_|_|/ / | |/| | | | |
| * | | | | | x86/intel_rdt: Ensure a CPU remains online for the region's pseudo-locking se...Reinette Chatre2018-12-111-0/+4
| | |_|/ / / | |/| | | |
* / | | | | kprobes/x86: Fix instruction patching corruption when copying more than one R...Masami Hiramatsu2018-12-041-1/+1
|/ / / / /
* | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-015-170/+515
|\| | | |
| * | | | x86/speculation: Provide IBPB always command line optionsThomas Gleixner2018-11-281-11/+23
| * | | | x86/speculation: Add seccomp Spectre v2 user space protection modeThomas Gleixner2018-11-281-1/+16
| * | | | x86/speculation: Enable prctl mode for spectre_v2_userThomas Gleixner2018-11-281-9/+32
| * | | | x86/speculation: Add prctl() control for indirect branch speculationThomas Gleixner2018-11-282-0/+72
| * | | | x86/speculation: Prepare arch_smt_update() for PRCTL modeThomas Gleixner2018-11-281-21/+25
| * | | | x86/speculation: Prevent stale SPEC_CTRL msr contentThomas Gleixner2018-11-282-12/+36
| * | | | x86/speculation: Split out TIF updateThomas Gleixner2018-11-281-12/+23
| * | | | x86/speculation: Prepare for conditional IBPB in switch_mm()Thomas Gleixner2018-11-281-5/+24
| * | | | x86/speculation: Avoid __switch_to_xtra() callsThomas Gleixner2018-11-281-0/+15
| * | | | x86/process: Consolidate and simplify switch_to_xtra() codeThomas Gleixner2018-11-284-19/+37
| * | | | x86/speculation: Prepare for per task indirect branch speculation controlTim Chen2018-11-282-2/+22
| * | | | x86/speculation: Add command line control for indirect branch speculationThomas Gleixner2018-11-281-17/+116
| * | | | x86/speculation: Unify conditional spectre v2 print functionsThomas Gleixner2018-11-281-13/+4
| * | | | x86/speculataion: Mark command line parser data __initdataThomas Gleixner2018-11-281-2/+2
| * | | | x86/speculation: Mark string arrays const correctlyThomas Gleixner2018-11-281-3/+3
| * | | | x86/speculation: Reorder the spec_v2 codeThomas Gleixner2018-11-281-84/+84
| * | | | x86/l1tf: Show actual SMT stateThomas Gleixner2018-11-281-2/+3
| * | | | x86/speculation: Rework SMT state changeThomas Gleixner2018-11-281-6/+5