summary refs log tree commit diff
AgeCommit message (Expand)Author
2016-03-11powerpc: Update documentation for noltlbs kernel parameterChristophe Leroy
2016-03-11powerpc/8xx: Map linear kernel RAM with 8M pagesChristophe Leroy
2016-03-11powerpc/8xx: Save r3 all the time in DTLB miss handlerChristophe Leroy
2016-03-09powerpc/p5040: Add device node for RAID EngineXuelin Shi
2016-03-09powerpc: optimise csum_partial() call when len is constantChristophe Leroy
2016-03-09powerpc/fsl-lbc: Modify suspend/resume entry sequenceRaghav Dogra
2016-03-09powerpc/8xx: CONFIG_DEBUG_PAGEALLOC requires ITLBmiss for kernel addressesChristophe Leroy
2016-03-09powerpc/885: set SDCR to 0x40Christophe Leroy
2016-03-09powerpc/86xx: disable IDE subsystem in mpc8610_hpcd_defconfigBartlomiej Zolnierkiewicz
2016-03-09powerpc/85xx: disable IDE subsystem in stx_gp3_defconfigBartlomiej Zolnierkiewicz
2016-03-09powerpc/85xx: disable IDE subsystem in ksi8560_defconfigBartlomiej Zolnierkiewicz
2016-03-09powerpc/83xx: disable IDE subsystem in mpc834x_itx_defconfigBartlomiej Zolnierkiewicz
2016-03-09qe: Use GFP_ATOMIC while spin_lock_irqsave is heldSaurabh Sengar
2016-03-09qe: Make cpm_muram_alloc_common staticSaurabh Sengar
2016-03-09qe/ic: fix a buffer overflow error and add check elsewhereZhao Qiang
2016-03-05powerpc/fsl: Update fman dt binding with pcs-phy and tbi-phyIgal Liberman
2016-03-04powerpc/mpc85xx: Add CPU hotplug support for E6500chenhui zhao
2016-03-04powerpc/mpc85xx: Add hotplug support on E5500 and E500MC coreschenhui zhao
2016-03-04powerpc/mpc85xx: refactor the PM operationschenhui zhao
2016-03-04powerpc/rcpm: add RCPM driverchenhui zhao
2016-03-04powerpc/cache: add cache flush operation for various e500chenhui zhao
2016-03-04powerpc/mm: any thread in one core can be the first to setup TLB1chenhui zhao
2016-03-04Documentation: dt: binding: fsl: add devicetree binding for describing RCPMWang Dongsheng
2016-03-04powerpc: simplify csum_add(a, b) in case a or b is constant 0Christophe Leroy
2016-03-04powerpc32: optimise csum_partial() loopChristophe Leroy
2016-03-04powerpc32: optimise a few instructions in csum_partial()Christophe Leroy
2016-03-04powerpc32: rewrite csum_partial_copy_generic() based on copy_tofrom_user()Christophe Leroy
2016-03-04powerpc: inline ip_fast_csum()Christophe Leroy
2016-03-04powerpc32: checksum_wrappers_64 becomes checksum_wrappersChristophe Leroy
2016-03-04powerpc: mark xer clobbered in csum_add()Christophe Leroy
2016-03-04powerpc: unexport csum_tcpudp_magicChristophe Leroy
2016-03-03powerpc/mm: Move hash64 tlbflush code into a new headerAneesh Kumar K.V
2016-03-03powerpc/mm: Move hash related mmu-*.h headers to book3s/Aneesh Kumar K.V
2016-03-03powerpc/mm: add _PAGE_HASHPTE similar to 4K hashAneesh Kumar K.V
2016-03-03powerp/mm: Update code commentsAneesh Kumar K.V
2016-03-03mm: Some arch may want to use HPAGE_PMD related values as variablesKirill A. Shutemov
2016-03-03powerpc/mm: Switch book3s 64 with 64K page size to 4 level page tableAneesh Kumar K.V
2016-03-03powerpc/mm: Don't have conditional defines for real_pte_tAneesh Kumar K.V
2016-03-03powerpc/mm: Split pgtable types to separate headerAneesh Kumar K.V
2016-03-02powerpc: Add the ability to save VSX without giving it upCyril Bur
2016-03-02powerpc: Add the ability to save Altivec without giving it upCyril Bur
2016-03-02powerpc: Add the ability to save FPU without giving it upCyril Bur
2016-03-02powerpc: Prepare for splitting giveup_{fpu, altivec, vsx} in twoCyril Bur
2016-03-02powerpc: Restore FPU/VEC/VSX if previously usedCyril Bur
2016-03-02powerpc: Explicitly disable math features when copying threadCyril Bur
2016-03-02selftests/powerpc: Test FPU and VMX regs in signal ucontextCyril Bur
2016-03-02selftests/powerpc: Test preservation of FPU and VMX regs across preemptionCyril Bur
2016-03-02selftests/powerpc: Test the preservation of FPU and VMX regs across syscallCyril Bur
2016-03-02selftests/powerpc: Remove -flto from common CFLAGSSuraj Jitindar Singh
2016-03-02selftests/powerpc: Fix out of bounds access in TM signal testMichael Ellerman