summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mm: Warn if W+X pages found on bootRussell Currey2019-05-031-0/+6
* powerpc/mm: define an empty mm_iommu_init()Christophe Leroy2019-05-031-0/+1
* powerpc/fadump: define an empty fadump_cleanup()Christophe Leroy2019-05-031-0/+1
* powerpc/32: Add KASAN supportChristophe Leroy2019-05-031-0/+9
* powerpc/32: prepare shadow area for KASANChristophe Leroy2019-05-032-0/+21
* powerpc/32: make KVIRT_TOP dependent on FIXMAP_STARTChristophe Leroy2019-05-032-6/+20
* powerpc: prepare string/mem functions for KASANChristophe Leroy2019-05-032-3/+44
* powerpc/mm: refactor pgd_alloc() and pgd_free() on nohashChristophe Leroy2019-05-033-22/+12
* powerpc/mm: refactor pmd_pgtable()Christophe Leroy2019-05-035-11/+5
* powerpc/mm: refactor pgtable freeing functions on nohashChristophe Leroy2019-05-033-86/+44
* powerpc/mm: Only keep one version of pmd_populate() functions on nohash/32Christophe Leroy2019-05-031-20/+8
* powerpc/mm: refactor definition of pgtable_cache[]Christophe Leroy2019-05-035-86/+21
* powerpc/mm: refactor pte_alloc_one() and pte_free() families definition.Christophe Leroy2019-05-035-97/+25
* powerpc/mm: inline pte_alloc_one_kernel() and pte_alloc_one() on PPC32Christophe Leroy2019-05-032-6/+24
* powerpc/mm: get rid of nohash/32/mmu.h and nohash/64/mmu.hChristophe Leroy2019-05-034-33/+14
* powerpc/mm: move pgtable_t in asm/mmu.hChristophe Leroy2019-05-035-24/+3
* powerpc/mm: convert Book3E 64 to pte_fragmentChristophe Leroy2019-05-033-28/+15
* powerpc/mm: drop __bad_pte()Christophe Leroy2019-05-032-4/+0
* powerpc/mm: cleanup HPAGE_SHIFT setupChristophe Leroy2019-05-032-3/+10
* powerpc/mm: move hugetlb_disabled into asm/hugetlb.hChristophe Leroy2019-05-032-1/+2
* powerpc/mm: cleanup ifdef mess in add_huge_page_size()Christophe Leroy2019-05-033-0/+40
* powerpc/mm: add a helper to populate hugepdChristophe Leroy2019-05-033-0/+19
* powerpc/mm: split asm/hugetlb.h into dedicated subarch filesChristophe Leroy2019-05-034-83/+106
* powerpc/mm: make gup_hugepte() staticChristophe Leroy2019-05-031-3/+0
* powerpc/64: only book3s/64 supports CONFIG_PPC_64K_PAGESChristophe Leroy2019-05-036-27/+5
* powerpc/mm: define subarch SLB_ADDR_LIMIT_DEFAULTChristophe Leroy2019-05-032-0/+4
* powerpc/mm: define get_slice_psize() all the timeChristophe Leroy2019-05-031-0/+5
* powerpc/8xx: get rid of #ifdef CONFIG_HUGETLB_PAGE for slicesChristophe Leroy2019-05-031-4/+1
* powerpc/mm: get rid of mm_ctx_slice_mask_xxx()Christophe Leroy2019-05-032-45/+4
* powerpc/mm: move slice_mask_for_size() into mmu.hChristophe Leroy2019-05-032-13/+46
* powerpc/mm: no slice for nohash/64Christophe Leroy2019-05-032-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