summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-12-12Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds36-391/+297
2014-12-11Merge tag 'trace-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-1/+1
2014-12-10Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-12/+12
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-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus 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-08powerpc/8xx: Invalidate non present TLB as early as possibleLEROY Christophe1-5/+10
2014-11-08powerpc/8xx: Use DAR to save r3 for CPU6 ERRATALEROY Christophe1-18/+15
2014-11-08powerpc/8xx: Don't restore regs to save them again.LEROY Christophe1-3/+5
2014-11-08powerpc/8xx: _PMD_PRESENT already set in level 1 entriesLEROY Christophe1-2/+0
2014-11-08powerpc/8xx: set PTE bit 22 off TLBmissLEROY Christophe1-8/+2
2014-11-08powerpc/8xx: Better readibility of ERRATA CPU6 handlingLEROY Christophe1-13/+16
2014-11-08powerpc/8xx: Implement 16k pagesLEROY Christophe1-0/+4
2014-11-08powerpc/8xx: Const for TLB RPN forced valueLEROY Christophe1-6/+13
2014-11-08powerpc/8xx: Use PAGE size related constsLEROY Christophe1-12/+18
2014-11-08powerpc/8xx: Don't use MD_TWC for walkLEROY Christophe1-16/+12
2014-11-08powerpc/8xx: Use M_TW instead of M_TWBLEROY Christophe1-22/+26
2014-11-08powerpc/8xx: No need to restore registers and save them again.LEROY Christophe1-2/+2
2014-11-08powerpc/8xx: DataAccess exception not generated by MPC8xxLEROY Christophe1-11/+10