aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/powerpc/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
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/powerpc/linuxLinus 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
2020-05-26powerpc/8xx: Map IMMR with a huge pageChristophe Leroy1-6/+2
2020-05-26powerpc/8xx: Add a function to early map kernel via huge pagesChristophe Leroy3-1/+58
2020-05-26powerpc/8xx: Drop special handling of Linear and IMMR mappings in I/D TLB handlersChristophe Leroy1-102/+1
2020-05-26powerpc/8xx: Always pin TLBs at startup.Christophe Leroy1-18/+1
2020-05-26powerpc/8xx: Don't set IMMR map anymore at bootChristophe Leroy2-4/+15
2020-05-26powerpc/8xx: Only 8M pages are hugepte pages nowChristophe Leroy1-13/+3
2020-05-26powerpc/8xx: Manage 512k huge pages as standard pages.Christophe Leroy2-4/+28
2020-05-26powerpc/mm: Reduce hugepd size for 8M hugepages on 8xxChristophe Leroy2-5/+24
2020-05-26powerpc/mm: Fix conditions to perform MMU specific management by blocks on PPC32.Christophe Leroy1-2/+2
2020-05-26powerpc/mm: Allocate static page tables for fixmapChristophe Leroy1-0/+16
2020-05-26powerpc/32s: Don't warn when mapping RO data ROX.Christophe Leroy1-2/+4
2020-05-26powerpc/ptdump: Handle hugepd at PGD levelChristophe Leroy1-3/+26
2020-05-26powerpc/ptdump: Properly handle non standard page sizeChristophe Leroy1-9/+12
2020-05-26powerpc/ptdump: Standardise display of BAT flagsChristophe Leroy1-22/+15
2020-05-26powerpc/ptdump: Display size of BATsChristophe Leroy3-9/+21
2020-05-26powerpc/ptdump: Add _PAGE_COHERENT flagChristophe Leroy1-0/+5
2020-05-20powerpc/kasan: Declare kasan_init_region() weakChristophe Leroy1-10/+11