aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-07atomic64: no need for CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVEVineet Gupta1-1/+0
2016-10-07powerpc: implement arch_reserved_kernel_pagesSrikar Dronamraju2-0/+8
2016-10-06Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds31-499/+1260
2016-10-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-57/+49
2016-09-30Merge branch 'x86/urgent' into x86/asmThomas Gleixner1-2/+9
2016-09-27KVM: PPC: Book3s PR: Allow access to unprivileged MMCR2 registerThomas Huth2-0/+3
2016-09-27KVM: PPC: Book3S PR: Support 64kB page size on POWER8E and POWER8NVLThomas Huth1-0/+2
2016-09-27KVM: PPC: Book3S: Remove duplicate setting of the B field in tlbieBalbir Singh1-2/+1
2016-09-27KVM: PPC: BookE: Fix a sanity checkDan Carpenter1-1/+1
2016-09-27KVM: PPC: Book3S HV: Take out virtual core piggybacking codePaul Mackerras1-125/+3
2016-09-27KVM: PPC: Book3S: Treat VTB as a per-subcore register, not per-threadPaul Mackerras8-20/+29
2016-09-25Merge tag 'powerpc-4.8-7' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-2/+9
2016-09-21powerpc/powernv/pci: Fix m64 checks for SR-IOV and window alignmentRussell Currey1-2/+9
2016-09-20Merge branch 'linus' into x86/asm, to pick up fixesIngo Molnar3-9/+29
2016-09-17Merge tag 'powerpc-4.8-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds3-9/+29
2016-09-16kvm: add stubs for arch specific debugfs supportLuiz Capitulino1-0/+10
2016-09-15powerpc/powernv/pci: Fix missed TCE invalidations that should fallback to OPALMichael Ellerman1-2/+2
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar34-86/+184
2016-09-15powerpc/powernv: Detach from PE on releasing PCI deviceGavin Shan1-0/+10
2016-09-14Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-21/+2
2016-09-14powerpc/powernv: Fix the state of root PEGavin Shan1-1/+11
2016-09-13ppc32: fix copy_from_user()Al Viro1-23/+2
2016-09-13KVM: PPC: e500: Rename jump labels in kvmppc_e500_tlb_init()Markus Elfring1-6/+5
2016-09-12powerpc/kernel: Fix size of NUM_CPU_FTR_KEYS on 32-bitMichael Ellerman1-1/+1
2016-09-12powerpc/powernv: Fix restore of SPRs upon wake up from hypervisor state lossGautham R. Shenoy1-5/+5
2016-09-12KVM: PPC: e500: Use kmalloc_array() in kvmppc_e500_tlb_init()Markus Elfring1-3/+4
2016-09-12KVM: PPC: e500: Replace kzalloc() calls by kcalloc() in two functionsMarkus Elfring1-12/+11
2016-09-12KVM: PPC: e500: Delete an unnecessary initialisation in kvm_vcpu_ioctl_config_tlb()Markus Elfring1-1/+1
2016-09-12KVM: PPC: e500: Less function calls in kvm_vcpu_ioctl_config_tlb() after error detectionMarkus Elfring1-14/+16
2016-09-12KVM: PPC: e500: Use kmalloc_array() in kvm_vcpu_ioctl_config_tlb()Markus Elfring1-1/+1
2016-09-12KVM: PPC: Book3S HV: Counters for passthrough IRQ statsSuresh Warrier3-5/+19
2016-09-12KVM: PPC: Book3S HV: Set server for passed-through interruptsPaul Mackerras7-0/+63
2016-09-12KVM: PPC: Book3S HV: Update irq stats for IRQs handled in real modeSuresh Warrier1-0/+50
2016-09-12KVM: PPC: Book3S HV: Tunable to disable KVM IRQ bypassSuresh Warrier4-1/+14
2016-09-12KVM: PPC: Book3S HV: Dump irqmap in debugfsSuresh Warrier1-0/+17
2016-09-12KVM: PPC: Book3S HV: Complete passthrough interrupt in hostSuresh Warrier7-3/+49
2016-09-12KVM: PPC: Book3S HV: Handle passthrough interrupts in guestSuresh Warrier5-2/+132
2016-09-09Merge tag 'powerpc-4.8-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds5-17/+29
2016-09-09KVM: PPC: Book3S HV: Enable IRQ bypassSuresh Warrier1-1/+159
2016-09-09KVM: PPC: Book3S HV: Introduce kvmppc_passthru_irqmapSuresh Warrier3-0/+44
2016-09-09KVM: PPC: select IRQ_BYPASS_MANAGERSuresh Warrier3-0/+44
2016-09-09KVM: PPC: Book3S HV: Convert kvmppc_read_intr to a C functionSuresh Warrier2-84/+158
2016-09-09Merge branch 'kvm-ppc-infrastructure' into kvm-ppc-nextPaul Mackerras13-131/+164
2016-09-09powerpc: move hmi.c to arch/powerpc/kvm/Paolo Bonzini5-7/+10
2016-09-09powerpc/powernv: Provide facilities for EOI, usable from real modeSuresh Warrier2-4/+23
2016-09-09powerpc: Add simple cache inhibited MMIO accessorsSuresh Warrier1-0/+29
2016-09-09powerpc/mm: Speed up computation of base and actual page size for a HPTEPaul Mackerras5-120/+102
2016-09-08powerpc/mm: Don't alias user region to other regions below PAGE_OFFSETPaul Mackerras1-1/+6
2016-09-08powerpc/32: Fix again csum_partial_copy_generic()Christophe Leroy1-3/+4
2016-09-08powerpc/powernv: Fix corrupted PE allocation bitmap on releasing PEGavin Shan1-1/+2