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
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-17
KVM: PPC: Book3S HV: Cleanups - constify memslots, fix comments
Paul Mackerras
3
-6
/
+7
2018-12-17
KVM: PPC: Book3S HV: Map single pages when doing dirty page logging
Paul Mackerras
1
-2
/
+6
2018-12-17
KVM: PPC: Pass change type down to memslot commit function
Bharata B Rao
5
-6
/
+10
2018-12-14
kvm: make KVM_CAP_ENABLE_CAP_VM architecture agnostic
Paolo Bonzini
1
-12
/
+2
2018-12-14
KVM: PPC: Book3S PR: Set hflag to indicate that POWER9 supports 1T segments
Suraj Jitindar Singh
1
-0
/
+1
2018-12-14
KVM: PPC: Book3S HV: Change to use DEFINE_SHOW_ATTRIBUTE macro
Yangtao Li
2
-22
/
+2
2018-12-14
KVM: PPC: Book3S HV: Fix race between kvm_unmap_hva_range and MMU mode switch
Paul Mackerras
2
-6
/
+14
2018-12-04
powerpc/mm: move platform specific mmu-xxx.h in platform directories
Christophe Leroy
1
-1
/
+1
2018-11-25
Merge tag 'kvm-ppc-fixes-4.20-1' of https://git.kernel.org/pub/scm/linux/kern...
Paolo Bonzini
1
-0
/
+1
2018-11-15
KVM: PPC: Book3S HV: Fix handling for interrupted H_ENTER_NESTED
Michael Roth
1
-0
/
+1
2018-11-07
KVM: PPC: Move and undef TRACE_INCLUDE_PATH/FILE
Scott Wood
4
-8
/
+27
2018-11-02
Merge tag 'powerpc-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2
-6
/
+4
2018-10-26
Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-2
/
+0
2018-10-26
KVM: PPC: Use exported tb_to_ns() function in decrementer emulation
Paul Mackerras
2
-6
/
+4
2018-10-25
Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
25
-882
/
+3645
2018-10-20
KVM: PPC: Optimize clearing TCEs for sparse tables
Alexey Kardashevskiy
2
-6
/
+5
2018-10-19
KVM: PPC: Book3S HV: Don't use streamlined entry path on early POWER9 chips
Paul Mackerras
1
-2
/
+11
2018-10-19
powerpc: Add -Werror at arch/powerpc level
Michael Ellerman
1
-2
/
+0
2018-10-09
KVM: PPC: Book3S HV: Add NO_HASH flag to GET_SMMU_INFO ioctl result
Paul Mackerras
1
-0
/
+4
2018-10-09
KVM: PPC: Book3S HV: Add a VM capability to enable nested virtualization
Paul Mackerras
2
-9
/
+42
2018-10-09
Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next
Paul Mackerras
25
-876
/
+3583
2018-10-09
KVM: PPC: Book3S HV: Add nested shadow page tables to debugfs
Paul Mackerras
2
-3
/
+51
2018-10-09
KVM: PPC: Book3S HV: Allow HV module to load without hypervisor mode
Paul Mackerras
2
-5
/
+14
2018-10-09
KVM: PPC: Book3S HV: Handle differing endianness for H_ENTER_NESTED
Suraj Jitindar Singh
1
-1
/
+50
2018-10-09
KVM: PPC: Book3S HV: Sanitise hv_regs on nested guest entry
Suraj Jitindar Singh
1
-0
/
+17
2018-10-09
KVM: PPC: Book3S HV: Add one-reg interface to virtual PTCR register
Paul Mackerras
1
-0
/
+6
2018-10-09
KVM: PPC: Book3S HV: Don't access HFSCR, LPIDR or LPCR when running nested
Paul Mackerras
2
-16
/
+24
2018-10-09
KVM: PPC: Book3S HV: Invalidate TLB when nested vcpu moves physical cpu
Suraj Jitindar Singh
2
-38
/
+68
2018-10-09
KVM: PPC: Book3S HV: Use hypercalls for TLB invalidation when nested
Paul Mackerras
2
-8
/
+52
2018-10-09
KVM: PPC: Book3S HV: Implement H_TLB_INVALIDATE hcall
Suraj Jitindar Singh
3
-2
/
+198
2018-10-09
KVM: PPC: Book3S HV: Introduce rmap to track nested guest mappings
Suraj Jitindar Singh
3
-14
/
+169
2018-10-09
KVM: PPC: Book3S HV: Handle page fault for a nested guest
Suraj Jitindar Singh
2
-86
/
+440
2018-10-09
KVM: PPC: Book3S HV: Handle hypercalls correctly when nested
Paul Mackerras
3
-1
/
+47
2018-10-09
KVM: PPC: Book3S HV: Use XICS hypercalls when running as a nested hypervisor
Paul Mackerras
3
-9
/
+50
2018-10-09
KVM: PPC: Book3S HV: Nested guest entry via hypercall
Paul Mackerras
3
-30
/
+422
2018-10-09
KVM: PPC: Book3S HV: Framework and hcall stubs for nested virtualization
Paul Mackerras
3
-4
/
+331
2018-10-09
KVM: PPC: Book3S HV: Use kvmppc_unmap_pte() in kvm_unmap_radix()
Paul Mackerras
1
-20
/
+13
2018-10-09
KVM: PPC: Book3S HV: Refactor radix page fault handler
Suraj Jitindar Singh
1
-87
/
+123
2018-10-09
KVM: PPC: Book3S HV: Make kvmppc_mmu_radix_xlate process/partition table agno...
Suraj Jitindar Singh
1
-34
/
+75
2018-10-09
KVM: PPC: Book3S HV: Clear partition table entry on vm teardown
Suraj Jitindar Singh
1
-1
/
+7
2018-10-09
KVM: PPC: Use ccr field in pt_regs struct embedded in vcpu struct
Paul Mackerras
8
-22
/
+22
2018-10-09
KVM: PPC: Book3S HV: Add a debugfs file to dump radix mappings
Paul Mackerras
2
-0
/
+181
2018-10-09
KVM: PPC: Book3S HV: Handle hypervisor instruction faults better
Paul Mackerras
1
-1
/
+4
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
[prev]
[next]