index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kvm
/
book3s_64_mmu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-10
KVM: PPC: Book3S PR: Fix WIMG handling under pHyp
Alexey Kardashevskiy
1
-0
/
+1
2017-04-20
KVM: PPC: Book3S PR: Preserve storage control bits
Alexey Kardashevskiy
1
-0
/
+1
2017-02-17
KVM: PPC: Book3S PR: Ratelimit copy data failure error messages
Vipin K Parashar
1
-1
/
+2
2016-03-03
powerpc/mm: Move hash related mmu-*.h headers to book3s/
Aneesh Kumar K.V
1
-1
/
+1
2015-12-09
KVM: PPC: Book3S PR: Remove unused variable 'vcpu_book3s'
Geyslan G. Bem
1
-3
/
+0
2014-05-30
KVM: PPC: Disable NX for old magic page using guests
Alexander Graf
1
-0
/
+3
2014-05-30
KVM: PPC: Make shared struct aka magic page guest endian
Alexander Graf
1
-9
/
+10
2014-05-30
KVM: PPC: Book3S_64 PR: Access HTAB in big endian
Alexander Graf
1
-4
/
+7
2014-05-30
KVM: PPC: Book3S: PR: Fix C/R bit setting
Alexander Graf
1
-2
/
+2
2014-05-30
KVM: PPC: BOOK3S: PR: Enable Little Endian PR guest
Aneesh Kumar K.V
1
-1
/
+1
2013-10-17
KVM: PPC: Book3S PR: Better handling of host-side read-only pages
Paul Mackerras
1
-4
/
+5
2013-10-17
KVM: PPC: Book3S PR: Allocate kvm_vcpu structs from kvm_vcpu_cache
Paul Mackerras
1
-6
/
+5
2013-10-17
KVM: PPC: Book3S PR: Make HPT accesses and updates SMP-safe
Paul Mackerras
1
-10
/
+23
2013-10-17
KVM: PPC: Book3S PR: Handle PP0 page-protection bit in guest HPTEs
Paul Mackerras
1
-0
/
+3
2013-10-17
KVM: PPC: Book3S PR: Use 64k host pages where possible
Paul Mackerras
1
-5
/
+30
2013-10-17
KVM: PPC: Book3S PR: Allow guest to use 64k pages
Paul Mackerras
1
-9
/
+83
2013-08-29
KVM: PPC: Book3S PR: Rework kvmppc_mmu_book3s_64_xlate()
Paul Mackerras
1
-78
/
+72
2013-06-30
KVM: PPC: Book3S PR: Invalidate SLB entries properly
Paul Mackerras
1
-1
/
+6
2013-06-30
KVM: PPC: Book3S PR: Allow guest to use 1TB segments
Paul Mackerras
1
-16
/
+44
2013-06-30
KVM: PPC: Book3S PR: Don't keep scanning HPTEG after we find a match
Paul Mackerras
1
-12
/
+2
2011-09-25
KVM: PPC: Interpret SDR1 as HVA in PAPR mode
Alexander Graf
1
-1
/
+7
2011-07-12
KVM: PPC: Move fields between struct kvm_vcpu_arch and kvmppc_vcpu_book3s
Paul Mackerras
1
-29
/
+25
2010-10-24
KVM: PPC: Magic Page Book3s support
Alexander Graf
1
-1
/
+29
2010-10-24
KVM: PPC: Convert MSR to shared page
Alexander Graf
1
-6
/
+6
2010-05-17
KVM: PPC: Set VSID_PR also for Book3S_64
Alexander Graf
1
-0
/
+3
2010-05-17
KVM: PPC: Improve split mode
Alexander Graf
1
-12
/
+15
2010-05-17
KVM: PPC: Convert u64 -> ulong
Alexander Graf
1
-2
/
+2
2010-05-17
KVM: PPC: Improve indirect svcpu accessors
Alexander Graf
1
-1
/
+1
2010-03-01
KVM: PPC: Make large pages work
Alexander Graf
1
-4
/
+6
2009-12-27
KVM: powerpc: Fix mtsrin in book3s_64 mmu
Alexander Graf
1
-1
/
+21
2009-12-08
powerpc/kvm: Sync guest visible MMU state
Alexander Graf
1
-0
/
+2
2009-11-05
Add book3s_64 guest MMU
Alexander Graf
1
-0
/
+476