index
:
android_kernel_xiaomi_sdm660.git
lineage-18.1
Unnamed repository; edit this file 'description' to name the repository.
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
kvm
/
paging_tmpl.h
Age
Commit message (
Expand
)
Author
2008-01-30
KVM: MMU: Partial swapping of guest memory
Izik Eidus
2008-01-30
KVM: MMU: Make gfn_to_page() always safe
Izik Eidus
2008-01-30
KVM: MMU: Simplify page table walker
Avi Kivity
2008-01-30
KVM: MMU: When updating the dirty bit, inform the mmu about it
Avi Kivity
2008-01-30
KVM: MMU: Move dirty bit updates to a separate function
Avi Kivity
2008-01-30
KVM: MMU: Disable write access on clean large pages
Avi Kivity
2008-01-30
KVM: MMU: Fix nx access bit for huge pages
Avi Kivity
2008-01-30
KVM: Move guest pte dirty bit management to the guest pagetable walker
Avi Kivity
2008-01-30
KVM: MMU: More struct kvm_vcpu -> struct kvm cleanups
Anthony Liguori
2008-01-30
KVM: MMU: Clean up MMU functions to take struct kvm when appropriate
Anthony Liguori
2008-01-30
KVM: CodingStyle cleanup
Mike Day
2008-01-30
KVM: Remove the usage of page->private field by rmap
Izik Eidus
2008-01-30
KVM: MMU: Make flooding detection work when guest page faults are bypassed
Avi Kivity
2008-01-30
KVM: Allow not-present guest page faults to bypass kvm
Avi Kivity
2007-10-13
KVM: Rename kvm_arch_ops to kvm_x86_ops
Christian Ehrhardt
2007-10-13
KVM: Move gfn_to_page out of kmap/unmap pairs
Shaohua Li
2007-10-13
KVM: Use standard CR3 flags, tighten checking
Rusty Russell
2007-07-20
KVM: MMU: Store nx bit for large page shadows
Avi Kivity
2007-07-16
KVM: MMU: Remove unused large page marker
Avi Kivity
2007-07-16
KVM: MMU: Don't cache guest access bits in the shadow page table
Avi Kivity
2007-07-16
KVM: MMU: Simpify accessed/dirty/present/nx bit handling
Avi Kivity
2007-07-16
KVM: MMU: Remove cr0.wp tricks
Avi Kivity
2007-07-16
KVM: MMU: Make setting shadow ptes atomic on i386
Avi Kivity
2007-07-16
KVM: Make shadow pte updates atomic
Avi Kivity
2007-07-16
KVM: Move shadow pte modifications from set_pte/set_pde to set_pde_common()
Avi Kivity
2007-07-16
KVM: MMU: Fold fix_write_pf() into set_pte_common()
Avi Kivity
2007-07-16
KVM: MMU: Fold fix_read_pf() into set_pte_common()
Avi Kivity
2007-07-16
KVM: MMU: Pass the guest pde to set_pte_common
Avi Kivity
2007-07-16
KVM: MMU: Move set_pte_common() to pte width dependent code
Avi Kivity
2007-07-16
KVM: MMU: Simplify fetch() a little bit
Avi Kivity
2007-07-16
KVM: Use symbolic constants instead of magic numbers
Eddie Dong
2007-07-16
KVM: MMU: Store shadow page tables as kernel virtual addresses, not physical
Avi Kivity
2007-07-16
KVM: Update shadow pte on write to guest pte
Avi Kivity
2007-07-16
KVM: Reduce misfirings of the fork detector
Avi Kivity
2007-05-03
KVM: Per-vcpu statistics
Avi Kivity
2007-05-03
KVM: MMU: Fix hugepage pdes mapping same physical address with different access
Avi Kivity
2007-05-03
KVM: MMU: Remove unnecessary check for pdptr access
Avi Kivity
2007-03-04
KVM: Cosmetics
Avi Kivity
2007-03-04
KVM: mmu: add missing dirty page tracking cases
Avi Kivity
2007-02-12
[PATCH] kvm: Fix gva_to_gpa()
Avi Kivity
2007-01-26
[PATCH] KVM: MMU: Report nx faults to the guest
Avi Kivity
2007-01-26
[PATCH] KVM: MMU: Perform access checks in walk_addr()
Avi Kivity
2007-01-23
[PATCH] KVM: fix bogus pagefault on writable pages
Avi Kivity
2007-01-05
[PATCH] KVM: MMU: Add missing dirty bit
Avi Kivity
2007-01-05
[PATCH] KVM: MMU: add audit code to check mappings, etc are correct
Avi Kivity
2007-01-05
[PATCH] KVM: MMU: Detect oom conditions and propagate error to userspace
Avi Kivity
2007-01-05
[PATCH] KVM: MMU: Replace atomic allocations by preallocated objects
Avi Kivity
2007-01-05
[PATCH] KVM: MMU: Treat user-mode faults as a hint that a page is no longer a...
Avi Kivity
2007-01-05
[PATCH] KVM: MMU: oom handling
Avi Kivity
2007-01-05
[PATCH] KVM: MMU: Let the walker extract the target page gfn from the pte
Avi Kivity
[next]