summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/book3s64
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Replace _ALIGN_UP() by ALIGN()Christophe Leroy2020-05-112-2/+2
* powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN()Christophe Leroy2020-05-111-2/+2
* 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
* powerpc/book3s64/hash: Use the pte_t address from the callerAneesh Kumar K.V2020-05-051-22/+5
* powerpc/hash64: Restrict page table lookup using init_mm with __flush_hash_ta...Aneesh Kumar K.V2020-05-051-13/+3
* powerpc/mm/hash64: use _PAGE_PTE when checking for pte_presentAneesh Kumar K.V2020-05-051-2/+9
* powerpc/pkeys: Avoid using lockless page table walkAneesh Kumar K.V2020-05-051-24/+0
* powerpc/mm: thread pgprot_t through create_section_mapping()Logan Gunthorpe2020-04-103-12/+18
* mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual2020-04-101-1/+1
* Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-04-054-24/+30
|\
| * powerpc/64s/radix: Fix CONFIG_SMP=n buildNicholas Piggin2020-03-182-1/+7
| * powerpc/book3s64: Fix error handling in mm_iommu_do_alloc()Alexey Kardashevskiy2020-03-041-18/+21
| * powerpc/mm: book3s64: hash_utils: no need to check return value of debugfs_cr...Greg Kroah-Hartman2020-03-041-5/+2
* | mm/vma: make vma_is_foreign() available for general useAnshuman Khandual2020-04-021-12/+0
|/
* Merge tag 'powerpc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-02-043-2/+18
|\
| * powerpc/mm: Remove kvm radix prefetch workaround for Power9 DD2.2Jordan Niethe2020-01-262-1/+8
| * powerpc/book3s64/hash: Disable 16M linear mapping size if not alignedRussell Currey2020-01-161-1/+10
* | powerpc/mmu_gather: enable RCU_TABLE_FREE even for !SMP caseAneesh Kumar K.V2020-02-041-7/+0
* | mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard2020-01-311-2/+2
* | powerpc: book3s64: convert to pin_user_pages() and put_user_page()John Hubbard2020-01-311-5/+5
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-12-011-0/+1
|\
| * powerpc/mm: remove pmd_huge/pud_huge stubs and include hugetlb.hMike Kravetz2019-12-011-0/+1
* | powerpc/book3s64/hash: Add cond_resched to avoid soft lockup warningAneesh Kumar K.V2019-11-051-0/+1
* | powerpc/mm/book3s64/radix: Flush the full mm even when need_flush_all is setAneesh Kumar K.V2019-11-051-2/+1
* | powerpc/mm/book3s64/radix: Use freed_tables instead of need_flush_allAneesh Kumar K.V2019-11-051-8/+3
* | powerpc/mm/book3s64/radix: Remove unused code.Aneesh Kumar K.V2019-11-051-60/+6
* | powerpc/book3s64/hash: Use secondary hash for bolted mapping if the primary i...Aneesh Kumar K.V2019-10-282-10/+41
* | powerpc/pseries: Don't fail hash page table insert for bolted mappingAneesh Kumar K.V2019-10-281-1/+8
* | powerpc/pkeys: remove unused pkey_allows_readwriteQian Cai2019-10-111-10/+0
|/
* Merge tag 'libnvdimm-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-292-7/+2
|\
| * powerpc/book3s64: Export has_transparent_hugepage() related functions.Aneesh Kumar K.V2019-09-242-7/+2
* | Merge tag 'powerpc-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-09-283-15/+115
|\ \
| * | powerpc/mm: Fixup tlbie vs mtpidr/mtlpidr ordering issue on POWER9Aneesh Kumar K.V2019-09-242-11/+98
| * | powerpc/book3s64/radix: Rename CPU_FTR_P9_TLBIE_BUG feature flagAneesh Kumar K.V2019-09-242-3/+3
| * | powerpc/book3s64/radix: Remove WARN_ON in destroy_context()Aneesh Kumar K.V2019-09-211-1/+14
* | | thp: update split_huge_page_pmd() commentKefeng Wang2019-09-241-1/+1
* | | mm: introduce page_shift()Matthew Wilcox (Oracle)2019-09-241-5/+2
* | | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-09-211-6/+6
|\ \ \ | |/ / |/| |
| * | pagewalk: separate function pointers from iterator dataChristoph Hellwig2019-09-071-5/+5
| * | mm: split out a new pagewalk.h header from mm.hChristoph Hellwig2019-09-071-1/+1
| |/
* | powerpc/mm/radix: remove useless kernel messagesQian Cai2019-09-141-3/+0
* | powerpc/64s: Remove overlaps_kvm_tmp()Michael Ellerman2019-09-141-4/+0
* | powerpc/64s/radix: introduce options to disable use of the tlbie instructionNicholas Piggin2019-09-052-18/+219
* | powerpc/64s: remove unnecessary translation cache flushes at bootNicholas Piggin2019-09-053-8/+7
* | powerpc/64s/pseries: radix flush translations before MMU is enabled at bootNicholas Piggin2019-09-052-8/+10
* | powerpc/64s: make mmu_partition_table_set_entry TLB flush optionalNicholas Piggin2019-09-053-4/+4
* | powerpc/64s/radix: tidy up TLB flushing codeNicholas Piggin2019-09-052-100/+30
* | powerpc/64s: remove register_process_table callbackNicholas Piggin2019-09-053-42/+12
* | powerpc/64s/exception: reduce page fault unnecessary loadsNicholas Piggin2019-08-301-2/+2