summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-23x86/cpufeature: Move processor tracing out of scattered featuresPaolo Bonzini2-2/+1
2018-01-23objtool: Improve error message for bad file argumentJosh Poimboeuf1-1/+3
2018-01-23x86/retpoline: Add LFENCE to the retpoline/RSB filling RSB macrosTom Lendacky1-1/+5
2018-01-23x86/retpoline: Fill RSB on context switch for affected CPUsDavid Woodhouse4-0/+59
2018-01-23sched/deadline: Zero out positive runtime after throttling constrained tasksXunlei Pang1-0/+2
2018-01-23scsi: hpsa: fix volume offline stateTomas Henzl1-0/+1
2018-01-23iser-target: Fix possible use-after-free in connection establishment errorSagi Grimberg1-0/+1
2018-01-23af_key: fix buffer overread in parse_exthdrs()Eric Biggers1-0/+3
2018-01-23af_key: fix buffer overread in verify_address_len()Eric Biggers1-0/+5
2018-01-23timers: Unconditionally check deferrable baseThomas Gleixner1-1/+1
2018-01-23ALSA: hda - Apply the existing quirk to iMac 14,1Takashi Iwai1-0/+1
2018-01-23ALSA: hda - Apply headphone noise quirk for another Dell XPS 13 variantTakashi Iwai1-0/+1
2018-01-23ALSA: pcm: Remove yet superfluous WARN_ON()Takashi Iwai1-1/+0
2018-01-23ALSA: seq: Make ioctls race-freeTakashi Iwai2-0/+4
2018-01-23futex: Prevent overflow by strengthen input validationLi Jinyue1-0/+3
2018-01-23scsi: sg: disable SET_FORCE_LOW_DMAHannes Reinecke2-22/+9
2018-01-23libnvdimm, btt: Fix an incompatibility in the log layoutVishal Verma2-36/+212
2018-01-17Linux 4.9.77v4.9.77Greg Kroah-Hartman1-1/+1
2018-01-17x86/pti/efi: broken conversion from efi to kernel page tablePavel Tatashin3-8/+12
2018-01-17objtool: Fix retpoline support for pre-ORC objtoolJosh Poimboeuf1-0/+8
2018-01-17x86/retpoline: Remove compile time warningThomas Gleixner1-2/+0
2018-01-17selftests/x86: Add test_vsyscallAndy Lutomirski2-1/+501
2018-01-17x86/retpoline: Fill return stack buffer on vmexitDavid Woodhouse3-1/+85
2018-01-17x86/retpoline/irq32: Convert assembler indirect jumpsAndi Kleen1-4/+5
2018-01-17x86/retpoline/checksum32: Convert assembler indirect jumpsDavid Woodhouse1-3/+4
2018-01-17x86/retpoline/xen: Convert Xen hypercall indirect jumpsDavid Woodhouse1-2/+3
2018-01-17x86/retpoline/hyperv: Convert assembler indirect jumpsDavid Woodhouse1-4/+7
2018-01-17x86/retpoline/ftrace: Convert ftrace assembler indirect jumpsDavid Woodhouse2-5/+7
2018-01-17x86/retpoline/entry: Convert entry assembler indirect jumpsDavid Woodhouse2-4/+11
2018-01-17x86/retpoline/crypto: Convert crypto assembler indirect jumpsDavid Woodhouse4-5/+9
2018-01-17x86/spectre: Add boot time option to select Spectre v2 mitigationDavid Woodhouse4-5/+195
2018-01-17x86/retpoline: Add initial retpoline supportDavid Woodhouse8-0/+232
2018-01-17x86/asm: Use register variable to get stack pointer valueAndrey Ryabinin5-16/+16
2018-01-17objtool: Allow alternatives to be ignoredJosh Poimboeuf1-7/+57
2018-01-17objtool: Detect jumps to retpoline thunksJosh Poimboeuf1-0/+7
2018-01-17objtool, modules: Discard objtool annotation sections for modulesJosh Poimboeuf4-3/+7
2018-01-17x86/mm/32: Move setup_clear_cpu_cap(X86_FEATURE_PCID) earlierAndy Lutomirski2-8/+8
2018-01-17x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline asmDavid Woodhouse1-2/+2
2018-01-17x86/alternatives: Fix optimize_nops() checkingBorislav Petkov1-2/+5
2018-01-17sysfs/cpu: Fix typos in vulnerability documentationDavid Woodhouse1-2/+2
2018-01-17x86/cpu/AMD: Use LFENCE_RDTSC in preference to MFENCE_RDTSCTom Lendacky2-2/+17
2018-01-17x86/cpu/AMD: Make LFENCE a serializing instructionTom Lendacky2-0/+12
2018-01-17x86/cpu: Implement CPU vulnerabilites sysfs functionsThomas Gleixner2-0/+30
2018-01-17sysfs/cpu: Add vulnerability folderThomas Gleixner4-0/+74
2018-01-17x86/cpu: Merge bugs.c and bugs_64.cBorislav Petkov3-40/+23
2018-01-17x86/cpufeatures: Add X86_BUG_SPECTRE_V[12]David Woodhouse2-0/+5
2018-01-17x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWNThomas Gleixner2-2/+2
2018-01-17x86/cpufeatures: Add X86_BUG_CPU_INSECUREThomas Gleixner2-0/+5
2018-01-17x86/cpufeatures: Make CPU bugs stickyThomas Gleixner3-5/+7
2018-01-17x86/cpu: Factor out application of forced CPU capsAndy Lutomirski1-8/+12