aboutsummaryrefslogtreecommitdiffstats
path: root/virt
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'git-ti-com/ti-linux-5.10.y' into HEADGuillaume La Roque2022-11-211-2/+25
|\
| * kvm: Add support for arch compat vm ioctlsAlexander Graf2022-10-301-0/+11
| * KVM: SEV: add cache flush to solve SEV cache incoherency issuesMingwei Zhang2022-09-281-2/+14
* | Merge branch 'ti-linux-5.10.y' of https://git.ti.com/git/ti-linux-kernel/ti-l...Guillaume La Roque2022-09-161-8/+23
|\|
| * KVM: Add infrastructure and macro to mark VM as buggedSean Christopherson2022-08-211-5/+5
| * KVM: Don't set Accessed/Dirty bits for ZERO_PAGESean Christopherson2022-08-211-2/+14
| * KVM: Don't null dereference ops->destroyAlexey Kardashevskiy2022-07-291-1/+4
* | Merge remote-tracking branch 'baylibre/ti/ti-linux-5.10.y' into android-featu...Guillaume La Roque2022-07-131-0/+13
|\|
| * KVM: Prevent module exit until all VMs are freedDavid Matlack2022-04-081-0/+13
* | Merge 5.10.101 into android13-5.10Greg Kroah-Hartman2022-02-161-4/+4
|\|
| * KVM: eventfd: Fix false positive RCU usage warningHou Wenlong2022-02-161-4/+4
* | Merge 5.10.96 into android13-5.10Greg Kroah-Hartman2022-02-021-1/+0
|\|
| * Revert "KVM: SVM: avoid infinite loop on NPF from bad address"Sean Christopherson2022-02-011-1/+0
* | Merge 5.10.88 into android13-5.10Greg Kroah-Hartman2021-12-291-2/+4
|\|
| * KVM: downgrade two BUG_ONs to WARN_ON_ONCEPaolo Bonzini2021-12-221-2/+4
* | Merge 5.10.84 into android13-5.10Greg Kroah-Hartman2021-12-081-1/+2
|\|
| * KVM: Disallow user memslot with size that exceeds "unsigned long"Sean Christopherson2021-12-081-1/+2
* | Merge 5.10.72 into android13-5.10Greg Kroah-Hartman2021-10-091-1/+5
|\|
| * KVM: do not shrink halt_poll_ns below grow_startSergey Senozhatsky2021-10-091-1/+5
* | UPSTREAM: KVM: Get rid of kvm_get_pfn()Marc Zyngier2021-09-141-8/+1
* | UPSTREAM: KVM: Remove kvm_is_transparent_hugepage() and PageTransCompoundMap()Marc Zyngier2021-09-141-10/+0
|/
* KVM: Do not leak memory for duplicate debugfs directoriesPaolo Bonzini2021-08-121-2/+16
* KVM: add missing compat KVM_CLEAR_DIRTY_LOGPaolo Bonzini2021-08-041-0/+28
* KVM: mmio: Fix use-after-free Read in kvm_vm_ioctl_unregister_coalesced_mmioKefeng Wang2021-07-201-1/+1
* KVM: do not allow mapping valid but non-reference-counted pagesNicholas Piggin2021-06-301-2/+17
* Revert "irqbypass: do not start cons/prod when failed connect"Zhu Lingshan2021-06-031-10/+6
* kvm: exit halt polling on need_resched() as wellBenjamin Segall2021-05-191-1/+2
* kvm: Cap halt polling at kvm->max_halt_poll_nsDavid Matlack2021-05-191-2/+2
* KVM: Stop looking for coalesced MMIO zones if the bus is destroyedSean Christopherson2021-05-142-7/+22
* KVM: Destroy I/O bus devices on unregister failure _after_ sync'ing SRCUSean Christopherson2021-05-141-3/+7
* KVM: Use kvm_pfn_t for local PFN variable in hva_to_pfn_remapped()Sean Christopherson2021-02-261-1/+1
* mm: provide a saner PTE walking API for modulesPaolo Bonzini2021-02-261-2/+2
* KVM: do not assume PTE is writable after follow_pfnPaolo Bonzini2021-02-261-3/+12
* KVM: Forbid the use of tagged userspace addresses for memslotsMarc Zyngier2021-02-031-0/+1
* kvm: check tlbs_dirty directlyLai Jiangshan2021-01-121-2/+1
* kvm: x86/mmu: Support dirty logging for the TDP MMUBen Gardon2020-10-231-4/+2
* KVM: Cache as_id in kvm_memory_slotPeter Xu2020-10-211-0/+6
* KVM: use struct_size() and flex_array_size() helpers in kvm_io_bus_unregister...Rustam Kovhaev2020-09-281-2/+2
* kvm/eventfd: move wildcard calculation outside loopYi Li2020-09-281-1/+3
* KVM: fix memory leak in kvm_io_bus_unregister_dev()Rustam Kovhaev2020-09-111-9/+12
* Merge tag 'kvmarm-fixes-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-09-114-9/+13
|\
| * Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-122-2/+2
| |\
| | * mm/gup: remove task_struct pointer for all gup codePeter Xu2020-08-122-2/+2
| * | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-08-111-6/+10
| |\ \ | | |/ | |/|
| | * irqbypass: do not start cons/prod when failed connectZhu Lingshan2020-08-051-6/+10
| * | Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-101-1/+1
| |\ \
| | * | kvm/eventfd: Use sequence counter with associated spinlockAhmed S. Darwish2020-07-291-1/+1
| | |/
* | / KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()Will Deacon2020-08-211-1/+2
|/ /
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-062-6/+73
|\ \
| * | KVM: Move x86's MMU memory cache helpers to common KVM codeSean Christopherson2020-07-091-0/+55