summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-20Revert "Input: synaptics-rmi4 - avoid processing unknown IRQs"Evan Green1-5/+1
2019-11-20scsi: core: Handle drivers which set sg_tablesize to zeroMichael Schmitz1-1/+2
2019-11-20MIPS: BCM63XX: fix switch core reset on BCM6368Jonas Gorski1-1/+1
2019-11-20KVM: x86: introduce is_pae_pagingPaolo Bonzini3-8/+12
2019-11-20kvm: mmu: Don't read PDPTEs when paging is not enabledJunaid Shahid1-2/+2
2019-11-12Linux 4.14.154v4.14.154Greg Kroah-Hartman1-1/+1
2019-11-12kvm: x86: mmu: Recovery of shattered NX large pagesJunaid Shahid6-1/+183
2019-11-12kvm: Add helper function for creating VM worker threadsJunaid Shahid2-0/+90
2019-11-12kvm: mmu: ITLB_MULTIHIT mitigationPaolo Bonzini6-13/+200
2019-11-12KVM: vmx, svm: always run with EFER.NXE=1 when shadow paging is activePaolo Bonzini2-13/+11
2019-11-12KVM: x86: add tracepoints around __direct_map and FNAME(fetch)Paolo Bonzini3-7/+68
2019-11-12KVM: x86: change kvm_mmu_page_get_gfn BUG_ON to WARN_ONPaolo Bonzini1-3/+9
2019-11-12KVM: x86: remove now unneeded hugepage gfn adjustmentPaolo Bonzini2-7/+4
2019-11-12KVM: x86: make FNAME(fetch) and __direct_map more similarPaolo Bonzini2-44/+39
2019-11-12kvm: mmu: Do not release the page inside mmu_set_spte()Junaid Shahid2-16/+10
2019-11-12kvm: Convert kvm_lock to a mutexJunaid Shahid6-28/+26
2019-11-12kvm: x86, powerpc: do not allow clearing largepages debugfs entryPaolo Bonzini3-6/+12
2019-11-12Documentation: Add ITLB_MULTIHIT documentationGomez Iglesias, Antonio2-0/+164
2019-11-12cpu/speculation: Uninline and export CPU mitigations helpersTyler Hicks2-24/+28
2019-11-12x86/cpu: Add Tremont to the cpu vulnerability whitelistPawan Gupta1-0/+2
2019-11-12x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli7-28/+65
2019-11-12x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL CPUsJosh Poimboeuf1-4/+0
2019-11-12x86/tsx: Add config options to set tsx=on|off|autoMichal Hocko2-6/+61
2019-11-12x86/speculation/taa: Add documentation for TSX Async AbortPawan Gupta6-0/+434
2019-11-12x86/tsx: Add "auto" option to the tsx= cmdline parameterPawan Gupta2-1/+9
2019-11-12kvm/x86: Export MDS_NO=0 to guests when TSX is enabledPawan Gupta1-0/+19
2019-11-12x86/speculation/taa: Add sysfs reporting for TSX Async AbortPawan Gupta3-0/+35
2019-11-12x86/speculation/taa: Add mitigation for TSX Async AbortPawan Gupta6-2/+139
2019-11-12x86/cpu: Add a "tsx=" cmdline option with TSX disabled by defaultPawan Gupta6-1/+174
2019-11-12x86/cpu: Add a helper function x86_read_arch_cap_msr()Pawan Gupta2-4/+13
2019-11-12x86/msr: Add the IA32_TSX_CTRL MSRPawan Gupta1-0/+5
2019-11-12KVM: x86: use Intel speculation bugs and features as derived in generic x86 codePaolo Bonzini2-0/+16
2019-11-12drm/i915/cmdparser: Fix jump whitelist clearingBen Hutchings1-3/+2
2019-11-12drm/i915/gen8+: Add RC6 CTX corruption WAImre Deak7-18/+158
2019-11-12drm/i915: Lower RM timeout to avoid DSI hard hangsUma Shankar2-0/+12
2019-11-12drm/i915/cmdparser: Ignore Length operands during command matchingJon Bloomfield1-1/+1
2019-11-12drm/i915/cmdparser: Add support for backward jumpsJon Bloomfield5-26/+177
2019-11-12drm/i915/cmdparser: Use explicit goto for error pathsJon Bloomfield1-12/+13
2019-11-12drm/i915: Add gen9 BCS cmdparsingJon Bloomfield3-11/+112
2019-11-12drm/i915: Allow parsing of unsized batchesJon Bloomfield1-4/+5
2019-11-12drm/i915: Support ro ppgtt mapped cmdparser shadow buffersJon Bloomfield3-18/+68
2019-11-12drm/i915: Add support for mandatory cmdparsingJon Bloomfield3-7/+16
2019-11-12drm/i915: Remove Master tables from cmdparserJon Bloomfield3-68/+26
2019-11-12drm/i915: Disable Secure Batches for gen6+Jon Bloomfield3-3/+13
2019-11-12drm/i915: Rename gen7 cmdparser tablesJon Bloomfield1-35/+35
2019-11-12drm/i915: Move engine->needs_cmd_parser to engine->flagsTvrtko Ursulin3-5/+12
2019-11-12drm/i915: Don't use GPU relocations prior to cmdparser stallsChris Wilson1-1/+10
2019-11-12drm/i915: Silence smatch for cmdparserChris Wilson1-10/+3
2019-11-12drm/i915/cmdparser: Do not check past the cmd length.Michal Srb1-0/+6
2019-11-12drm/i915/cmdparser: Check reg_table_count before derefencing.Michal Srb1-2/+2