summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'msr-bitmaps' of git://git.kernel.org/pub/scm/virt/kvm/kvm into ...Thomas Gleixner2018-02-031-254/+186
|\
| * KVM: VMX: make MSR bitmaps per-VCPUPaolo Bonzini2018-01-311-123/+147
| * KVM: VMX: introduce alloc_loaded_vmcsPaolo Bonzini2018-01-271-14/+22
| * KVM: nVMX: Eliminate vmcs02 poolJim Mattson2018-01-271-123/+23
* | x86/speculation: Fix typo IBRS_ATT, which should be IBRS_ALLDarren Kenny2018-02-021-1/+1
* | x86/pti: Mark constant arrays as __initconstArnd Bergmann2018-02-021-2/+2
* | x86/spectre: Simplify spectre_v2 command line parsingKarimAllah Ahmed2018-02-021-30/+56
* | x86/retpoline: Avoid retpolines for built-in __init functionsDavid Woodhouse2018-02-021-1/+8
* | x86/kvm: Update spectre-v1 mitigationDan Williams2018-02-011-11/+9
* | x86/paravirt: Remove 'noreplace-paravirt' cmdline optionJosh Poimboeuf2018-01-312-16/+0
* | x86/speculation: Use Indirect Branch Prediction Barrier in context switchTim Chen2018-01-302-1/+34
* | x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on IntelDavid Woodhouse2018-01-302-19/+29
* | x86/spectre: Fix spelling mistake: "vunerable"-> "vulnerable"Colin Ian King2018-01-301-1/+1
* | x86/spectre: Report get_user mitigation for spectre_v1Dan Williams2018-01-301-1/+1
* | nl80211: Sanitize array index in parse_txq_paramsDan Williams2018-01-301-3/+6
* | vfs, fdtable: Prevent bounds-check bypass via speculative executionDan Williams2018-01-301-1/+4
* | x86/syscall: Sanitize syscall table de-references under speculationDan Williams2018-01-301-1/+4
* | x86/get_user: Use pointer masking to limit speculationDan Williams2018-01-301-0/+10
* | x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospecDan Williams2018-01-304-14/+14
* | x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end}Dan Williams2018-01-301-4/+4
* | x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospecDan Williams2018-01-301-0/+9
* | x86: Introduce barrier_nospecDan Williams2018-01-302-2/+5
* | x86: Implement array_index_mask_nospecDan Williams2018-01-301-0/+24
* | array_index_nospec: Sanitize speculative array de-referencesDan Williams2018-01-301-0/+72
* | Documentation: Document array_index_nospecMark Rutland2018-01-301-0/+90
* | x86/asm: Move 'status' from thread_struct to thread_infoAndy Lutomirski2018-01-307-12/+11
* | x86/entry/64: Push extra regs right awayAndy Lutomirski2018-01-301-3/+7
* | x86/entry/64: Remove the SYSCALL64 fast pathAndy Lutomirski2018-01-302-122/+2
* | x86/spectre: Check CONFIG_RETPOLINE in command line parserDou Liyang2018-01-301-3/+3
* | x86/mm: Fix overlap of i386 CPU_ENTRY_AREA with FIX_BTMAPWilliam Grant2018-01-302-4/+7
* | objtool: Warn on stripped section symbolJosh Poimboeuf2018-01-301-0/+5
* | objtool: Add support for alternatives at the end of a sectionJosh Poimboeuf2018-01-301-22/+31
* | objtool: Improve retpoline alternative handlingJosh Poimboeuf2018-01-301-20/+16
* | Merge tag 'v4.15' into x86/pti, to be able to merge dependent changesIngo Molnar2018-01-3013079-284848/+604316
|\ \
| * | Linux 4.15v4.15Linus Torvalds2018-01-281-1/+1
| * | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-282-2/+0
| |\ \
| * \ \ Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-01-287-34/+60
| |\ \ \
| | * | | x86/ftrace: Add one more ENDPROC annotationJosh Poimboeuf2018-01-281-1/+1
| | * | | x86: Mark hpa as a "Designated Reviewer" for the time beingH. Peter Anvin2018-01-271-11/+1
| | * | | x86/mm/64: Tighten up vmalloc_fault() sanity checks on 5-level kernelsAndy Lutomirski2018-01-261-13/+9
| | * | | x86/mm/64: Fix vmapped stack syncing on very-large-memory 4-level systemsAndy Lutomirski2018-01-261-5/+29
| | * | | x86/microcode: Fix again accessing initrd after having been freedBorislav Petkov2018-01-241-1/+1
| | * | | x86/microcode/intel: Extend BDW late-loading further with LLC size checkJia Zhang2018-01-241-2/+18
| | * | | perf/x86/amd/power: Do not load AMD power module on !AMD platformsXiao Liang2018-01-241-1/+1
| * | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-01-281-0/+3
| |\ \ \ \
| | * | | | hrtimer: Reset hrtimer cpu base proper on CPU hotplugThomas Gleixner2018-01-271-0/+3
| * | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-01-283-5/+18
| |\ \ \ \ \
| | * | | | | sched/core: Fix cpu.max vs. cpuhotplug deadlockPeter Zijlstra2018-01-243-5/+18
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-01-282-20/+60
| |\ \ \ \ \
| | * | | | | perf/x86: Fix perf,x86,cpuhp deadlockPeter Zijlstra2018-01-251-15/+18