aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/book3s/32 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)1-3/+3
2018-12-19powerpc/mm: add exec protection on powerpc 603Christophe Leroy2-9/+10
2018-12-19powerpc/book3s/32: Use patch_site to patch hash functionsChristophe Leroy1-0/+6
2018-12-04powerpc/mm: dump block address translation on book3s/32Christophe Leroy1-0/+4
2018-12-04powerpc/mm: enable the use of page table cache of order 0Christophe Leroy1-4/+1
2018-12-04powerpc/mm: Extend pte_fragment functionality to PPC32Christophe Leroy3-11/+16
2018-12-04powerpc/mm: Move pgtable_t into platform headersChristophe Leroy1-0/+2
2018-12-04powerpc/book3s32: Remove CONFIG_BOOKE dependent codeChristophe Leroy2-32/+0
2018-11-26powerpc/32: Remove #ifdef CONFIG_PPC_STD_MMU_32 in asm/book3s/32/pgtable.hChristophe Leroy1-6/+3
2018-10-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-6/+0
2018-10-26hugetlb: introduce generic version of huge_ptep_set_wrprotect()Alexandre Ghiti1-6/+0
2018-10-19powerpc/mm: Make pte_pgprot return all pte bitsAneesh Kumar K.V1-6/+0
2018-10-14powerpc/book3s/32: do not include pte-common.hChristophe Leroy1-4/+98
2018-10-14powerpc/mm: use pte helpers in generic codeChristophe Leroy1-6/+3
2018-10-14powerpc/mm: add pte helpers to query and change pte flagsChristophe Leroy1-0/+41
2018-10-14powerpc/mm: don't use _PAGE_EXEC in book3s/32Christophe Leroy1-1/+1
2018-10-14powerpc: handover page flags with a pgprot_t parameterChristophe Leroy1-1/+1
2018-07-30powerpc: split asm/tlbflush.hChristophe Leroy1-0/+25
2018-07-30powerpc/book3s: Remove PPC_PIN_SIZEChristophe Leroy1-5/+0
2018-07-30powerpc/405: move PPC405_ERR77 in asm-405.hChristophe Leroy1-2/+0
2018-06-26powerpc/mm/32: Fix pgtable_page_dtor callAneesh Kumar K.V1-1/+0
2018-06-20powerpc/mm/hash/4k: Free hugetlb page table caches correctly.Aneesh Kumar K.V1-0/+1
2018-06-03powerpc/mm/radix: Change pte relax sequence to handle nest MMU hangAneesh Kumar K.V1-0/+2
2018-06-03powerpc/mm: Change function prototypeAneesh Kumar K.V1-2/+3
2018-06-02powerpc/mm: Fix kernel crash on page table freeAneesh Kumar K.V1-0/+1
2018-02-13powerpc/mm: Fix crashes with 16G huge pagesAneesh Kumar K.V1-0/+1
2017-12-22powerpc/mm: Add proper pte access check helper for other platformsAneesh Kumar K.V1-0/+23
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-08-15powerpc/hugetlb: fix page rights verification in gup_hugepte()Christophe Leroy1-0/+1
2017-08-15powerpc/mm: declare some local functions staticChristophe Leroy1-3/+0
2017-06-05powerpc/mm: Rename map_page() to map_kernel_page() on 32-bitChristophe Leroy1-0/+2
2017-06-05powerpc/mm/book(e)(3s)/64: Add page table accountingBalbir Singh1-1/+2
2017-03-09arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov1-0/+1
2016-12-16Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into nextMichael Ellerman2-26/+58
2016-12-09powerpc: port 64 bits pgtable_cache to 32 bitsChristophe Leroy2-26/+58
2016-11-28powerpc/mm: update radix__ptep_set_access_flag to not do full mm tlb flushAneesh Kumar K.V1-1/+2
2016-09-13powerpc/mm/radix: Use different pte update sequence for different POWER9 revsAneesh Kumar K.V1-1/+2
2016-06-10powerpc/mm/radix: Flush page walk cache when freeing page tableAneesh Kumar K.V1-1/+0
2016-05-11powerpc/mm: Copy pgalloc (part 2)Aneesh Kumar K.V1-3/+3
2016-05-11powerpc/mm: Make a copy of pgalloc.h for 32 and 64 book3sAneesh Kumar K.V1-0/+109
2016-05-01powerpc/mm: Move radix/hash common data structures to book3s64 headersAneesh Kumar K.V1-3/+3
2016-05-01powerpc/mm: Drop PTE_ATOMIC_UPDATES from pmd_hugepage_update()Aneesh Kumar K.V1-3/+0
2016-03-03powerpc/mm: Move hash related mmu-*.h headers to book3s/Aneesh Kumar K.V1-0/+93
2015-12-14powerpc/mm: Move PTE bits from generic functions to hash64 functions.Aneesh Kumar K.V1-0/+183
2015-12-14powerpc/mm: Don't use pmd_val, pud_val and pgd_val as lvalueAneesh Kumar K.V1-1/+5
2015-12-14powerpc/mm: Delete booke bits from book3sAneesh Kumar K.V1-69/+24
2015-12-14powerpc/mm: make a separate copy for book3sAneesh Kumar K.V1-0/+340
2015-12-14powerpc/mm: move pte headers to book3s directoryAneesh Kumar K.V1-0/+46