index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
/
asm
/
kvm_book3s_64.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/mm/book3s: Rename hash specific PTE bits to carry H_ prefix
Aneesh Kumar K.V
2016-05-01
1
-2
/
+2
*
powerpc/mm: Drop WIMG in favour of new constants
Aneesh Kumar K.V
2016-05-01
1
-17
/
+10
*
powerpc/mm: Add pte_xchg() helper
Michael Ellerman
2016-05-01
1
-4
/
+1
*
KVM: PPC: Replace SPAPR_TCE_SHIFT with IOMMU_PAGE_SHIFT_4K
Alexey Kardashevskiy
2016-02-16
1
-2
/
+0
*
KVM: implement multiple address spaces
Paolo Bonzini
2015-06-05
1
-1
/
+1
*
Merge tag 'powerpc-4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...
Linus Torvalds
2015-04-26
1
-11
/
+6
|
\
|
*
powerpc/mm/thp: Return pte address if we find trans_splitting.
Aneesh Kumar K.V
2015-04-17
1
-10
/
+2
|
*
KVM: PPC: Use READ_ONCE when dereferencing pte_t pointer
Aneesh Kumar K.V
2015-04-17
1
-1
/
+4
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2015-04-26
1
-0
/
+18
|
\
\
|
|
/
|
/
|
|
*
KVM: PPC: Book3S HV: Translate kvmhv_commence_exit to C
Paul Mackerras
2015-04-21
1
-0
/
+2
|
*
KVM: PPC: Book3S HV: Create debugfs file for each guest's HPT
Paul Mackerras
2015-04-21
1
-0
/
+2
|
*
KVM: PPC: Book3S HV: Add helpers for lock/unlock hpte
Aneesh Kumar K.V
2015-04-21
1
-0
/
+14
*
|
powerpc: Fix compile errors with STRICT_MM_TYPECHECKS enabled
Michael Ellerman
2015-04-10
1
-5
/
+7
*
|
powerpc: Use bool function return values of true/false not 1/0
Joe Perches
2015-03-31
1
-2
/
+2
|
/
*
KVM: PPC: Book3S HV: Remove code for PPC970 processors
Paul Mackerras
2014-12-17
1
-1
/
+0
*
KVM: PPC: Book3S HV: Fix computation of tlbie operand
Paul Mackerras
2014-12-15
1
-1
/
+1
*
Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm
Paolo Bonzini
2014-08-05
1
-11
/
+18
|
\
|
*
KVM: PPC: BOOK3S: HV: Update compute_tlbie_rb to handle 16MB base page
Aneesh Kumar K.V
2014-07-28
1
-2
/
+4
|
*
KVM: PPC: Book3S HV: Make HTAB code LE host aware
Alexander Graf
2014-07-28
1
-3
/
+12
|
*
KVM: PPC: Book3s HV: Fix tlbie compile error
Alexander Graf
2014-07-28
1
-6
/
+2
*
|
KVM: PPC: BOOK3S: HV: Use base page size when comparing against slb value
Aneesh Kumar K.V
2014-06-25
1
-2
/
+17
|
/
*
KVM: PPC: BOOK3S: HV: Add mixed page-size support for guest
Aneesh Kumar K.V
2014-05-30
1
-23
/
+123
*
KVM: PPC: Book3S HV: Don't use kvm_memslots() in real mode
Paul Mackerras
2014-03-29
1
-0
/
+12
*
kvm: powerpc: book3s: Add a new config variable CONFIG_KVM_BOOK3S_HV_POSSIBLE
Aneesh Kumar K.V
2013-10-17
1
-3
/
+3
*
kvm: powerpc: book3s: pr: Rename KVM_BOOK3S_PR to KVM_BOOK3S_PR_POSSIBLE
Aneesh Kumar K.V
2013-10-17
1
-1
/
+1
*
Merge remote-tracking branch 'origin/next' into kvm-ppc-next
Alexander Graf
2013-08-29
1
-24
/
+34
|
\
|
*
powerpc/kvm: Handle transparent hugepage in KVM
Aneesh Kumar K.V
2013-06-21
1
-24
/
+34
*
|
KVM: PPC: Book3S HV: Correct tlbie usage
Paul Mackerras
2013-07-10
1
-1
/
+1
*
|
powerpc/kvm: Contiguous memory allocator based RMA allocation
Aneesh Kumar K.V
2013-07-08
1
-0
/
+1
*
|
powerpc/kvm: Contiguous memory allocator based hash page table allocation
Aneesh Kumar K.V
2013-07-08
1
-1
/
+0
|
/
*
KVM: PPC: Book3S HV: Make HPT reading code notice R/C bit changes
Paul Mackerras
2013-04-26
1
-0
/
+13
*
KVM: PPC: Book3S HV: Provide a method for userspace to read and write the HPT
Paul Mackerras
2012-12-06
1
-0
/
+22
*
KVM: PPC: Book3S HV: Add a mechanism for recording modified HPTEs
Paul Mackerras
2012-12-06
1
-0
/
+9
*
KVM: PPC: Book3S HV: Fix thinko in try_lock_hpte()
Paul Mackerras
2012-10-30
1
-1
/
+1
*
KVM: PPC: Book3S HV: Make the guest hash table size configurable
Paul Mackerras
2012-05-30
1
-5
/
+2
*
KVM: PPC: Allow for read-only pages backing a Book3S HV guest
Paul Mackerras
2012-03-05
1
-2
/
+18
*
KVM: PPC: Implement MMU notifiers for Book3S HV guests
Paul Mackerras
2012-03-05
1
-0
/
+31
*
KVM: PPC: Implement MMIO emulation support for Book3S HV guests
Paul Mackerras
2012-03-05
1
-0
/
+26
*
KVM: PPC: Maintain a doubly-linked list of guest HPTEs for each gfn
Paul Mackerras
2012-03-05
1
-0
/
+18
*
KVM: PPC: Allow I/O mappings in memory slots
Paul Mackerras
2012-03-05
1
-0
/
+26
*
KVM: PPC: Allow use of small pages to back Book3S HV guests
Paul Mackerras
2012-03-05
1
-0
/
+10
*
KVM: PPC: Only get pages when actually needed, not in prepare_memory_region()
Paul Mackerras
2012-03-05
1
-0
/
+12
*
KVM: PPC: Make the H_ENTER hcall more reliable
Paul Mackerras
2012-03-05
1
-0
/
+25
*
KVM: PPC: Keep a record of HV guest view of hashed page table entries
Paul Mackerras
2012-03-05
1
-0
/
+8
*
KVM: PPC: Use get/set for to_svcpu to help preemption
Alexander Graf
2012-03-05
1
-1
/
+7
*
KVM: PPC: move compute_tlbie_rb to book3s_64 common header
Andreas Schwab
2011-12-26
1
-0
/
+33
*
KVM: PPC: Accelerate H_PUT_TCE by implementing it in real mode
David Gibson
2011-07-12
1
-0
/
+2
*
KVM: PPC: Add support for Book3S processors in hypervisor mode
Paul Mackerras
2011-07-12
1
-0
/
+2
*
KVM: PPC: Add kvm_book3s_64.h
Alexander Graf
2010-05-17
1
-0
/
+28