index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
paging_tmpl.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
2019-07-11
1
-4
/
+1
|
\
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499
Thomas Gleixner
2019-06-19
1
-4
/
+1
*
|
KVM: x86: add tracepoints around __direct_map and FNAME(fetch)
Paolo Bonzini
2019-07-05
1
-0
/
+2
*
|
KVM: x86: remove now unneeded hugepage gfn adjustment
Paolo Bonzini
2019-07-05
1
-1
/
+1
*
|
KVM: x86: make FNAME(fetch) and __direct_map more similar
Paolo Bonzini
2019-07-05
1
-16
/
+14
*
|
kvm: x86: Do not release the page inside mmu_set_spte()
Junaid Shahid
2019-07-05
1
-5
/
+3
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2019-05-17
1
-9
/
+29
|
\
|
*
X86/KVM: Handle PFNs outside of kernel reach when touching GPTEs
Filippo Sironi
2019-04-30
1
-9
/
+29
*
|
mm/gup: change GUP fast to use flags rather than a write 'bool'
Ira Weiny
2019-05-14
1
-1
/
+1
|
/
*
KVM: Replace old tlb flush function with new one to flush a specified range.
Lan Tianyu
2018-12-21
1
-1
/
+2
*
x86/kvm/mmu: make vcpu->mmu a pointer to the current MMU
Vitaly Kuznetsov
2018-10-17
1
-7
/
+8
*
kvm: x86: Add a root_hpa parameter to kvm_mmu->invlpg()
Junaid Shahid
2018-08-06
1
-3
/
+3
*
kvm: x86: Make sync_page() flush remote TLBs once only
Junaid Shahid
2018-08-06
1
-4
/
+8
*
KVM: MMU: drop vcpu param in gpte_access
Peter Xu
2018-08-06
1
-5
/
+5
*
KVM: x86: Update the exit_qualification access bits while walking an address
KarimAllah Ahmed
2018-03-16
1
-2
/
+9
*
KVM: x86: extend usage of RET_MMIO_PF_* constants
Paolo Bonzini
2017-10-12
1
-9
/
+9
*
KVM: MMU: always terminate page walks at level 1
Ladi Prosek
2017-10-10
1
-1
/
+2
*
KVM: x86: fix use of L1 MMIO areas in nested guests
Paolo Bonzini
2017-08-18
1
-2
/
+1
*
KVM: MMU: Bail out immediately if there is no available mmu page
Wanpeng Li
2017-08-11
1
-1
/
+2
*
KVM: nVMX: fix EPT permissions as reported in exit qualification
Paolo Bonzini
2017-05-15
1
-14
/
+21
*
kvm: x86: Add a hook for arch specific dirty logging emulation
Bandan Das
2017-05-09
1
-0
/
+4
*
kvm: nVMX: support EPT accessed/dirty bits
Paolo Bonzini
2017-04-07
1
-17
/
+16
*
kvm: x86: MMU support for EPT accessed/dirty bits
Paolo Bonzini
2017-04-07
1
-8
/
+15
*
kvm: mmu: track read permission explicitly for shadow EPT page tables
Bandan Das
2016-07-14
1
-1
/
+7
*
kvm: mmu: remove is_present_gpte()
Bandan Das
2016-07-14
1
-1
/
+1
*
KVM: MMU: fix permission_fault()
Xiao Guangrong
2016-04-10
1
-1
/
+1
*
KVM/x86: Call smp_wmb() before increasing tlbs_dirty
Lan Tianyu
2016-03-22
1
-0
/
+11
*
KVM, pkeys: add pkeys support for permission_fault
Huaitong Han
2016-03-22
1
-2
/
+14
*
KVM: MMU: return page fault error code from permission_fault
Paolo Bonzini
2016-03-22
1
-3
/
+2
*
Merge tag 'kvm-arm-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
2016-03-09
1
-1
/
+1
|
\
|
*
KVM: x86: MMU: fix ubsan index-out-of-range warning
Mike Krinkin
2016-02-25
1
-1
/
+1
*
|
KVM: MMU: micro-optimize gpte_access
Paolo Bonzini
2016-03-08
1
-2
/
+5
*
|
KVM: MMU: invert return value of mmu.sync_page and *kvm_sync_page*
Paolo Bonzini
2016-03-08
1
-2
/
+2
*
|
KVM: MMU: clear write-flooding on the fast path of tracked page
Xiao Guangrong
2016-03-03
1
-1
/
+3
*
|
KVM: MMU: let page fault handler be aware tracked page
Xiao Guangrong
2016-03-03
1
-0
/
+3
*
|
KVM: x86: MMU: Move handle_mmio_page_fault() call to kvm_mmu_page_fault()
Takuya Yoshikawa
2016-02-23
1
-13
/
+6
|
/
*
kvm: rename pfn_t to kvm_pfn_t
Dan Williams
2016-01-16
1
-3
/
+3
*
KVM: x86: MMU: Remove unused parameter parent_pte from kvm_mmu_get_page()
Takuya Yoshikawa
2015-11-26
1
-2
/
+2
*
KVM: x86: MMU: Move parent_pte handling from kvm_mmu_get_page() to link_shado...
Takuya Yoshikawa
2015-11-26
1
-4
/
+2
*
KVM: x86: MMU: Make mmu_set_spte() return emulate value
Takuya Yoshikawa
2015-11-25
1
-5
/
+5
*
KVM: x86: MMU: always set accessed bit in shadow PTEs
Paolo Bonzini
2015-11-25
1
-2
/
+2
*
KVM: x86: merge handle_mmio_page_fault and handle_mmio_page_fault_common
Paolo Bonzini
2015-11-10
1
-2
/
+1
*
KVM: x86: MMU: Initialize force_pt_level before calling mapping_level()
Takuya Yoshikawa
2015-10-19
1
-1
/
+1
*
KVM: x86: MMU: Move mapping_level_dirty_bitmap() call in mapping_level()
Takuya Yoshikawa
2015-10-16
1
-3
/
+3
*
KVM: x86: MMU: Simplify force_pt_level calculation code in FNAME(page_fault)()
Takuya Yoshikawa
2015-10-16
1
-8
/
+7
*
KVM: x86: MMU: Make force_pt_level bool
Takuya Yoshikawa
2015-10-16
1
-2
/
+2
*
KVM: MMU: move FNAME(is_rsvd_bits_set) to mmu.c
Xiao Guangrong
2015-08-05
1
-11
/
+2
*
KVM: x86: use vcpu-specific functions to read/write/translate GFNs
Paolo Bonzini
2015-06-05
1
-9
/
+9
*
KVM: MMU: fix smap permission check
Xiao Guangrong
2015-05-08
1
-0
/
+7
*
KVM: x86: Wrong assertion on paging_tmpl.h
Nadav Amit
2014-10-24
1
-1
/
+1
[next]