summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * powerpc/8xx: Add Kernel Userspace Execution PreventionChristophe Leroy2019-04-211-0/+12
| * powerpc/mm: Detect bad KUAP faultsMichael Ellerman2019-04-211-3/+22
| * powerpc/64s: Implement KUAP for Radix MMUMichael Ellerman2019-04-212-0/+20
| * powerpc/mm/radix: Use KUEP API for Radix MMURussell Currey2019-04-211-3/+9
| * powerpc/64: Setup KUP on secondary CPUsRussell Currey2019-04-211-1/+1
| * powerpc: Add a framework for Kernel Userspace Access ProtectionChristophe Leroy2019-04-212-4/+25
| * powerpc: Add skeleton for Kernel Userspace Execution PreventionChristophe Leroy2019-04-212-5/+15
| * powerpc: Add framework for Kernel Userspace ProtectionChristophe Leroy2019-04-212-0/+8
| * powerpc/numa: document topology_updates_enabled, disable by defaultNathan Lynch2019-04-201-4/+10
| * powerpc/numa: improve control of topology updatesNathan Lynch2019-04-201-6/+12
| * powerpc: Remove duplicate headersJagadeesh Pagadala2019-04-201-1/+0
| * powerpc/mm: move warning from resize_hpt_for_hotplug()Laurent Vivier2019-04-202-13/+9
| * powerpc/highmem: Change BUG_ON() to WARN_ON()Christophe Leroy2019-04-201-10/+4
* | powerpc/32s: Fix BATs setting with CONFIG_STRICT_KERNEL_RWXChristophe Leroy2019-05-021-4/+14
* | powerpc/mm_iommu: Allow pinning large regionsAlexey Kardashevskiy2019-04-171-4/+20
* | powerpc/mm_iommu: Fix potential deadlockAlexey Kardashevskiy2019-04-171-36/+39
|/
* powerpc/6xx: fix setup and use of SPRN_SPRG_PGDIR for hash32Christophe Leroy2019-03-191-4/+4
* Merge tag 'powerpc-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-03-161-0/+3
|\
| * powerpc/mm: Disable kcov for SLB routinesMahesh Salgaonkar2019-03-121-0/+3
* | treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-126-3/+36
* | memblock: drop memblock_alloc_base()Mike Rapoport2019-03-121-2/+6
* | memblock: memblock_phys_alloc_try_nid(): don't panicMike Rapoport2019-03-121-0/+4
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-075-33/+14
|\ \
| * | arch: simplify several early memory allocationsMike Rapoport2019-03-071-2/+1
| * | powerpc: prefer memblock APIs returning virtual addressMike Rapoport2019-03-074-31/+13
* | | Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-03-0729-246/+366
|\ \ \ | |/ / |/| / | |/
| * powerpc/mm: fix "section_base" set but not usedQian Cai2019-03-021-2/+0
| * powerpc/mm: Fix "sz" set but not used warningQian Cai2019-03-021-2/+1
| * powerpc/mm: Check secondary hash page tableRashmica Gupta2019-03-021-1/+1
| * powerpc/mm/hash: Handle mmap_min_addr correctly in get_unmapped_area topdown ...Aneesh Kumar K.V2019-02-261-4/+6
| * powerpc/hugetlb: Handle mmap_min_addr correctly in get_unmapped_area callbackAneesh Kumar K.V2019-02-261-2/+3
| * powerpc/32: Remove CURRENT_THREAD_INFO and rename TI_CPUChristophe Leroy2019-02-231-9/+4
| * powerpc: Enable kcovAndrew Donnellan2019-02-231-0/+5
| * powerpc/8xx: don't disable large TLBs with CONFIG_STRICT_KERNEL_RWXChristophe Leroy2019-02-233-3/+32
| * powerpc/mm/32s: Use BATs for STRICT_KERNEL_RWXChristophe Leroy2019-02-234-10/+99
| * powerpc/mm/32s: add setibat() clearibat() and update_bats()Christophe Leroy2019-02-231-0/+32
| * powerpc/mmu: add is_strict_kernel_rwx() helperChristophe Leroy2019-02-231-3/+1
| * powerpc/mm/32s: use _PAGE_EXEC in setbat()Christophe Leroy2019-02-231-4/+6
| * powerpc/32: always populate page tables for Abatron BDI.Christophe Leroy2019-02-231-1/+4
| * powerpc/mm/32s: use generic mmu_mapin_ram() for all blocks.Christophe Leroy2019-02-231-18/+9
| * powerpc/mm/32s: rework mmu_mapin_ram()Christophe Leroy2019-02-231-22/+41
| * powerpc/mm/32: add base address to mmu_mapin_ram()Christophe Leroy2019-02-237-9/+9
| * powerpc/8xx: Map 32Mb of RAM at init.Christophe Leroy2019-02-231-2/+5
| * powerpc/8xx: replace most #ifdef by IS_ENABLED() in 8xx_mmu.cChristophe Leroy2019-02-231-25/+19
| * Revert "powerpc/book3s32: Reorder _PAGE_XXX flags to simplify TLB handling"Michael Ellerman2019-02-231-2/+4
| * powerpc: Move page table dump files in a dedicated subdirectoryChristophe Leroy2019-02-2210-13/+14
| * powerpc: dump as a single line areas mapping a single physical page.Christophe Leroy2019-02-221-6/+12
| * powerpc/book3s32: Reorder _PAGE_XXX flags to simplify TLB handlingChristophe Leroy2019-02-221-4/+2
| * powerpc/hash32: use physical address directly in hash handlers.Christophe Leroy2019-02-222-37/+31
| * powerpc/6xx: Store PGDIR physical address in a SPRGChristophe Leroy2019-02-221-2/+1