summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/pgtable-radix.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mm/hash64: Add a variable to track the end of IO mappingAneesh Kumar K.V2019-04-211-0/+1
* powerpc/64s: Implement KUAP for Radix MMUMichael Ellerman2019-04-211-0/+19
* powerpc/mm/radix: Use KUEP API for Radix MMURussell Currey2019-04-211-3/+9
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-1/+8
* powerpc: prefer memblock APIs returning virtual addressMike Rapoport2019-03-071-18/+7
* arch/powerpc/mm: Nest MMU workaround for mprotect RW upgradeAneesh Kumar K.V2019-03-051-0/+18
* powerpc/mm/radix: Display if mappings are exec or notMichael Ellerman2018-10-201-12/+17
* powerpc/mm/radix: Simplify split mapping logicMichael Ellerman2018-10-201-22/+10
* powerpc/mm/radix: Remove the retry in the split mapping logicMichael Ellerman2018-10-201-7/+5
* powerpc/mm/radix: Fix small page at boundary when splittingMichael Ellerman2018-10-201-2/+2
* powerpc/mm/radix: Fix overuse of small pages in splitting logicMichael Ellerman2018-10-201-2/+2
* powerpc/mm/radix: Fix off-by-one in split mapping logicMichael Ellerman2018-10-201-2/+2
* powerpc/mm/radix: Only need the Nest MMU workaround for R -> RW transitionAneesh Kumar K.V2018-08-231-3/+5
* powerpc/mm/book3s/radix: Add mapping statisticsAneesh Kumar K.V2018-08-131-5/+14
* powerpc/64s: Remove POWER9 DD1 supportNicholas Piggin2018-07-161-58/+2
* powerpc/64s/radix: avoid ptesync after set_pte and ptep_set_access_flagsNicholas Piggin2018-06-031-1/+1
* powerpc/64s/radix: do not flush TLB when relaxing accessNicholas Piggin2018-06-031-1/+6
* powerpc/mm/radix: Change pte relax sequence to handle nest MMU hangAneesh Kumar K.V2018-06-031-4/+10
* powerpc/mm: Change function prototypeAneesh Kumar K.V2018-06-031-3/+3
* powerpc/mm/radix: Move function from radix.h to pgtable-radix.cAneesh Kumar K.V2018-06-031-0/+22
* powerpc/mm: Use page fragments for allocation page table at PMD levelAneesh Kumar K.V2018-05-151-1/+0
* powerpc/mm: Implement helpers for pagetable fragment support at PMD levelAneesh Kumar K.V2018-05-151-0/+2
* powerpc/mm: Use pmd_lockptr instead of opencoding itAneesh Kumar K.V2018-05-151-1/+1
* powerpc/mm/radix: Update pte fragment count from 16 to 256 on radixAneesh Kumar K.V2018-04-041-6/+2
* Merge branch 'topic/paca' into nextMichael Ellerman2018-03-311-63/+137
|\
| * powerpc/mm: Pass node id into create_section_mappingNicholas Piggin2018-03-311-9/+9
| * powerpc/64s/radix: Allocate kernel page tables node-local if possibleNicholas Piggin2018-03-311-24/+80
| * powerpc/64s/radix: Split early page table mapping to its own functionNicholas Piggin2018-03-311-47/+65
* | powerpc/mm: Fix section mismatch warning in stop_machine_change_mapping()Mauricio Faria de Oliveira2018-03-271-6/+6
* | powerpc/mm: Fix crashes with 16G huge pagesAneesh Kumar K.V2018-02-131-0/+1
* | powerpc/mm/radix: Split linear mapping on hot-unplugBalbir Singh2018-02-081-21/+74
* | powerpc/64s/radix: Boot-time NULL pointer protection using a guard-PIDNicholas Piggin2018-02-081-1/+20
|/
* powerpc/pseries: lift RTAS limit for radixNicholas Piggin2018-01-181-17/+4
* powerpc/pseries: radix is not subject to RMA limit, remove itNicholas Piggin2018-01-181-7/+4
* powerpc/powernv: Remove real mode access limit for early allocationsNicholas Piggin2018-01-181-16/+21
* powerpc/64s: Improve local TLB flush for boot and MCE on POWER9Nicholas Piggin2018-01-181-0/+6
* powerpc/mm/radix: Fix crashes on Power9 DD1 with radix MMU and STRICT_RWXBalbir Singh2017-11-121-0/+10
* powerpc/mm/radix: Prettify mapped memory range print outMichael Ellerman2017-08-311-1/+6
* powerpc/mm/radix: Add pr_fmt() to pgtable-radix.cMichael Ellerman2017-08-311-0/+4
* Merge branch 'fixes' into nextMichael Ellerman2017-08-231-1/+33
|\
| * powerpc/mm/radix: Workaround prefetch issue with KVMBenjamin Herrenschmidt2017-07-261-1/+33
* | powerpc/mm: Don't send IPI to all cpus on THP updatesAneesh Kumar K.V2017-08-171-4/+4
* | powerpc/mm: Properly invalidate when setting process table baseSuraj Jitindar Singh2017-08-101-2/+6
* | powerpc/mm/book3s64: Make KERN_IO_START a variableMichael Ellerman2017-08-081-0/+1
* | powerpc/mm/radix: Avoid flushing the PWC on every flush_tlb_rangeBenjamin Herrenschmidt2017-08-021-1/+4
|/
* powerpc/mm: Mark __init memory no-execute when STRICT_KERNEL_RWX=yMichael Ellerman2017-07-181-0/+8
* powerpc/mm/radix: Refactor radix__mark_rodata_ro()Michael Ellerman2017-07-181-5/+15
* powerpc/mm/radix: Implement STRICT_RWX/mark_rodata_ro() for RadixBalbir Singh2017-07-041-1/+66
* powerpc/mm/radix: Fix execute permissions for interrupt_vectorsBalbir Singh2017-07-031-1/+2
* powerpc/mm: Add devmap support for ppc64Oliver O'Halloran2017-07-021-1/+2