summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/nohash/32/pgtable.h
Commit message (Expand)AuthorAgeFilesLines
* powerpc/fixmap: Fix VM debug warning on unmapChristophe Leroy2022-01-241-0/+1
* powerpc/book3e: Fix set_memory_x() and set_memory_nx()Christophe Leroy2021-10-281-0/+2
* powerpc/nohash: Fix __ptep_set_access_flags() and ptep_set_wrprotect()Christophe Leroy2021-10-281-9/+8
* powerpc/32: Don't use a struct based type for pte_tChristophe Leroy2021-10-221-1/+1
* mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual2021-07-011-1/+0
* arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann2020-11-161-0/+2
* powerpc/8xx: Support 16k hugepages with 4k pagesChristophe Leroy2020-09-151-0/+2
* powerpc/8xx: Refactor calculation of number of entries per PTE in page tablesChristophe Leroy2020-09-151-6/+12
* powerpc/8xx: Modify ptep_get()Christophe Leroy2020-06-221-10/+12
* 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-091-15/+2
* Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-051-72/+48
|\
| * powerpc: Remove IBM405 Erratum #77Christophe Leroy2020-05-281-1/+0
| * powerpc/pgtable: Drop PTE_ATOMIC_UPDATESChristophe Leroy2020-05-281-15/+0
| * powerpc/8xx: Manage 512k huge pages as standard pages.Christophe Leroy2020-05-261-3/+7
| * powerpc/8xx: Prepare handlers for _PAGE_HUGE for 512k pages.Christophe Leroy2020-05-261-7/+6
| * powerpc/mm: Reduce hugepd size for 8M hugepages on 8xxChristophe Leroy2020-05-261-1/+2
| * 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-261-17/+0
| * 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-041-1/+0
|/
* powerpc/mm: Don't kmap_atomic() in pte_offset_map() on PPC32Christophe Leroy2020-03-041-4/+2
* powerpc/32: Add support of KASAN_VMALLOCChristophe Leroy2020-01-271-0/+5
* powerpc: use the generic dma coherent remap allocatorChristoph Hellwig2019-08-281-9/+3
* powerpc/mm: refactor ioremap vm area setup.Christophe Leroy2019-08-271-0/+4
* powerpc/mm: make ioremap_bot common to allChristophe Leroy2019-08-271-2/+0
* powerpc/32: make KVIRT_TOP dependent on FIXMAP_STARTChristophe Leroy2019-05-031-3/+10
* powerpc/8xx: reintroduce 16K pages with HW assistanceChristophe Leroy2018-12-041-1/+7
* powerpc/mm: Extend pte_fragment functionality to PPC32Christophe Leroy2018-12-041-3/+4
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-10-261-6/+0
|\
| * hugetlb: introduce generic version of huge_ptep_set_wrprotect()Alexandre Ghiti2018-10-261-6/+0
* | powerpc/mm: Get rid of pte-common.hChristophe Leroy2018-10-141-2/+24
* | powerpc/mm: Allow platforms to redefine some helpersChristophe Leroy2018-10-141-10/+6
* | powerpc/mm: use pte helpers in generic codeChristophe Leroy2018-10-141-4/+8
* | powerpc/mm: add pte helpers to query and change pte flagsChristophe Leroy2018-10-141-0/+5
* | powerpc/mm: move some nohash pte helpers in nohash/[32:64]/pgtable.hChristophe Leroy2018-10-141-0/+28
* | powerpc: handover page flags with a pgprot_t parameterChristophe Leroy2018-10-141-1/+1
|/
* powerpc/nohash: fix hash related comments in pgtable.hChristophe Leroy2018-07-301-4/+0
* powerpc/book3s: Remove PPC_PIN_SIZEChristophe Leroy2018-07-301-1/+1
* powerpc/405: move PPC405_ERR77 in asm-405.hChristophe Leroy2018-07-301-0/+1
* powerpc/mm/radix: Change pte relax sequence to handle nest MMU hangAneesh Kumar K.V2018-06-031-0/+2
* powerpc/mm: Change function prototypeAneesh Kumar K.V2018-06-031-2/+3
* powerpc/nohash: Remove hash related code from nohash headers.Christophe Leroy2018-05-071-25/+9
* powerpc/mm: Fix crashes with 16G huge pagesAneesh Kumar K.V2018-02-131-0/+1
* powerpc/mm: Introduce _PAGE_NAChristophe Leroy2018-01-161-1/+1