summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/book3s/64/radix.h
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64s/radix: ioremap use ioremap_page_rangeNicholas Piggin2019-06-191-0/+3
* powerpc/mm/hash64: Map all the kernel regions in the same 0xc rangeAneesh Kumar K.V2019-04-211-22/+19Star
* powerpc/mm/hash64: Add a variable to track the end of IO mappingAneesh Kumar K.V2019-04-211-0/+1
* arch/powerpc/mm: Nest MMU workaround for mprotect RW upgradeAneesh Kumar K.V2019-03-061-0/+4
* powerpc/mm/book3s/radix: Add mapping statisticsAneesh Kumar K.V2018-08-131-0/+3
* powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy2018-07-301-0/+2
* powerpc/64s: Remove POWER9 DD1 supportNicholas Piggin2018-07-161-30/+5Star
* powerpc/64s/radix: optimise pte_updateNicholas Piggin2018-06-031-12/+13
* powerpc/64s/radix: avoid ptesync after set_pte and ptep_set_access_flagsNicholas Piggin2018-06-031-1/+18
* powerpc/64s/radix: make ptep_get_and_clear_full non-atomic for the full caseNicholas Piggin2018-06-031-8/+2Star
* powerpc/mm: Change function prototypeAneesh Kumar K.V2018-06-031-2/+3
* powerpc/mm/radix: Move function from radix.h to pgtable-radix.cAneesh Kumar K.V2018-06-031-28/+3Star
* powerpc/mm: Pass node id into create_section_mappingNicholas Piggin2018-03-301-1/+1
* mm/thp: remove pmd_huge_split_prepare()Aneesh Kumar K.V2018-02-011-6/+0Star
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* powerpc/mm/book3s64: Make KERN_IO_START a variableMichael Ellerman2017-08-081-0/+2
* powerpc/mm: Mark __init memory no-execute when STRICT_KERNEL_RWX=yMichael Ellerman2017-07-181-0/+1
* powerpc/mm/hash: Implement mark_rodata_ro() for hashBalbir Singh2017-07-041-0/+4
* powerpc/mm: Add devmap support for ppc64Oliver O'Halloran2017-07-021-1/+1
* powerpc/mm/radix: rename _PAGE_LARGE to R_PAGE_LARGEAneesh Kumar K.V2017-03-311-2/+2
* powerpc/mm: Cleanup bits definition between hash and radix.Aneesh Kumar K.V2017-03-311-0/+6
* powerpc/mm/radix: Skip ptesync in pte update helpersAneesh Kumar K.V2017-02-151-3/+0Star
* powerpc/mm/radix: Use ptep_get_and_clear_full when clearing pte for full mmAneesh Kumar K.V2017-02-151-1/+22
* powerpc/mm/radix: Update pte update sequence for pte clear caseAneesh Kumar K.V2017-02-151-9/+3Star
* powerpc/mm: add radix__remove_section_mapping()Reza Arbab2017-01-311-0/+1
* powerpc/mm: add radix__create_section_mapping()Reza Arbab2017-01-311-0/+4
* powerpc/mm: Batch tlb flush when invalidating pte entriesAneesh Kumar K.V2016-11-281-3/+10
* powerpc/mm: update radix__pte_update to not do full mm tlb flushAneesh Kumar K.V2016-11-281-7/+1Star
* powerpc/mm: update radix__ptep_set_access_flag to not do full mm tlb flushAneesh Kumar K.V2016-11-281-8/+3Star
* powerpc/mm: Introduce _PAGE_LARGE software pte bitsAneesh Kumar K.V2016-11-281-0/+2
* powerpc/mm/radix: Use different pte update sequence for different POWER9 revsAneesh Kumar K.V2016-09-131-15/+60
* powerpc/mm/radix: Use different RTS encoding for different POWER9 revsAneesh Kumar K.V2016-09-131-4/+9
* powerpc/mm/radix: Update Radix tree size as per ISA 3.0Aneesh Kumar K.V2016-06-171-0/+15
* powerpc/mm/radix: Add radix THP callbacksAneesh Kumar K.V2016-05-111-0/+22
* powerpc/mm: vmalloc abstraction in preparation for radixAneesh Kumar K.V2016-05-111-0/+68
* powerpc/mm/radix: Add radix callbacks for vmemmap and map_kernel page()Aneesh Kumar K.V2016-05-011-0/+6
* powerpc/mm/radix: Add radix callbacks for early init routinesAneesh Kumar K.V2016-05-011-0/+2
* powerpc/mm/radix: Add radix callback for pmd accessorsAneesh Kumar K.V2016-05-011-0/+9
* powerpc/mm/radix: Add radix pte #definesAneesh Kumar K.V2016-05-011-0/+125