index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
paging_tmpl.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: x86: Remove debug assertion of non-PAE reserved bits
Nadav Amit
2014-09-24
1
-2
/
+1
*
KVM: x86: propagate exception from permission checks on the nested page fault
Paolo Bonzini
2014-09-05
1
-3
/
+4
*
KVM: nSVM: propagate the NPF EXITINFO to the guest
Paolo Bonzini
2014-09-03
1
-0
/
+12
*
Revert "KVM: Simplify kvm->tlbs_dirty handling"
Xiao Guangrong
2014-04-23
1
-4
/
+3
*
KVM: Add SMAP support when setting CR4
Feng Wu
2014-04-14
1
-1
/
+1
*
KVM: Simplify kvm->tlbs_dirty handling
Takuya Yoshikawa
2014-02-18
1
-3
/
+4
*
KVM: x86: handle invalid root_hpa everywhere
Marcelo Tosatti
2014-01-15
1
-0
/
+8
*
KVM: mmu: allow page tables to be in read-only slots
Paolo Bonzini
2013-09-17
1
-1
/
+19
*
nEPT: Add nEPT violation/misconfigration support
Yang Zhang
2013-08-07
1
-3
/
+22
*
nEPT: Redefine EPT-specific link_shadow_page()
Yang Zhang
2013-08-07
1
-2
/
+2
*
nEPT: Add EPT tables support to paging_tmpl.h
Nadav Har'El
2013-08-07
1
-1
/
+36
*
nEPT: Support shadow paging for guest paging without A/D bits
Gleb Natapov
2013-08-07
1
-3
/
+13
*
nEPT: make guest's A/D bits depends on guest's paging mode
Gleb Natapov
2013-08-07
1
-8
/
+22
*
nEPT: Move common code to paging_tmpl.h
Nadav Har'El
2013-08-07
1
-12
/
+69
*
KVM: MMU: fix check the reserved bits on the gpte of L2
Xiao Guangrong
2013-08-07
1
-2
/
+1
*
KVM: MMU: fast invalidate all mmio sptes
Xiao Guangrong
2013-06-27
1
-2
/
+5
*
KVM: MMU: store generation-number into mmio spte
Xiao Guangrong
2013-06-27
1
-1
/
+2
*
Revert "KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()"
Takuya Yoshikawa
2013-04-07
1
-0
/
+1
*
KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()
Takuya Yoshikawa
2013-03-21
1
-1
/
+0
*
KVM: MMU: remove pt_access in mmu_set_spte
Xiao Guangrong
2013-02-06
1
-5
/
+4
*
KVM: MMU: drop superfluous is_present_gpte() check.
Gleb Natapov
2013-02-04
1
-3
/
+0
*
KVM: x86: improve reexecute_instruction
Xiao Guangrong
2013-01-21
1
-7
/
+20
*
KVM: MMU: fix infinite fault access retry
Xiao Guangrong
2013-01-10
1
-1
/
+34
*
KVM: MMU: fix Dirty bit missed if CR0.WP = 0
Xiao Guangrong
2013-01-10
1
-5
/
+25
*
KVM: x86: remove unused variable from walk_addr_generic()
Gleb Natapov
2013-01-08
1
-1
/
+1
*
KVM: MMU: simplify folding of dirty bit into accessed_dirty
Gleb Natapov
2013-01-07
1
-10
/
+6
*
KVM: do not treat noslot pfn as a error pfn
Xiao Guangrong
2012-10-29
1
-1
/
+1
*
KVM: Take kvm instead of vcpu to mmu_notifier_retry
Christoffer Dall
2012-10-23
1
-1
/
+1
*
KVM: MMU: introduce FNAME(prefetch_gpte)
Xiao Guangrong
2012-10-17
1
-31
/
+24
*
KVM: MMU: move prefetch_invalid_gpte out of pagaing_tmp.h
Xiao Guangrong
2012-10-17
1
-23
/
+3
*
KVM: MMU: cleanup FNAME(page_fault)
Xiao Guangrong
2012-10-17
1
-19
/
+13
*
KVM: MMU: remove mmu_is_invalid
Xiao Guangrong
2012-10-17
1
-2
/
+2
*
KVM: MMU: Eliminate pointless temporary 'ac'
Avi Kivity
2012-09-20
1
-4
/
+1
*
KVM: MMU: Avoid access/dirty update loop if all is well
Avi Kivity
2012-09-20
1
-6
/
+20
*
KVM: MMU: Eliminate eperm temporary
Avi Kivity
2012-09-20
1
-4
/
+1
*
KVM: MMU: Optimize is_last_gpte()
Avi Kivity
2012-09-20
1
-19
/
+1
*
KVM: MMU: Simplify walk_addr_generic() loop
Avi Kivity
2012-09-20
1
-35
/
+25
*
KVM: MMU: Optimize pte permission checks
Avi Kivity
2012-09-20
1
-18
/
+4
*
KVM: MMU: Update accessed and dirty bits after guest pagetable walk
Avi Kivity
2012-09-20
1
-29
/
+47
*
KVM: MMU: Move gpte_access() out of paging_tmpl.h
Avi Kivity
2012-09-20
1
-16
/
+5
*
KVM: MMU: Optimize gpte_access() slightly
Avi Kivity
2012-09-20
1
-3
/
+1
*
KVM: MMU: Push clean gpte write protection out of gpte_access()
Avi Kivity
2012-09-20
1
-12
/
+12
*
KVM: do not release the error pfn
Xiao Guangrong
2012-08-06
1
-6
/
+2
*
KVM: MMU: fix kvm_mmu_pagetable_walk tracepoint
Xiao Guangrong
2012-07-11
1
-2
/
+1
*
KVM: MMU: use page table level macro
Davidlohr Bueso
2012-04-18
1
-1
/
+1
*
x86: remove the second argument of k[un]map_atomic()
Cong Wang
2012-03-20
1
-2
/
+2
*
KVM: MMU: audit: replace mmu audit tracepoint with jump-label
Xiao Guangrong
2011-12-27
1
-2
/
+2
*
KVM: MMU: improve write flooding detected
Xiao Guangrong
2011-12-27
1
-7
/
+5
*
KVM: MMU: fast prefetch spte on invlpg path
Xiao Guangrong
2011-12-27
1
-12
/
+18
*
KVM: MMU: cleanup FNAME(invlpg)
Xiao Guangrong
2011-12-27
1
-27
/
+17
[next]