index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
kvm
/
paging_tmpl.h
Age
Commit message (
Expand
)
Author
Files
Lines
2007-07-16
KVM: MMU: Remove unused large page marker
Avi Kivity
1
-2
/
+0
2007-07-16
KVM: MMU: Don't cache guest access bits in the shadow page table
Avi Kivity
1
-1
/
+0
2007-07-16
KVM: MMU: Simpify accessed/dirty/present/nx bit handling
Avi Kivity
1
-5
/
+2
2007-07-16
KVM: MMU: Remove cr0.wp tricks
Avi Kivity
1
-11
/
+0
2007-07-16
KVM: MMU: Make setting shadow ptes atomic on i386
Avi Kivity
1
-2
/
+2
2007-07-16
KVM: Make shadow pte updates atomic
Avi Kivity
1
-17
/
+20
2007-07-16
KVM: Move shadow pte modifications from set_pte/set_pde to set_pde_common()
Avi Kivity
1
-2
/
+1
2007-07-16
KVM: MMU: Fold fix_write_pf() into set_pte_common()
Avi Kivity
1
-111
/
+57
2007-07-16
KVM: MMU: Fold fix_read_pf() into set_pte_common()
Avi Kivity
1
-11
/
+23
2007-07-16
KVM: MMU: Pass the guest pde to set_pte_common
Avi Kivity
1
-14
/
+15
2007-07-16
KVM: MMU: Move set_pte_common() to pte width dependent code
Avi Kivity
1
-4
/
+52
2007-07-16
KVM: MMU: Simplify fetch() a little bit
Avi Kivity
1
-17
/
+17
2007-07-16
KVM: Use symbolic constants instead of magic numbers
Eddie Dong
1
-1
/
+1
2007-07-16
KVM: MMU: Store shadow page tables as kernel virtual addresses, not physical
Avi Kivity
1
-1
/
+1
2007-07-16
KVM: Update shadow pte on write to guest pte
Avi Kivity
1
-0
/
+15
2007-07-16
KVM: Reduce misfirings of the fork detector
Avi Kivity
1
-0
/
+4
2007-05-03
KVM: Per-vcpu statistics
Avi Kivity
1
-1
/
+1
2007-05-03
KVM: MMU: Fix hugepage pdes mapping same physical address with different access
Avi Kivity
1
-1
/
+6
2007-05-03
KVM: MMU: Remove unnecessary check for pdptr access
Avi Kivity
1
-2
/
+1
2007-03-04
KVM: Cosmetics
Avi Kivity
1
-2
/
+1
2007-03-04
KVM: mmu: add missing dirty page tracking cases
Avi Kivity
1
-2
/
+13
2007-02-12
[PATCH] kvm: Fix gva_to_gpa()
Avi Kivity
1
-21
/
+7
2007-01-26
[PATCH] KVM: MMU: Report nx faults to the guest
Avi Kivity
1
-3
/
+12
2007-01-26
[PATCH] KVM: MMU: Perform access checks in walk_addr()
Avi Kivity
1
-30
/
+38
2007-01-23
[PATCH] KVM: fix bogus pagefault on writable pages
Avi Kivity
1
-1
/
+1
2007-01-05
[PATCH] KVM: MMU: Add missing dirty bit
Avi Kivity
1
-0
/
+1
2007-01-05
[PATCH] KVM: MMU: add audit code to check mappings, etc are correct
Avi Kivity
1
-0
/
+4
2007-01-05
[PATCH] KVM: MMU: Detect oom conditions and propagate error to userspace
Avi Kivity
1
-2
/
+6
2007-01-05
[PATCH] KVM: MMU: Replace atomic allocations by preallocated objects
Avi Kivity
1
-1
/
+4
2007-01-05
[PATCH] KVM: MMU: Treat user-mode faults as a hint that a page is no longer a...
Avi Kivity
1
-1
/
+12
2007-01-05
[PATCH] KVM: MMU: oom handling
Avi Kivity
1
-13
/
+2
2007-01-05
[PATCH] KVM: MMU: Let the walker extract the target page gfn from the pte
Avi Kivity
1
-14
/
+27
2007-01-05
[PATCH] KVM: MMU: Write protect guest pages when a shadow is created for them
Avi Kivity
1
-0
/
+1
2007-01-05
[PATCH] KVM: MMU: Shadow page table caching
Avi Kivity
1
-9
/
+53
2007-01-05
[PATCH] KVM: MMU: Make kvm_mmu_alloc_page() return a kvm_mmu_page pointer
Avi Kivity
1
-2
/
+4
2007-01-05
[PATCH] KVM: MMU: Make the shadow page tables also special-case pae
Avi Kivity
1
-4
/
+7
2007-01-05
[PATCH] KVM: MMU: Use the guest pdptrs instead of mapping cr3 in pae mode
Avi Kivity
1
-10
/
+18
2007-01-05
[PATCH] KVM: MMU: Fold fetch_guest() into init_walker()
Avi Kivity
1
-58
/
+47
2007-01-05
[PATCH] KVM: MMU: Teach the page table walker to track guest page table gfns
Avi Kivity
1
-2
/
+5
2007-01-05
[PATCH] KVM: MMU: Implement simple reverse mapping
Avi Kivity
1
-0
/
+1
2006-12-30
[PATCH] KVM: Simplify is_long_mode()
Avi Kivity
1
-2
/
+2
2006-12-13
[PATCH] KVM: MMU: Ignore pcd, pwt, and pat bits on ptes
Avi Kivity
1
-13
/
+7
2006-12-10
[PATCH] kvm: userspace interface
Avi Kivity
1
-0
/
+397