summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-03-09qe/ic: fix a buffer overflow error and add check elsewhereZhao Qiang1-1/+10
2016-03-05powerpc/fsl: Update fman dt binding with pcs-phy and tbi-phyIgal Liberman1-0/+40
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 zhao9-0/+571
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-04Documentation: dt: binding: fsl: add devicetree binding for describing RCPMWang Dongsheng1-0/+63
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. Shutemov4-6/+30
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
2016-03-02powerpc: Restore FPU/VEC/VSX if previously usedCyril Bur6-14/+107
2016-03-02powerpc: Explicitly disable math features when copying threadCyril Bur1-0/+1
2016-03-02selftests/powerpc: Test FPU and VMX regs in signal ucontextCyril Bur4-1/+296
2016-03-02selftests/powerpc: Test preservation of FPU and VMX regs across preemptionCyril Bur6-3/+310
2016-03-02selftests/powerpc: Test the preservation of FPU and VMX regs across syscallCyril Bur8-1/+625
2016-03-02selftests/powerpc: Remove -flto from common CFLAGSSuraj Jitindar Singh1-1/+1
2016-03-02selftests/powerpc: Fix out of bounds access in TM signal testMichael Ellerman1-1/+1
2016-03-02powerpc/mm: Split hash page table sizing heuristic into a helperDavid Gibson2-13/+24
2016-03-01powerpc/mm: Clean up memory hotplug failure pathsDavid Gibson3-19/+44
2016-03-01powerpc/mm: Handle removing maybe-present bolted HPTEsDavid Gibson4-11/+24
2016-03-01powerpc/mm: Clean up error handling for htab_remove_mappingDavid Gibson1-7/+6
2016-03-01powerpc: Fix misspellings in comments.Adam Buchbinder42-56/+56
2016-03-01powerpc/ps3: gelic_udbg: use struct udphdr from <linux/udp.h>Luis Henriques1-8/+2
2016-03-01powerpc/ps3: gelic_udbg: use struct iphdr from <linux/ip.h>Luis Henriques1-20/+9
2016-03-01powerpc/ps3: gelic_udbg: use struct vlan_hdr from <linux/if_vlan.h>Luis Henriques1-10/+6
2016-03-01powerpc/ps3: gelic_udbg: use struct ethhdr from <linux/if_ether.h>Luis Henriques1-10/+7
2016-02-29powerpc/mm/book3s-64: Expand the real page number field of the Linux PTEPaul Mackerras2-8/+8
2016-02-29powerpc/mm/book3s-64: Move software-used bits in PTEPaul Mackerras1-3/+3
2016-02-29powerpc/mm/book3s-64: Shuffle read, write, execute and user bits in PTEPaul Mackerras1-4/+6
2016-02-29powerpc/mm/book3s-64: Move HPTE-related bits in PTE to upper endPaul Mackerras2-6/+7
2016-02-29powerpc/mm/book3s-64: Move _PAGE_PTE to 2nd most significant bitPaul Mackerras1-1/+1