summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/nohash
Commit message (Expand)AuthorAgeFilesLines
* powerpc/32: make KVIRT_TOP dependent on FIXMAP_STARTChristophe Leroy2019-05-031-3/+10
* powerpc/mm: refactor pgd_alloc() and pgd_free() on nohashChristophe Leroy2019-05-033-22/+12
* powerpc/mm: refactor pmd_pgtable()Christophe Leroy2019-05-032-4/+0
* 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-032-43/+0
* powerpc/mm: refactor pte_alloc_one() and pte_free() families definition.Christophe Leroy2019-05-032-50/+0
* powerpc/mm: inline pte_alloc_one_kernel() and pte_alloc_one() on PPC32Christophe Leroy2019-05-031-3/+12
* 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-032-12/+0
* powerpc/mm: convert Book3E 64 to pte_fragmentChristophe Leroy2019-05-032-22/+15
* powerpc/mm: drop __bad_pte()Christophe Leroy2019-05-031-2/+0
* powerpc/mm: cleanup ifdef mess in add_huge_page_size()Christophe Leroy2019-05-032-0/+13
* powerpc/mm: add a helper to populate hugepdChristophe Leroy2019-05-032-0/+14
* powerpc/mm: split asm/hugetlb.h into dedicated subarch filesChristophe Leroy2019-05-032-0/+62
* powerpc/64: only book3s/64 supports CONFIG_PPC_64K_PAGESChristophe Leroy2019-05-033-12/+0
* powerpc/mm: define subarch SLB_ADDR_LIMIT_DEFAULTChristophe Leroy2019-05-031-0/+2
* 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-031-17/+0
* powerpc/mm: move slice_mask_for_size() into mmu.hChristophe Leroy2019-05-031-13/+29
* powerpc/mm: no slice for nohash/64Christophe Leroy2019-05-031-12/+0
* powerpc/nohash64: clean pgtable.hChristophe Leroy2019-05-021-5/+0
* powerpc/mm: Add helpers for accessing hash translation related variablesAneesh Kumar K.V2019-04-211-0/+50
* powerpc/mm: Fix build error with FLATMEM book3s64 configAneesh Kumar K.V2019-04-211-0/+2
* powerpc/8xx: Add Kernel Userspace Access ProtectionChristophe Leroy2019-04-212-0/+65
* 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/mm: Silence unused-but-set-variable warningsQian Cai2019-04-201-1/+2
* powerpc/8xx: don't disable large TLBs with CONFIG_STRICT_KERNEL_RWXChristophe Leroy2019-02-231-1/+2
* mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-042-7/+5
* powerpc/44x: use patch_sites for TLB handlers patchingChristophe Leroy2018-12-191-0/+3
* powerpc/8xx: reintroduce 16K pages with HW assistanceChristophe Leroy2018-12-043-1/+15
* powerpc/mm: enable the use of page table cache of order 0Christophe Leroy2018-12-042-8/+2
* powerpc/mm: Extend pte_fragment functionality to PPC32Christophe Leroy2018-12-043-15/+18
* powerpc/mm: Move pgtable_t into platform headersChristophe Leroy2018-12-042-0/+8
* powerpc/mm: move platform specific mmu-xxx.h in platform directoriesChristophe Leroy2018-12-047-0/+825
* powerpc/8xx: Remove PTE_ATOMIC_UPDATESChristophe Leroy2018-12-041-3/+0
* powerpc: Typo s/use use/use/Geert Uytterhoeven2018-11-251-1/+1
* Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-281-3/+1
|\
| * xarray: Replace exceptional entriesMatthew Wilcox2018-09-291-3/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-10-262-6/+1
|\ \
| * | hugetlb: introduce generic version of huge_ptep_set_wrprotect()Alexandre Ghiti2018-10-262-6/+1
| |/
* | powerpc/book3e: redefine pte_mkprivileged() and pte_mkuser()Christophe Leroy2018-10-191-0/+16
* | powerpc/mm: Make pte_pgprot return all pte bitsAneesh Kumar K.V2018-10-196-26/+0
* | powerpc/8xx: change name of a few page flags to avoid confusionChristophe Leroy2018-10-141-14/+14
* | powerpc/mm: Get rid of pte-common.hChristophe Leroy2018-10-141-2/+24
* | powerpc/mm: Define platform default caches related flagsChristophe Leroy2018-10-142-0/+7
* | powerpc/mm: Allow platforms to redefine some helpersChristophe Leroy2018-10-145-20/+91
* | powerpc/nohash/64: do not include pte-common.hChristophe Leroy2018-10-142-1/+44
* | powerpc/mm: Distribute platform specific PAGE and PMD flags and definitionsChristophe Leroy2018-10-145-0/+159