summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86/speculation: Enable prctl mode for spectre_v2_userThomas Gleixner2018-11-282-10/+38
* x86/speculation: Add prctl() control for indirect branch speculationThomas Gleixner2018-11-287-0/+93
* x86/speculation: Prepare arch_smt_update() for PRCTL modeThomas Gleixner2018-11-281-21/+25
* x86/speculation: Prevent stale SPEC_CTRL msr contentThomas Gleixner2018-11-284-18/+40
* x86/speculation: Split out TIF updateThomas Gleixner2018-11-281-12/+23
* ptrace: Remove unused ptrace_may_access_sched() and MODE_IBRSThomas Gleixner2018-11-282-27/+0
* x86/speculation: Prepare for conditional IBPB in switch_mm()Thomas Gleixner2018-11-284-36/+118
* x86/speculation: Avoid __switch_to_xtra() callsThomas Gleixner2018-11-282-2/+26
* x86/process: Consolidate and simplify switch_to_xtra() codeThomas Gleixner2018-11-285-22/+37
* x86/speculation: Prepare for per task indirect branch speculation controlTim Chen2018-11-285-5/+41
* x86/speculation: Add command line control for indirect branch speculationThomas Gleixner2018-11-283-19/+156
* x86/speculation: Unify conditional spectre v2 print functionsThomas Gleixner2018-11-281-13/+4
* x86/speculataion: Mark command line parser data __initdataThomas Gleixner2018-11-281-2/+2
* x86/speculation: Mark string arrays const correctlyThomas Gleixner2018-11-281-3/+3
* x86/speculation: Reorder the spec_v2 codeThomas Gleixner2018-11-281-84/+84
* x86/l1tf: Show actual SMT stateThomas Gleixner2018-11-281-2/+3
* x86/speculation: Rework SMT state changeThomas Gleixner2018-11-283-12/+16
* sched/smt: Expose sched_smt_present static keyThomas Gleixner2018-11-282-3/+19
* x86/Kconfig: Select SCHED_SMT if SMP enabledThomas Gleixner2018-11-281-7/+1
* sched/smt: Make sched_smt_present track topologyPeter Zijlstra (Intel)2018-11-281-8/+11
* x86/speculation: Reorganize speculation control MSRs updateTim Chen2018-11-281-17/+29
* x86/speculation: Rename SSBD update functionsThomas Gleixner2018-11-283-11/+11
* x86/speculation: Disable STIBP when enhanced IBRS is in useTim Chen2018-11-281-0/+7
* x86/speculation: Move STIPB/IBPB string conditionals out of cpu_show_common()Tim Chen2018-11-281-2/+18
* x86/speculation: Remove unnecessary ret variable in cpu_show_common()Tim Chen2018-11-281-4/+1
* x86/speculation: Clean up spectre_v2_parse_cmdline()Tim Chen2018-11-281-14/+13
* x86/speculation: Update the TIF_SSBD commentTim Chen2018-11-281-1/+1
* x86/retpoline: Remove minimal retpoline supportZhenzhong Duan2018-11-282-13/+2
* x86/retpoline: Make CONFIG_RETPOLINE depend on compiler supportZhenzhong Duan2018-11-285-13/+10
* Linux 4.20-rc4v4.20-rc4Linus Torvalds2018-11-251-2/+2
* Merge tag 'dma-mapping-4.20-3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-11-252-2/+3
|\
| * swiotlb: Skip cache maintenance on map errorRobin Murphy2018-11-211-1/+2
| * dma-direct: Make DIRECT_MAPPING_ERROR viable for SWIOTLBRobin Murphy2018-11-211-1/+1
* | Merge tag 'nfs-for-4.20-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-11-257-37/+66
|\ \
| * | flexfiles: use per-mirror specified stateid for IOTigran Mkrtchyan2018-11-223-12/+32
| * | NFSv4.2 copy do not allocate memory under the lockOlga Kornievskaia2018-11-222-20/+21
| * | NFSv4: Fix a NFSv4 state manager deadlockTrond Myklebust2018-11-202-5/+13
* | | MAINTAINERS: change Sparse's maintainerLuc Van Oostenryck2018-11-252-2/+5
* | | Merge tag 'xarray-4.20-rc4' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-11-256-185/+387
|\ \ \
| * | | XArray tests: Add missing lockingMatthew Wilcox2018-11-191-0/+10
| * | | dax: Avoid losing wakeup in dax_lock_mapping_entryMatthew Wilcox2018-11-191-0/+1
| * | | dax: Fix huge page faultsMatthew Wilcox2018-11-171-8/+4
| * | | dax: Fix dax_unlock_mapping_entry for PMD pagesMatthew Wilcox2018-11-171-9/+8
| * | | dax: Reinstate RCU protection of inodeMatthew Wilcox2018-11-161-3/+19
| * | | dax: Make sure the unlocking entry isn't lockedMatthew Wilcox2018-11-161-0/+1
| * | | dax: Remove optimisation from dax_lock_mapping_entryMatthew Wilcox2018-11-161-5/+2
| * | | XArray tests: Correct some 64-bit assumptionsMatthew Wilcox2018-11-161-2/+2
| * | | XArray: Correct xa_store_rangeMatthew Wilcox2018-11-161-2/+3
| * | | XArray: Fix DocumentationMatthew Wilcox2018-11-053-8/+12
| * | | XArray: Handle NULL pointers differently for allocationMatthew Wilcox2018-11-052-12/+29