summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/nohash
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-02-042-3/+23
|\
| * Merge branch 'topic/user-access-begin' into nextMichael Ellerman2020-02-011-3/+18
| |\
| | * powerpc: Implement user_access_save() and user_access_restore()Christophe Leroy2020-01-281-0/+14
| | * powerpc/kuap: Fix set direction in allow/prevent_user_access()Christophe Leroy2020-01-281-2/+2
| | * powerpc/32s: Fix bad_kuap_fault()Christophe Leroy2020-01-281-1/+2
| * | powerpc/32: Add support of KASAN_VMALLOCChristophe Leroy2020-01-271-0/+5
| |/
* / powerpc/mmu_gather: enable RCU_TABLE_FREE even for !SMP caseAneesh Kumar K.V2020-02-041-8/+0
|/
* powerpc: permanently include 8xx registers in reg.hChristophe Leroy2019-11-181-0/+1
* powerpc/fsl_booke/32: implement KASLR infrastructureJason Yan2019-11-131-1/+0
* powerpc: unify definition of M_IF_NEEDEDJason Yan2019-11-131-0/+10
* powerpc: use the generic dma coherent remap allocatorChristoph Hellwig2019-08-281-9/+3
* powerpc/mm: refactor ioremap vm area setup.Christophe Leroy2019-08-272-0/+5
* powerpc/mm: make ioremap_bot common to allChristophe Leroy2019-08-271-2/+0
* powerpc/mm: define empty update_mmu_cache() as static inlineChristophe Leroy2019-08-201-0/+13
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-4/+1
* 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
OpenPOWER on IntegriCloud