summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: X86: Implement ring-based dirty memory trackingPeter Xu2020-11-1514-3/+662
* KVM: Pass in kvm pointer into mark_page_dirty_in_slot()Peter Xu2020-11-152-14/+18
* KVM: remove kvm_clear_guest_pagePaolo Bonzini2020-11-152-10/+2
* KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]Peter Xu2020-11-154-56/+81
* KVM: selftests: test KVM_GET_SUPPORTED_HV_CPUID as a system ioctlVitaly Kuznetsov2020-11-153-38/+77
* KVM: x86: hyper-v: allow KVM_GET_SUPPORTED_HV_CPUID as a system ioctlVitaly Kuznetsov2020-11-156-31/+46
* kvm/eventfd: Drain events from eventfd in irqfd_wakeup()David Woodhouse2020-11-151-0/+3
* vfio/virqfd: Drain events from eventfd in virqfd_wakeup()David Woodhouse2020-11-151-0/+3
* eventfd: Export eventfd_ctx_do_read()David Woodhouse2020-11-152-1/+10
* kvm/eventfd: Use priority waitqueue to catch events before userspaceDavid Woodhouse2020-11-151-2/+4
* sched/wait: Add add_wait_queue_priority()David Woodhouse2020-11-152-2/+27
* KVM: x86: emulate wait-for-SIPI and SIPI-VMExitYadong Qi2020-11-153-14/+44
* KVM: x86: fix apic_accept_events vs check_nested_eventsPaolo Bonzini2020-11-152-5/+27
* KVM: selftests: Verify supported CR4 bits can be set before KVM_SET_CPUID2Sean Christopherson2020-11-153-5/+108
* KVM: x86: Return bool instead of int for CR4 and SREGS validity checksSean Christopherson2020-11-154-19/+15
* KVM: x86: Move vendor CR4 validity check to dedicated kvm_x86_ops hookSean Christopherson2020-11-157-21/+34
* KVM: SVM: Drop VMXE check from svm_set_cr4()Sean Christopherson2020-11-151-3/+0
* KVM: VMX: Drop explicit 'nested' check from vmx_set_cr4()Sean Christopherson2020-11-151-12/+7
* KVM: VMX: Drop guest CPUID check for VMXE in vmx_set_cr4()Sean Christopherson2020-11-151-2/+3
* kvm: mmu: fix is_tdp_mmu_check when the TDP MMU is not in usePaolo Bonzini2020-11-151-0/+7
* KVM: SVM: Update cr3_lm_rsvd_bits for AMD SEV guestsBabu Moger2020-11-131-0/+8
* KVM: x86: Introduce cr3_lm_rsvd_bits in kvm_vcpu_archBabu Moger2020-11-133-1/+4
* KVM: x86: clflushopt should be treated as a no-op by emulationDavid Edmondson2020-11-131-1/+7
* Merge tag 'kvmarm-fixes-5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-11-134-44/+89
|\
| * KVM: arm64: Handle SCXTNUM_ELx trapsMarc Zyngier2020-11-122-0/+8
| * KVM: arm64: Unify trap handlers injecting an UNDEFMarc Zyngier2020-11-121-40/+25
| * KVM: arm64: Allow setting of ID_AA64PFR0_EL1.CSV2 from userspaceMarc Zyngier2020-11-123-4/+56
| * Merge tag 'v5.10-rc1' into kvmarm-master/nextMarc Zyngier2020-11-1213765-268575/+558258
| |\
* | \ Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2020-11-131-1/+1
|\ \ \
| * | | fscrypt: fix inline encryption not used on new filesEric Biggers2020-11-121-1/+1
* | | | Merge tag 'gfs2-v5.10-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-11-134-12/+10
|\ \ \ \
| * | | | gfs2: Fix case in which ail writes are done to jdata holesBob Peterson2020-11-122-1/+3
| * | | | Revert "gfs2: Ignore journal log writes for jdata holes"Bob Peterson2020-11-121-6/+2
| * | | | gfs2: fix possible reference leak in gfs2_check_blk_typeZhang Qilong2020-11-121-5/+5
* | | | | Merge tag 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-11-1276-439/+1138
|\ \ \ \ \
| * | | | | lan743x: fix use of uninitialized variableSven Van Asbroeck2020-11-121-1/+1
| * | | | | Merge branch 'net-udp-fix-fast-frag0-udp-gro'Jakub Kicinski2020-11-122-5/+31
| |\ \ \ \ \
| | * | | | | net: udp: fix IP header access and skb lookup on Fast/frag0 UDP GROAlexander Lobakin2020-11-122-4/+30
| | * | | | | net: udp: fix UDP header access on Fast/frag0 UDP GROAlexander Lobakin2020-11-121-1/+1
| |/ / / / /
| * | | | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2020-11-124-11/+35
| |\ \ \ \ \
| | * | | | | MAINTAINERS: Update repositories for Intel Ethernet DriversTony Nguyen2020-11-111-2/+2
| | * | | | | igc: Fix returning wrong statisticsVinicius Costa Gomes2020-11-111-6/+8
| | * | | | | i40e, xsk: uninitialized variable in i40e_clean_rx_irq_zc()Dan Carpenter2020-11-111-1/+1
| | * | | | | i40e: Fix MAC address setting for a VF via Host/VMSlawomir Laba2020-11-111-2/+24
| * | | | | | devlink: Avoid overwriting port attributes of registered portParav Pandit2020-11-121-2/+6
| * | | | | | vrf: Fix fast path output packet handling with async Netfilter rulesMartin Willi2020-11-121-23/+69
| * | | | | | cosa: Add missing kfree in error path of cosa_writeWang Hai2020-11-121-0/+1
| * | | | | | net: switch to the kernel.org patchwork instanceJakub Kicinski2020-11-124-14/+14
| * | | | | | Merge branch 'cxgb4-ch_ktls-fixes-in-nic-tls-code'Jakub Kicinski2020-11-127-228/+478
| |\ \ \ \ \ \
| | * | | | | | ch_ktls: stop the txq if reaches thresholdRohit Maheshwari2020-11-121-3/+15