summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-05-25KVM: arm64: Remove obsolete kvm_virt_to_phys abstractionAndrew Scull2-5/+3
2020-05-25KVM: arm64: Fix incorrect comment on kvm_get_hyp_vector()David Brazdil1-1/+1
2020-05-25KVM: arm64: Clean up cpu_init_hyp_mode()David Brazdil3-40/+29
2020-05-16KVM: arm64: Make KVM_CAP_MAX_VCPUS compatible with the selected GIC versionMarc Zyngier1-5/+10
2020-05-16KVM: arm64: Support enabling dirty log gradually in small chunksKeqian Zhu3-3/+14
2020-05-16KVM: arm64: Unify handling THP backed host memorySuzuki K Poulose1-55/+60
2020-05-16KVM: arm64: Clean up the checking for huge mappingSuzuki K Poulose1-1/+5
2020-05-16KVM: arm/arm64: Release kvm->mmu_lock in loop to prevent starvationJiang Yi1-0/+3
2020-05-16KVM: arm64: Sidestep stage2_unmap_vm() on vcpu reset when S2FWB is supportedZenghui Yu1-1/+4
2020-05-16KVM: Fix spelling in code commentsFuad Tabba12-23/+23
2020-05-16KVM: arm64: Use cpus_have_final_cap for has_vhe()Marc Zyngier1-1/+1
2020-05-16KVM: arm64: Simplify __kvm_timer_set_cntvoff implementationMarc Zyngier3-14/+3
2020-05-16KVM: arm64: Clean up kvm makefilesFuad Tabba2-36/+17
2020-05-16KVM: arm64: Change CONFIG_KVM to a menuconfig entryWill Deacon1-5/+11
2020-05-16KVM: arm64: Update help textWill Deacon1-2/+0
2020-05-16KVM: arm64: Kill off CONFIG_KVM_ARM_HOSTWill Deacon6-46/+40
2020-05-16KVM: arm64: Move virt/kvm/arm to arch/arm64Marc Zyngier36-257/+253
2020-05-10Linux 5.7-rc5v5.7-rc5Linus Torvalds1-1/+1
2020-05-10Merge tag 'x86-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds11-90/+138
2020-05-10Merge tag 'objtool-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+13
2020-05-10Merge tag 'locking-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+7
2020-05-10Merge tag 'iommu-fixes-v5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-47/+162
2020-05-10Merge tag 'block-5.7-2020-05-09' of git://git.kernel.dk/linux-blockLinus Torvalds12-68/+107
2020-05-09gcc-10: mark more functions __init to avoid section mismatch warningsLinus Torvalds2-2/+2
2020-05-09Merge tag 'riscv-for-linus-5.7-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds9-34/+121
2020-05-09gcc-10: avoid shadowing standard library 'free()' in cryptoLinus Torvalds2-6/+6
2020-05-09gcc-10: disable 'restrict' warning for nowLinus Torvalds1-0/+3
2020-05-09gcc-10: disable 'stringop-overflow' warning for nowLinus Torvalds1-0/+1
2020-05-09nvme: fix possible hang when ns scanning fails during error recoverySagi Grimberg1-1/+1
2020-05-09nvme-pci: fix "slimmer CQ head update"Alexey Dobriyan1-1/+5
2020-05-09bdi: add a ->dev_name field to struct backing_dev_infoChristoph Hellwig2-2/+4
2020-05-09bdi: use bdi_dev_name() to get device nameYufen Yu4-8/+10
2020-05-09gcc-10: disable 'array-bounds' warning for nowLinus Torvalds1-0/+1
2020-05-09gcc-10: disable 'zero-length-bounds' warning for nowLinus Torvalds1-0/+3
2020-05-09Stop the ad-hoc games with -Wno-maybe-initializedLinus Torvalds3-23/+3
2020-05-09Merge tag 'io_uring-5.7-2020-05-08' of git://git.kernel.dk/linux-blockLinus Torvalds2-70/+40
2020-05-08Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds4-6/+7
2020-05-08Merge tag 'ceph-for-5.7-rc5' of git://github.com/ceph/ceph-clientLinus Torvalds4-14/+7
2020-05-08ceph: demote quotarealm lookup warning to a debug messageLuis Henriques1-2/+2
2020-05-08Merge tag 'char-misc-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds14-51/+77
2020-05-08Merge tag 'driver-core-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10-30/+48
2020-05-08Merge tag 'staging-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-6/+4
2020-05-08Merge tag 'tty-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds3-5/+9
2020-05-08Merge tag 'usb-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds8-10/+24
2020-05-08Merge tag 'drm-fixes-2020-05-08' of git://anongit.freedesktop.org/drm/drmLinus Torvalds12-31/+57
2020-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds14-78/+275
2020-05-08iommu/virtio: Reverse arguments to list_addJulia Lawall1-1/+1
2020-05-08Merge tag 'drm-misc-fixes-2020-05-07' of git://anongit.freedesktop.org/drm/dr...Dave Airlie6-4/+14
2020-05-08Merge tag 'amd-drm-fixes-5.7-2020-05-06' of git://people.freedesktop.org/~agd...Dave Airlie6-27/+43
2020-05-07Merge branch 'for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds1-1/+1