aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-19Merge tag 'powerpc-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds4-56/+343
2014-12-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2014-12-17KVM: PPC: Book3S HV: Fix endianness of instruction obtained from HEIR registerPaul Mackerras1-0/+1
2014-12-17KVM: PPC: Book3S HV: Remove code for PPC970 processorsPaul Mackerras1-1/+0
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-12-15powernv/powerpc: Add winkle support for offline cpusShreyas B. Prabhu3-10/+150
2014-12-15powernv/cpuidle: Redesign idle states managementShreyas B. Prabhu3-53/+177
2014-12-15powerpc/powernv: Switch off MMU before entering nap/sleep/rvwinkle modePaul Mackerras1-1/+17
2014-12-11Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds36-391/+297
2014-12-10Merge tag 'trace-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+1
2014-12-09Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-12/+12
2014-12-09powerpc: Secondary CPUs must set cpu_callin_map after setting active and onlineAnton Blanchard1-1/+8
2014-12-08powerpc/powernv: Return to cpu offline loop when finished in KVM guestPaul Mackerras2-2/+12
2014-12-05powerpc/book3s: Fix partial invalidation of TLBs in MCE code.Mahesh Salgaonkar1-2/+2
2014-12-05powerpc/mm: don't do tlbie for updatepp request with NO HPTE faultAneesh Kumar K.V1-0/+2
2014-12-02Merge remote-tracking branch 'benh/next' into nextMichael Ellerman4-47/+28
2014-12-02powerpc: Drop useless warning in eeh_init()Greg Kurz1-4/+1
2014-12-02powerpc/powernv: Cleanup unused MCE definitions/declarations.Mahesh Salgaonkar2-24/+0
2014-12-02powerpc/eeh: Dump PHB diag-data earlyGavin Shan1-0/+2
2014-12-02powerpc/eeh: Recover EEH error on ownership change for BCM5719Gavin Shan1-0/+1
2014-12-02powerpc/eeh: Set EEH_PE_RESET on PE resetGavin Shan2-8/+6
2014-12-02powerpc/eeh: Refactor eeh_reset_pe()Gavin Shan1-11/+18
2014-11-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds2-3/+3
2014-11-27powerpc: 32 bit getcpu VDSO function uses 64 bit instructionsAnton Blanchard1-2/+2
2014-11-27powerpc/eeh: Fix PE state formatGavin Shan1-1/+1
2014-11-24powerpc/pci: Remove unused force_32bit_msi quirkBenjamin Herrenschmidt1-10/+0
2014-11-19powerpc: Remove more traces of bootmemMichael Ellerman3-5/+2
2014-11-18powerpc/iommu: Rename iommu_[un]map_sg functionsJoerg Roedel2-12/+12
2014-11-18Merge remote-tracking branch 'scottwood/next' into nextMichael Ellerman1-108/+122
2014-11-17rtc/tpo: Driver to support rtc and wakeup on PowerNV platformNeelesh Gupta1-0/+1
2014-11-17powerpc: Use generic PIE randomizationVineeth Vijayan1-9/+0
2014-11-14powerpc: Disable CPU_FTR_TM if TM is disabled by firmwareAneesh Kumar K.V1-0/+6
2014-11-12powerpc: Save/restore PPR for KVM hypercallsSuresh E. Warrier1-1/+12
2014-11-12powerpc: Fix bad NULL pointer check in udbg_uart_getc_poll()Anton Blanchard1-1/+5
2014-11-11ftrace: Add more information to ftrace_bug() outputSteven Rostedt (Red Hat)1-1/+1
2014-11-10powerpc: LLVM complains about forward declaration of struct rtas_sensorsAnton Blanchard1-11/+9
2014-11-10powerpc: Remove double braces in alignment code.Anton Blanchard1-1/+1
2014-11-10powerpc: Remove unused vgacon_remap_base & fix build breakMichael Ellerman1-5/+0
2014-11-10powerpc/ftrace: Fix obsolete commentJiri Slaby1-1/+1
2014-11-10powerpc/ftrace: simplify prepare_ftrace_returnAnton Blanchard3-50/+30
2014-11-10powerpc/ftrace: Remove mod_return_to_handlerAnton Blanchard3-43/+4
2014-11-10powerpc: Move sparse_init() into initmem_initAnton Blanchard1-1/+0
2014-11-10powerpc: Remove superfluous bootmem includesAnton Blanchard6-6/+0
2014-11-10powerpc: Remove some old bootmem related commentsAnton Blanchard2-6/+3
2014-11-10powerpc: Remove bootmem allocatorAnton Blanchard2-5/+3
2014-11-07powerpc/8xx: Invalidate non present TLB as early as possibleLEROY Christophe1-5/+10
2014-11-07powerpc/8xx: Use DAR to save r3 for CPU6 ERRATALEROY Christophe1-18/+15
2014-11-07powerpc/8xx: Don't restore regs to save them again.LEROY Christophe1-3/+5
2014-11-07powerpc/8xx: _PMD_PRESENT already set in level 1 entriesLEROY Christophe1-2/+0
2014-11-07powerpc/8xx: set PTE bit 22 off TLBmissLEROY Christophe1-8/+2