summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | powerpc: Use a datatype for instructionsJordan Niethe2020-05-191-2/+2
| * | powerpc: Use a function for getting the instruction op codeJordan Niethe2020-05-191-1/+2
| * | powerpc: Use an accessor for instructionsJordan Niethe2020-05-191-3/+3
| * | powerpc: Use a macro for creating instructions from u32sJordan Niethe2020-05-191-2/+3
| * | powerpc/mm: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-151-1/+1
| * | powerpc: Replace _ALIGN_UP() by ALIGN()Christophe Leroy2020-05-113-3/+3
| * | powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN()Christophe Leroy2020-05-112-4/+4
| * | powerpc/mm/book3s64: Fix MADV_DONTNEED and parallel page fault raceAneesh Kumar K.V2020-05-051-0/+18
| * | powerpc/mm/book3s64: Avoid sending IPI on clearing PMDAneesh Kumar K.V2020-05-053-31/+7