aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2018-12-13xen/pvh: Split CONFIG_XEN_PVH into CONFIG_PVH and CONFIG_XEN_PVHMaran Wilson
2018-12-04kprobes/x86: Fix instruction patching corruption when copying more than one R...Masami Hiramatsu
2018-12-01Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-11-30Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-11-28x86/speculation: Provide IBPB always command line optionsThomas Gleixner
2018-11-28x86/speculation: Add seccomp Spectre v2 user space protection modeThomas Gleixner
2018-11-28x86/speculation: Enable prctl mode for spectre_v2_userThomas Gleixner
2018-11-28x86/speculation: Add prctl() control for indirect branch speculationThomas Gleixner
2018-11-28x86/speculation: Prepare arch_smt_update() for PRCTL modeThomas Gleixner
2018-11-28x86/speculation: Prevent stale SPEC_CTRL msr contentThomas Gleixner
2018-11-28x86/speculation: Split out TIF updateThomas Gleixner
2018-11-28x86/speculation: Prepare for conditional IBPB in switch_mm()Thomas Gleixner
2018-11-28x86/speculation: Avoid __switch_to_xtra() callsThomas Gleixner
2018-11-28x86/process: Consolidate and simplify switch_to_xtra() codeThomas Gleixner
2018-11-28x86/speculation: Prepare for per task indirect branch speculation controlTim Chen
2018-11-28x86/speculation: Add command line control for indirect branch speculationThomas Gleixner
2018-11-28x86/speculation: Unify conditional spectre v2 print functionsThomas Gleixner
2018-11-28x86/speculataion: Mark command line parser data __initdataThomas Gleixner
2018-11-28x86/speculation: Mark string arrays const correctlyThomas Gleixner
2018-11-28x86/speculation: Reorder the spec_v2 codeThomas Gleixner
2018-11-28x86/l1tf: Show actual SMT stateThomas Gleixner
2018-11-28x86/speculation: Rework SMT state changeThomas Gleixner
2018-11-28x86/speculation: Reorganize speculation control MSRs updateTim Chen
2018-11-28x86/speculation: Rename SSBD update functionsThomas Gleixner
2018-11-28x86/speculation: Disable STIBP when enhanced IBRS is in useTim Chen
2018-11-28x86/speculation: Move STIPB/IBPB string conditionals out of cpu_show_common()Tim Chen
2018-11-28x86/speculation: Remove unnecessary ret variable in cpu_show_common()Tim Chen
2018-11-28x86/speculation: Clean up spectre_v2_parse_cmdline()Tim Chen
2018-11-28x86/retpoline: Remove minimal retpoline supportZhenzhong Duan
2018-11-28x86/retpoline: Make CONFIG_RETPOLINE depend on compiler supportZhenzhong Duan
2018-11-28x86/MCE/AMD: Fix the thresholding machinery initialization orderBorislav Petkov
2018-11-27x86/function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)
2018-11-20x86/fpu: Disable bottom halves while loading FPU registersSebastian Andrzej Siewior
2018-11-20x86/acpi, x86/boot: Take RSDP address from boot params if availableJuergen Gross
2018-11-20x86/boot: Mostly revert commit ae7e1238e68f2a ("Add ACPI RSDP address to setu...Juergen Gross
2018-11-09x86/cpu/vmware: Do not trace vmware_sched_clock()Steven Rostedt (VMware)
2018-11-06x86/vsmp: Remove dependency on pv_irq_opsEial Czerwacki
2018-11-06x86/ldt: Remove unused variable in map_ldt_struct()Kirill A. Shutemov
2018-11-06x86/ldt: Unmap PTEs for the slot before freeing LDT pagesKirill A. Shutemov
2018-11-06acpi/nfit, x86/mce: Validate a MCE's address before using itVishal Verma
2018-11-06acpi/nfit, x86/mce: Handle only uncorrectable machine checksVishal Verma
2018-11-04x86/hyper-v: Enable PIT shutdown quirkMichael Kelley
2018-11-03Merge branch 'core/urgent' into x86/urgent, to pick up objtool fixIngo Molnar
2018-11-01x86/compat: Adjust in_compat_syscall() to generic code under !COMPATDmitry Safonov
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variantsMike Rapoport
2018-10-31memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport
2018-10-31memblock: replace alloc_bootmem with memblock_allocMike Rapoport
2018-10-31memblock: replace alloc_bootmem_pages with memblock_allocMike Rapoport