Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ee6dcfa40a50fe12a3ae0fb4d2653c66c3ed6556
/
arch
/
x86
/
kvm
/
paging_tmpl.h
9611c18
KVM: fix typo in copyright notice
by Nicolas Kaiser
· 14 years ago
3377078
KVM: MMU: move access code parsing to FNAME(walk_addr) function
by Xiao Guangrong
· 14 years ago
20bd40d
KVM: MMU: cleanup for error mask set while walk guest page table
by Xiao Guangrong
· 14 years ago
2d48a98
KVM: MMU: Track NX state in struct kvm_mmu
by Joerg Roedel
· 14 years ago
d41d189
KVM: MMU: Introduce kvm_pdptr_read_mmu
by Joerg Roedel
· 14 years ago
2329d46
KVM: MMU: Make walk_addr_generic capable for two-level walking
by Joerg Roedel
· 14 years ago
6539e73
KVM: MMU: Implement nested gva_to_gpa functions
by Joerg Roedel
· 14 years ago
1e301fe
KVM: MMU: Introduce generic walk_addr function
by Joerg Roedel
· 14 years ago
8df25a3
KVM: MMU: Track page fault data in struct vcpu
by Joerg Roedel
· 14 years ago
3241f22
KVM: MMU: Let is_rsvd_bits_set take mmu context instead of vcpu
by Joerg Roedel
· 14 years ago
5777ed3
KVM: MMU: Introduce get_cr3 function pointer
by Joerg Roedel
· 14 years ago
957446a
KVM: MMU: Check for root_level instead of long mode
by Joerg Roedel
· 14 years ago
8b1fe17
KVM: MMU: support disable/enable mmu audit dynamicly
by Xiao Guangrong
· 14 years ago
bc32ce2
KVM: MMU: fix wrong not write protected sp report
by Xiao Guangrong
· 14 years ago
189be38
KVM: MMU: combine guest pte read between fetch and pte prefetch
by Xiao Guangrong
· 14 years ago
957ed9e
KVM: MMU: prefetch ptes when intercepted guest #PF
by Xiao Guangrong
· 14 years ago
fa1de2b
KVM: MMU: add missing reserved bits check in speculative path
by Xiao Guangrong
· 14 years ago
24157aa
KVM: MMU: Eliminate redundant temporaries in FNAME(fetch)
by Avi Kivity
· 14 years ago
5991b33
KVM: MMU: Validate all gptes during fetch, not just those used for new pages
by Avi Kivity
· 14 years ago
0b3c933
KVM: MMU: Simplify spte fetch() function
by Avi Kivity
· 14 years ago
39c8c67
KVM: MMU: Add gpte_valid() helper
by Avi Kivity
· 14 years ago
a357bd2
KVM: MMU: Add validate_direct_spte() helper
by Avi Kivity
· 14 years ago
a3aa51c
KVM: MMU: Add drop_large_spte() helper
by Avi Kivity
· 14 years ago
32ef26a
KVM: MMU: Add link_shadow_page() helper
by Avi Kivity
· 14 years ago
f59c1d2
KVM: MMU: Keep going on permission error
by Avi Kivity
· 14 years ago
b0eeec2
KVM: MMU: Only indicate a fetch fault in page fault error code if nx is enabled
by Avi Kivity
· 14 years ago
be38d27
KVM: MMU: Introduce drop_spte()
by Avi Kivity
· 14 years ago
84754cd
KVM: MMU: cleanup FNAME(fetch)() functions
by Xiao Guangrong
· 14 years ago
9e7b0e7
KVM: MMU: fix direct sp's access corrupted
by Xiao Guangrong
· 14 years ago
5fd5387
KVM: MMU: fix conflict access permissions in direct sp
by Xiao Guangrong
· 14 years ago
a1f4d395
KVM: Remove memory alias support
by Avi Kivity
· 14 years ago
be71e06
KVM: MMU: don't mark pte notrap if it's just sync transient
by Xiao Guangrong
· 14 years ago
cb83cad
KVM: MMU: cleanup for dirty page judgment
by Xiao Guangrong
· 14 years ago
ac3cd03
KVM: MMU: rename 'page' and 'shadow_page' to 'sp'
by Xiao Guangrong
· 14 years ago
a24e809
KVM: Fix unused but set warnings
by Andi Kleen
· 14 years ago
3af1817
KVM: MMU: calculate correct gfn for small host pages backing large guest pages
by Lai Jiangshan
· 14 years ago
2032a93
KVM: MMU: Don't allocate gfns page for direct mmu pages
by Lai Jiangshan
· 14 years ago
221d059
KVM: Update Red Hat copyrights
by Avi Kivity
· 14 years ago
f78978a
KVM: MMU: only update unsync page in invlpg path
by Xiao Guangrong
· 14 years ago
f55c3f4
KVM: MMU: unalias gfn before sp->gfns[] comparison in sync_page
by Xiao Guangrong
· 14 years ago
518c5a0
KVM: MMU: Fix debug output error in walk_addr()
by Gui Jianfeng
· 15 years ago
f3b8c96
KVM: MMU: mark page table dirty when a pte is actually modified
by Gui Jianfeng
· 15 years ago
bf99815
KVM: Avoid killing userspace through guest SRAO MCE on unmapped pages
by Huang Ying
· 14 years ago
6aa0b9d
KVM: MMU: fix conflict access permissions in direct sp
by Xiao Guangrong
· 14 years ago
884a0ff
KVM: MMU: cleanup invlpg code
by Xiao Guangrong
· 15 years ago
22c9b2d
KVM: MMU: fix for calculating gpa in invlpg code
by Xiao Guangrong
· 15 years ago
814a59d
KVM: MMU: Make use of is_large_pte() in walker
by Gui Jianfeng
· 15 years ago
51fb60d
KVM: MMU: Move sync_page() first pte address calculation out of loop
by Gui Jianfeng
· 15 years ago
24222c2
KVM: MMU: remove unnecessary NX check in walk_addr
by Xiao Guangrong
· 15 years ago
08e850c
KVM: MMU: Reinstate pte prefetch on invlpg
by Avi Kivity
· 15 years ago
fbc5d13
KVM: MMU: Do not instantiate nontrapping spte on unsync page
by Avi Kivity
· 15 years ago
1871c60
KVM: x86 emulator: fix memory access during x86 emulation
by Gleb Natapov
· 15 years ago
8dae444
KVM: rename is_writeble_pte() to is_writable_pte()
by Takuya Yoshikawa
· 15 years ago
a6085fba
KVM: MMU: bail out pagewalk on kvm_read_guest error
by Marcelo Tosatti
· 15 years ago
fb341f5
KVM: MMU: remove prefault from invlpg handler
by Marcelo Tosatti
· 15 years ago
5f5c35a
KVM: MMU: update invlpg handler comment
by Marcelo Tosatti
· 15 years ago
1403283
KVM: MMU: add SPTE_HOST_WRITEABLE flag to the shadow ptes
by Izik Eidus
· 15 years ago
7e4e405
KVM: MMU: shadow support for 1gb pages
by Joerg Roedel
· 15 years ago
e04da98
KVM: MMU: make page walker aware of mapping levels
by Joerg Roedel
· 15 years ago
852e3c1
KVM: MMU: make direct mapping paths aware of mapping levels
by Joerg Roedel
· 15 years ago
d25797b
KVM: MMU: rename is_largepage_backed to mapping_level
by Joerg Roedel
· 15 years ago
0742017
KVM: MMU: Trace guest pagetable walker
by Avi Kivity
· 15 years ago
ec04b26
KVM: Prepare memslot data structures for multiple hugepage sizes
by Joerg Roedel
· 15 years ago
d555c33
KVM: MMU: s/shadow_pte/spte/
by Avi Kivity
· 15 years ago
43a3795
KVM: MMU: Adjust pte accessors to explicitly indicate guest or shadow pte
by Avi Kivity
· 15 years ago
6de4f3a
KVM: Cache pdptrs
by Avi Kivity
· 15 years ago
bde8922
KVM: shut up uninit compiler warning in paging_tmpl.h
by Jaswinder Singh Rajput
· 15 years ago
c2d0ee4
KVM: MMU: remove global page optimization logic
by Marcelo Tosatti
· 16 years ago
82725b2
KVM: MMU: Emulate #PF error code of reserved bits violation
by Dong, Eddie
· 16 years ago
a8b876b
KVM: MMU: Fix comment in page_fault()
by Eddie Dong
· 16 years ago
f5a1e9f
KVM: MMU: remove call to kvm_mmu_pte_write from walk_addr
by Joerg Roedel
· 16 years ago
4539b35
KVM: Fix missing smp tlb flush in invlpg
by Andrea Arcangeli
· 16 years ago
c5bc224
KVM: MMU: Fix another largepage memory leak
by Joerg Roedel
· 16 years ago
f6e2c02
KVM: MMU: Rename "metaphysical" attribute to "direct"
by Avi Kivity
· 16 years ago
a461930
KVM: MMU: Replace walk_shadow() by for_each_shadow_entry() in invlpg()
by Avi Kivity
· 16 years ago
e7a04c9
KVM: MMU: Replace walk_shadow() by for_each_shadow_entry() in fetch()
by Avi Kivity
· 16 years ago
8791723
KVM: MMU: handle large host sptes on invlpg/resync
by Marcelo Tosatti
· 16 years ago
ad218f8
KVM: MMU: prepopulate the shadow on invlpg
by Marcelo Tosatti
· 16 years ago
6cffe8c
KVM: MMU: skip global pgtables on sync due to cr3 switch
by Marcelo Tosatti
· 16 years ago
6c47535
KVM: MMU: avoid creation of unreachable pages in the shadow
by Marcelo Tosatti
· 16 years ago
4731d4c
KVM: MMU: out of sync shadow core
by Marcelo Tosatti
· 16 years ago
a705289
KVM: x86: trap invlpg
by Marcelo Tosatti
· 16 years ago
e8bc217
KVM: MMU: mode specific sync_page
by Marcelo Tosatti
· 16 years ago
93a423e
KVM: MMU: flush remote TLBs on large->normal entry overwrite
by Marcelo Tosatti
· 16 years ago
4c2155c
KVM: switch to get_user_pages_fast
by Marcelo Tosatti
· 16 years ago
d40a1ee
KVM: MMU: Modify kvm_shadow_walk.entry to accept u64 addr
by Sheng Yang
· 16 years ago
abb9e0b
KVM: MMU: Convert the paging mode shadow walk to use the generic walker
by Avi Kivity
· 16 years ago
135f8c2
KVM: MMU: Move SHADOW_PT_INDEX to mmu.c
by Avi Kivity
· 16 years ago
cd5998e
KVM: MMU: Fix torn shadow pte
by Avi Kivity
· 16 years ago
e930bff
KVM: Synchronize guest physical memory map to host virtual memory map
by Andrea Arcangeli
· 16 years ago
eab9f71
KVM: MMU: Optimize prefetch_page()
by Avi Kivity
· 16 years ago
ebb0e62
KVM: MMU: Fix printk() format string
by Avi Kivity
· 16 years ago
35149e2
KVM: MMU: Don't assume struct page for x86
by Anthony Liguori
· 17 years ago
3200f40
KVM: MMU: unify slots_lock usage
by Marcelo Tosatti
· 17 years ago
947da53
KVM: MMU: Set the accessed bit on non-speculative shadow ptes
by Avi Kivity
· 17 years ago
b8688d5
KVM: replace remaining __FUNCTION__ occurances
by Harvey Harrison
· 17 years ago
05da455
KVM: MMU: large page support
by Marcelo Tosatti
· 17 years ago
d196e34
KVM: MMU: Decouple mmio from shadow page tables
by Avi Kivity
· 17 years ago
489f1d6
KVM: MMU: Update shadow ptes on partial guest pte writes
by Dong, Eddie
· 17 years ago
f7d9c7b
KVM: MMU: Fix race when instantiating a shadow pte
by Avi Kivity
· 17 years ago
Next »