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-10-09
KVM: PPC: Book3S HV: Streamlined guest entry/exit path on P9 for radix guests
Paul Mackerras
4
-4
/
+589
2018-10-09
KVM: PPC: Book3S HV: Call kvmppc_handle_exit_hv() with vcore unlocked
Paul Mackerras
1
-9
/
+10
2018-10-09
KVM: PPC: Book3S: Rework TM save/restore code and make it C-callable
Paul Mackerras
2
-140
/
+159
2018-10-09
KVM: PPC: Book3S HV: Simplify real-mode interrupt handling
Paul Mackerras
2
-109
/
+119
2018-10-09
KVM: PPC: Book3S HV: Extract PMU save/restore operations as C-callable functions
Paul Mackerras
2
-210
/
+248
2018-10-09
KVM: PPC: Book3S HV: Move interrupt delivery on guest entry to C code
Paul Mackerras
3
-55
/
+66
2018-10-09
KVM: PPC: Book3S HV: Remove left-over code in XICS-on-XIVE emulation
Paul Mackerras
1
-8
/
+0
2018-10-09
KVM: PPC: Book3S: Simplify external interrupt handling
Paul Mackerras
7
-25
/
+42
2018-10-09
KVM: PPC: Remove redundand permission bits removal
Alexey Kardashevskiy
2
-21
/
+13
2018-10-09
KVM: PPC: Propagate errors to the guest when failed instead of ignoring
Alexey Kardashevskiy
2
-28
/
+13
2018-10-09
KVM: PPC: Validate TCEs against preregistered memory page sizes
Alexey Kardashevskiy
2
-7
/
+60
2018-10-05
KVM: PPC: Book3S HV: Provide mode where all vCPUs on a core must be the same VM
Paul Mackerras
1
-0
/
+8
2018-10-05
KVM: PPC: Book3S PR: Exiting split hack mode needs to fixup both PC and LR
Cameron Kaiser
1
-0
/
+3
2018-10-04
KVM: PPC: Book3S HV: Avoid crash from THP collapse during radix page fault
Paul Mackerras
1
-0
/
+10
2018-10-02
KVM: PPC: Inform the userspace about TCE update failures
Alexey Kardashevskiy
2
-7
/
+7
2018-10-02
KVM: PPC: Validate all tces before updating tables
Alexey Kardashevskiy
2
-0
/
+22
2018-09-12
KVM: PPC: Book3S HV: Don't use compound_order to determine host mapping size
Nicholas Piggin
1
-54
/
+37
2018-09-12
KVM: PPC: Avoid marking DMA-mapped pages dirty in real mode
Alexey Kardashevskiy
1
-8
/
+31
2018-09-04
Merge tag 'kvm-ppc-fixes-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
Radim Krčmář
2
-4
/
+4
2018-08-24
Merge tag 'powerpc-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
1
-0
/
+1
2018-08-23
treewide: correct "differenciate" and "instanciate" typos
Finn Thain
2
-2
/
+2
2018-08-21
powerpc64/ftrace: Include ftrace.h needed for enable/disable calls
Luke Dashjr
1
-0
/
+1
2018-08-20
KVM: PPC: Book3S HV: Don't truncate HPTE index in xlate function
Paul Mackerras
1
-1
/
+1
2018-08-19
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
5
-42
/
+61
2018-08-17
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2018-08-17
mm/cma: remove unsupported gfp_mask parameter from cma_alloc()
Marek Szyprowski
1
-1
/
+1
2018-08-17
Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
20
-93
/
+39
2018-08-15
KVM: PPC: Book3S HV: Use correct pagesize in kvm_unmap_radix()
Paul Mackerras
1
-3
/
+3
2018-08-13
Merge branch 'fixes' into next
Michael Ellerman
2
-3
/
+5
2018-08-06
Merge tag 'v4.18-rc6' into HEAD
Paolo Bonzini
2
-3
/
+5
2018-07-30
powerpc: remove unnecessary inclusion of asm/tlbflush.h
Christophe Leroy
12
-12
/
+0
2018-07-30
powerpc: clean inclusions of asm/feature-fixups.h
Christophe Leroy
4
-0
/
+4
2018-07-30
powerpc: clean the inclusion of stringify.h
Christophe Leroy
1
-0
/
+1
2018-07-30
powerpc: move ASM_CONST and stringify_in_c() into asm-const.h
Christophe Leroy
6
-0
/
+8
2018-07-26
KVM: PPC: Book3S HV: Read kvm->arch.emul_smt_mode under kvm->lock
Paul Mackerras
1
-9
/
+8
2018-07-26
KVM: PPC: Book3S HV: Pack VCORE IDs to access full VCPU ID space
Sam Bobroff
2
-13
/
+33
2018-07-25
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Ingo Molnar
2
-3
/
+5
2018-07-18
KVM: PPC: Check if IOMMU page is contained in the pinned physical page
Alexey Kardashevskiy
2
-3
/
+5
2018-07-18
KVM: PPC: Book3S HV: Fix constant size warning
Nicholas Mc Guire
1
-8
/
+8
2018-07-18
KVM: PPC: Book3S HV: Add of_node_put() in success path
Nicholas Mc Guire
1
-0
/
+2
2018-07-18
KVM: PPC: Book3S: Fix matching of hardware and emulated TCE tables
Alexey Kardashevskiy
1
-3
/
+2
2018-07-18
KVM: PPC: Remove mmio_vsx_tx_sx_enabled in KVM MMIO emulation
Simon Guo
2
-19
/
+18
2018-07-16
powerpc/powernv/ioda: Allocate indirect TCE levels on demand
Alexey Kardashevskiy
1
-2
/
+2
2018-07-16
powerpc/powernv: Add indirect levels to it_userspace
Alexey Kardashevskiy
1
-8
/
+0
2018-07-16
KVM: PPC: Make iommu_table::it_userspace big endian
Alexey Kardashevskiy
2
-10
/
+11
2018-07-16
powerpc/64s: Remove POWER9 DD1 support
Nicholas Piggin
4
-63
/
+15
2018-06-20
sched/swait: Rename to exclusive
Peter Zijlstra
1
-3
/
+3
2018-06-14
Merge tag 'kvm-ppc-next-4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD
Paolo Bonzini
29
-1160
/
+2211
2018-06-12
Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
2
-2
/
+2
2018-06-13
KVM: PPC: Book3S PR: Fix failure status setting in tabort. emulation
Simon Guo
1
-3
/
+3
[prev]
[next]