summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm
AgeCommit message (Expand)AuthorFilesLines
2016-03-11powerpc32: Fix pte_offset_kernel() to return NULL for bad pagesChristophe Leroy1-1/+2
2016-03-09powerpc: optimise csum_partial() call when len is constantChristophe Leroy1-23/+56
2016-03-04powerpc/mpc85xx: Add CPU hotplug support for E6500chenhui zhao2-0/+7
2016-03-04powerpc/mpc85xx: Add hotplug support on E5500 and E500MC coreschenhui zhao1-0/+3
2016-03-04powerpc/rcpm: add RCPM driverchenhui zhao2-0/+52
2016-03-04powerpc/cache: add cache flush operation for various e500chenhui zhao2-2/+8
2016-03-04powerpc/mm: any thread in one core can be the first to setup TLB1chenhui zhao1-0/+8
2016-03-04powerpc: simplify csum_add(a, b) in case a or b is constant 0Christophe Leroy1-0/+6
2016-03-04powerpc: inline ip_fast_csum()Christophe Leroy1-7/+38
2016-03-04powerpc32: checksum_wrappers_64 becomes checksum_wrappersChristophe Leroy1-9/+0
2016-03-04powerpc: mark xer clobbered in csum_add()Christophe Leroy1-1/+1
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.V3-2/+2
2016-03-03powerpc/mm: Switch book3s 64 with 64K page size to 4 level page tableAneesh Kumar K.V6-57/+86
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 Bur1-4/+0
2016-03-02powerpc: Add the ability to save Altivec without giving it upCyril Bur1-1/+2
2016-03-02powerpc: Add the ability to save FPU without giving it upCyril Bur1-1/+2
2016-03-02powerpc: Prepare for splitting giveup_{fpu, altivec, vsx} in twoCyril Bur2-0/+15
2016-03-02powerpc: Restore FPU/VEC/VSX if previously usedCyril Bur1-0/+2
2016-03-02powerpc/mm: Split hash page table sizing heuristic into a helperDavid Gibson1-0/+3
2016-03-01powerpc/mm: Handle removing maybe-present bolted HPTEsDavid Gibson1-1/+1
2016-03-01powerpc: Fix misspellings in comments.Adam Buchbinder10-14/+14
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 Mackerras1-4/+4
2016-02-29powerpc/mm/book3s-64: Move _PAGE_PTE to 2nd most significant bitPaul Mackerras1-1/+1
2016-02-29powerpc/mm/book3s-64: Move _PAGE_PRESENT to the most significant bitPaul Mackerras2-7/+8
2016-02-29powerpc/mm/book3s-64: Use physical addresses in upper page table tree levelsPaul Mackerras6-16/+27
2016-02-27powerpc/mm/book3s-64: Free up 7 high-order bits in the Linux PTEPaul Mackerras4-10/+13
2016-02-27powerpc/mm/book3s-64: Clean up some obsolete or misleading commentsPaul Mackerras1-7/+6
2016-02-25Merge tag 'powerpc-4.5-4' into nextMichael Ellerman3-2/+11
2016-02-24powerpc: Use BUILD_BUG_ON_MSG() for unsupported {cmp}xchg sizespan xinhui1-16/+7
2016-02-22powerpc: Add POWER9 cputable entryMichael Neuling3-3/+16
2016-02-22powerpc/powernv: Create separate subcores CPU feature bitMichael Neuling1-1/+2
2016-02-18powerpc: atomic: Implement acquire/release/relaxed variants for cmpxchgBoqun Feng2-1/+158
2016-02-18powerpc: atomic: Implement acquire/release/relaxed variants for xchgBoqun Feng2-39/+32
2016-02-18powerpc: atomic: Implement atomic{, 64}_*_return_* variantsBoqun Feng1-62/+85
2016-02-15powerpc/mm: Fix Multi hit ERAT cause by recent THP updateAneesh Kumar K.V1-0/+4
2016-02-15powerpc/eeh: Fix stale cached primary busGavin Shan1-0/+1
2016-02-15powerpc/pseries: Don't trace hcalls on offline CPUsDenis Kirjanov1-2/+6
2016-02-10powerpc/powernv: allocate sparse PE# when using M64 BAR in Single PE modeWei Yang1-1/+1
2016-02-10powerpc/powernv: use one M64 BAR in Single PE mode for one VF BARWei Yang1-3/+2
2016-02-09powerpc/powernv: new function to access OPAL msglogAndrew Donnellan1-0/+3
2016-01-29Merge tag 'powerpc-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds4-3/+5
2016-01-28powerpc/mm: Fixup _HPAGE_CHG_MASKAneesh Kumar K.V1-1/+3
2016-01-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+1
2016-01-26Merge tag 'kvm-s390-master-4.5-1' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini5-28/+34