summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/nohash/64
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-4/+1
* powerpc/mm: refactor pgd_alloc() and pgd_free() on nohashChristophe Leroy2019-05-031-11/+0
* powerpc/mm: refactor pmd_pgtable()Christophe Leroy2019-05-031-2/+0
* powerpc/mm: refactor pgtable freeing functions on nohashChristophe Leroy2019-05-031-43/+0
* powerpc/mm: refactor definition of pgtable_cache[]Christophe Leroy2019-05-031-22/+0
* powerpc/mm: refactor pte_alloc_one() and pte_free() families definition.Christophe Leroy2019-05-031-25/+0
* powerpc/mm: get rid of nohash/32/mmu.h and nohash/64/mmu.hChristophe Leroy2019-05-031-10/+0
* powerpc/mm: move pgtable_t in asm/mmu.hChristophe Leroy2019-05-031-6/+0
* powerpc/mm: convert Book3E 64 to pte_fragmentChristophe Leroy2019-05-032-22/+15
* powerpc/64: only book3s/64 supports CONFIG_PPC_64K_PAGESChristophe Leroy2019-05-032-7/+0
* powerpc/mm: no slice for nohash/64Christophe Leroy2019-05-031-12/+0
* powerpc/nohash64: clean pgtable.hChristophe Leroy2019-05-021-5/+0
* powerpc/mm: Fix build error with FLATMEM book3s64 configAneesh Kumar K.V2019-04-211-0/+2
* powerpc/mm: Silence unused-but-set-variable warningsQian Cai2019-04-201-1/+2
* mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-041-4/+2
* powerpc/mm: enable the use of page table cache of order 0Christophe Leroy2018-12-041-4/+1
* powerpc/mm: Move pgtable_t into platform headersChristophe Leroy2018-12-041-0/+4
* powerpc/mm: move platform specific mmu-xxx.h in platform directoriesChristophe Leroy2018-12-041-0/+8
* 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-261-0/+1
|\ \
| * | hugetlb: introduce generic version of huge_ptep_set_wrprotect()Alexandre Ghiti2018-10-261-0/+1
| |/
* | powerpc/mm: Allow platforms to redefine some helpersChristophe Leroy2018-10-141-4/+0
* | powerpc/nohash/64: do not include pte-common.hChristophe Leroy2018-10-141-1/+16
* | 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/+20
* | powerpc: handover page flags with a pgprot_t parameterChristophe Leroy2018-10-141-2/+1
|/
* powerpc/nohash: fix hash related comments in pgtable.hChristophe Leroy2018-07-301-14/+4
* powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy2018-07-301-0/+1
* powerpc/mm/hash/4k: Free hugetlb page table caches correctly.Aneesh Kumar K.V2018-06-201-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/mm: Fix kernel crash on page table freeAneesh Kumar K.V2018-06-021-1/+1
* powerpc/mm/nohash: Remove pte fragment dependency from nohashAneesh Kumar K.V2018-05-151-12/+45
* powerpc/mm/book3e/64: Remove unsupported 64Kpage size from 64bit bookeAneesh Kumar K.V2018-05-153-121/+4
* powerpc/nohash: Remove _PAGE_BUSYChristophe Leroy2018-05-071-7/+3
* powerpc/nohash: Remove hash related code from nohash headers.Christophe Leroy2018-05-071-14/+7
* powerpc/mm/slice: create header files dedicated to slicesChristophe Leroy2018-03-061-0/+12
* powerpc/mm: Fix crashes with 16G huge pagesAneesh Kumar K.V2018-02-131-0/+1
* Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-11-161-1/+1
|\
| * powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64Michael Ellerman2017-11-061-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
|/
* powerpc/mm/book(e)(3s)/64: Add page table accountingBalbir Singh2017-06-051-4/+7
* powerpc/mm/nohash: MM_SLICE is only used by book3s 64Aneesh Kumar K.V2017-03-311-5/+0
* arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov2017-03-092-0/+4
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2016-12-161-2/+0
|\
| * powerpc: port 64 bits pgtable_cache to 32 bitsChristophe Leroy2016-12-091-2/+0
* | powerpc/mm: update radix__ptep_set_access_flag to not do full mm tlb flushAneesh Kumar K.V2016-11-281-1/+2
* | powerpc/64: get rid of MIN_HUGEPTE_SHIFTChristophe Leroy2016-11-182-6/+0
|/
* powerpc: Remove suspect CONFIG_PPC_BOOK3E #ifdefs in nohash/64/pgtable.hRui Teng2016-11-141-13/+1