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
/
book3s_hv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-31
KVM: PPC: Book3S HV: Outline of KVM-HV HPT resizing implementation
David Gibson
1
-0
/
+25
2017-01-31
KVM: PPC: Book3S HV: Allow KVM_PPC_ALLOCATE_HTAB ioctl() to change HPT size
David Gibson
1
-4
/
+1
2017-01-31
KVM: PPC: Book3S HV: Split HPT allocation from activation
David Gibson
1
-3
/
+14
2017-01-31
KVM: PPC: Book3S HV: Gather HPT related variables into sub-structure
David Gibson
1
-1
/
+1
2017-01-31
Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next
Paul Mackerras
1
-24
/
+181
2017-01-31
KVM: PPC: Book3S HV: Enable radix guest support
Paul Mackerras
1
-25
/
+63
2017-01-31
KVM: PPC: Book3S HV: Invalidate TLB on radix guest vcpu movement
Paul Mackerras
1
-0
/
+45
2017-01-31
KVM: PPC: Book3S HV: Implement dirty page logging for radix guests
Paul Mackerras
1
-6
/
+25
2017-01-31
KVM: PPC: Book3S HV: Page table construction and page faults for radix guests
Paul Mackerras
1
-1
/
+16
2017-01-31
KVM: PPC: Book3S HV: Set process table for HPT guests on POWER9
Paul Mackerras
1
-4
/
+31
2017-01-31
KVM: PPC: Book3S HV: Add userspace interfaces for POWER9 MMU
Paul Mackerras
1
-0
/
+13
2017-01-27
KVM: PPC: Book3S HV: Fix H_PROD to actually wake the target vcpu
Paul Mackerras
1
-8
/
+5
2017-01-27
KVM: PPC: Book3S HV: Don't try to signal cpu -1
Paul Mackerras
1
-1
/
+2
2016-12-25
ktime: Cleanup ktime_set() usage
Thomas Gleixner
1
-2
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-12-13
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-64
/
+190
2016-12-02
KVM/PPC/Book3S HV: Convert to hotplug state machine
Anna-Maria Gleixner
1
-37
/
+11
2016-11-28
KVM: PPC: Book3S HV: Comment style and print format fixups
Suraj Jitindar Singh
1
-1
/
+2
2016-11-28
KVM: PPC: Book3S HV: Add check for module parameter halt_poll_ns
Suraj Jitindar Singh
1
-3
/
+2
2016-11-28
KVM: PPC: Book3S HV: Use generic kvm module parameters
Suraj Jitindar Singh
1
-23
/
+6
2016-11-24
KVM: PPC: Book3S HV: Update kvmppc_set_arch_compat() for ISA v3.00
Suraj Jitindar Singh
1
-15
/
+28
2016-11-24
KVM: PPC: Book3S HV: Treat POWER9 CPU threads as independent subcores
Paul Mackerras
1
-12
/
+37
2016-11-24
KVM: PPC: Book3S HV: Enable hypervisor virtualization interrupts while in guest
Paul Mackerras
1
-2
/
+9
2016-11-24
KVM: PPC: Book3S HV: Use OPAL XICS emulation on POWER9
Paul Mackerras
1
-2
/
+26
2016-11-24
KVM: PPC: Book3S HV: Use msgsnd for IPIs to other cores on POWER9
Paul Mackerras
1
-1
/
+10
2016-11-24
KVM: PPC: Book3S HV: Adapt TLB invalidations to work on POWER9
Paul Mackerras
1
-1
/
+16
2016-11-24
KVM: PPC: Book3S HV: Add new POWER9 guest-accessible SPRs
Paul Mackerras
1
-0
/
+12
2016-11-24
KVM: PPC: Book3S HV: Set partition table rather than SDR1 on POWER9
Paul Mackerras
1
-6
/
+30
2016-11-21
KVM: PPC: Book3S HV: Save/restore XER in checkpointed register state
Paul Mackerras
1
-0
/
+6
2016-11-21
KVM: PPC: Book3S HV: Add a per vcpu cache for recently page faulted MMIO entries
Yongji Xie
1
-0
/
+9
2016-11-21
KVM: PPC: Book3S HV: Use list_move_tail instead of list_del/list_add_tail
Wei Yongjun
1
-2
/
+1
2016-09-27
KVM: PPC: Book3S HV: Take out virtual core piggybacking code
Paul Mackerras
1
-125
/
+3
2016-09-27
KVM: PPC: Book3S: Treat VTB as a per-subcore register, not per-thread
Paul Mackerras
1
-3
/
+11
2016-09-12
KVM: PPC: Book3S HV: Set server for passed-through interrupts
Paul Mackerras
1
-0
/
+4
2016-09-12
KVM: PPC: Book3S HV: Tunable to disable KVM IRQ bypass
Suresh Warrier
1
-0
/
+10
2016-09-12
KVM: PPC: Book3S HV: Complete passthrough interrupt in host
Suresh Warrier
1
-1
/
+7
2016-09-12
KVM: PPC: Book3S HV: Handle passthrough interrupts in guest
Suresh Warrier
1
-1
/
+7
2016-09-09
KVM: PPC: Book3S HV: Enable IRQ bypass
Suresh Warrier
1
-1
/
+159
2016-09-09
KVM: PPC: Book3S HV: Introduce kvmppc_passthru_irqmap
Suresh Warrier
1
-0
/
+13
2016-09-08
KVM: PPC: Implement existing and add new halt polling vcpu stats
Suraj Jitindar Singh
1
-5
/
+31
2016-09-08
KVM: PPC: Book3S HV: Implement halt polling
Suraj Jitindar Singh
1
-14
/
+102
2016-09-08
KVM: PPC: Book3S HV: Change vcore element runnable_threads from linked-list t...
Suraj Jitindar Singh
1
-26
/
+42
2016-07-11
Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
1
-0
/
+37
2016-07-01
KVM: remove kvm_guest_enter/exit wrappers
Paolo Bonzini
1
-2
/
+2
2016-06-20
KVM: PPC: Book3S HV: Fix TB corruption in guest exit path on HMI interrupt
Mahesh Salgaonkar
1
-0
/
+37
2016-05-20
Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-0
/
+6
2016-05-11
KVM: PPC: Book3S HV: Fix build error in book3s_hv.c
Gavin Shan
1
-0
/
+1
2016-05-01
powerpc/mm/hash: Add support for Power9 Hash
Aneesh Kumar K.V
1
-0
/
+6
2016-03-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+191
2016-02-29
KVM: PPC: Book3S HV: Add tunable to control H_IPI redirection
Suresh E. Warrier
1
-0
/
+11
[next]