summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Merge tag 'am654-fixes-for-v4.20' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson2018-11-121-1/+1
| | |\ \ \ \
| | | * | | | arm64: dts: ti: k3-am654: Fix wakeup_uart reg addressVignesh R2018-11-091-1/+1
| | | |/ / /
| | * | | | Merge tag 'qcom-fixes-for-4.20-rc1' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2018-11-122-0/+8
| | |\ \ \ \
| | | * | | | arm64: dts: qcom: msm8998: Reserve gpio ranges on MTPBjorn Andersson2018-11-101-0/+4
| | | * | | | arm64: dts: sdm845-mtp: Reserve reserved gpiosBjorn Andersson2018-11-101-0/+4
| | | |/ / /
| * | | | | Merge tag 'for-linus-4.20a-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-12-028-164/+37
| |\ \ \ \ \
| | * | | | | pvcalls-front: fixes incorrect error handlingPan Bian2018-11-291-2/+2
| | * | | | | Revert "xen/balloon: Mark unallocated host memory as UNUSABLE"Igor Druzhinin2018-11-294-141/+13
| | * | | | | xen: xlate_mmu: add missing header to fix 'W=1' warningSrikanth Boddepalli2018-11-291-0/+1
| | * | | | | xen/x86: add diagnostic printout to xen_mc_flush() in case of errorJuergen Gross2018-11-291-15/+20
| | * | | | | x86/xen: cleanup includes in arch/x86/xen/spinlock.cJuergen Gross2018-11-221-6/+1
| * | | | | | Merge tag 'dmaengine-fix-4.20-rc5' of git://git.infradead.org/users/vkoul/sla...Linus Torvalds2018-12-021-1/+9
| |\ \ \ \ \ \
| | * | | | | | dmaengine: at_hdmac: fix module unloadingRichard Genoud2018-11-291-0/+2
| | * | | | | | dmaengine: at_hdmac: fix memory leak in at_dma_xlate()Richard Genoud2018-11-291-1/+7
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-0126-282/+780
| |\ \ \ \ \ \
| | * | | | | | x86/speculation: Provide IBPB always command line optionsThomas Gleixner2018-11-282-11/+35
| | * | | | | | x86/speculation: Add seccomp Spectre v2 user space protection modeThomas Gleixner2018-11-283-2/+25
| | * | | | | | 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
| * | | | | | | Merge tag 'for-linus-20181201' of git://git.kernel.dk/linux-blockLinus Torvalds2018-12-016-7/+14
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'nvme-4.20' of git://git.infradead.org/nvme into for-linusJens Axboe2018-11-304-4/+11
| | |\ \ \ \ \ \ \
| | | * | | | | | | nvme-rdma: fix double freeing of async event dataPrabhath Sajeepa2018-11-301-0/+2
| | | * | | | | | | nvme: flush namespace scanning work just before removing namespacesSagi Grimberg2018-11-301-1/+3