summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
AgeCommit message (Expand)Author
2020-06-22powerpc/fsl_booke/32: Fix build with CONFIG_RANDOMIZE_BASEArseny Solokha
2020-06-10arch/powerpc/mm/pgtable.c: another missed conversionAndrew Morton
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-08mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig
2020-06-08powerpc: unexport flush_icache_user_rangeChristoph Hellwig
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-06-04arch/kmap: ensure kmap_prot visibilityIra Weiny
2020-06-04arch/kunmap_atomic: consolidate duplicate codeIra Weiny
2020-06-04arch/kmap_atomic: consolidate duplicate codeIra Weiny
2020-06-04{x86,powerpc,microblaze}/kmap: move preempt disableIra Weiny
2020-06-04powerpc: add support for folded p4d page tablesMike Rapoport
2020-06-03hugetlbfs: remove hugetlb_add_hstate() warning for existing hstateMike Kravetz
2020-06-03hugetlbfs: move hugepagesz= parsing to arch independent codeMike Kravetz
2020-06-03hugetlbfs: add arch_hugetlb_valid_sizeMike Kravetz
2020-06-03mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport
2020-06-02powerpc: remove __ioremap_at and __iounmap_atChristoph Hellwig
2020-06-02powerpc/32s: Blacklist functions running with MMU disabled for kprobeChristophe Leroy
2020-06-02powerpc/32s: Make local symbols non visible in hash_low.Christophe Leroy
2020-06-02powerpc/mem: Blacklist flush_dcache_icache_phys() for kprobeChristophe Leroy
2020-05-28powerpc/40x: Rework 40x PTE access and TLB missChristophe Leroy
2020-05-28powerpc/64s/radix: Don't prefetch DAR in update_mmu_cacheNicholas Piggin
2020-05-26Merge branch 'fixes' into nextMichael Ellerman
2020-05-26Merge "Use hugepages to map kernel mem on 8xx" into nextMichael Ellerman
2020-05-26powerpc/32s: Implement dedicated kasan_init_region()Christophe Leroy
2020-05-26powerpc/32s: Allow mapping with BATs with DEBUG_PAGEALLOCChristophe Leroy
2020-05-26powerpc/8xx: Implement dedicated kasan_init_region()Christophe Leroy
2020-05-26powerpc/8xx: Allow large TLBs with DEBUG_PAGEALLOCChristophe Leroy
2020-05-26powerpc/8xx: Allow STRICT_KERNEL_RwX with pinned TLBChristophe Leroy
2020-05-26powerpc/8xx: Map linear memory with huge pagesChristophe Leroy
2020-05-26powerpc/8xx: Map IMMR with a huge pageChristophe Leroy
2020-05-26powerpc/8xx: Add a function to early map kernel via huge pagesChristophe Leroy
2020-05-26powerpc/8xx: Drop special handling of Linear and IMMR mappings in I/D TLB han...Christophe Leroy
2020-05-26powerpc/8xx: Always pin TLBs at startup.Christophe Leroy
2020-05-26powerpc/8xx: Don't set IMMR map anymore at bootChristophe Leroy
2020-05-26powerpc/8xx: Only 8M pages are hugepte pages nowChristophe Leroy
2020-05-26powerpc/8xx: Manage 512k huge pages as standard pages.Christophe Leroy
2020-05-26powerpc/mm: Reduce hugepd size for 8M hugepages on 8xxChristophe Leroy
2020-05-26powerpc/mm: Fix conditions to perform MMU specific management by blocks on PP...Christophe Leroy
2020-05-26powerpc/mm: Allocate static page tables for fixmapChristophe Leroy
2020-05-26powerpc/32s: Don't warn when mapping RO data ROX.Christophe Leroy
2020-05-26powerpc/ptdump: Handle hugepd at PGD levelChristophe Leroy
2020-05-26powerpc/ptdump: Properly handle non standard page sizeChristophe Leroy
2020-05-26powerpc/ptdump: Standardise display of BAT flagsChristophe Leroy
2020-05-26powerpc/ptdump: Display size of BATsChristophe Leroy
2020-05-26powerpc/ptdump: Add _PAGE_COHERENT flagChristophe Leroy