summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/nohash
Commit message (Expand)AuthorAgeFilesLines
* powerpc/8xx: Provide ptep_get() with 16k pagesChristophe Leroy2020-06-201-0/+10
* powerpc/8xx: use pmd_off() to access a PMD entry in pte_update()Mike Rapoport2020-06-171-5/+3
* mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-093-41/+2
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-058-227/+94
|\
| * powerpc/8xx: Reduce time spent in allow_user_access() and friendsChristophe Leroy2020-06-021-8/+8
| * powerpc: Remove IBM405 Erratum #77Christophe Leroy2020-05-281-1/+0
| * powerpc/pgtable: Drop PTE_ATOMIC_UPDATESChristophe Leroy2020-05-281-15/+0
| * powerpc/40x: Rework 40x PTE access and TLB missChristophe Leroy2020-05-282-22/+3
| * powerpc/8xx: Add a function to early map kernel via huge pagesChristophe Leroy2020-05-261-0/+5
| * powerpc/8xx: Remove now unused TLB miss functionsChristophe Leroy2020-05-261-7/+1
| * powerpc/8xx: Add function to set pinned TLBsChristophe Leroy2020-05-261-0/+2
| * powerpc/8xx: MM_SLICE is not needed anymoreChristophe Leroy2020-05-262-84/+0
| * powerpc/8xx: Only 8M pages are hugepte pages nowChristophe Leroy2020-05-261-4/+3
| * powerpc/8xx: Manage 512k huge pages as standard pages.Christophe Leroy2020-05-263-5/+11
| * powerpc/8xx: Prepare handlers for _PAGE_HUGE for 512k pages.Christophe Leroy2020-05-261-7/+6
| * powerpc/8xx: Drop CONFIG_8xx_COPYBACK optionChristophe Leroy2020-05-261-2/+0
| * powerpc/mm: Reduce hugepd size for 8M hugepages on 8xxChristophe Leroy2020-05-262-1/+22
| * powerpc/mm: Create a dedicated pte_update() for 8xxChristophe Leroy2020-05-261-4/+25
| * powerpc/mm: Standardise pte_update() prototype between PPC32 and PPC64Christophe Leroy2020-05-261-6/+7
| * powerpc/mm: Standardise __ptep_test_and_clear_young() params between PPC32 an...Christophe Leroy2020-05-261-2/+3
| * powerpc/mm: Refactor pte_update() on nohash/32Christophe Leroy2020-05-261-22/+4
| * powerpc/mm: PTE_ATOMIC_UPDATES is only for 40xChristophe Leroy2020-05-262-44/+1
| * powerpc: Replace _ALIGN() by ALIGN()Christophe Leroy2020-05-111-1/+1
| * powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN()Christophe Leroy2020-05-111-1/+1
* | powerpc: add support for folded p4d page tablesMike Rapoport2020-06-044-21/+20
|/
* powerpc/mm: Don't kmap_atomic() in pte_offset_map() on PPC32Christophe Leroy2020-03-041-4/+2
* 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