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
2021-08-25
KVM: PPC: Book3S HV: Initialise vcpu MSR with MSR_ME
Nicholas Piggin
1
-0
/
+1
2021-08-24
KVM: PPC: Book3S HV: Stop exporting symbols from book3s_64_mmu_radix
Fabiano Rosas
1
-3
/
+0
2021-08-24
KVM: PPC: Book3S HV: Add sanity check to copy_tofrom_guest
Fabiano Rosas
1
-0
/
+3
2021-08-24
KVM: PPC: Book3S HV: Fix copy_tofrom_guest routines
Fabiano Rosas
1
-2
/
+4
2021-08-20
KVM: stats: Add halt polling related histogram stats
Jing Zhang
1
-2
/
+14
2021-08-20
KVM: stats: Add halt_wait_ns stats for all architectures
Jing Zhang
3
-3
/
+1
2021-08-20
KVM: stats: Support linear and logarithmic histogram statistics
Jing Zhang
2
-8
/
+0
2021-08-20
KVM: PPC: Book3S PR: Remove unused variable
Cédric Le Goater
1
-2
/
+1
2021-08-20
KVM: PPC: Book3S PR: Declare kvmppc_handle_exit_pr()
Cédric Le Goater
1
-1
/
+2
2021-08-20
powerpc/kvm: Remove obsolete and unneeded select
Lukas Bulwahn
1
-1
/
+0
2021-08-13
powerpc: rename powerpc_debugfs_root to arch_debugfs_dir
Aneesh Kumar K.V
3
-7
/
+5
2021-08-10
KVM: PPC: Book3S HV: XIVE: Add support for automatic save-restore
Cédric Le Goater
3
-2
/
+43
2021-08-10
KVM: PPC: Book3S HV: XIVE: Add a 'flags' field
Cédric Le Goater
3
-15
/
+25
2021-08-10
KVM: PPC: Book3S HV: XICS: Fix mapping of passthrough interrupts
Cédric Le Goater
1
-2
/
+10
2021-08-10
powerpc/powernv/pci: Rework pnv_opal_pci_msi_eoi()
Cédric Le Goater
1
-4
/
+4
2021-08-10
KVM: PPC: Book3S HV: XIVE: Fix mapping of passthrough interrupts
Cédric Le Goater
1
-1
/
+2
2021-08-10
KVM: PPC: Book3S HV: XIVE: Change interface of passthrough interrupt routines
Cédric Le Goater
2
-11
/
+10
2021-08-10
KVM: PPC: Book3S HV: Use the new IRQ chip to detect passthrough interrupts
Cédric Le Goater
1
-1
/
+1
2021-08-10
KVM: PPC: Use arch_get_random_seed_long instead of powernv variant
Alexey Kardashevskiy
1
-1
/
+1
2021-08-10
powerpc: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
1
-5
/
+5
2021-08-06
KVM: Move last_used_slot logic out of search_memslots
David Matlack
2
-2
/
+2
2021-07-23
KVM: PPC: Book3S HV Nested: Sanitise H_ENTER_NESTED TM state
Nicholas Piggin
1
-0
/
+20
2021-07-23
KVM: PPC: Book3S: Fix H_RTAS rets buffer overflow
Nicholas Piggin
1
-3
/
+22
2021-07-17
KVM: PPC: Fix kvm_arch_vcpu_ioctl vcpu_load leak
Nicholas Piggin
1
-2
/
+2
2021-07-17
KVM: PPC: Book3S: Fix CONFIG_TRANSACTIONAL_MEM=n crash
Nicholas Piggin
1
-0
/
+2
2021-07-15
KVM: PPC: Book3S HV P9: Fix guest TM support
Nicholas Piggin
1
-3
/
+22
2021-07-02
Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
3
-3
/
+5
2021-06-29
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-3
/
+3
2021-06-29
Merge tag 'irq-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-0
/
+3
2021-06-29
arch/powerpc/kvm/book3s: use vma_lookup() in kvmppc_hv_setup_htab_rma()
Liam Howlett
1
-2
/
+2
2021-06-29
arch/powerpc/kvm/book3s_hv_uvmem: use vma_lookup() instead of find_vma_intersection()
Liam Howlett
1
-1
/
+1
2021-06-28
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
21
-1243
/
+1839
2021-06-24
KVM: debugfs: Reuse binary stats descriptors
Jing Zhang
2
-58
/
+0
2021-06-24
KVM: stats: Support binary stats retrieval for a VCPU
Jing Zhang
2
-0
/
+83
2021-06-24
KVM: stats: Support binary stats retrieval for a VM
Jing Zhang
2
-0
/
+34
2021-06-24
KVM: stats: Add fd-based API to read binary stats data
Jing Zhang
1
-1
/
+1
2021-06-24
KVM: stats: Separate generic stats from architecture specific ones
Jing Zhang
5
-21
/
+21
2021-06-25
powerpc/64s: avoid reloading (H)SRR registers if they are still valid
Nicholas Piggin
2
-0
/
+5
2021-06-23
Merge branch 'topic/ppc-kvm' of https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux into HEAD
Paolo Bonzini
19
-1181
/
+1724
2021-06-23
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
6
-16
/
+242
2021-06-23
KVM: PPC: Book3S HV: Workaround high stack usage with clang
Nathan Chancellor
1
-1
/
+2
2021-06-22
KVM: PPC: Book3S HV: Use H_RPT_INVALIDATE in nested KVM
Bharata B Rao
2
-7
/
+32
2021-06-22
KVM: PPC: Book3S HV: Add KVM_CAP_PPC_RPT_INVALIDATE capability
Bharata B Rao
1
-0
/
+3
2021-06-22
KVM: PPC: Book3S HV: Nested support in H_RPT_INVALIDATE
Bharata B Rao
2
-3
/
+163
2021-06-21
KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE
Bharata B Rao
1
-0
/
+36
2021-06-21
KVM: PPC: Book3S HV: Fix TLB management on SMT8 POWER9 and POWER10 processors
Suraj Jitindar Singh
3
-8
/
+9
2021-06-17
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
15
-1164
/
+1475
2021-06-17
powerpc/32s: move CTX_TO_VSID() into mmu-hash.h
Christophe Leroy
1
-3
/
+0
2021-06-10
KVM: PPC: Book3S HV: remove ISA v3.0 and v3.1 support from P7/8 path
Nicholas Piggin
3
-457
/
+35
2021-06-10
KVM: PPC: Book3S HV P9: implement hash host / hash guest support
Nicholas Piggin
3
-12
/
+43
[prev]
[next]