index
:
kernel/linux.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
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
mmu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-03
KVM: Don't pass kvm_run arguments
Avi Kivity
1
-1
/
+1
2009-10-16
KVM: MMU: fix pointer cast
Frederik Deweerdt
1
-6
/
+10
2009-10-04
KVM: add support for change_pte mmu notifiers
Izik Eidus
1
-9
/
+53
2009-10-04
KVM: MMU: add SPTE_HOST_WRITEABLE flag to the shadow ptes
Izik Eidus
1
-4
/
+11
2009-10-04
KVM: MMU: dont hold pagecount reference for mapped sptes pages
Izik Eidus
1
-5
/
+2
2009-09-10
KVM: Optimize kvm_mmu_unprotect_page_virt() for tdp
Avi Kivity
1
-0
/
+3
2009-09-10
KVM: MMU: fix bogus alloc_mmu_pages assignment
Marcelo Tosatti
1
-8
/
+0
2009-09-10
KVM: MMU: make __kvm_mmu_free_some_pages handle empty list
Izik Eidus
1
-1
/
+2
2009-09-10
KVM: MMU: shadow support for 1gb pages
Joerg Roedel
1
-12
/
+2
2009-09-10
KVM: MMU: make page walker aware of mapping levels
Joerg Roedel
1
-1
/
+16
2009-09-10
KVM: MMU: make direct mapping paths aware of mapping levels
Joerg Roedel
1
-34
/
+49
2009-09-10
KVM: MMU: rename is_largepage_backed to mapping_level
Joerg Roedel
1
-33
/
+67
2009-09-10
KVM: MMU: make rmap code aware of mapping levels
Joerg Roedel
1
-25
/
+28
2009-09-10
KVM: MMU: fix missing locking in alloc_mmu_pages
Marcelo Tosatti
1
-0
/
+2
2009-09-10
KVM: Discard unnecessary kvm_mmu_flush_tlb() in kvm_mmu_load()
Sheng Yang
1
-1
/
+1
2009-09-10
KVM: MMU: Fix MMU_DEBUG compile breakage
Joerg Roedel
1
-2
/
+2
2009-09-10
KVM: Trace shadow page lifecycle
Avi Kivity
1
-4
/
+6
2009-09-10
KVM: MMU: Trace guest pagetable walker
Avi Kivity
1
-0
/
+3
2009-09-10
KVM: Prepare memslot data structures for multiple hugepage sizes
Joerg Roedel
1
-14
/
+16
2009-09-10
KVM: MMU: add kvm_mmu_get_spte_hierarchy helper
Marcelo Tosatti
1
-0
/
+18
2009-09-10
KVM: MMU: make for_each_shadow_entry aware of largepages
Marcelo Tosatti
1
-0
/
+5
2009-09-10
KVM: MMU audit: largepage handling
Marcelo Tosatti
1
-8
/
+7
2009-09-10
KVM: MMU audit: audit_mappings tweaks
Marcelo Tosatti
1
-1
/
+7
2009-09-10
KVM: MMU audit: nontrapping ptes in nonleaf level
Marcelo Tosatti
1
-6
/
+1
2009-09-10
KVM: MMU audit: update audit_write_protection
Marcelo Tosatti
1
-3
/
+11
2009-09-10
KVM: MMU audit: update count_writable_mappings / count_rmaps
Marcelo Tosatti
1
-10
/
+94
2009-09-10
KVM: MMU: introduce is_last_spte helper
Marcelo Tosatti
1
-13
/
+13
2009-09-10
KVM: Return to userspace on emulation failure
Avi Kivity
1
-2
/
+3
2009-09-10
KVM: Use macro to iterate over vcpus.
Gleb Natapov
1
-3
/
+3
2009-09-10
KVM: MMU: s/shadow_pte/spte/
Avi Kivity
1
-51
/
+51
2009-09-10
KVM: MMU: Adjust pte accessors to explicitly indicate guest or shadow pte
Avi Kivity
1
-8
/
+8
2009-09-10
KVM: MMU: Fix is_dirty_pte()
Avi Kivity
1
-1
/
+1
2009-09-10
KVM: Cache pdptrs
Avi Kivity
1
-2
/
+5
2009-08-06
KVM: MMU: limit rmap chain length
Marcelo Tosatti
1
-5
/
+28
2009-08-05
KVM: MMU: handle n_free_mmu_pages > n_alloc_mmu_pages in kvm_mmu_change_mmu_p...
Marcelo Tosatti
1
-7
/
+8
2009-06-28
KVM: MMU: Allow 4K ptes with bit 7 (PAT) set
Avi Kivity
1
-3
/
+3
2009-06-10
KVM: x86: check for cr3 validity in mmu_alloc_roots
Marcelo Tosatti
1
-4
/
+23
2009-06-10
KVM: MMU: protect kvm_mmu_change_mmu_pages with mmu_lock
Marcelo Tosatti
1
-2
/
+0
2009-06-10
KVM: Replace get_mt_mask_shift with get_mt_mask
Sheng Yang
1
-15
/
+6
2009-06-10
KVM: MMU: Fix auditing code
Jan Kiszka
1
-3
/
+5
2009-06-10
KVM: MMU: remove global page optimization logic
Marcelo Tosatti
1
-44
/
+6
2009-06-10
KVM: MMU: Discard reserved bits checking on PDE bit 7-8
Sheng Yang
1
-3
/
+4
2009-06-10
KVM: Use rsvd_bits_mask in load_pdptrs()
Dong, Eddie
1
-5
/
+3
2009-06-10
KVM: MMU: Emulate #PF error code of reserved bits violation
Dong, Eddie
1
-0
/
+69
2009-06-10
KVM: MMU: do not free active mmu pages in free_mmu_pages()
Gleb Natapov
1
-8
/
+0
2009-05-25
KVM: Make paravirt tlb flush also reload the PAE PDPTRs
Avi Kivity
1
-2
/
+1
2009-04-22
KVM: MMU: disable global page optimization
Marcelo Tosatti
1
-1
/
+1
2009-03-24
KVM: fix sparse warnings: Should it be static?
Hannes Eder
1
-5
/
+6
2009-03-24
KVM: MMU: remove assertion in kvm_mmu_alloc_page
Joerg Roedel
1
-1
/
+0
2009-03-24
KVM: MMU: remove redundant check in mmu_set_spte
Joerg Roedel
1
-6
/
+2
[next]