aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: Add a comment describing the /dev/kvm no_compat handlingMarc Zyngier2019-11-151-0/+7
* KVM: x86/mmu: Take slots_lock when using kvm_mmu_zap_all_fast()Sean Christopherson2019-11-141-3/+2
* KVM: Forbid /dev/kvm being opened by a compat task when CONFIG_KVM_COMPAT=nMarc Zyngier2019-11-131-1/+7
* KVM: X86: Reset the three MSR list number variables to 0 in kvm_init_msr_list()Xiaoyao Li2019-11-131-0/+4
* selftests: kvm: fix build with glibc >= 2.30Vitaly Kuznetsov2019-11-131-2/+2
* kvm: x86: disable shattered huge page recovery for PREEMPT_RT.Paolo Bonzini2019-11-131-0/+5
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-11-126-51/+96
|\
| * KVM: MMU: Do not treat ZONE_DEVICE pages as being reservedSean Christopherson2019-11-123-7/+28
| * KVM: VMX: Introduce pi_is_pir_empty() helperJoao Martins2019-11-122-3/+7
| * KVM: VMX: Do not change PID.NDST when loading a blocked vCPUJoao Martins2019-11-122-0/+20
| * KVM: VMX: Consider PID.PIR to determine if vCPU has pending interruptsJoao Martins2019-11-121-1/+5
| * KVM: VMX: Fix comment to specify PID.ON instead of PIR.ONLiran Alon2019-11-121-1/+1
| * KVM: X86: Fix initialization of MSR listsChenyi Qiang2019-11-121-30/+26
| * KVM: fix placement of refcount initializationPaolo Bonzini2019-11-111-2/+2
| * KVM: Fix NULL-ptr deref after kvm_create_vm failsPaolo Bonzini2019-11-111-9/+9
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-1228-77/+1613
|\ \
| * | x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL CPUsJosh Poimboeuf2019-11-071-4/+0
| * | Documentation: Add ITLB_MULTIHIT documentationGomez Iglesias, Antonio2019-11-042-0/+164
| * | kvm: x86: mmu: Recovery of shattered NX large pagesJunaid Shahid2019-11-046-0/+182
| * | kvm: Add helper function for creating VM worker threadsJunaid Shahid2019-11-042-0/+90
| * | kvm: mmu: ITLB_MULTIHIT mitigationPaolo Bonzini2019-11-046-13/+200
| * | cpu/speculation: Uninline and export CPU mitigations helpersTyler Hicks2019-11-042-24/+28
| * | x86/cpu: Add Tremont to the cpu vulnerability whitelistPawan Gupta2019-11-041-0/+2
| * | x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli2019-11-047-30/+67
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxThomas Gleixner2019-11-04429-2194/+3953
| |\ \
| * | | x86/tsx: Add config options to set tsx=on|off|autoMichal Hocko2019-10-282-6/+61
| * | | x86/speculation/taa: Add documentation for TSX Async AbortPawan Gupta2019-10-286-0/+434
| * | | x86/tsx: Add "auto" option to the tsx= cmdline parameterPawan Gupta2019-10-282-1/+9
| * | | kvm/x86: Export MDS_NO=0 to guests when TSX is enabledPawan Gupta2019-10-281-0/+19
| * | | x86/speculation/taa: Add sysfs reporting for TSX Async AbortPawan Gupta2019-10-283-0/+35
| * | | x86/speculation/taa: Add mitigation for TSX Async AbortPawan Gupta2019-10-286-2/+137
| * | | x86/cpu: Add a "tsx=" cmdline option with TSX disabled by defaultPawan Gupta2019-10-286-1/+175
| * | | x86/cpu: Add a helper function x86_read_arch_cap_msr()Pawan Gupta2019-10-282-4/+13
| * | | x86/msr: Add the IA32_TSX_CTRL MSRPawan Gupta2019-10-281-0/+5
* | | | Merge Intel Gen8/Gen9 graphics fixes from Jon Bloomfield.Linus Torvalds2019-11-1113-172/+595
|\ \ \ \
| * | | | drm/i915/cmdparser: Fix jump whitelist clearingBen Hutchings2019-11-111-3/+2
| * | | | drm/i915/gen8+: Add RC6 CTX corruption WAImre Deak2019-11-056-4/+135
| * | | | drm/i915: Lower RM timeout to avoid DSI hard hangsUma Shankar2019-11-052-0/+12
| * | | | drm/i915/cmdparser: Ignore Length operands during command matchingJon Bloomfield2019-11-051-1/+1
| * | | | drm/i915/cmdparser: Add support for backward jumpsJon Bloomfield2019-11-055-26/+178
| * | | | drm/i915/cmdparser: Use explicit goto for error pathsJon Bloomfield2019-11-051-12/+13
| * | | | drm/i915: Add gen9 BCS cmdparsingJon Bloomfield2019-11-052-10/+110
| * | | | drm/i915: Allow parsing of unsized batchesJon Bloomfield2019-11-051-4/+5
| * | | | drm/i915: Support ro ppgtt mapped cmdparser shadow buffersJon Bloomfield2019-11-053-18/+70
| * | | | drm/i915: Add support for mandatory cmdparsingJon Bloomfield2019-11-053-7/+15
| * | | | drm/i915: Remove Master tables from cmdparserJon Bloomfield2019-11-053-68/+26
| * | | | drm/i915: Disable Secure Batches for gen6+Jon Bloomfield2019-11-053-3/+12
| * | | | drm/i915: Rename gen7 cmdparser tablesJon Bloomfield2019-11-051-35/+35
| | |/ / | |/| |
* | | | Merge branch 'for-5.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-11-111-1/+1
|\ \ \ \
| * | | | cgroup: freezer: call cgroup_enter_frozen() with preemption disabled in ptrac...Oleg Nesterov2019-10-111-1/+1