summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | powerpc/64: Add #defines for paca->soft_enabled flagsMadhavan Srinivasan2018-01-191-1/+1
| | * | | powerpc/pseries: lift RTAS limit for hashNicholas Piggin2018-01-171-3/+5
| | * | | powerpc/pseries: lift RTAS limit for radixNicholas Piggin2018-01-171-17/+4Star
| | * | | powerpc/pseries: radix is not subject to RMA limit, remove itNicholas Piggin2018-01-171-7/+4Star
| | * | | powerpc/powernv: Remove real mode access limit for early allocationsNicholas Piggin2018-01-172-23/+34
| | * | | powerpc/64s: Improve local TLB flush for boot and MCE on POWER9Nicholas Piggin2018-01-174-0/+177
| | * | | powerpc: Use the TRAP macro whenever comparing a trap numberBenjamin Herrenschmidt2018-01-161-1/+1
| | * | | powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for CONFIG_SWAPChristophe Leroy2018-01-161-1/+1
| | * | | powerpc/8xx: Remove _PAGE_USER and handle user access at PMD levelChristophe Leroy2018-01-161-1/+1
| | * | | powerpc/mm: Introduce _PAGE_NAChristophe Leroy2018-01-161-7/+11
| | * | | powerpc/mm: extend _PAGE_PRIVILEGED to all CPUsChristophe Leroy2018-01-165-33/+6Star
| | * | | powerpc/drmem: Add support for ibm, dynamic-memory-v2 propertyNathan Fontenot2018-01-161-4/+188
| | * | | powerpc: Move of_drconf_cell struct to asm/drmem.hNathan Fontenot2018-01-161-2/+2
| | * | | powerpc/pseries: Update memory hotplug code to use drmem LMB arrayNathan Fontenot2018-01-161-0/+81
| | * | | powerpc/numa: Update numa code use walk_drmem_lmbsNathan Fontenot2018-01-162-172/+151Star
| | * | | powerpc/mm: Separate ibm, dynamic-memory data from DT formatNathan Fontenot2018-01-162-1/+77
| | * | | powerpc/numa: Look up associativity array in of_drconf_to_nid_singleNathan Fontenot2018-01-161-23/+17Star
| | * | | powerpc/numa: Look up device node in of_get_usable_memory()Nathan Fontenot2018-01-161-2/+10
| | * | | powerpc/numa: Look up device node in of_get_assoc_arrays()Nathan Fontenot2018-01-161-5/+13
| | * | | powerpc/mm/hugetlb: Use pte_access_permitted for hugetlb access checkAneesh Kumar K.V2017-12-221-3/+1Star
| | * | | powerpc: capture the PTE format changes in the dump pte reportRam Pai2017-12-201-1/+2
| | * | | powerpc: use helper functions to get and set hash slotsRam Pai2017-12-202-17/+10Star
| | * | | powerpc: Free up four 64K PTE bits in 64K backed HPTE pagesRam Pai2017-12-202-21/+16Star
| | * | | powerpc: Free up four 64K PTE bits in 4K backed HPTE pagesRam Pai2017-12-202-50/+56
| | * | | powerpc: introduce pte_get_hash_gslot() helperRam Pai2017-12-201-0/+18
| | * | | powerpc: Use pr_warn instead of pr_warningJoe Perches2017-12-042-5/+3Star
| | | |/ | | |/|
| * | | mm/thp: remove pmd_huge_split_prepare()Aneesh Kumar K.V2018-02-011-22/+0Star
| * | | powerpc/mm: update pmdp_invalidate to return old pmd valueAneesh Kumar K.V2018-02-011-2/+5
| | |/ | |/|
* / | powerpc, membarrier: Skip memory barrier in switch_mm()Mathieu Desnoyers2018-02-051-0/+7
|/ /
* / powerpc/mm: Fix SEGV on mapped region to return SEGV_ACCERRJohn Sperbeck2018-01-021-1/+6
|/
* Merge tag 'powerpc-4.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-12-011-3/+12
|\
| * powerpc/powernv: Fix kexec crashes caused by tlbie tracingMahesh Salgaonkar2017-11-231-3/+12
* | Merge tag 'powerpc-4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-11-251-12/+22
|\|
| * powerpc/64s/slice: Use addr limit when computing slice maskAneesh Kumar K.V2017-11-201-12/+22
* | Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-11-1615-212/+429
|\|
| * powerpc/64s: mm_context.addr_limit is only used on hashNicholas Piggin2017-11-135-35/+19Star
| * powerpc/64s/radix: Fix 128TB-512TB virtual address boundary case allocationNicholas Piggin2017-11-132-31/+50
| * powerpc/64s/hash: Allow MAP_FIXED allocations to cross 128TB boundaryNicholas Piggin2017-11-131-1/+1
| * powerpc/64s/hash: Fix fork() with 512TB process address spaceNicholas Piggin2017-11-131-4/+4
| * powerpc/64s/hash: Fix 128TB-512TB virtual address boundary case allocationNicholas Piggin2017-11-131-26/+24Star
| * powerpc/64s/hash: Fix 512T hint detection to use >= 128TMichael Ellerman2017-11-131-2/+2
| * powerpc/mm/radix: Fix crashes on Power9 DD1 with radix MMU and STRICT_RWXBalbir Singh2017-11-121-0/+10
| * powerpc/64s/radix: Improve TLB flushing for page table freeingNicholas Piggin2017-11-101-29/+61
| * powerpc/64s/radix: Introduce local single page ceiling for TLB range flushNicholas Piggin2017-11-101-4/+19
| * powerpc/64s/radix: Optimize flush_tlb_rangeNicholas Piggin2017-11-101-35/+103
| * powerpc/64s/radix: Implement _tlbie(l)_va_range flush functionsNicholas Piggin2017-11-101-30/+39
| * powerpc/64s/radix: Optimize TLB range flush barriersNicholas Piggin2017-11-101-9/+32
| * Merge branch 'fixes' into nextMichael Ellerman2017-11-102-2/+1Star
| |\
| * | powerpc/mm/hash: Remove stale comment.Michal Suchanek2017-11-071-4/+0Star
| * | powerpc/mm: Add a CONFIG option to choose if radix is used by defaultMichael Ellerman2017-11-061-2/+11