summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-05fs: fix lost error code in dio_completeMaximilian Heyne1-2/+2
2018-12-05perf/x86/intel: Add generic branch tracing check to intel_pmu_has_bts()Jiri Olsa2-18/+12
2018-12-05perf/x86/intel: Move branch tracing setup to the Intel-specific source fileJiri Olsa2-21/+40
2018-12-05x86/fpu: Disable bottom halves while loading FPU registersSebastian Andrzej Siewior1-2/+2
2018-12-05x86/MCE/AMD: Fix the thresholding machinery initialization orderBorislav Petkov1-13/+6
2018-12-05arm64: dts: rockchip: Fix PCIe reset polarity for rk3399-puma-haikou.Christoph Muellner1-1/+1
2018-12-05PCI: layerscape: Fix wrong invocation of outbound window disable accessorHou Zhiqiang1-1/+1
2018-12-05btrfs: relocation: set trans to be NULL after ending transactionPan Bian1-0/+1
2018-12-05Btrfs: ensure path name is null terminated at btrfs_control_ioctlFilipe Manana1-0/+1
2018-12-05xtensa: fix coprocessor part of ptrace_{get,set}xregsMax Filippov1-4/+38
2018-12-05xtensa: fix coprocessor context offset definitionsMax Filippov1-8/+8
2018-12-05xtensa: enable coprocessors that are being flushedMax Filippov1-1/+4
2018-12-05KVM: X86: Fix scan ioapic use-before-initializationWanpeng Li1-1/+2
2018-12-05KVM: x86: Fix kernel info-leak in KVM_HC_CLOCK_PAIRING hypercallLiran Alon1-0/+1
2018-12-05kvm: svm: Ensure an IBPB on all affected CPUs when freeing a vmcbJim Mattson1-5/+15
2018-12-05kvm: mmu: Fix race in emulated page table writesJunaid Shahid1-18/+9
2018-12-05x86/speculation: Provide IBPB always command line optionsThomas Gleixner2-11/+35
2018-12-05x86/speculation: Add seccomp Spectre v2 user space protection modeThomas Gleixner3-2/+25
2018-12-05x86/speculation: Enable prctl mode for spectre_v2_userThomas Gleixner2-10/+38
2018-12-05x86/speculation: Add prctl() control for indirect branch speculationThomas Gleixner6-0/+92
2018-12-05x86/speculation: Prepare arch_smt_update() for PRCTL modeThomas Gleixner1-21/+25
2018-12-05x86/speculation: Prevent stale SPEC_CTRL msr contentThomas Gleixner4-18/+40
2018-12-05x86/speculation: Split out TIF updateThomas Gleixner1-12/+23
2018-12-05ptrace: Remove unused ptrace_may_access_sched() and MODE_IBRSThomas Gleixner2-27/+0
2018-12-05x86/speculation: Prepare for conditional IBPB in switch_mm()Thomas Gleixner4-35/+118
2018-12-05x86/speculation: Avoid __switch_to_xtra() callsThomas Gleixner2-2/+26
2018-12-05x86/process: Consolidate and simplify switch_to_xtra() codeThomas Gleixner5-22/+37
2018-12-05x86/speculation: Prepare for per task indirect branch speculation controlTim Chen5-5/+41
2018-12-05x86/speculation: Add command line control for indirect branch speculationThomas Gleixner3-19/+156
2018-12-05x86/speculation: Unify conditional spectre v2 print functionsThomas Gleixner1-13/+4
2018-12-05x86/speculataion: Mark command line parser data __initdataThomas Gleixner1-2/+2
2018-12-05x86/speculation: Mark string arrays const correctlyThomas Gleixner1-3/+3
2018-12-05x86/speculation: Reorder the spec_v2 codeThomas Gleixner1-84/+84
2018-12-05x86/l1tf: Show actual SMT stateThomas Gleixner1-2/+3
2018-12-05x86/speculation: Rework SMT state changeThomas Gleixner3-12/+16
2018-12-05sched/smt: Expose sched_smt_present static keyThomas Gleixner2-3/+19
2018-12-05x86/Kconfig: Select SCHED_SMT if SMP enabledThomas Gleixner1-7/+1
2018-12-05sched/smt: Make sched_smt_present track topologyPeter Zijlstra (Intel)1-8/+11
2018-12-05x86/speculation: Reorganize speculation control MSRs updateTim Chen1-17/+29
2018-12-05x86/speculation: Rename SSBD update functionsThomas Gleixner3-11/+11
2018-12-05x86/speculation: Disable STIBP when enhanced IBRS is in useTim Chen1-0/+7
2018-12-05x86/speculation: Move STIPB/IBPB string conditionals out of cpu_show_common()Tim Chen1-2/+18
2018-12-05x86/speculation: Remove unnecessary ret variable in cpu_show_common()Tim Chen1-4/+1
2018-12-05x86/speculation: Clean up spectre_v2_parse_cmdline()Tim Chen1-14/+13
2018-12-05x86/speculation: Update the TIF_SSBD commentTim Chen1-1/+1
2018-12-05x86/retpoline: Remove minimal retpoline supportZhenzhong Duan2-14/+2
2018-12-05x86/retpoline: Make CONFIG_RETPOLINE depend on compiler supportZhenzhong Duan5-13/+10
2018-12-05x86/speculation: Add RETPOLINE_AMD support to the inline asm CALL_NOSPEC variantZhenzhong Duan1-4/+13
2018-12-05x86/speculation: Propagate information about RSB filling mitigation to sysfsJiri Kosina1-1/+2
2018-12-05x86/speculation: Apply IBPB more strictly to avoid cross-process data leakJiri Kosina3-13/+49