aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/slice.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-20powerpc/64s/slice: Use addr limit when computing slice maskAneesh Kumar K.V1-12/+22
2017-11-13powerpc/64s: mm_context.addr_limit is only used on hashNicholas Piggin1-11/+11
2017-11-13powerpc/64s/hash: Allow MAP_FIXED allocations to cross 128TB boundaryNicholas Piggin1-1/+1
2017-11-13powerpc/64s/hash: Fix 128TB-512TB virtual address boundary case allocationNicholas Piggin1-26/+24
2017-11-13powerpc/64s/hash: Fix 512T hint detection to use >= 128TMichael Ellerman1-2/+2
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins1-1/+1
2017-04-19powerpc/mmap: Any hint > 128TB searches the full VA spaceAneesh Kumar K.V1-1/+2
2017-04-19powerpc/mm/radix: Use mm->task_size for boundary checking instead of addr_limitAneesh Kumar K.V1-2/+2
2017-04-01powerpc/mm: Enable mappings above 128TBAneesh Kumar K.V1-12/+42
2017-04-01powerpc/mm: Switch some TASK_SIZE checks to use mm_context addr_limitAneesh Kumar K.V1-3/+3
2017-04-01powerpc/mm: Add addr_limit to mm_context and use it to derive max slice indexAneesh Kumar K.V1-9/+11
2017-03-31powerpc/mm/slice: Update slice mask printing to use bitmap printing.Aneesh Kumar K.V1-23/+7
2017-03-31powerpc/mm/slice: Move slice_mask struct definition to slice.cAneesh Kumar K.V1-1/+9
2017-03-31powerpc/mm: Move copy_mm_to_paca to paca.cAneesh Kumar K.V1-1/+1
2017-03-31powerpc/mm/slice: Update the function prototypeAneesh Kumar K.V1-34/+28
2017-03-31powerpc/mm/slice: Convert slice_mask high slice to a bitmapAneesh Kumar K.V1-37/+75
2017-03-31powerpc/mm/slice: Fix off-by-1 error when computing slice maskAneesh Kumar K.V1-3/+2
2016-05-11powerpc/mm/radix: Add checks in slice code to catch radix usageAneesh Kumar K.V1-0/+16
2016-05-01powerpc/mm: Make page table size a variableAneesh Kumar K.V1-2/+2
2015-12-19powerpc: Add function to copy mm_context_t to the pacaMichael Neuling1-2/+1
2015-01-28powerpc: Remove some unused functionsMichael Ellerman1-29/+0
2014-10-22powerpc/mm: Fix build error with hugetlfs disabledAneesh Kumar K.V1-1/+2
2014-10-08powerpc/cell: Make spu_flush_all_slbs() genericIan Munsie1-7/+3
2014-09-25powerpc: Ensure global functions include their prototypeAnton Blanchard1-0/+2
2014-01-29powerpc/mm: Fix mmap errno when MAP_FIXED is set and mapping exceeds the allowed address spacejmarchan@redhat.com1-1/+1
2013-11-21powerpc: ppc64 address space capped at 32TB, mmap randomisation disabledAnton Blanchard1-1/+1
2013-04-30mm: use vm_unmapped_area() on powerpc architectureMichel Lespinasse1-45/+78
2013-04-30mm: remove free_area_cache use in powerpc architectureMichel Lespinasse1-89/+19
2012-11-19Fix misspellings of "whether" in comments.Adam Buchbinder1-1/+1
2012-09-17powerpc/mm: Make some of the PGTABLE_RANGE dependency explicitAneesh Kumar K.V1-0/+5
2012-09-17powerpc/mm: Increase the slice range to 64TBAneesh Kumar K.V1-39/+68
2011-10-31powerpc: various straight conversions from module.h --> export.hPaul Gortmaker1-1/+1
2009-01-16powerpc: is_hugepage_only_range() must account for both 4kB and 64kB slicesDave Kleikamp1-1/+10
2008-07-16Merge commit 'origin/master'Benjamin Herrenschmidt1-1/+1
2008-07-01powerpc: Only demote individual slices rather than whole processPaul Mackerras1-44/+133
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe1-1/+1
2007-10-17spin_lock_unlocked cleanupsRoel Kluin1-1/+1
2007-08-17[POWERPC] Fix non HUGETLB_PAGE build warningStephen Rothwell1-0/+1
2007-08-10[POWERPC] Fix size check for hugetlbfsBenjamin Herrenschmidt1-0/+2
2007-05-09[POWERPC] Introduce address space "slices"Benjamin Herrenschmidt1-0/+633