summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | powerpc/mm: convert Book3E 64 to pte_fragmentChristophe Leroy2019-05-023-28/+15
| * | | | | | powerpc/mm: drop __bad_pte()Christophe Leroy2019-05-022-4/+0
| * | | | | | powerpc/mm: cleanup HPAGE_SHIFT setupChristophe Leroy2019-05-022-3/+10
| * | | | | | powerpc/mm: move hugetlb_disabled into asm/hugetlb.hChristophe Leroy2019-05-022-1/+2
| * | | | | | powerpc/mm: cleanup ifdef mess in add_huge_page_size()Christophe Leroy2019-05-023-0/+40
| * | | | | | powerpc/mm: add a helper to populate hugepdChristophe Leroy2019-05-023-0/+19
| * | | | | | powerpc/mm: split asm/hugetlb.h into dedicated subarch filesChristophe Leroy2019-05-024-83/+106
| * | | | | | powerpc/mm: make gup_hugepte() staticChristophe Leroy2019-05-021-3/+0
| * | | | | | powerpc/64: only book3s/64 supports CONFIG_PPC_64K_PAGESChristophe Leroy2019-05-026-27/+5
| * | | | | | powerpc/mm: define subarch SLB_ADDR_LIMIT_DEFAULTChristophe Leroy2019-05-022-0/+4
| * | | | | | powerpc/mm: define get_slice_psize() all the timeChristophe Leroy2019-05-021-0/+5
| * | | | | | powerpc/8xx: get rid of #ifdef CONFIG_HUGETLB_PAGE for slicesChristophe Leroy2019-05-021-4/+1
| * | | | | | powerpc/mm: get rid of mm_ctx_slice_mask_xxx()Christophe Leroy2019-05-022-45/+4
| * | | | | | powerpc/mm: move slice_mask_for_size() into mmu.hChristophe Leroy2019-05-022-13/+46
| * | | | | | powerpc/mm: no slice for nohash/64Christophe Leroy2019-05-022-15/+1
| * | | | | | powerpc/nohash64: clean pgtable.hChristophe Leroy2019-05-021-5/+0
| * | | | | | powerpc/powernv/mce: Print additional information about MCE error.Mahesh Salgaonkar2019-05-011-0/+10
| * | | | | | powerpc/powernv/mce: Print correct severity for MCE error.Mahesh Salgaonkar2019-05-011-42/+44
| * | | | | | powerpc/powernv/mce: Reduce MCE console logs to lesser lines.Mahesh Salgaonkar2019-05-011-1/+1
| * | | | | | powerpc: Add doorbell tracepointsAnton Blanchard2019-05-011-0/+16
| * | | | | | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2019-04-308-44/+68
| |\ \ \ \ \ \
| | * | | | | | powerpc/64s: Reimplement book3s idle code in CNicholas Piggin2019-04-304-41/+35
| | | |_|_|/ / | | |/| | | |
| | * | | | | powerpc: Add force enable of DAWR on P9 optionMichael Neuling2019-04-201-0/+8
| | * | | | | powerpc/xive: add OPAL extensions for the XIVE native exploitation supportCédric Le Goater2019-04-113-3/+25
| | | |_|/ / | | |/| | |
| * | | | | powerpc/pseries: Track LMB nid instead of using device treeNathan Fontenot2019-04-291-0/+21
| * | | | | powerpc/mm/hash: Rename KERNEL_REGION_ID to LINEAR_MAP_REGION_IDAneesh Kumar K.V2019-04-212-3/+3
| * | | | | powerpc/mm/hash: Simplify the region id calculation.Aneesh Kumar K.V2019-04-214-18/+20
| * | | | | powerpc/mm: Drop the unnecessary region checkAneesh Kumar K.V2019-04-211-12/+0
| * | | | | powerpc/mm/hash64: Map all the kernel regions in the same 0xc rangeAneesh Kumar K.V2019-04-217-74/+121
| * | | | | powerpc/mm/hash64: Add a variable to track the end of IO mappingAneesh Kumar K.V2019-04-213-4/+8
| * | | | | powerc/mm/hash: Reduce hash_mm_context sizeAneesh Kumar K.V2019-04-212-4/+2
| * | | | | powerpc/mm: Reduce memory usage for mm_context_t for radixAneesh Kumar K.V2019-04-212-38/+44
| * | | | | powerpc/mm: Add helpers for accessing hash translation related variablesAneesh Kumar K.V2019-04-213-3/+114
| * | | | | powerpc/mm: Remove PPC_MM_SLICES #ifdef for book3s64Aneesh Kumar K.V2019-04-212-17/+0
| * | | | | powerpc/mm: Fix build error with FLATMEM book3s64 configAneesh Kumar K.V2019-04-213-15/+17
| * | | | | powerpc/32s: Implement Kernel Userspace Access ProtectionChristophe Leroy2019-04-212-0/+106
| * | | | | powerpc/32s: Prepare Kernel Userspace Access ProtectionChristophe Leroy2019-04-211-0/+2
| * | | | | powerpc/32s: Implement Kernel Userspace Execution Prevention.Christophe Leroy2019-04-213-0/+48
| * | | | | powerpc/8xx: Add Kernel Userspace Access ProtectionChristophe Leroy2019-04-213-0/+68
| * | | | | powerpc/8xx: Add Kernel Userspace Execution PreventionChristophe Leroy2019-04-211-0/+7
| * | | | | powerpc/8xx: Only define APG0 and APG1Christophe Leroy2019-04-211-6/+6
| * | | | | powerpc/32: Prepare for Kernel Userspace Access ProtectionChristophe Leroy2019-04-211-1/+14
| * | | | | powerpc/mm: Detect bad KUAP faultsMichael Ellerman2019-04-212-0/+7
| * | | | | powerpc/64s: Implement KUAP for Radix MMUMichael Ellerman2019-04-215-1/+120
| * | | | | powerpc: Add a framework for Kernel Userspace Access ProtectionChristophe Leroy2019-04-214-10/+75
| * | | | | powerpc: Add skeleton for Kernel Userspace Execution PreventionChristophe Leroy2019-04-211-0/+6
| * | | | | powerpc: Add framework for Kernel Userspace ProtectionChristophe Leroy2019-04-211-0/+11
| * | | | | powerpc/pseries: hwpoison the pages upon hitting UEGanesh Goudar2019-04-201-0/+1
| * | | | | powerpc/mm: Silence unused-but-set-variable warningsQian Cai2019-04-202-2/+4
| * | | | | powerpc/mm: move warning from resize_hpt_for_hotplug()Laurent Vivier2019-04-201-2/+2