summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/book3s
Commit message (Expand)AuthorAgeFilesLines
* mm: introduce ARCH_HAS_PTE_DEVMAPRobin Murphy2019-07-171-1/+0Star
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-143-3/+32
|\
| * powerpc/book3s: Use config independent helpers for page table walkAneesh Kumar K.V2019-07-041-0/+21
| * powerpc/mm: Remove unused variable declarationAneesh Kumar K.V2019-07-041-1/+0Star
| * powerpc/powernv: remove unused NPU DMA codeChristoph Hellwig2019-07-011-2/+0Star
| * Merge branch 'fixes' into nextMichael Ellerman2019-07-011-0/+30
| |\
| * | powerpc/64s/radix: Enable HAVE_ARCH_HUGE_VMAPNicholas Piggin2019-06-191-0/+8
| * | powerpc/64s/radix: ioremap use ioremap_page_rangeNicholas Piggin2019-06-191-0/+3
* | | Merge tag 'powerpc-5.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-06-151-0/+30
|\ \ \ | | |/ | |/|
| * | powerpc/64s: Fix THP PMD collapse serialisationNicholas Piggin2019-06-071-0/+30
| |/
* / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-302-9/+2Star
|/
* Merge tag 'powerpc-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-05-191-2/+4
|\
| * powerpc/mm/hash: Fix get_region_id() for invalid addressesAneesh Kumar K.V2019-05-171-0/+4
| * powerpc/mm: Drop VM_BUG_ON in get_region_id()Aneesh Kumar K.V2019-05-161-2/+0Star
* | hugetlb: allow to free gigantic pages regardless of the configurationAlexandre Ghiti2019-05-141-3/+2Star
|/
* powerpc/64s: Use early_mmu_has_feature() in set_kuap()Michael Ellerman2019-05-091-1/+1
* powerpc/book3s/64: check for NULL pointer in pgd_alloc()Rick Lindsley2019-05-071-0/+3
* powerpc/32: make KVIRT_TOP dependent on FIXMAP_STARTChristophe Leroy2019-05-021-3/+10
* powerpc/mm: refactor pmd_pgtable()Christophe Leroy2019-05-022-7/+0Star
* powerpc/mm: refactor definition of pgtable_cache[]Christophe Leroy2019-05-022-43/+0Star
* powerpc/mm: refactor pte_alloc_one() and pte_free() families definition.Christophe Leroy2019-05-022-47/+0Star
* powerpc/mm: inline pte_alloc_one_kernel() and pte_alloc_one() on PPC32Christophe Leroy2019-05-021-3/+12
* powerpc/mm: move pgtable_t in asm/mmu.hChristophe Leroy2019-05-022-12/+0Star
* powerpc/mm: drop __bad_pte()Christophe Leroy2019-05-021-2/+0Star
* powerpc/mm: cleanup ifdef mess in add_huge_page_size()Christophe Leroy2019-05-021-0/+27
* powerpc/mm: add a helper to populate hugepdChristophe Leroy2019-05-021-0/+5
* powerpc/mm: split asm/hugetlb.h into dedicated subarch filesChristophe Leroy2019-05-021-0/+40
* powerpc/mm: define subarch SLB_ADDR_LIMIT_DEFAULTChristophe Leroy2019-05-021-0/+2
* powerpc/mm: get rid of mm_ctx_slice_mask_xxx()Christophe Leroy2019-05-021-28/+4Star
* powerpc/mm: move slice_mask_for_size() into mmu.hChristophe Leroy2019-05-021-0/+17
* 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/hash64: Map all the kernel regions in the same 0xc rangeAneesh Kumar K.V2019-04-216-73/+119
* 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/+2Star
* 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-212-3/+64
* powerpc/mm: Remove PPC_MM_SLICES #ifdef for book3s64Aneesh Kumar K.V2019-04-212-17/+0Star
* powerpc/mm: Fix build error with FLATMEM book3s64 configAneesh Kumar K.V2019-04-211-0/+15
* powerpc/32s: Implement Kernel Userspace Access ProtectionChristophe Leroy2019-04-211-0/+103
* powerpc/32s: Prepare Kernel Userspace Access ProtectionChristophe Leroy2019-04-211-0/+2
* powerpc/32s: Implement Kernel Userspace Execution Prevention.Christophe Leroy2019-04-212-0/+45
* powerpc/mm: Detect bad KUAP faultsMichael Ellerman2019-04-211-0/+6
* powerpc/64s: Implement KUAP for Radix MMUMichael Ellerman2019-04-211-0/+102
* powerpc/mm: Silence unused-but-set-variable warningsQian Cai2019-04-201-1/+2
* powerpc/mm/64: Document the sizes of/sizes mapped by Pxx_INDEX_SIZEMichael Ellerman2019-04-204-16/+18
* Merge tag 'powerpc-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-03-161-0/+8
|\
| * powerpc/hugetlb: Don't do runtime allocation of 16G pages in LPAR configurationAneesh Kumar K.V2019-03-051-0/+8
* | Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-03-077-35/+66
|\|
| * powerpc: Avoid circular header inclusion in mmu-hash.hChristophe Leroy2019-02-231-1/+1