index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
paging_tmpl.h
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-07
Revert "KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()"
Takuya Yoshikawa
1
-0
/
+1
2013-03-21
KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()
Takuya Yoshikawa
1
-1
/
+0
2013-02-06
KVM: MMU: remove pt_access in mmu_set_spte
Xiao Guangrong
1
-5
/
+4
2013-02-04
KVM: MMU: drop superfluous is_present_gpte() check.
Gleb Natapov
1
-3
/
+0
2013-01-21
KVM: x86: improve reexecute_instruction
Xiao Guangrong
1
-7
/
+20
2013-01-10
KVM: MMU: fix infinite fault access retry
Xiao Guangrong
1
-1
/
+34
2013-01-10
KVM: MMU: fix Dirty bit missed if CR0.WP = 0
Xiao Guangrong
1
-5
/
+25
2013-01-08
KVM: x86: remove unused variable from walk_addr_generic()
Gleb Natapov
1
-1
/
+1
2013-01-07
KVM: MMU: simplify folding of dirty bit into accessed_dirty
Gleb Natapov
1
-10
/
+6
2012-10-29
KVM: do not treat noslot pfn as a error pfn
Xiao Guangrong
1
-1
/
+1
2012-10-23
KVM: Take kvm instead of vcpu to mmu_notifier_retry
Christoffer Dall
1
-1
/
+1
2012-10-17
KVM: MMU: introduce FNAME(prefetch_gpte)
Xiao Guangrong
1
-31
/
+24
2012-10-17
KVM: MMU: move prefetch_invalid_gpte out of pagaing_tmp.h
Xiao Guangrong
1
-23
/
+3
2012-10-17
KVM: MMU: cleanup FNAME(page_fault)
Xiao Guangrong
1
-19
/
+13
2012-10-17
KVM: MMU: remove mmu_is_invalid
Xiao Guangrong
1
-2
/
+2
2012-09-20
KVM: MMU: Eliminate pointless temporary 'ac'
Avi Kivity
1
-4
/
+1
2012-09-20
KVM: MMU: Avoid access/dirty update loop if all is well
Avi Kivity
1
-6
/
+20
2012-09-20
KVM: MMU: Eliminate eperm temporary
Avi Kivity
1
-4
/
+1
2012-09-20
KVM: MMU: Optimize is_last_gpte()
Avi Kivity
1
-19
/
+1
2012-09-20
KVM: MMU: Simplify walk_addr_generic() loop
Avi Kivity
1
-35
/
+25
2012-09-20
KVM: MMU: Optimize pte permission checks
Avi Kivity
1
-18
/
+4
2012-09-20
KVM: MMU: Update accessed and dirty bits after guest pagetable walk
Avi Kivity
1
-29
/
+47
2012-09-20
KVM: MMU: Move gpte_access() out of paging_tmpl.h
Avi Kivity
1
-16
/
+5
2012-09-20
KVM: MMU: Optimize gpte_access() slightly
Avi Kivity
1
-3
/
+1
2012-09-20
KVM: MMU: Push clean gpte write protection out of gpte_access()
Avi Kivity
1
-12
/
+12
2012-08-06
KVM: do not release the error pfn
Xiao Guangrong
1
-6
/
+2
2012-07-11
KVM: MMU: fix kvm_mmu_pagetable_walk tracepoint
Xiao Guangrong
1
-2
/
+1
2012-04-18
KVM: MMU: use page table level macro
Davidlohr Bueso
1
-1
/
+1
2012-03-20
x86: remove the second argument of k[un]map_atomic()
Cong Wang
1
-2
/
+2
2011-12-27
KVM: MMU: audit: replace mmu audit tracepoint with jump-label
Xiao Guangrong
1
-2
/
+2
2011-12-27
KVM: MMU: improve write flooding detected
Xiao Guangrong
1
-7
/
+5
2011-12-27
KVM: MMU: fast prefetch spte on invlpg path
Xiao Guangrong
1
-12
/
+18
2011-12-27
KVM: MMU: cleanup FNAME(invlpg)
Xiao Guangrong
1
-27
/
+17
2011-09-25
KVM: MMU: Fix SMEP failure during fetch
Yang, Wei Y
1
-9
/
+13
2011-09-25
KVM: MMU: Do not unconditionally read PDPTE from guest memory
Avi Kivity
1
-1
/
+1
2011-07-24
KVM: MMU: mmio page fault support
Xiao Guangrong
1
-6
/
+15
2011-07-24
KVM: MMU: abstract some functions to handle fault pfn
Xiao Guangrong
1
-6
/
+6
2011-07-24
KVM: MMU: remove bypass_guest_pf
Xiao Guangrong
1
-44
/
+7
2011-07-24
KVM: MMU: rename 'pt_write' to 'emulate'
Xiao Guangrong
1
-8
/
+8
2011-07-24
KVM: MMU: cleanup for FNAME(fetch)
Xiao Guangrong
1
-2
/
+2
2011-07-24
KVM: MMU: optimize to handle dirty bit
Xiao Guangrong
1
-27
/
+19
2011-07-24
KVM: MMU: cache mmio info on page fault path
Xiao Guangrong
1
-7
/
+14
2011-07-12
KVM: MMU: Introduce is_last_gpte() to clean up walk_addr_generic()
Takuya Yoshikawa
1
-7
/
+19
2011-07-12
KVM: MMU: Rename the walk label in walk_addr_generic()
Takuya Yoshikawa
1
-3
/
+3
2011-07-12
KVM: MMU: Clean up the error handling of walk_addr_generic()
Takuya Yoshikawa
1
-50
/
+32
2011-07-12
KVM: Add instruction fetch checking when walking guest page table
Yang, Wei Y
1
-1
/
+8
2011-06-19
KVM: MMU: Fix build warnings in walk_addr_generic()
Borislav Petkov
1
-1
/
+1
2011-05-22
KVM: MMU: Use ptep_user for cmpxchg_gpte()
Takuya Yoshikawa
1
-14
/
+12
2011-05-22
KVM: Validate userspace_addr of memslot when registered
Takuya Yoshikawa
1
-1
/
+1
2011-05-22
KVM: MMU: Clean up gpte reading with copy_from_user()
Takuya Yoshikawa
1
-15
/
+1
[next]