index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-18
KVM: PPC: Book3S HV: radix: Refine IO region partition scope attributes
Nicholas Piggin
1
-3
/
+7
2018-05-18
KVM: PPC: Book3S HV: Make radix handle process scoped LPID flush in C, with relocation on
Nicholas Piggin
2
-7
/
+32
2018-05-18
KVM: PPC: Book3S HV: Make radix use the Linux translation flush functions for partition scope
Nicholas Piggin
1
-27
/
+7
2018-05-18
KVM: PPC: Book3S HV: Recursively unmap all page table entries when unmapping
Nicholas Piggin
1
-54
/
+138
2018-05-18
KVM: PPC: Book3S HV: Use a helper to unmap ptes in the radix fault path
Nicholas Piggin
1
-23
/
+23
2018-05-18
KVM: PPC: Book3S HV: Lockless tlbie for HPT hcalls
Nicholas Piggin
2
-21
/
+3
2018-05-18
KVM: PPC: Fix a mmio_host_swabbed uninitialized usage issue
Simon Guo
2
-1
/
+2
2018-05-18
KVM: PPC: Move nip/ctr/lr/xer registers to pt_regs in kvm_vcpu_arch
Simon Guo
9
-46
/
+49
2018-05-18
KVM: PPC: Add pt_regs into kvm_vcpu_arch and move vcpu->arch.gpr[] into it
Simon Guo
7
-44
/
+45
2018-05-18
Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next
Paul Mackerras
1
-5
/
+31
2018-05-17
KVM: PPC: Book3S: Change return type to vm_fault_t
Souptick Joarder
1
-1
/
+1
2018-05-17
KVM: PPC: Book3S: Check KVM_CREATE_SPAPR_TCE_64 parameters
Alexey Kardashevskiy
1
-1
/
+2
2018-05-17
KVM: PPC: Book3S: Allow backing bigger guest IOMMU pages with smaller physical pages
Alexey Kardashevskiy
2
-20
/
+94
2018-05-17
KVM: PPC: Book3S: Use correct page shift in H_STUFF_TCE
Alexey Kardashevskiy
2
-2
/
+2
2018-05-17
KVM: PPC: Book3S HV: Fix inaccurate comment
Paul Mackerras
1
-1
/
+1
2018-05-17
KVM: PPC: Book3S HV: Set RWMR on POWER8 so PURR/SPURR count correctly
Paul Mackerras
1
-1
/
+60
2018-05-17
KVM: PPC: Book3S HV: Add 'online' register to ONE_REG interface
Paul Mackerras
1
-0
/
+6
2018-05-17
KVM: PPC: Book 3S HV: Do ptesync in radix guest exit path
Paul Mackerras
1
-0
/
+8
2018-05-17
KVM: PPC: Book3S HV: XIVE: Resend re-routed interrupts on CPU priority change
Benjamin Herrenschmidt
1
-7
/
+101
2018-05-17
KVM: PPC: Book3S HV: Make radix clear pte when unmapping
Nicholas Piggin
1
-1
/
+1
2018-05-17
KVM: PPC: Book3S HV: Make radix use correct tlbie sequence in kvmppc_radix_tlbie_page
Nicholas Piggin
1
-2
/
+2
2018-05-17
KVM: PPC: Book3S HV: Snapshot timebase offset on guest entry
Paul Mackerras
2
-45
/
+45
2018-05-15
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
1
-5
/
+31
2018-05-15
powerpc/kvm: Switch kvm pmd allocator to custom allocator
Aneesh Kumar K.V
1
-5
/
+31
2018-05-03
powerpc64/ftrace: Disable ftrace during kvm entry/exit
Naveen N. Rao
2
-0
/
+7
2018-04-27
powerpc/kvm/booke: Fix altivec related build break
Laurentiu Tudor
1
-0
/
+7
2018-04-15
Merge tag 'powerpc-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
1
-4
/
+0
2018-04-11
KVM: PPC: Book3S HV: trace_tlbie must not be called in realmode
Nicholas Piggin
1
-4
/
+0
2018-04-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
9
-169
/
+210
2018-04-07
Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
9
-35
/
+555
2018-04-03
KVM: PPC: Book3S HV: Fix ppc_breakpoint_available compile error
Nicholas Piggin
1
-0
/
+1
2018-04-01
powerpc/64s: Remove POWER4 support
Nicholas Piggin
1
-6
/
+0
2018-04-01
powerpc/kvm: Fix guest boot failure on Power9 since DAWR changes
Aneesh Kumar K.V
1
-1
/
+1
2018-03-31
Merge branch 'topic/paca' into next
Michael Ellerman
4
-19
/
+23
2018-03-30
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-17
/
+18
2018-03-30
powerpc/64s: Allocate LPPACAs individually
Nicholas Piggin
1
-1
/
+2
2018-03-30
powerpc/64: Use array of paca pointers and allocate pacas individually
Nicholas Piggin
2
-14
/
+19
2018-03-30
powerpc/64s: Do not allocate lppaca if we are not virtualized
Nicholas Piggin
2
-4
/
+2
2018-03-28
Merge tag 'powerpc-4.16-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
2
-0
/
+14
2018-03-28
Merge branch 'fixes' into next
Michael Ellerman
2
-0
/
+14
2018-03-28
KVM: PPC: Book3S HV: Use __gfn_to_pfn_memslot() in page fault handler
Paul Mackerras
1
-60
/
+88
2018-03-27
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
2
-1
/
+19
2018-03-27
KVM: PPC: Book3S HV: Handle migration with POWER9 disabled DAWR
Michael Neuling
1
-0
/
+10
2018-03-27
KVM: PPC: Book3S HV: Return error from h_set_dabr() on POWER9
Michael Neuling
1
-1
/
+7
2018-03-27
KVM: PPC: Book3S HV: Return error from h_set_mode(SET_DAWR) on POWER9
Michael Neuling
1
-0
/
+2
2018-03-24
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
6
-9
/
+512
2018-03-24
KVM: PPC: Book3S HV: Work around TEXASR bug in fake suspend state
Paul Mackerras
1
-7
/
+10
2018-03-24
KVM: PPC: Book3S HV: Work around XER[SO] bug in fake suspend mode
Suraj Jitindar Singh
1
-4
/
+20
2018-03-24
KVM: PPC: Book3S HV: Work around transactional memory bugs in POWER9
Paul Mackerras
6
-7
/
+491
2018-03-23
powerpc/mm: Fixup tlbie vs store ordering issue on POWER9
Aneesh Kumar K.V
2
-0
/
+14
[prev]
[next]