summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2016-05-01powerpc/mm/book3s: Rename hash specific PTE bits to carry H_ prefixAneesh Kumar K.V13-107/+121
2016-05-01powerpc/mm: Move hash and no hash code to separate filesAneesh Kumar K.V5-153/+222
2016-05-01powerpc/mm/hash: Add support for Power9 HashAneesh Kumar K.V8-8/+81
2016-05-01powerpc/mm/radix: Add partition table format & callbackAneesh Kumar K.V3-2/+31
2016-05-01powerpc/mm: Move radix/hash common data structures to book3s64 headersAneesh Kumar K.V4-65/+85
2016-05-01powerpc/mm: Use generic version of ptep_clear_flush_young()Aneesh Kumar K.V1-16/+7
2016-05-01powerpc/mm: Use generic version of pmdp_clear_flush_young()Aneesh Kumar K.V2-13/+3
2016-05-01powerpc/mm: Drop WIMG in favour of new constantsAneesh Kumar K.V9-90/+66
2016-05-01powerpc/mm: Use a helper for finding pte bits mapping I/O areaAneesh Kumar K.V5-7/+7
2016-05-01powerpc/mm: Update _PAGE_KERNEL_ROAneesh Kumar K.V3-9/+14
2016-05-01powerpc/mm: Remove RPN_SHIFT and RPN_SIZEAneesh Kumar K.V5-28/+23
2016-05-01powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGEDAneesh Kumar K.V11-36/+77
2016-05-01powerpc/mm: Use pte_user() instead of open codingAneesh Kumar K.V2-1/+6
2016-05-01powerpc/mm: Convert pte_user() to static inlineMichael Ellerman2-8/+11
2016-05-01powerpc/mm/subpage: Clear RWX bit to indicate no accessAneesh Kumar K.V1-3/+8
2016-05-01powerpc/mm: Use _PAGE_READ to indicate Read accessAneesh Kumar K.V13-35/+47
2016-05-01powerpc/mm: Use pte_raw() in pte_same()/pmd_same()Michael Ellerman2-2/+6
2016-05-01powerpc/mm: Use big endian Linux page tables for book3s 64Aneesh Kumar K.V6-17/+120
2016-05-01powerpc/mm: Add pte_xchg() helperMichael Ellerman5-12/+20
2016-05-01powerpc/mm: Drop PTE_ATOMIC_UPDATES from pmd_hugepage_update()Aneesh Kumar K.V3-10/+1
2016-05-01powerpc/mm: Always use STRICT_MM_TYPECHECKSMichael Ellerman2-54/+0
2016-04-27powerpc/perf: Replace raw event hex values with #definesMadhavan Srinivasan2-20/+61
2016-04-27ftrace: Match dot symbols when searching functions on ppc64Thiago Jung Bauermann1-0/+10
2016-04-27powerpc: rework sparse for lib/xor_vmx.cDaniel Axtens1-0/+10
2016-04-27powerpc: Add support for userspace P9 copy pasteChris Smart2-0/+11
2016-04-27powerpc/mpic: handle subsys_system_register() failureAndrew Donnellan1-1/+8
2016-04-27powerpc/eeh: fix misleading indentationAndrew Donnellan1-1/+1
2016-04-21powerpc/perf: Add support for sampling interrupt register stateAnju T3-1/+106
2016-04-21powerpc/perf: Assign an id to each powerpc registerAnju T1-0/+50
2016-04-21powerpc/book3s64: Remove __end_handlers markerHari Bathini1-9/+4
2016-04-21powerpc/book3s64: Fix branching to OOL handlers in relocatable kernelHari Bathini1-5/+11
2016-04-18Merge branch 'topic/livepatch' into nextMichael Ellerman8-9/+187
2016-04-14powerpc/livepatch: Add live patching support on ppc64leMichael Ellerman3-0/+104
2016-04-14powerpc/livepatch: Add livepatch stack to struct thread_infoMichael Ellerman5-9/+29
2016-04-14powerpc/livepatch: Add livepatch headerMichael Ellerman1-0/+54
2016-04-12powerpc: sparse: Include headers for __weak symbolsDaniel Axtens4-0/+5
2016-04-12powerpc: sparse: static-ify some thingsDaniel Axtens5-6/+6
2016-04-11powerpc: Define PVR value for POWER8NVL processorPhilippe Bergheaud1-0/+1
2016-04-11powerpc/opal: Assign numbers to OPAL_MSG macros of enum opal_msg_typeVipin K Parashar1-8/+8
2016-04-11powerpc/swsusp: Only use tlbie in POWER4 modeRussell Currey1-0/+3
2016-04-11powerpc/Kconfig: Update config option based on page size.Rashmica Gupta1-2/+2
2016-04-11powerpc: make kernel/nvram_64.c explicitly non-modularPaul Gortmaker1-11/+1
2016-04-11powerpc/cell: Make spu_base.c explicitly non-modularPaul Gortmaker1-5/+2
2016-04-11powerpc/eeh: rename EEH from "extended" to "enhanced" error handlingRussell Currey1-1/+1
2016-04-11powerpc: Make generic_memcpy() private to copy_32.SMichael Ellerman1-1/+1
2016-04-11powerpc: Remove orphaned asm implementation of abs()Michael Ellerman1-6/+0
2016-04-11powerpc/mm: Remove long disabled SLB codeMichael Ellerman3-153/+0
2016-04-11powerpc/powernv: Use the "unknown" checkstop type as a fallbackRussell Currey1-3/+5
2016-04-11powerpc/pseries: Update LMB associativity index during DLPAR add/removeNathan Fontenot1-31/+162
2016-04-11powerpc/pseries: Refactor dlpar_add_lmb() codeNathan Fontenot1-14/+20