aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/mm
AgeCommit message (Expand)AuthorFilesLines
2017-05-08scripts/spelling.txt: add regsiter -> register spelling mistakeGravatar Stephen Boyd 1-1/+1
2017-05-05Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 20-322/+604
2017-05-03powerpc/mm/radix: Drop support for CPUs without lockless tlbieGravatar Michael Ellerman 1-38/+7
2017-04-28Merge branch 'topic/ppc-kvm' into nextGravatar Michael Ellerman 1-0/+39
2017-04-27powerpc/mm: Rename table dump file nameGravatar Christophe Leroy 1-1/+1
2017-04-27powerpc/mm: On PPC32, display 32 bits addresses in page table dumpGravatar Christophe Leroy 1-0/+5
2017-04-27powerpc/mm: Fix missing page attributes in page table dumpGravatar Christophe Leroy 1-0/+9
2017-04-27powerpc/mm: Fix page table dump build on PPC32Gravatar Christophe Leroy 1-11/+48
2017-04-27powerpc/mm/radix: Optimise tlbiel flush all caseGravatar Aneesh Kumar K.V 1-2/+13
2017-04-27powerpc/mm/radix: Optimise Page Walk Cache flushGravatar Aneesh Kumar K.V 1-2/+13
2017-04-26powerpc/mm: Fix possible out-of-bounds shift in arch_mmap_rnd()Gravatar Michael Ellerman 1-1/+1
2017-04-21powerpc/mm: Add support for runtime configuration of ASLR limitsGravatar Michael Ellerman 1-5/+6
2017-04-19powerpc/iommu: Do not call PageTransHuge() on tail pagesGravatar Alexey Kardashevskiy 1-2/+2
2017-04-19powerpc/mmap: Any hint > 128TB searches the full VA spaceGravatar Aneesh Kumar K.V 2-3/+6
2017-04-19powerpc/mm/radix: Use mm->task_size for boundary checking instead of addr_limitGravatar Aneesh Kumar K.V 4-10/+10
2017-04-13powerpc/mm/hash: Don't open code VMALLOC_INDEXGravatar Aneesh Kumar K.V 1-1/+1
2017-04-12powerpc/mm: Fix hash table dump when memory is not contiguousGravatar Rashmica Gupta 1-1/+1
2017-04-12powerpc/mm: Add physical address to Linux page table dumpGravatar Oliver O'Halloran 1-2/+16
2017-04-12powerpc/mm: Fix missing _PAGE_NON_IDEMPOTENT in pgtable dumpGravatar Oliver O'Halloran 1-0/+13
2017-04-11powerpc/mm: Remove reduntant initmem information from logGravatar Anshuman Khandual 1-7/+0
2017-04-11powerpc/nohash: Fix use of mmu_has_feature() in setup_initial_memory_limit()Gravatar Michael Ellerman 1-1/+1
2017-04-11powerpc: Create asm/debugfs.h and move powerpc_debugfs_root thereGravatar Michael Ellerman 1-2/+1
2017-04-11powerpc/mm/radix: Remove unnecessary ptesyncGravatar Aneesh Kumar K.V 1-2/+2
2017-04-11powerpc/mm/radix: Don't do page walk cache flush when doing full mm flushGravatar Aneesh Kumar K.V 1-0/+12
2017-04-05powerpc/mm: Add missing global TLB invalidate if cxl is activeGravatar Frederic Barrat 1-2/+5
2017-04-04powerpc/powernv: Introduce address translation services for Nvlink2Gravatar Alistair Popple 1-0/+2
2017-04-03powerpc/mm: Remove stale comment about the DART holeGravatar Oliver O'Halloran 1-5/+0
2017-04-03powerpc: Avoid taking a data miss on every userspace instruction missGravatar Anton Blanchard 1-1/+1
2017-04-01powerpc/mm: Enable mappings above 128TBGravatar Aneesh Kumar K.V 4-24/+71
2017-04-01powerpc/mm: Switch some TASK_SIZE checks to use mm_context addr_limitGravatar Aneesh Kumar K.V 4-12/+13
2017-04-01powerpc/pseries: Skip using reserved virtual address rangeGravatar Aneesh Kumar K.V 2-1/+16
2017-04-01powerpc/mm/hash: Store addr_limit in PACAGravatar Aneesh Kumar K.V 1-1/+7
2017-04-01powerpc/mm: Add addr_limit to mm_context and use it to derive max slice indexGravatar Aneesh Kumar K.V 2-9/+18
2017-03-31powerpc/mm/hash: Support 68 bit VAGravatar Aneesh Kumar K.V 2-10/+53
2017-03-31powerpc/mm/hash: Use context ids 1-4 for the kernelGravatar Aneesh Kumar K.V 2-16/+6
2017-03-31powerpc/mm: Split radix vs hash mm context initialisationGravatar Michael Ellerman 1-24/+43
2017-03-31powerpc/mm/hash: Pull hash constants into hash__alloc_context_id()Gravatar Michael Ellerman 1-7/+6
2017-03-31powerpc/mm/hash: Abstract context id allocation for KVMGravatar Michael Ellerman 1-2/+8
2017-03-31powerpc/mm/slice: Update slice mask printing to use bitmap printing.Gravatar Aneesh Kumar K.V 1-23/+7
2017-03-31powerpc/mm/slice: Move slice_mask struct definition to slice.cGravatar Aneesh Kumar K.V 1-1/+9
2017-03-31powerpc/mm: Remove checks that TASK_SIZE_USER64 is too smallGravatar Aneesh Kumar K.V 1-4/+0
2017-03-31powerpc/mm: Move copy_mm_to_paca to paca.cGravatar Aneesh Kumar K.V 3-4/+4
2017-03-31powerpc/mm/slice: Update the function prototypeGravatar Aneesh Kumar K.V 1-34/+28
2017-03-31powerpc/mm/slice: Convert slice_mask high slice to a bitmapGravatar Aneesh Kumar K.V 1-37/+75
2017-03-31powerpc/mm: Move hash specific pte bits to be top bits of RPNGravatar Aneesh Kumar K.V 1-0/+13
2017-03-31powerpc/mm/hugetlb: Filter out hugepage size not supported by page table layoutGravatar Aneesh Kumar K.V 1-0/+18
2017-03-31powerpc/mm/radix: rename _PAGE_LARGE to R_PAGE_LARGEGravatar Aneesh Kumar K.V 1-1/+1
2017-03-31powerpc/mm/slice: Fix off-by-1 error when computing slice maskGravatar Aneesh Kumar K.V 1-3/+2
2017-03-31powerpc/mm/nohash: MM_SLICE is only used by book3s 64Gravatar Aneesh Kumar K.V 2-12/+0
2017-03-27powerpc/mmu: Add real mode support for IOMMU preregistered memoryGravatar Alexey Kardashevskiy 1-0/+39