index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2016-10-06
31
-499
/
+1260
|
\
|
*
KVM: PPC: Book3s PR: Allow access to unprivileged MMCR2 register
Thomas Huth
2016-09-27
2
-0
/
+3
|
*
KVM: PPC: Book3S PR: Support 64kB page size on POWER8E and POWER8NVL
Thomas Huth
2016-09-27
1
-0
/
+2
|
*
KVM: PPC: Book3S: Remove duplicate setting of the B field in tlbie
Balbir Singh
2016-09-27
1
-2
/
+1
|
*
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
8
-20
/
+29
|
*
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
3
-5
/
+19
|
*
KVM: PPC: Book3S HV: Set server for passed-through interrupts
Paul Mackerras
2016-09-12
7
-0
/
+63
|
*
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
4
-1
/
+14
|
*
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
7
-3
/
+49
|
*
KVM: PPC: Book3S HV: Handle passthrough interrupts in guest
Suresh Warrier
2016-09-12
5
-2
/
+132
|
*
KVM: PPC: Book3S HV: Enable IRQ bypass
Suresh Warrier
2016-09-09
1
-1
/
+159
|
*
KVM: PPC: Book3S HV: Introduce kvmppc_passthru_irqmap
Suresh Warrier
2016-09-09
3
-0
/
+44
|
*
KVM: PPC: select IRQ_BYPASS_MANAGER
Suresh Warrier
2016-09-09
3
-0
/
+44
|
*
KVM: PPC: Book3S HV: Convert kvmppc_read_intr to a C function
Suresh Warrier
2016-09-09
2
-84
/
+158
|
*
Merge branch 'kvm-ppc-infrastructure' into kvm-ppc-next
Paul Mackerras
2016-09-09
13
-131
/
+164
|
|
\
|
|
*
powerpc: move hmi.c to arch/powerpc/kvm/
Paolo Bonzini
2016-09-09
5
-7
/
+10
|
|
*
powerpc/powernv: Provide facilities for EOI, usable from real mode
Suresh Warrier
2016-09-09
2
-4
/
+23
|
|
*
powerpc: Add simple cache inhibited MMIO accessors
Suresh Warrier
2016-09-09
1
-0
/
+29
|
|
*
powerpc/mm: Speed up computation of base and actual page size for a HPTE
Paul Mackerras
2016-09-09
5
-120
/
+102
|
*
|
KVM: PPC: Implement existing and add new halt polling vcpu stats
Suraj Jitindar Singh
2016-09-08
3
-5
/
+39
|
*
|
KVM: Add provisioning for ulong vm stats and u64 vcpu stats
Suraj Jitindar Singh
2016-09-08
1
-30
/
+30
|
*
|
KVM: PPC: Book3S HV: Implement halt polling
Suraj Jitindar Singh
2016-09-08
4
-14
/
+126
|
*
|
KVM: PPC: Book3S HV: Change vcore element runnable_threads from linked-list t...
Suraj Jitindar Singh
2016-09-08
3
-28
/
+43
|
*
|
KVM: PPC: Book3S HV: Move struct kvmppc_vcore from kvm_host.h to kvm_book3s.h
Suraj Jitindar Singh
2016-09-08
2
-35
/
+35
|
*
|
KVM: PPC: Always select KVM_VFIO, plus Makefile cleanup
Paul Mackerras
2016-08-25
2
-11
/
+9
|
*
|
KVM: PPC: Implement kvm_arch_intc_initialized() for PPC
Paul Mackerras
2016-08-19
2
-0
/
+15
|
*
|
KVM: PPC: Book3S: Don't crash if irqfd used with no in-kernel XICS emulation
Paul Mackerras
2016-08-19
1
-0
/
+2
|
|
/
*
|
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2016-10-03
2
-57
/
+49
|
\
\
|
*
|
powerpc/mmu nohash: Convert to hotplug state machine
Sebastian Andrzej Siewior
2016-09-06
1
-32
/
+24
|
*
|
powerpc/powermac: Convert to hotplug state machine
Sebastian Andrzej Siewior
2016-09-06
1
-25
/
+25
|
|
/
*
|
Merge branch 'x86/urgent' into x86/asm
Thomas Gleixner
2016-09-30
1
-2
/
+9
|
\
\
|
*
\
Merge tag 'powerpc-4.8-7' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2016-09-25
1
-2
/
+9
|
|
\
\
|
|
*
|
powerpc/powernv/pci: Fix m64 checks for SR-IOV and window alignment
Russell Currey
2016-09-21
1
-2
/
+9
*
|
|
|
Merge branch 'linus' into x86/asm, to pick up fixes
Ingo Molnar
2016-09-20
3
-9
/
+29
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Merge tag 'powerpc-4.8-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2016-09-17
3
-9
/
+29
|
|
\
\
\
|
|
|
/
/
|
|
*
|
powerpc/powernv/pci: Fix missed TCE invalidations that should fallback to OPAL
Michael Ellerman
2016-09-15
1
-2
/
+2
|
|
*
|
powerpc/powernv: Detach from PE on releasing PCI device
Gavin Shan
2016-09-15
1
-0
/
+10
|
|
*
|
powerpc/powernv: Fix the state of root PE
Gavin Shan
2016-09-14
1
-1
/
+11
|
|
*
|
powerpc/kernel: Fix size of NUM_CPU_FTR_KEYS on 32-bit
Michael Ellerman
2016-09-12
1
-1
/
+1
[next]