summaryrefslogtreecommitdiff
path: root/kvm_mmu.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-09HVM-742 off-by-one error in bitset manipulation20120823Richard Lowe1-4/+5
2012-08-09OS-1450 panic in list_remove() from kvm_mmu_free_page()Joshua M. Clulow1-26/+38
2011-09-06OS-590 kvm driver is far too chatty to the consoleBryan Cantrill1-1/+1
2011-08-24HVM-621 assertion failure in rmap_write_protect()Bryan Cantrill1-6/+5
2011-08-09HVM-590 yet more XXX cleanupBryan Cantrill1-42/+1
2011-08-09HVM-585 Make sure copyright notices are up to date on all files in kvm repoRobert Mustacchi1-0/+22
2011-08-06HVM-575 KVM: MMU: flush remote tlbs when overwriting spte with different pfnBryan Cantrill1-0/+2
2011-08-06HVM-574 KVM: MMU: invalidate and flush on spte small->large page size changeBryan Cantrill1-0/+2
2011-08-06HVM-573 KVM: MMU: Remove user access when allowing kernel access to gpte.w=0 ...Bryan Cantrill1-0/+3
2011-08-06HVM-569 KVM: MMU: Don't read pdptrs with mmu spinlock held in mmu_alloc_rootsBryan Cantrill1-1/+10
2011-08-06HVM-568 KVM: MMU: Segregate shadow pages with different cr0.wpBryan Cantrill1-0/+1
2011-08-01HVM-538 Implement smp_rmb/smp_wmb in kvmMax Bruning1-4/+3
2011-07-12HVM-477 panic in gfn_to_hvaMax Bruning1-1/+2
2011-06-27HVM-417 kmem_cache_destroy not called for all kmem caches on driver unloadMax Bruning1-104/+8
2011-06-13HVM-363 kvm has multiple memory leaksMax Bruning1-13/+52
2011-06-10HVM-358 alloc_page leaks memoryMax Bruning1-11/+65
2011-06-08HVM-340 Remove CONFIG_x86_64 from C filesRobert Mustacchi1-4/+0
2011-06-08HVM-335 kvm_subr.c has reached the end of the lineRobert Mustacchi1-0/+46
2011-06-08HVM-328 replace container_of with offsetof calculationsRobert Mustacchi1-11/+1
2011-06-07HVM-321 kvm.c and kvm_x86.c are confusedRobert Mustacchi1-0/+38
2011-06-06HVM-308 Cleanup kvm_mmu.c includes and externsRobert Mustacchi1-43/+5
2011-06-06HVM-296 bitops.h shouldn't have code in itRobert Mustacchi1-1/+1
2011-06-06HVM-291 irq.h should be kvm_irq.hRobert Mustacchi1-1/+1
2011-06-04HVM-288 kvm.h and kvm_host.h should be similar to upstream in contentRobert Mustacchi1-3/+6
2011-06-03HVM-279 paging_tmpl.h should have a kvm prefixRobert Mustacchi1-2/+2
2011-06-02HVM-270 mmu code should be in kvm_mmu.[ch]Robert Mustacchi1-0/+3024
2011-06-02HVM-268 iodev.h should be named kvm_iodev.hRobert Mustacchi1-1/+1
2011-04-28HVM-137 Need to be able to unload kvm driver and load a new one and use KVM f...Robert Mustacchi1-0/+13