aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-11powerpc32: move xxxxx_dcache_range() functions inlineChristophe Leroy3-68/+51
2016-03-11powerpc32: Remove clear_pages() and define clear_page() inlineChristophe Leroy3-20/+14
2016-03-11powerpc: add inline functions for cache related instructionsChristophe Leroy1-0/+19
2016-03-11powerpc/8xx: rewrite flush_instruction_cache() in CChristophe Leroy2-6/+11
2016-03-11powerpc/8xx: rewrite set_context() in CChristophe Leroy2-44/+34
2016-03-11powerpc/8xx: remove special handling of CPU6 errata in set_dec()Christophe Leroy2-23/+1
2016-03-11powerpc/8xx: Handle CPU6 ERRATA directly in mtspr() macroChristophe Leroy2-0/+84
2016-03-11powerpc/8xx: Add missing SPRN defines into reg_8xx.hChristophe Leroy2-2/+13
2016-03-11powerpc32: remove ioremap_baseChristophe Leroy4-14/+2
2016-03-11powerpc32: Remove useless/wrong MMU:setio progress messageChristophe Leroy1-4/+0
2016-03-11powerpc32: refactor x_mapped_by_bats() and x_mapped_by_tlbcam() togetherChristophe Leroy4-42/+22
2016-03-11powerpc32: Fix pte_offset_kernel() to return NULL for bad pagesChristophe Leroy1-1/+2
2016-03-11powerpc/8xx: move setup_initial_memory_limit() into 8xx_mmu.cChristophe Leroy2-19/+17
2016-03-11powerpc/8xx: Map linear kernel RAM with 8M pagesChristophe Leroy4-14/+120
2016-03-11powerpc/8xx: Save r3 all the time in DTLB miss handlerChristophe Leroy1-9/+4
2016-03-09powerpc/p5040: Add device node for RAID EngineXuelin Shi2-0/+7
2016-03-09powerpc: optimise csum_partial() call when len is constantChristophe Leroy4-28/+61
2016-03-09powerpc/fsl-lbc: Modify suspend/resume entry sequenceRaghav Dogra1-11/+38
2016-03-09powerpc/8xx: CONFIG_DEBUG_PAGEALLOC requires ITLBmiss for kernel addressesChristophe Leroy1-1/+1
2016-03-09powerpc/885: set SDCR to 0x40Christophe Leroy1-1/+4
2016-03-09powerpc/86xx: disable IDE subsystem in mpc8610_hpcd_defconfigBartlomiej Zolnierkiewicz1-1/+0
2016-03-09powerpc/85xx: disable IDE subsystem in stx_gp3_defconfigBartlomiej Zolnierkiewicz1-2/+0
2016-03-09powerpc/85xx: disable IDE subsystem in ksi8560_defconfigBartlomiej Zolnierkiewicz1-1/+0
2016-03-09powerpc/83xx: disable IDE subsystem in mpc834x_itx_defconfigBartlomiej Zolnierkiewicz1-1/+0
2016-03-04powerpc/mpc85xx: Add CPU hotplug support for E6500chenhui zhao4-31/+124
2016-03-04powerpc/mpc85xx: Add hotplug support on E5500 and E500MC coreschenhui zhao4-90/+118
2016-03-04powerpc/mpc85xx: refactor the PM operationschenhui zhao4-54/+127
2016-03-04powerpc/rcpm: add RCPM driverchenhui zhao8-0/+466
2016-03-04powerpc/cache: add cache flush operation for various e500chenhui zhao7-78/+128
2016-03-04powerpc/mm: any thread in one core can be the first to setup TLB1chenhui zhao2-3/+9
2016-03-04powerpc: simplify csum_add(a, b) in case a or b is constant 0Christophe Leroy1-0/+6
2016-03-04powerpc32: optimise csum_partial() loopChristophe Leroy1-1/+15
2016-03-04powerpc32: optimise a few instructions in csum_partial()Christophe Leroy1-20/+17
2016-03-04powerpc32: rewrite csum_partial_copy_generic() based on copy_tofrom_user()Christophe Leroy1-111/+209
2016-03-04powerpc: inline ip_fast_csum()Christophe Leroy4-56/+38
2016-03-04powerpc32: checksum_wrappers_64 becomes checksum_wrappersChristophe Leroy3-11/+1
2016-03-04powerpc: mark xer clobbered in csum_add()Christophe Leroy1-1/+1
2016-03-04powerpc: unexport csum_tcpudp_magicChristophe Leroy1-1/+0
2016-03-03powerpc/mm: Move hash64 tlbflush code into a new headerAneesh Kumar K.V2-91/+95
2016-03-03powerpc/mm: Move hash related mmu-*.h headers to book3s/Aneesh Kumar K.V13-12/+12
2016-03-03powerpc/mm: add _PAGE_HASHPTE similar to 4K hashAneesh Kumar K.V1-1/+1
2016-03-03powerp/mm: Update code commentsAneesh Kumar K.V2-3/+3
2016-03-03mm: Some arch may want to use HPAGE_PMD related values as variablesKirill A. Shutemov1-0/+7
2016-03-03powerpc/mm: Switch book3s 64 with 64K page size to 4 level page tableAneesh Kumar K.V8-64/+102
2016-03-03powerpc/mm: Don't have conditional defines for real_pte_tAneesh Kumar K.V2-22/+9
2016-03-03powerpc/mm: Split pgtable types to separate headerAneesh Kumar K.V2-103/+109
2016-03-02powerpc: Add the ability to save VSX without giving it upCyril Bur4-37/+30
2016-03-02powerpc: Add the ability to save Altivec without giving it upCyril Bur3-22/+17
2016-03-02powerpc: Add the ability to save FPU without giving it upCyril Bur3-19/+17
2016-03-02powerpc: Prepare for splitting giveup_{fpu, altivec, vsx} in twoCyril Bur3-1/+45