summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
AgeCommit message (Expand)AuthorFilesLines
2020-07-16powerpc/numa: stub out numa_update_cpu_topology()Nathan Lynch1-192/+1
2020-07-16powerpc/numa: remove vphn_enabled and prrn_enabled internal flagsNathan Lynch1-4/+2
2020-07-16powerpc/numa: remove unreachable topology workqueue codeNathan Lynch1-14/+0
2020-07-16powerpc/numa: remove unreachable topology timer codeNathan Lynch1-21/+0
2020-07-16powerpc/numa: make vphn_enabled, prrn_enabled flags constNathan Lynch1-2/+2
2020-07-16powerpc/numa: remove unreachable topology update codeNathan Lynch1-147/+2
2020-07-16powerpc/numa: remove ability to enable topology updatesNathan Lynch1-70/+1
2020-07-16powerpc/mm/book3s64/radix: Off-load TLB invalidations to host when !GTSENicholas Piggin1-7/+75
2020-07-16powerpc/mm: Enable radix GTSE only if supported.Bharata B Rao1-1/+4
2020-07-15powerpc/kasan: Fix shadow pages allocation failureChristophe Leroy1-12/+13
2020-07-15Revert "powerpc/kasan: Fix shadow pages allocation failure"Christophe Leroy2-3/+3
2020-07-13powerpc/book3s64/pkeys: Fix pkey_access_permitted() for execute disable pkeyAneesh Kumar K.V1-5/+7
2020-06-29powerpc/mm/pkeys: Make pkey access check work on execute_only_keyAneesh Kumar K.V1-3/+0
2020-06-22powerpc/fsl_booke/32: Fix build with CONFIG_RANDOMIZE_BASEArseny Solokha1-0/+1
2020-06-22powerpc/mm/book3s64: Skip 16G page reservation with radixAneesh Kumar K.V1-1/+1
2020-06-22powerpc/ptdump: Fix build failure in hashpagetable.cChristophe Leroy1-1/+1
2020-06-22powerpc/mm: Fix typo in IS_ENABLED()Joe Perches1-3/+2
2020-06-10arch/powerpc/mm/pgtable.c: another missed conversionAndrew Morton1-1/+1
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse5-10/+10
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse4-16/+16
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport8-15/+15
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport7-7/+7
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport11-11/+11
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport15-15/+0
2020-06-08mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig1-1/+1
2020-06-08powerpc: unexport flush_icache_user_rangeChristoph Hellwig1-1/+0
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds30-451/+736
2020-06-04arch/kmap: ensure kmap_prot visibilityIra Weiny1-3/+0
2020-06-04arch/kunmap_atomic: consolidate duplicate codeIra Weiny1-8/+3
2020-06-04arch/kmap_atomic: consolidate duplicate codeIra Weiny1-6/+0
2020-06-04{x86,powerpc,microblaze}/kmap: move preempt disableIra Weiny1-7/+2
2020-06-04powerpc: add support for folded p4d page tablesMike Rapoport10-56/+97
2020-06-03hugetlbfs: remove hugetlb_add_hstate() warning for existing hstateMike Kravetz1-2/+1
2020-06-03hugetlbfs: move hugepagesz= parsing to arch independent codeMike Kravetz1-15/+0
2020-06-03hugetlbfs: add arch_hugetlb_valid_sizeMike Kravetz1-7/+13
2020-06-03mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport1-1/+1
2020-06-02powerpc: remove __ioremap_at and __iounmap_atChristoph Hellwig1-50/+0
2020-06-02powerpc/32s: Blacklist functions running with MMU disabled for kprobeChristophe Leroy1-0/+6
2020-06-02powerpc/32s: Make local symbols non visible in hash_low.Christophe Leroy1-13/+13
2020-06-02powerpc/mem: Blacklist flush_dcache_icache_phys() for kprobeChristophe Leroy1-0/+2
2020-05-28powerpc/40x: Rework 40x PTE access and TLB missChristophe Leroy1-2/+2
2020-05-28powerpc/64s/radix: Don't prefetch DAR in update_mmu_cacheNicholas Piggin2-16/+1
2020-05-26Merge branch 'fixes' into nextMichael Ellerman1-6/+8
2020-05-26Merge "Use hugepages to map kernel mem on 8xx" into nextMichael Ellerman16-239/+457
2020-05-26powerpc/32s: Implement dedicated kasan_init_region()Christophe Leroy3-1/+59
2020-05-26powerpc/32s: Allow mapping with BATs with DEBUG_PAGEALLOCChristophe Leroy2-3/+8
2020-05-26powerpc/8xx: Implement dedicated kasan_init_region()Christophe Leroy2-0/+75
2020-05-26powerpc/8xx: Allow large TLBs with DEBUG_PAGEALLOCChristophe Leroy2-4/+12
2020-05-26powerpc/8xx: Allow STRICT_KERNEL_RwX with pinned TLBChristophe Leroy1-2/+7
2020-05-26powerpc/8xx: Map linear memory with huge pagesChristophe Leroy1-1/+49