Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e4ec73510812f24087a28ac8cbf1f77c9fb262e5
/
arch
/
x86
/
kvm
/
mmu.c
d1fe921
KVM: x86: reintroduce kvm_is_mmio_pfn
by Paolo Bonzini
· 10 years ago
6a39bbc
KVM: MTRR: do not map huge page for non-consistent range
by Xiao Guangrong
· 10 years ago
ff53604
KVM: x86: move MTRR related code to a separate file
by Xiao Guangrong
· 10 years ago
699023e
KVM: x86: add SMM to the MMU role, support SMRAM address space
by Paolo Bonzini
· 10 years ago
9da0e4d
KVM: x86: work on all available address spaces
by Paolo Bonzini
· 10 years ago
54bf36a
KVM: x86: use vcpu-specific functions to read/write/translate GFNs
by Paolo Bonzini
· 10 years ago
e4cd1da
KVM: x86: pass struct kvm_mmu_page to gfn_to_rmap
by Paolo Bonzini
· 10 years ago
4141259
arch/x86/kvm/mmu.c: work around gcc-4.4.4 bug
by Andrew Morton
· 10 years ago
3ed1a47
KVM: x86: pass struct kvm_mmu_page to account/unaccount_shadowed
by Paolo Bonzini
· 10 years ago
d9ef13c
KVM: pass kvm_memory_slot to gfn_to_page_many_atomic
by Paolo Bonzini
· 10 years ago
f36f3f2
KVM: add "new" argument to kvm_arch_commit_memory_region
by Paolo Bonzini
· 10 years ago
3520469
KVM: export __gfn_to_pfn_memslot, drop gfn_to_pfn_async
by Paolo Bonzini
· 10 years ago
efdfe53
KVM: MMU: fix MTRR update
by Xiao Guangrong
· 10 years ago
d69afbc
KVM: MMU: fix decoding cache type from MTRR
by Xiao Guangrong
· 10 years ago
6a49f85
KVM: MMU: introduce kvm_zap_rmapp
by Xiao Guangrong
· 10 years ago
d77aa73
KVM: MMU: use slot_handle_level and its helper to clean up the code
by Xiao Guangrong
· 10 years ago
1bad2b2
KVM: MMU: introduce slot_handle_level_range() and its helpers
by Xiao Guangrong
· 10 years ago
6ce1f4e
KVM: MMU: introduce for_each_slot_rmap_range
by Xiao Guangrong
· 10 years ago
8a3d08f
KVM: MMU: introduce PT_MAX_HUGEPAGE_LEVEL
by Xiao Guangrong
· 10 years ago
0d53679
KVM: MMU: introduce for_each_rmap_spte()
by Xiao Guangrong
· 10 years ago
edc90b7
KVM: MMU: fix SMAP virtualization
by Xiao Guangrong
· 10 years ago
31fd988
KVM: MMU: fix CR4.SMEP=1, CR0.WP=0 with shadow pages
by Paolo Bonzini
· 10 years ago
decf633
KVM: MMU: fix comment in kvm_mmu_zap_collapsible_spte
by Xiao Guangrong
· 10 years ago
1300052
kvm: mmu: don't do memslot overflow check
by Wanpeng Li
· 10 years ago
3ea3b7f
kvm: mmu: lazy collapse small sptes into large sptes
by Wanpeng Li
· 10 years ago
88178fd
KVM: x86: Add new dirty logging kvm_x86_ops for PML
by Kai Huang
· 11 years ago
1c91cad4
KVM: x86: Change parameter of kvm_mmu_slot_remove_write_access
by Kai Huang
· 11 years ago
9b51a63
KVM: MMU: Explicitly set D-bit for writable spte.
by Kai Huang
· 11 years ago
f4b4b18
KVM: MMU: Add mmu help functions to support PML
by Kai Huang
· 11 years ago
3b0f1d0
KVM: Rename kvm_arch_mmu_write_protect_pt_masked to be more generic for log dirty
by Kai Huang
· 11 years ago
1c6007d
Merge tag 'kvm-arm-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-next
by Paolo Bonzini
· 11 years ago
d91ffee
Optimize TLB flush in kvm_mmu_slot_remove_write_access.
by Kai Huang
· 11 years ago
e108ff2
KVM: x86: switch to kvm_get_dirty_log_protect
by Paolo Bonzini
· 11 years ago
7e71a59
KVM: x86: flush TLB when D bit is manually changed.
by Kai Huang
· 11 years ago
fa4a2c0
KVM: x86: mmu: replace assertions with MMU_WARN_ON, a conditional WARN_ON
by Paolo Bonzini
· 12 years ago
4c1a50d
KVM: x86: mmu: remove ASSERT(vcpu)
by Paolo Bonzini
· 12 years ago
ad896af
KVM: x86: mmu: remove argument to kvm_init_shadow_mmu and kvm_init_shadow_ept_mmu
by Paolo Bonzini
· 12 years ago
e0c6db3
KVM: x86: mmu: do not use return to tail-call functions that return void
by Paolo Bonzini
· 11 years ago
a629df7
kvm: x86: drop severity of "generation wraparound" message
by Paolo Bonzini
· 11 years ago
333bce5
Merge tag 'kvm-arm-for-3.19-take2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
by Paolo Bonzini
· 11 years ago
bf4bea8
kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn()
by Ard Biesheuvel
· 11 years ago
842bb26
kvm: x86: vmx: remove MMIO_MAX_GEN
by Tiejun Chen
· 11 years ago
c798360
Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 11 years ago
5712846
kvm: Fix page ageing bugs
by Andres Lagar-Cavilla
· 11 years ago
8a9522d
kvm/x86/mmu: Pass gfn and level to rmapp callback.
by Andres Lagar-Cavilla
· 11 years ago
b461966
kvm: x86: fix two typos in comment
by Tiejun Chen
· 11 years ago
77c3913
KVM: x86: directly use kvm_make_request again
by Liang Chen
· 11 years ago
a70656b
KVM: x86: count actual tlb flushes
by Radim Krčmář
· 11 years ago
908c7f1
percpu_counter: add @gfp to percpu_counter_init()
by Tejun Heo
· 11 years ago
54987b7
KVM: x86: propagate exception from permission checks on the nested page fault
by Paolo Bonzini
· 11 years ago
a0c0feb
KVM: x86: reserve bit 8 of non-leaf PDPEs and PML4Es in 64-bit mode on AMD
by Paolo Bonzini
· 11 years ago
d143148
KVM: mmio: cleanup kvm_set_mmio_spte_mask
by Tiejun Chen
· 11 years ago
56f17dd
kvm: x86: fix stale mmio cache bug
by David Matlack
· 11 years ago
ee3d157
kvm: fix potentially corrupt mmio cache
by David Matlack
· 11 years ago
00f034a
KVM: do not bias the generation number in kvm_current_mmio_generation
by Paolo Bonzini
· 11 years ago
5f7dde7
KVM: x86: Mark bit 7 in long-mode PDPTE according to 1GB pages support
by Nadav Amit
· 11 years ago
198c74f
KVM: MMU: flush tlb out of mmu lock when write-protect the sptes
by Xiao Guangrong
· 11 years ago
7f31c95
KVM: MMU: flush tlb if the spte can be locklessly modified
by Xiao Guangrong
· 11 years ago
c126d94
KVM: MMU: lazily drop large spte
by Xiao Guangrong
· 11 years ago
92a476c
KVM: MMU: properly check last spte in fast_page_fault()
by Xiao Guangrong
· 11 years ago
cd9ae5f
KVM: x86: Fix page-tables reserved bits
by Nadav Amit
· 11 years ago
66386ad
KVM: Rename variable smep to cr4_smep
by Feng Wu
· 11 years ago
97ec8c0
KVM: Add SMAP support when setting CR4
by Feng Wu
· 11 years ago
1c2af49
Merge tag 'kvm-for-3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into kvm-next
by Paolo Bonzini
· 11 years ago
404381c
KVM: MMU: drop read-only large sptes when creating lower level sptes
by Marcelo Tosatti
· 11 years ago
e0ead41
KVM: async_pf: Provide additional direct page notification
by Dominik Dingel
· 12 years ago
37f6a4e
KVM: x86: handle invalid root_hpa everywhere
by Marcelo Tosatti
· 12 years ago
989c6b3
KVM: MMU: handle invalid root_hpa at __direct_map
by Marcelo Tosatti
· 12 years ago
8a3c1a33
KVM: mmu: change useless int return types to void
by Paolo Bonzini
· 12 years ago
95f93af
KVM: mmu: unify destroy_kvm_mmu with kvm_mmu_unload
by Paolo Bonzini
· 12 years ago
d8d173d
KVM: mmu: remove uninteresting MMU "new_cr3" callbacks
by Paolo Bonzini
· 12 years ago
2062609
KVM: mmu: remove uninteresting MMU "free" callbacks
by Paolo Bonzini
· 12 years ago
2f303b7
KVM: Convert kvm_lock back to non-raw spinlock
by Paolo Bonzini
· 12 years ago
70534a7
shrinker: convert remaining shrinkers to count/scan API
by Dave Chinner
· 12 years ago
e5552fd
KVM: MMU: remove unused parameter
by Xiao Guangrong
· 12 years ago
bfd0a56
nEPT: Nested INVEPT
by Nadav Har'El
· 12 years ago
155a97a
nEPT: MMU context for nested EPT
by Nadav Har'El
· 12 years ago
25d9208
nEPT: Add nEPT violation/misconfigration support
by Yang Zhang
· 12 years ago
5316622
nEPT: correctly check if remote tlb flush is needed for shadowed EPT tables
by Gleb Natapov
· 12 years ago
7a1638c
nEPT: Redefine EPT-specific link_shadow_page()
by Yang Zhang
· 12 years ago
37406aa
nEPT: Add EPT tables support to paging_tmpl.h
by Nadav Har'El
· 12 years ago
0ad805a
nEPT: Move common code to paging_tmpl.h
by Nadav Har'El
· 12 years ago
ac0a48c
KVM: x86: rename EMULATE_DO_MMIO
by Paolo Bonzini
· 12 years ago
e6dff7d
KVM: x86: Avoid zapping mmio sptes twice for generation wraparound
by Takuya Yoshikawa
· 12 years ago
1c118b8
KVM: MMU: avoid fast page fault fixing mmio page fault
by Xiao Guangrong
· 12 years ago
7a2e8aa
KVM: MMU: Inform users of mmio generation wraparound
by Takuya Yoshikawa
· 12 years ago
accaefe
KVM: MMU: document clear_spte_count
by Xiao Guangrong
· 12 years ago
a8eca9d
KVM: MMU: drop kvm_mmu_zap_mmio_sptes
by Xiao Guangrong
· 12 years ago
69c9ea9
KVM: MMU: init kvm generation close to mmio wrap-around value
by Xiao Guangrong
· 12 years ago
089504c
KVM: MMU: add tracepoint for check_mmio_spte
by Xiao Guangrong
· 12 years ago
f8f5594
KVM: MMU: fast invalidate all mmio sptes
by Xiao Guangrong
· 12 years ago
b37fbea
KVM: MMU: make return value of mmio page fault handler more readable
by Xiao Guangrong
· 12 years ago
f2fd125
KVM: MMU: store generation-number into mmio spte
by Xiao Guangrong
· 12 years ago
05988d7
KVM: MMU: reduce KVM_REQ_MMU_RELOAD when root page is zapped
by Gleb Natapov
· 12 years ago
365c886
KVM: MMU: reclaim the zapped-obsolete page first
by Xiao Guangrong
· 12 years ago
f34d251
KVM: MMU: collapse TLB flushes when zap all pages
by Xiao Guangrong
· 12 years ago
e7d11c7
KVM: MMU: zap pages in batch
by Xiao Guangrong
· 12 years ago
7f52af7
KVM: MMU: do not reuse the obsolete page
by Xiao Guangrong
· 12 years ago
3500612
KVM: MMU: add tracepoint for kvm_mmu_invalidate_all_pages
by Xiao Guangrong
· 12 years ago
6ca18b6
KVM: x86: use the fast way to invalidate all pages
by Xiao Guangrong
· 12 years ago
Next »