summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-12-17Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...James Morris2-0/+79
2018-12-17Merge branch 'x86/urgent' into x86/mm, to pick up dependent fixIngo Molnar13-220/+529
2018-12-17kprobes/x86: Remove unneeded arch_within_kprobe_blacklist from x86Masami Hiramatsu1-8/+0
2018-12-17kprobes/x86: Show x86-64 specific blacklisted symbols correctlyMasami Hiramatsu1-0/+6
2018-12-13dma-mapping: bypass indirect calls for dma-directChristoph Hellwig1-1/+1
2018-12-13dma-direct: merge swiotlb_dma_ops into the dma_direct codeChristoph Hellwig1-3/+1
2018-12-13xen/pvh: Split CONFIG_XEN_PVH into CONFIG_PVH and CONFIG_XEN_PVHMaran Wilson1-1/+1
2018-12-11x86/resctrl: Fix rdt_find_domain() return value and checksReinette Chatre3-3/+3
2018-12-11x86/intel_rdt: Ensure a CPU remains online for the region's pseudo-locking se...Reinette Chatre1-0/+4
2018-12-11x86/dma/amd-gart: Stop resizing dma_debug_entry poolRobin Murphy1-23/+0
2018-12-11x86/ima: retry detecting secure boot modeMimi Zohar2-2/+46
2018-12-11x86/ima: define arch_get_ima_policy() for x86Eric Richter1-0/+16
2018-12-11x86/speculation/l1tf: Drop the swap storage limit restriction when l1tf=offMichal Hocko1-1/+2
2018-12-08x86/kprobes: Remove trampoline_handler() prototypeBorislav Petkov1-3/+1
2018-12-08x86/kernel: Fix more -Wmissing-prototypes warningsBorislav Petkov15-8/+26
2018-12-06x86/calgary: remove the mapping_error dma_map_ops methodChristoph Hellwig1-23/+7
2018-12-06x86/amd_gart: remove the mapping_error dma_map_ops methodChristoph Hellwig1-34/+6
2018-12-06x86/mce: Unify pr_* prefixBorislav Petkov7-4/+11
2018-12-06x86/speculation: Change misspelled STIPB to STIBPWaiman Long2-4/+4
2018-12-05x86/mce: Streamline MCE subsystem's namingBorislav Petkov15-14/+14
2018-12-05x86/umip: Make the UMIP activated message genericLendacky, Thomas1-1/+1
2018-12-04x86/fpu: Don't export __kernel_fpu_{begin,end}()Sebastian Andrzej Siewior1-4/+2
2018-12-04kprobes/x86: Fix instruction patching corruption when copying more than one R...Masami Hiramatsu1-1/+1
2018-12-03x86/fpu: Update comment for __raw_xsave_addr()Sebastian Andrzej Siewior1-2/+0
2018-12-03x86/process/32: Remove asm/math_emu.h includeSebastian Andrzej Siewior1-3/+0
2018-12-03x86/fpu: Use unsigned long long shift in xfeature_uncompacted_offset()Sebastian Andrzej Siewior1-1/+1
2018-12-03x86/umip: Print UMIP line only onceBorislav Petkov1-1/+1
2018-12-03x86: Fix various typos in commentsIngo Molnar4-4/+4
2018-12-03Merge tag 'v4.20-rc5' into x86/cleanups, to sync up the treeIngo Molnar17-321/+586
2018-12-01Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-170/+515
2018-11-30Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-36/+9
2018-11-29x86/resctrl: Remove unnecessary check for cbm_validate()Babu Moger1-1/+1
2018-11-28x86/speculation: Provide IBPB always command line optionsThomas Gleixner1-11/+23
2018-11-28x86/speculation: Add seccomp Spectre v2 user space protection modeThomas Gleixner1-1/+16
2018-11-28x86/speculation: Enable prctl mode for spectre_v2_userThomas Gleixner1-9/+32
2018-11-28x86/speculation: Add prctl() control for indirect branch speculationThomas Gleixner2-0/+72
2018-11-28x86/speculation: Prepare arch_smt_update() for PRCTL modeThomas Gleixner1-21/+25
2018-11-28x86/speculation: Prevent stale SPEC_CTRL msr contentThomas Gleixner2-12/+36
2018-11-28x86/speculation: Split out TIF updateThomas Gleixner1-12/+23
2018-11-28x86/speculation: Prepare for conditional IBPB in switch_mm()Thomas Gleixner1-5/+24
2018-11-28x86/speculation: Avoid __switch_to_xtra() callsThomas Gleixner1-0/+15
2018-11-28x86/process: Consolidate and simplify switch_to_xtra() codeThomas Gleixner4-19/+37
2018-11-28x86/speculation: Prepare for per task indirect branch speculation controlTim Chen2-2/+22
2018-11-28x86/speculation: Add command line control for indirect branch speculationThomas Gleixner1-17/+116
2018-11-28x86/speculation: Unify conditional spectre v2 print functionsThomas Gleixner1-13/+4
2018-11-28x86/speculataion: Mark command line parser data __initdataThomas Gleixner1-2/+2
2018-11-28x86/speculation: Mark string arrays const correctlyThomas Gleixner1-3/+3
2018-11-28x86/speculation: Reorder the spec_v2 codeThomas Gleixner1-84/+84
2018-11-28x86/l1tf: Show actual SMT stateThomas Gleixner1-2/+3
2018-11-28x86/speculation: Rework SMT state changeThomas Gleixner1-6/+5