summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* powerpc/book3s64/pkeys: Fix pkey_access_permitted() for execute disable pkeyAneesh Kumar K.V2020-07-131-5/+7
* powerpc/mm/pkeys: Make pkey access check work on execute_only_keyAneesh Kumar K.V2020-06-291-3/+0
* powerpc/fsl_booke/32: Fix build with CONFIG_RANDOMIZE_BASEArseny Solokha2020-06-221-0/+1
* arch/powerpc/mm/pgtable.c: another missed conversionAndrew Morton2020-06-101-1/+1
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-095-10/+10
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-094-16/+16
* mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport2020-06-098-15/+15
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-097-7/+7
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-0911-11/+11
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-0915-15/+0
* mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig2020-06-081-1/+1
* powerpc: unexport flush_icache_user_rangeChristoph Hellwig2020-06-081-1/+0
* Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-0530-451/+736
|\
| * powerpc/32s: Blacklist functions running with MMU disabled for kprobeChristophe Leroy2020-06-021-0/+6
| * powerpc/32s: Make local symbols non visible in hash_low.Christophe Leroy2020-06-021-13/+13
| * powerpc/mem: Blacklist flush_dcache_icache_phys() for kprobeChristophe Leroy2020-06-021-0/+2
| * powerpc/40x: Rework 40x PTE access and TLB missChristophe Leroy2020-05-281-2/+2
| * powerpc/64s/radix: Don't prefetch DAR in update_mmu_cacheNicholas Piggin2020-05-282-16/+1
| * Merge branch 'fixes' into nextMichael Ellerman2020-05-261-6/+8
| |\
| * \ Merge "Use hugepages to map kernel mem on 8xx" into nextMichael Ellerman2020-05-2616-239/+457
| |\ \
| | * | powerpc/32s: Implement dedicated kasan_init_region()Christophe Leroy2020-05-263-1/+59
| | * | powerpc/32s: Allow mapping with BATs with DEBUG_PAGEALLOCChristophe Leroy2020-05-262-3/+8
| | * | powerpc/8xx: Implement dedicated kasan_init_region()Christophe Leroy2020-05-262-0/+75
| | * | powerpc/8xx: Allow large TLBs with DEBUG_PAGEALLOCChristophe Leroy2020-05-262-4/+12
| | * | powerpc/8xx: Allow STRICT_KERNEL_RwX with pinned TLBChristophe Leroy2020-05-261-2/+7
| | * | powerpc/8xx: Map linear memory with huge pagesChristophe Leroy2020-05-261-1/+49
| | * | powerpc/8xx: Map IMMR with a huge pageChristophe Leroy2020-05-261-6/+2
| | * | powerpc/8xx: Add a function to early map kernel via huge pagesChristophe Leroy2020-05-263-1/+58
| | * | powerpc/8xx: Drop special handling of Linear and IMMR mappings in I/D TLB han...Christophe Leroy2020-05-261-102/+1
| | * | powerpc/8xx: Always pin TLBs at startup.Christophe Leroy2020-05-261-18/+1
| | * | powerpc/8xx: Don't set IMMR map anymore at bootChristophe Leroy2020-05-262-4/+15
| | * | powerpc/8xx: Only 8M pages are hugepte pages nowChristophe Leroy2020-05-261-13/+3
| | * | powerpc/8xx: Manage 512k huge pages as standard pages.Christophe Leroy2020-05-262-4/+28
| | * | powerpc/mm: Reduce hugepd size for 8M hugepages on 8xxChristophe Leroy2020-05-262-5/+24
| | * | powerpc/mm: Fix conditions to perform MMU specific management by blocks on PP...Christophe Leroy2020-05-261-2/+2
| | * | powerpc/mm: Allocate static page tables for fixmapChristophe Leroy2020-05-261-0/+16
| | * | powerpc/32s: Don't warn when mapping RO data ROX.Christophe Leroy2020-05-261-2/+4
| | * | powerpc/ptdump: Handle hugepd at PGD levelChristophe Leroy2020-05-261-3/+26
| | * | powerpc/ptdump: Properly handle non standard page sizeChristophe Leroy2020-05-261-9/+12
| | * | powerpc/ptdump: Standardise display of BAT flagsChristophe Leroy2020-05-261-22/+15
| | * | powerpc/ptdump: Display size of BATsChristophe Leroy2020-05-263-9/+21
| | * | powerpc/ptdump: Add _PAGE_COHERENT flagChristophe Leroy2020-05-261-0/+5
| | * | powerpc/kasan: Declare kasan_init_region() weakChristophe Leroy2020-05-201-10/+11
| | * | powerpc/kasan: Refactor update of early shadow mappingsChristophe Leroy2020-05-201-21/+18
| | * | powerpc/kasan: Remove unnecessary page table lockingChristophe Leroy2020-05-201-15/+4
| | * | powerpc/kasan: Fix shadow pages allocation failureChristophe Leroy2020-05-202-3/+3
| | * | powerpc/kasan: Fix error detection on memory allocationChristophe Leroy2020-05-201-3/+2
| * | | powerpc/64s/hash: Add stress_slb kernel boot option to increase SLB faultsNicholas Piggin2020-05-203-45/+143
| * | | powerpc/book3s64/radix/tlb: Determine hugepage flush correctlyAneesh Kumar K.V2020-05-201-3/+1
| |/ /
| * | powerpc: Add a probe_user_read_inst() functionJordan Niethe2020-05-191-2/+2