index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
mmu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: MMU: fix bogus alloc_mmu_pages assignment
Marcelo Tosatti
2009-09-10
1
-8
/
+0
*
KVM: MMU: make __kvm_mmu_free_some_pages handle empty list
Izik Eidus
2009-09-10
1
-1
/
+2
*
KVM: MMU: shadow support for 1gb pages
Joerg Roedel
2009-09-10
1
-12
/
+2
*
KVM: MMU: make page walker aware of mapping levels
Joerg Roedel
2009-09-10
1
-1
/
+16
*
KVM: MMU: make direct mapping paths aware of mapping levels
Joerg Roedel
2009-09-10
1
-34
/
+49
*
KVM: MMU: rename is_largepage_backed to mapping_level
Joerg Roedel
2009-09-10
1
-33
/
+67
*
KVM: MMU: make rmap code aware of mapping levels
Joerg Roedel
2009-09-10
1
-25
/
+28
*
KVM: MMU: fix missing locking in alloc_mmu_pages
Marcelo Tosatti
2009-09-10
1
-0
/
+2
*
KVM: Discard unnecessary kvm_mmu_flush_tlb() in kvm_mmu_load()
Sheng Yang
2009-09-10
1
-1
/
+1
*
KVM: MMU: Fix MMU_DEBUG compile breakage
Joerg Roedel
2009-09-10
1
-2
/
+2
*
KVM: Trace shadow page lifecycle
Avi Kivity
2009-09-10
1
-4
/
+6
*
KVM: MMU: Trace guest pagetable walker
Avi Kivity
2009-09-10
1
-0
/
+3
*
KVM: Prepare memslot data structures for multiple hugepage sizes
Joerg Roedel
2009-09-10
1
-14
/
+16
*
KVM: MMU: add kvm_mmu_get_spte_hierarchy helper
Marcelo Tosatti
2009-09-10
1
-0
/
+18
*
KVM: MMU: make for_each_shadow_entry aware of largepages
Marcelo Tosatti
2009-09-10
1
-0
/
+5
*
KVM: MMU audit: largepage handling
Marcelo Tosatti
2009-09-10
1
-8
/
+7
*
KVM: MMU audit: audit_mappings tweaks
Marcelo Tosatti
2009-09-10
1
-1
/
+7
*
KVM: MMU audit: nontrapping ptes in nonleaf level
Marcelo Tosatti
2009-09-10
1
-6
/
+1
*
KVM: MMU audit: update audit_write_protection
Marcelo Tosatti
2009-09-10
1
-3
/
+11
*
KVM: MMU audit: update count_writable_mappings / count_rmaps
Marcelo Tosatti
2009-09-10
1
-10
/
+94
*
KVM: MMU: introduce is_last_spte helper
Marcelo Tosatti
2009-09-10
1
-13
/
+13
*
KVM: Return to userspace on emulation failure
Avi Kivity
2009-09-10
1
-2
/
+3
*
KVM: Use macro to iterate over vcpus.
Gleb Natapov
2009-09-10
1
-3
/
+3
*
KVM: MMU: s/shadow_pte/spte/
Avi Kivity
2009-09-10
1
-51
/
+51
*
KVM: MMU: Adjust pte accessors to explicitly indicate guest or shadow pte
Avi Kivity
2009-09-10
1
-8
/
+8
*
KVM: MMU: Fix is_dirty_pte()
Avi Kivity
2009-09-10
1
-1
/
+1
*
KVM: Cache pdptrs
Avi Kivity
2009-09-10
1
-2
/
+5
*
KVM: MMU: limit rmap chain length
Marcelo Tosatti
2009-08-06
1
-5
/
+28
*
KVM: MMU: handle n_free_mmu_pages > n_alloc_mmu_pages in kvm_mmu_change_mmu_p...
Marcelo Tosatti
2009-08-05
1
-7
/
+8
*
KVM: MMU: Allow 4K ptes with bit 7 (PAT) set
Avi Kivity
2009-06-28
1
-3
/
+3
*
KVM: x86: check for cr3 validity in mmu_alloc_roots
Marcelo Tosatti
2009-06-10
1
-4
/
+23
*
KVM: MMU: protect kvm_mmu_change_mmu_pages with mmu_lock
Marcelo Tosatti
2009-06-10
1
-2
/
+0
*
KVM: Replace get_mt_mask_shift with get_mt_mask
Sheng Yang
2009-06-10
1
-15
/
+6
*
KVM: MMU: Fix auditing code
Jan Kiszka
2009-06-10
1
-3
/
+5
*
KVM: MMU: remove global page optimization logic
Marcelo Tosatti
2009-06-10
1
-44
/
+6
*
KVM: MMU: Discard reserved bits checking on PDE bit 7-8
Sheng Yang
2009-06-10
1
-3
/
+4
*
KVM: Use rsvd_bits_mask in load_pdptrs()
Dong, Eddie
2009-06-10
1
-5
/
+3
*
KVM: MMU: Emulate #PF error code of reserved bits violation
Dong, Eddie
2009-06-10
1
-0
/
+69
*
KVM: MMU: do not free active mmu pages in free_mmu_pages()
Gleb Natapov
2009-06-10
1
-8
/
+0
*
KVM: Make paravirt tlb flush also reload the PAE PDPTRs
Avi Kivity
2009-05-25
1
-2
/
+1
*
KVM: MMU: disable global page optimization
Marcelo Tosatti
2009-04-22
1
-1
/
+1
*
KVM: fix sparse warnings: Should it be static?
Hannes Eder
2009-03-24
1
-5
/
+6
*
KVM: MMU: remove assertion in kvm_mmu_alloc_page
Joerg Roedel
2009-03-24
1
-1
/
+0
*
KVM: MMU: remove redundant check in mmu_set_spte
Joerg Roedel
2009-03-24
1
-6
/
+2
*
KVM: MMU: Rename "metaphysical" attribute to "direct"
Avi Kivity
2009-03-24
1
-16
/
+16
*
KVM: MMU: drop zeroing on mmu_memory_cache_alloc
Marcelo Tosatti
2009-03-24
1
-1
/
+0
*
KVM: MMU: Optimize page unshadowing
Avi Kivity
2009-03-24
1
-3
/
+12
*
KVM: MMU: Drop walk_shadow()
Avi Kivity
2009-03-24
1
-20
/
+0
*
KVM: MMU: Use for_each_shadow_entry() in __direct_map()
Avi Kivity
2009-03-24
1
-54
/
+29
*
KVM: MMU: Add for_each_shadow_entry(), a simpler alternative to walk_shadow()
Avi Kivity
2009-03-24
1
-20
/
+49
[next]