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
/
mmu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: x86: Add new dirty logging kvm_x86_ops for PML
Kai Huang
2015-01-29
1
-1
/
+5
*
KVM: x86: Change parameter of kvm_mmu_slot_remove_write_access
Kai Huang
2015-01-29
1
-3
/
+2
*
KVM: MMU: Explicitly set D-bit for writable spte.
Kai Huang
2015-01-29
1
-1
/
+15
*
KVM: MMU: Add mmu help functions to support PML
Kai Huang
2015-01-29
1
-0
/
+195
*
KVM: Rename kvm_arch_mmu_write_protect_pt_masked to be more generic for log d...
Kai Huang
2015-01-29
1
-2
/
+19
*
Merge tag 'kvm-arm-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git...
Paolo Bonzini
2015-01-23
1
-2
/
+2
|
\
|
*
KVM: x86: switch to kvm_get_dirty_log_protect
Paolo Bonzini
2015-01-16
1
-2
/
+2
*
|
Optimize TLB flush in kvm_mmu_slot_remove_write_access.
Kai Huang
2015-01-19
1
-2
/
+5
*
|
KVM: x86: flush TLB when D bit is manually changed.
Kai Huang
2015-01-09
1
-0
/
+13
|
/
*
KVM: x86: mmu: replace assertions with MMU_WARN_ON, a conditional WARN_ON
Paolo Bonzini
2015-01-08
1
-28
/
+14
*
KVM: x86: mmu: remove ASSERT(vcpu)
Paolo Bonzini
2015-01-08
1
-13
/
+0
*
KVM: x86: mmu: remove argument to kvm_init_shadow_mmu and kvm_init_shadow_ept...
Paolo Bonzini
2015-01-08
1
-15
/
+20
*
KVM: x86: mmu: do not use return to tail-call functions that return void
Paolo Bonzini
2015-01-08
1
-3
/
+3
*
kvm: x86: drop severity of "generation wraparound" message
Paolo Bonzini
2014-12-27
1
-1
/
+1
*
Merge tag 'kvm-arm-for-3.19-take2' of git://git.kernel.org/pub/scm/linux/kern...
Paolo Bonzini
2014-12-15
1
-3
/
+3
|
\
|
*
kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn()
Ard Biesheuvel
2014-11-25
1
-3
/
+3
*
|
kvm: x86: vmx: remove MMIO_MAX_GEN
Tiejun Chen
2014-11-18
1
-4
/
+3
|
/
*
Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...
Linus Torvalds
2014-10-10
1
-1
/
+1
|
\
|
*
percpu_counter: add @gfp to percpu_counter_init()
Tejun Heo
2014-09-08
1
-1
/
+1
*
|
kvm: Fix page ageing bugs
Andres Lagar-Cavilla
2014-09-24
1
-15
/
+23
*
|
kvm/x86/mmu: Pass gfn and level to rmapp callback.
Andres Lagar-Cavilla
2014-09-24
1
-13
/
+24
*
|
kvm: x86: fix two typos in comment
Tiejun Chen
2014-09-24
1
-1
/
+1
*
|
KVM: x86: directly use kvm_make_request again
Liang Chen
2014-09-24
1
-11
/
+5
*
|
KVM: x86: count actual tlb flushes
Radim Krčmář
2014-09-24
1
-1
/
+0
*
|
KVM: x86: propagate exception from permission checks on the nested page fault
Paolo Bonzini
2014-09-05
1
-1
/
+1
*
|
KVM: x86: reserve bit 8 of non-leaf PDPEs and PML4Es in 64-bit mode on AMD
Paolo Bonzini
2014-09-03
1
-2
/
+11
*
|
KVM: mmio: cleanup kvm_set_mmio_spte_mask
Tiejun Chen
2014-09-03
1
-5
/
+0
*
|
kvm: x86: fix stale mmio cache bug
David Matlack
2014-09-03
1
-1
/
+1
*
|
kvm: fix potentially corrupt mmio cache
David Matlack
2014-09-03
1
-8
/
+12
*
|
KVM: do not bias the generation number in kvm_current_mmio_generation
Paolo Bonzini
2014-09-03
1
-6
/
+1
|
/
*
KVM: x86: Mark bit 7 in long-mode PDPTE according to 1GB pages support
Nadav Amit
2014-05-07
1
-2
/
+6
*
KVM: MMU: flush tlb out of mmu lock when write-protect the sptes
Xiao Guangrong
2014-04-23
1
-4
/
+21
*
KVM: MMU: flush tlb if the spte can be locklessly modified
Xiao Guangrong
2014-04-23
1
-1
/
+2
*
KVM: MMU: lazily drop large spte
Xiao Guangrong
2014-04-23
1
-16
/
+18
*
KVM: MMU: properly check last spte in fast_page_fault()
Xiao Guangrong
2014-04-23
1
-4
/
+6
*
KVM: x86: Fix page-tables reserved bits
Nadav Amit
2014-04-16
1
-3
/
+3
*
KVM: Rename variable smep to cr4_smep
Feng Wu
2014-04-14
1
-3
/
+3
*
KVM: Add SMAP support when setting CR4
Feng Wu
2014-04-14
1
-3
/
+31
*
Merge tag 'kvm-for-3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Paolo Bonzini
2014-03-04
1
-0
/
+1
|
\
|
*
KVM: MMU: drop read-only large sptes when creating lower level sptes
Marcelo Tosatti
2014-02-26
1
-0
/
+1
*
|
KVM: async_pf: Provide additional direct page notification
Dominik Dingel
2014-01-30
1
-1
/
+1
|
/
*
KVM: x86: handle invalid root_hpa everywhere
Marcelo Tosatti
2014-01-15
1
-0
/
+9
*
KVM: MMU: handle invalid root_hpa at __direct_map
Marcelo Tosatti
2013-12-20
1
-0
/
+3
*
KVM: mmu: change useless int return types to void
Paolo Bonzini
2013-10-03
1
-43
/
+28
*
KVM: mmu: unify destroy_kvm_mmu with kvm_mmu_unload
Paolo Bonzini
2013-10-03
1
-10
/
+4
*
KVM: mmu: remove uninteresting MMU "new_cr3" callbacks
Paolo Bonzini
2013-10-03
1
-12
/
+1
*
KVM: mmu: remove uninteresting MMU "free" callbacks
Paolo Bonzini
2013-10-03
1
-18
/
+4
*
KVM: Convert kvm_lock back to non-raw spinlock
Paolo Bonzini
2013-09-30
1
-3
/
+2
*
shrinker: convert remaining shrinkers to count/scan API
Dave Chinner
2013-09-10
1
-7
/
+18
*
KVM: MMU: remove unused parameter
Xiao Guangrong
2013-08-29
1
-2
/
+2
[next]