index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kvm
/
book3s_64_mmu_host.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: Rename mmu_notifier_* to mmu_invalidate_*
Chao Peng
2022-08-19
1
-2
/
+2
*
powerpc/kvm: no need to initialise statics to 0
Jason Wang
2022-02-02
1
-1
/
+1
*
powerpc/kvm: Fix build error when PPC_MEM_KEYS/PPC_PSERIES=n
Michael Ellerman
2021-04-27
1
-1
/
+1
*
powerpc/kvm: Fix PR KVM with KUAP/MEM_KEYS enabled
Michael Ellerman
2021-04-20
1
-0
/
+2
*
KVM: PPC: Book3S PR: Move kvmppc_mmu_init() into PR KVM
Greg Kurz
2020-03-19
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266
Thomas Gleixner
2019-06-05
1
-13
/
+1
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2017-05-08
1
-1
/
+6
|
\
|
*
KVM: PPC: Book3S PR: Preserve storage control bits
Alexey Kardashevskiy
2017-04-20
1
-0
/
+2
|
*
KVM: PPC: Book3S PR: Exit KVM on failed mapping
Alexey Kardashevskiy
2017-04-20
1
-1
/
+4
*
|
powerpc/mm/hash: Support 68 bit VA
Aneesh Kumar K.V
2017-03-31
1
-1
/
+7
*
|
powerpc/mm/hash: Abstract context id allocation for KVM
Michael Ellerman
2017-03-31
1
-1
/
+1
|
/
*
powerpc/mm: Move hash table ops to a separate structure
Benjamin Herrenschmidt
2016-07-21
1
-8
/
+10
*
powerpc/mm: Move hash related mmu-*.h headers to book3s/
Aneesh Kumar K.V
2016-03-03
1
-1
/
+1
*
kvm: rename pfn_t to kvm_pfn_t
Dan Williams
2016-01-15
1
-1
/
+1
*
KVM: PPC: Fix warnings from sparse
Thomas Huth
2015-08-22
1
-0
/
+1
*
KVM: PPC: Book3S: Make magic page properly 4k mappable
Alexander Graf
2014-07-28
1
-2
/
+3
*
KVM: PPC: Book3S PR: Use SLB entry 0
Alexander Graf
2014-05-30
1
-7
/
+4
*
KVM: PPC: Make shared struct aka magic page guest endian
Alexander Graf
2014-05-30
1
-2
/
+2
*
kvm: powerpc: book3s: pr: move PR related tracepoints to a separate header
Aneesh Kumar K.V
2013-10-17
1
-1
/
+1
*
kvm: powerpc: Add kvmppc_ops callback
Aneesh Kumar K.V
2013-10-17
1
-1
/
+1
*
KVM: PPC: Book3S PR: Mark pages accessed, and dirty if being written
Paul Mackerras
2013-10-17
1
-11
/
+15
*
KVM: PPC: Book3S PR: Use mmu_notifier_retry() in kvmppc_mmu_map_page()
Paul Mackerras
2013-10-17
1
-9
/
+28
*
KVM: PPC: Book3S PR: Better handling of host-side read-only pages
Paul Mackerras
2013-10-17
1
-3
/
+17
*
KVM: PPC: Book3S PR: Use 64k host pages where possible
Paul Mackerras
2013-10-17
1
-6
/
+21
*
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2013-07-04
1
-1
/
+1
|
\
|
*
powerpc/mm: handle hugepage size correctly when invalidating hpte entries
Aneesh Kumar K.V
2013-06-21
1
-1
/
+1
*
|
KVM: PPC: Book3S PR: Allow guest to use 1TB segments
Paul Mackerras
2013-06-30
1
-0
/
+17
*
|
KVM: PPC: Book3S PR: Fix proto-VSID calculations
Paul Mackerras
2013-06-30
1
-2
/
+2
|
/
*
powerpc: Decode the pte-lp-encoding bits correctly.
Aneesh Kumar K.V
2013-04-30
1
-1
/
+1
*
powerpc: Rename USER_ESID_BITS* to ESID_BITS*
Aneesh Kumar K.V
2013-03-17
1
-2
/
+2
*
KVM: do not treat noslot pfn as a error pfn
Xiao Guangrong
2012-10-29
1
-1
/
+1
*
Merge remote-tracking branch 'master' into queue
Marcelo Tosatti
2012-10-29
1
-7
/
+10
|
\
|
*
powerpc/mm: Convert virtual address to vpn
Aneesh Kumar K.V
2012-09-17
1
-7
/
+10
*
|
KVM: PPC: Book3s: PR: Add (dumb) MMU Notifier support
Alexander Graf
2012-10-05
1
-0
/
+1
|
/
*
KVM: PPC: Add cache flush on page map
Alexander Graf
2012-08-16
1
-0
/
+2
*
powerpc/kvm: Fix VSID usage in 64-bit "PR" KVM
Benjamin Herrenschmidt
2012-05-16
1
-6
/
+7
*
KVM: PPC: Use get/set for to_svcpu to help preemption
Alexander Graf
2012-03-05
1
-23
/
+43
*
KVM: PPC: Implement correct SID mapping on Book3s_32
Alexander Graf
2010-10-24
1
-4
/
+4
*
KVM: PPC: Remove unused define
Alexander Graf
2010-10-24
1
-1
/
+0
*
KVM: PPC: Revert "KVM: PPC: Use kernel hash function"
Alexander Graf
2010-10-24
1
-2
/
+9
*
KVM: PPC: Move slb debugging to tracepoints
Alexander Graf
2010-10-24
1
-17
/
+5
*
KVM: PPC: Fix sid map search after flush
Alexander Graf
2010-10-24
1
-2
/
+2
*
KVM: PPC: Move book3s_64 mmu map debug print to trace point
Alexander Graf
2010-10-24
1
-11
/
+2
*
KVM: PPC: correctly check gfn_to_pfn() return value
Gleb Natapov
2010-10-24
1
-1
/
+1
*
KVM: PPC: Magic Page Book3s support
Alexander Graf
2010-10-24
1
-7
/
+2
*
KVM: PPC: Convert MSR to shared page
Alexander Graf
2010-10-24
1
-2
/
+2
*
KVM: PPC: Make use of hash based Shadow MMU
Alexander Graf
2010-08-01
1
-91
/
+7
*
KVM: PPC: Use kernel hash function
Alexander Graf
2010-08-01
1
-9
/
+2
*
KVM: PPC: Remove obsolete kvmppc_mmu_find_pte
Alexander Graf
2010-08-01
1
-20
/
+0
*
KVM: PPC: Fix Book3S_64 Host MMU debug output
Alexander Graf
2010-05-17
1
-8
/
+12
[next]