1. c4d198d KVM: MMU: Fix cleaning up the shadow page allocation cache by Avi Kivity · 17 years ago
  2. c1158e6 KVM: MMU: Fix oopses with SLUB by Avi Kivity · 17 years ago
  3. 90cb052 KVM: Fix memory slot management functions for guest smp by Avi Kivity · 17 years ago
  4. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  5. e495606 KVM: Clean up #includes by Avi Kivity · 17 years ago
  6. 88a97f0 KVM: MMU: Fix Wrong tlb flush order by Shaohua Li · 17 years ago
  7. d9e368d KVM: Flush remote tlbs when reducing shadow pte permissions by Avi Kivity · 17 years ago
  8. 7b53aa5 KVM: Fix vcpu freeing for guest smp by Avi Kivity · 17 years ago
  9. 17c3ba9 KVM: Lazy guest cr3 switching by Avi Kivity · 17 years ago
  10. bd2b2ba KVM: MMU: Remove unused large page marker by Avi Kivity · 17 years ago
  11. b64b376 KVM: MMU: Don't cache guest access bits in the shadow page table by Avi Kivity · 17 years ago
  12. fd97dc5 KVM: MMU: Simpify accessed/dirty/present/nx bit handling by Avi Kivity · 17 years ago
  13. e663ee6 KVM: MMU: Make setting shadow ptes atomic on i386 by Avi Kivity · 17 years ago
  14. 97a0a01 KVM: MMU: Fold fix_write_pf() into set_pte_common() by Avi Kivity · 17 years ago
  15. 63b1ad2 KVM: MMU: Fold fix_read_pf() into set_pte_common() by Avi Kivity · 17 years ago
  16. e60d75e KVM: MMU: Move set_pte_common() to pte width dependent code by Avi Kivity · 17 years ago
  17. d3d25b0 KVM: MMU: Use slab caches for shadow pages and their headers by Avi Kivity · 17 years ago
  18. 47ad8e6 KVM: MMU: Store shadow page tables as kernel virtual addresses, not physical by Avi Kivity · 17 years ago
  19. 4b02d6d KVM: MMU: Simplify kvm_mmu_free_page() a tiny bit by Avi Kivity · 17 years ago
  20. 0028425 KVM: Update shadow pte on write to guest pte by Avi Kivity · 17 years ago
  21. fce0657 KVM: MMU: Respect nonpae pagetable quadrant when zapping ptes by Avi Kivity · 17 years ago
  22. 09072da KVM: Unify kvm_mmu_pre_write() and kvm_mmu_post_write() by Avi Kivity · 17 years ago
  23. e925c5b KVM: Assume that writes smaller than 4 bytes are to non-pagetable pages by Avi Kivity · 17 years ago
  24. 2807696 KVM: fix an if() condition by Adrian Bunk · 17 years ago
  25. 1165f5f KVM: Per-vcpu statistics by Avi Kivity · 17 years ago
  26. d6c69ee KVM: MMU: Avoid heavy ASSERT at non debug mode. by Yaozu Dong · 17 years ago
  27. 8c43850 KVM: Retry sleeping allocation if atomic allocation fails by Avi Kivity · 17 years ago
  28. b5a33a7 KVM: Use slab caches to allocate mmu data structures by Avi Kivity · 17 years ago
  29. 417726a KVM: Handle partial pae pdptr by Avi Kivity · 17 years ago
  30. 954bbbc KVM: Simply gfn_to_page() by Avi Kivity · 17 years ago
  31. e0fa826 KVM: Add mmu cache clear function by Dor Laor · 17 years ago
  32. 36868f7 KVM: Use list_move() by Avi Kivity · 17 years ago
  33. d28c6cfb KVM: MMU: Fix hugepage pdes mapping same physical address with different access by Avi Kivity · 17 years ago
  34. aac0122 KVM: MMU: Remove global pte tracking by Avi Kivity · 17 years ago
  35. 039576c KVM: Avoid guest virtual addresses in string pio userspace interface by Avi Kivity · 17 years ago
  36. 1ea252a KVM: Fix bogus sign extension in mmu mapping audit by Avi Kivity · 17 years ago
  37. 6b8d0f9 KVM: Fix off-by-one when writing to a nonpae guest pde by Avi Kivity · 17 years ago
  38. 27aba76 KVM: MMU: Fix host memory corruption on i386 with >= 4GB ram by Avi Kivity · 17 years ago
  39. ac1b714 KVM: MMU: Fix guest writes to nonpae pde by Avi Kivity · 17 years ago
  40. 5972e95 KVM: Use page_private()/set_page_private() apis by Markus Rechberger · 17 years ago
  41. 11718b4d [PATCH] misc NULL noise removal by Al Viro · 17 years ago
  42. 73b1087 [PATCH] KVM: MMU: Report nx faults to the guest by Avi Kivity · 17 years ago
  43. 7993ba4 [PATCH] KVM: MMU: Perform access checks in walk_addr() by Avi Kivity · 17 years ago
  44. 68a99f6 [PATCH] KVM: Simplify mmu_alloc_roots() by Ingo Molnar · 18 years ago
  45. 7f7417d [PATCH] KVM: Avoid oom on cr3 switch by Ingo Molnar · 18 years ago
  46. 37a7d8b [PATCH] KVM: MMU: add audit code to check mappings, etc are correct by Avi Kivity · 18 years ago
  47. 40907d5 [PATCH] KVM: MMU: Flush guest tlb when reducing permissions on a pte by Avi Kivity · 18 years ago
  48. e2dec93 [PATCH] KVM: MMU: Detect oom conditions and propagate error to userspace by Avi Kivity · 18 years ago
  49. 714b93d [PATCH] KVM: MMU: Replace atomic allocations by preallocated objects by Avi Kivity · 18 years ago
  50. f51234c [PATCH] KVM: MMU: Free pages on kvm destruction by Avi Kivity · 18 years ago
  51. 3bb65a2 [PATCH] KVM: MMU: Never free a shadow page actively serving as a root by Avi Kivity · 18 years ago
  52. 86a5ba0 [PATCH] KVM: MMU: Page table write flood protection by Avi Kivity · 18 years ago
  53. 139bdb2 [PATCH] KVM: MMU: If an empty shadow page is not empty, report more info by Avi Kivity · 18 years ago
  54. 5f1e0b6 [PATCH] KVM: MMU: Ensure freed shadow pages are clean by Avi Kivity · 18 years ago
  55. 260746c [PATCH] KVM: MMU: <ove is_empty_shadow_page() above kvm_mmu_free_page() by Avi Kivity · 18 years ago
  56. 0e7bc4b [PATCH] KVM: MMU: Handle misaligned accesses to write protected guest page tables by Avi Kivity · 18 years ago
  57. 73f7198 [PATCH] KVM: MMU: Remove release_pt_page_64() by Avi Kivity · 18 years ago
  58. 5f015a5 [PATCH] KVM: MMU: Remove invlpg interception by Avi Kivity · 18 years ago
  59. ebeace8 [PATCH] KVM: MMU: oom handling by Avi Kivity · 18 years ago
  60. cc4529e [PATCH] KVM: MMU: kvm_mmu_put_page() only removes one link to the page by Avi Kivity · 18 years ago
  61. 697fe2e [PATCH] KVM: MMU: Implement child shadow unlinking by Avi Kivity · 18 years ago
  62. a436036 [PATCH] KVM: MMU: If emulating an instruction fails, try unprotecting the page by Avi Kivity · 18 years ago
  63. 9b7a032 [PATCH] KVM: MMU: Zap shadow page table entries on writes to guest page tables by Avi Kivity · 18 years ago
  64. da4a00f [PATCH] KVM: MMU: Support emulated writes into RAM by Avi Kivity · 18 years ago
  65. 815af8d [PATCH] KVM: MMU: Let the walker extract the target page gfn from the pte by Avi Kivity · 18 years ago
  66. 374cbac [PATCH] KVM: MMU: Write protect guest pages when a shadow is created for them by Avi Kivity · 18 years ago
  67. cea0f0e [PATCH] KVM: MMU: Shadow page table caching by Avi Kivity · 18 years ago
  68. 25c0de2 [PATCH] KVM: MMU: Make kvm_mmu_alloc_page() return a kvm_mmu_page pointer by Avi Kivity · 18 years ago
  69. 17ac10a [PATCH] KVM: MU: Special treatment for shadow pae root pages by Avi Kivity · 18 years ago
  70. cd4a4e5 [PATCH] KVM: MMU: Implement simple reverse mapping by Avi Kivity · 18 years ago
  71. 8018c27 [PATCH] kvm: fix GFP_KERNEL allocation in atomic section in kvm_dev_ioctl_create_vcpu() by Ingo Molnar · 18 years ago
  72. a9058ec [PATCH] KVM: Simplify is_long_mode() by Avi Kivity · 18 years ago
  73. 2c26495 [PATCH] KVM: Use more traditional error handling in kvm_mmu_init() by Avi Kivity · 18 years ago
  74. 8c7bb72 [PATCH] KVM: MMU: Ignore pcd, pwt, and pat bits on ptes by Avi Kivity · 18 years ago
  75. 6aa8b73 [PATCH] kvm: userspace interface by Avi Kivity · 18 years ago