index
:
delta/linux-stable.git
baserock/v2.6.28.9/aspeed
baserock/v2.6.28.9/openbmc_aspeed_wedge
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.2.y
linux-6.3.y
linux-rolling-lts
linux-rolling-stable
master
git.kernel.org: pub/scm/linux/kernel/git/stable/linux-stable.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
ktime: Cleanup ktime_set() usage
Thomas Gleixner
2016-12-25
1
-2
/
+1
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
9
-9
/
+9
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2016-12-13
10
-189
/
+606
|
\
|
*
KVM: PPC: Book3S: Move prototypes for KVM functions into kvm_ppc.h
Paul Mackerras
2016-12-01
5
-5
/
+1
|
*
KVM: PPC: Book3S HV: Comment style and print format fixups
Suraj Jitindar Singh
2016-11-28
2
-2
/
+3
|
*
KVM: PPC: Book3S HV: Add check for module parameter halt_poll_ns
Suraj Jitindar Singh
2016-11-28
1
-3
/
+2
|
*
KVM: PPC: Book3S HV: Use generic kvm module parameters
Suraj Jitindar Singh
2016-11-28
1
-23
/
+6
|
*
KVM: PPC: Correctly report KVM_CAP_PPC_ALLOC_HTAB
David Gibson
2016-11-24
1
-1
/
+4
|
*
KVM: PPC: Book3S HV: Fix compilation with unusual configurations
Paul Mackerras
2016-11-24
1
-1
/
+2
|
*
KVM: PPC: Book3S HV: Update kvmppc_set_arch_compat() for ISA v3.00
Suraj Jitindar Singh
2016-11-24
1
-15
/
+28
|
*
KVM: PPC: Book3S HV: Treat POWER9 CPU threads as independent subcores
Paul Mackerras
2016-11-24
2
-16
/
+44
|
*
KVM: PPC: Book3S HV: Enable hypervisor virtualization interrupts while in guest
Paul Mackerras
2016-11-24
1
-2
/
+9
|
*
KVM: PPC: Book3S HV: Use stop instruction rather than nap on POWER9
Paul Mackerras
2016-11-24
1
-11
/
+22
|
*
KVM: PPC: Book3S HV: Use OPAL XICS emulation on POWER9
Paul Mackerras
2016-11-24
3
-18
/
+92
|
*
KVM: PPC: Book3S HV: Use msgsnd for IPIs to other cores on POWER9
Paul Mackerras
2016-11-24
2
-3
/
+18
|
*
KVM: PPC: Book3S HV: Adapt TLB invalidations to work on POWER9
Paul Mackerras
2016-11-24
3
-9
/
+26
|
*
KVM: PPC: Book3S HV: Add new POWER9 guest-accessible SPRs
Paul Mackerras
2016-11-24
2
-2
/
+49
|
*
KVM: PPC: Book3S HV: Adjust host/guest context switch for POWER9
Paul Mackerras
2016-11-24
1
-20
/
+30
|
*
KVM: PPC: Book3S HV: Set partition table rather than SDR1 on POWER9
Paul Mackerras
2016-11-24
2
-9
/
+37
|
*
KVM: PPC: Book3S HV: Adapt to new HPTE format on POWER9
Paul Mackerras
2016-11-24
2
-40
/
+100
|
*
KVM: PPC: Book3S HV: Drop duplicate header asm/iommu.h
Geliang Tang
2016-11-21
1
-1
/
+0
|
*
KVM: PPC: Book3S HV: Don't lose hardware R/C bit updates in H_PROTECT
Paul Mackerras
2016-11-21
1
-0
/
+2
|
*
KVM: PPC: Book3S HV: Save/restore XER in checkpointed register state
Paul Mackerras
2016-11-21
2
-0
/
+10
|
*
KVM: PPC: Book3S HV: Add a per vcpu cache for recently page faulted MMIO entries
Yongji Xie
2016-11-21
3
-19
/
+123
|
*
KVM: PPC: Book3S HV: Clear the key field of HPTE when the page is paged out
Yongji Xie
2016-11-21
2
-2
/
+7
|
*
KVM: PPC: Book3S HV: Use list_move_tail instead of list_del/list_add_tail
Wei Yongjun
2016-11-21
1
-2
/
+1
|
*
KVM: PPC: Book3S HV: sparse: prototypes for functions called from assembler
Daniel Axtens
2016-11-21
5
-0
/
+5
|
*
KVM: PPC: Book3S HV: Fix sparse static warning
Daniel Axtens
2016-11-21
1
-2
/
+2
*
|
KVM/PPC/Book3S HV: Convert to hotplug state machine
Anna-Maria Gleixner
2016-12-02
1
-37
/
+11
|
/
*
KVM: PPC: Book3S HV: Fix build error when SMP=n
Michael Ellerman
2016-10-22
1
-0
/
+1
*
KVM: PPC: Book3s PR: Allow access to unprivileged MMCR2 register
Thomas Huth
2016-09-27
1
-0
/
+2
*
KVM: PPC: Book3S PR: Support 64kB page size on POWER8E and POWER8NVL
Thomas Huth
2016-09-27
1
-0
/
+2
*
KVM: PPC: BookE: Fix a sanity check
Dan Carpenter
2016-09-27
1
-1
/
+1
*
KVM: PPC: Book3S HV: Take out virtual core piggybacking code
Paul Mackerras
2016-09-27
1
-125
/
+3
*
KVM: PPC: Book3S: Treat VTB as a per-subcore register, not per-thread
Paul Mackerras
2016-09-27
5
-18
/
+26
*
kvm: add stubs for arch specific debugfs support
Luiz Capitulino
2016-09-16
1
-0
/
+10
*
KVM: PPC: e500: Rename jump labels in kvmppc_e500_tlb_init()
Markus Elfring
2016-09-13
1
-6
/
+5
*
KVM: PPC: e500: Use kmalloc_array() in kvmppc_e500_tlb_init()
Markus Elfring
2016-09-12
1
-3
/
+4
*
KVM: PPC: e500: Replace kzalloc() calls by kcalloc() in two functions
Markus Elfring
2016-09-12
1
-12
/
+11
*
KVM: PPC: e500: Delete an unnecessary initialisation in kvm_vcpu_ioctl_config...
Markus Elfring
2016-09-12
1
-1
/
+1
*
KVM: PPC: e500: Less function calls in kvm_vcpu_ioctl_config_tlb() after erro...
Markus Elfring
2016-09-12
1
-14
/
+16
*
KVM: PPC: e500: Use kmalloc_array() in kvm_vcpu_ioctl_config_tlb()
Markus Elfring
2016-09-12
1
-1
/
+1
*
KVM: PPC: Book3S HV: Counters for passthrough IRQ stats
Suresh Warrier
2016-09-12
2
-5
/
+16
*
KVM: PPC: Book3S HV: Set server for passed-through interrupts
Paul Mackerras
2016-09-12
4
-0
/
+57
*
KVM: PPC: Book3S HV: Update irq stats for IRQs handled in real mode
Suresh Warrier
2016-09-12
1
-0
/
+50
*
KVM: PPC: Book3S HV: Tunable to disable KVM IRQ bypass
Suresh Warrier
2016-09-12
2
-0
/
+12
*
KVM: PPC: Book3S HV: Dump irqmap in debugfs
Suresh Warrier
2016-09-12
1
-0
/
+17
*
KVM: PPC: Book3S HV: Complete passthrough interrupt in host
Suresh Warrier
2016-09-12
5
-3
/
+36
*
KVM: PPC: Book3S HV: Handle passthrough interrupts in guest
Suresh Warrier
2016-09-12
4
-2
/
+129
*
KVM: PPC: Book3S HV: Enable IRQ bypass
Suresh Warrier
2016-09-09
1
-1
/
+159
[next]