index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
/
asm
/
kvm_book3s_64.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266
Thomas Gleixner
1
-12
/
+1
2018-12-21
KVM: PPC: Book3S HV: Introduce kvmhv_update_nest_rmap_rc_list()
Suraj Jitindar Singh
1
-0
/
+3
2018-12-17
KVM: PPC: Book3S HV: Add function kvmhv_vcpu_is_radix()
Suraj Jitindar Singh
1
-0
/
+13
2018-12-17
KVM: PPC: Book3S HV: Cleanups - constify memslots, fix comments
Paul Mackerras
1
-1
/
+1
2018-10-09
KVM: PPC: Book3S HV: Add nested shadow page tables to debugfs
Paul Mackerras
1
-0
/
+1
2018-10-09
KVM: PPC: Book3S HV: Invalidate TLB when nested vcpu moves physical cpu
Suraj Jitindar Singh
1
-0
/
+3
2018-10-09
KVM: PPC: Book3S HV: Use hypercalls for TLB invalidation when nested
Paul Mackerras
1
-0
/
+5
2018-10-09
KVM: PPC: Book3S HV: Introduce rmap to track nested guest mappings
Suraj Jitindar Singh
1
-1
/
+68
2018-10-09
KVM: PPC: Book3S HV: Handle page fault for a nested guest
Suraj Jitindar Singh
1
-0
/
+4
2018-10-09
KVM: PPC: Book3S HV: Framework and hcall stubs for nested virtualization
Paul Mackerras
1
-0
/
+33
2018-10-09
KVM: PPC: Use ccr field in pt_regs struct embedded in vcpu struct
Paul Mackerras
1
-2
/
+2
2018-10-09
KVM: PPC: Book3S HV: Add a debugfs file to dump radix mappings
Paul Mackerras
1
-0
/
+1
2018-05-18
KVM: PPC: Move nip/ctr/lr/xer registers to pt_regs in kvm_vcpu_arch
Simon Guo
1
-6
/
+6
2018-05-18
KVM: PPC: Add pt_regs into kvm_vcpu_arch and move vcpu->arch.gpr[] into it
Simon Guo
1
-4
/
+4
2018-03-24
KVM: PPC: Book3S HV: Work around transactional memory bugs in POWER9
Paul Mackerras
1
-0
/
+43
2017-11-23
KVM: PPC: Book3S HV: Avoid shifts by negative amounts
Paul Mackerras
1
-5
/
+9
2017-11-01
KVM: PPC: Book3S HV: Unify dirty page map between HPT and radix
Paul Mackerras
1
-0
/
+24
2017-11-01
KVM: PPC: Book3S HV: Don't rely on host's page size information
Paul Mackerras
1
-21
/
+95
2017-04-01
powerpc/pseries: Skip using reserved virtual address range
Aneesh Kumar K.V
1
-2
/
+0
2017-01-31
KVM: PPC: Book3S HV: Split HPT allocation from activation
David Gibson
1
-0
/
+4
2017-01-31
KVM: PPC: Book3S HV: Don't store values derivable from HPT order
David Gibson
1
-0
/
+12
2017-01-31
KVM: PPC: Book3S HV: Add basic infrastructure for radix guests
Paul Mackerras
1
-0
/
+6
2016-09-27
KVM: PPC: Book3S: Remove duplicate setting of the B field in tlbie
Balbir Singh
1
-2
/
+1
2016-09-09
powerpc/mm: Speed up computation of base and actual page size for a HPTE
Paul Mackerras
1
-80
/
+7
2016-08-01
powerpc/mm/hash: Add helper for finding SLBE LLP encoding
Aneesh Kumar K.V
1
-2
/
+1
2016-05-01
powerpc/mm/book3s: Rename hash specific PTE bits to carry H_ prefix
Aneesh Kumar K.V
1
-2
/
+2
2016-05-01
powerpc/mm: Drop WIMG in favour of new constants
Aneesh Kumar K.V
1
-17
/
+10
2016-05-01
powerpc/mm: Add pte_xchg() helper
Michael Ellerman
1
-4
/
+1
2016-02-16
KVM: PPC: Replace SPAPR_TCE_SHIFT with IOMMU_PAGE_SHIFT_4K
Alexey Kardashevskiy
1
-2
/
+0
2015-06-05
KVM: implement multiple address spaces
Paolo Bonzini
1
-1
/
+1
2015-04-26
Merge tag 'powerpc-4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...
Linus Torvalds
1
-11
/
+6
2015-04-26
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+18
2015-04-21
KVM: PPC: Book3S HV: Translate kvmhv_commence_exit to C
Paul Mackerras
1
-0
/
+2
2015-04-21
KVM: PPC: Book3S HV: Create debugfs file for each guest's HPT
Paul Mackerras
1
-0
/
+2
2015-04-21
KVM: PPC: Book3S HV: Add helpers for lock/unlock hpte
Aneesh Kumar K.V
1
-0
/
+14
2015-04-17
powerpc/mm/thp: Return pte address if we find trans_splitting.
Aneesh Kumar K.V
1
-10
/
+2
2015-04-17
KVM: PPC: Use READ_ONCE when dereferencing pte_t pointer
Aneesh Kumar K.V
1
-1
/
+4
2015-04-10
powerpc: Fix compile errors with STRICT_MM_TYPECHECKS enabled
Michael Ellerman
1
-5
/
+7
2015-03-31
powerpc: Use bool function return values of true/false not 1/0
Joe Perches
1
-2
/
+2
2014-12-17
KVM: PPC: Book3S HV: Remove code for PPC970 processors
Paul Mackerras
1
-1
/
+0
2014-12-15
KVM: PPC: Book3S HV: Fix computation of tlbie operand
Paul Mackerras
1
-1
/
+1
2014-08-05
Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm
Paolo Bonzini
1
-11
/
+18
2014-07-28
KVM: PPC: BOOK3S: HV: Update compute_tlbie_rb to handle 16MB base page
Aneesh Kumar K.V
1
-2
/
+4
2014-07-28
KVM: PPC: Book3S HV: Make HTAB code LE host aware
Alexander Graf
1
-3
/
+12
2014-07-28
KVM: PPC: Book3s HV: Fix tlbie compile error
Alexander Graf
1
-6
/
+2
2014-06-25
KVM: PPC: BOOK3S: HV: Use base page size when comparing against slb value
Aneesh Kumar K.V
1
-2
/
+17
2014-05-30
KVM: PPC: BOOK3S: HV: Add mixed page-size support for guest
Aneesh Kumar K.V
1
-23
/
+123
2014-03-29
KVM: PPC: Book3S HV: Don't use kvm_memslots() in real mode
Paul Mackerras
1
-0
/
+12
2013-10-17
kvm: powerpc: book3s: Add a new config variable CONFIG_KVM_BOOK3S_HV_POSSIBLE
Aneesh Kumar K.V
1
-3
/
+3
2013-10-17
kvm: powerpc: book3s: pr: Rename KVM_BOOK3S_PR to KVM_BOOK3S_PR_POSSIBLE
Aneesh Kumar K.V
1
-1
/
+1
[next]