summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/slice.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64s: mm_context.addr_limit is only used on hashNicholas Piggin2017-11-131-11/+11
* powerpc/64s/hash: Allow MAP_FIXED allocations to cross 128TB boundaryNicholas Piggin2017-11-131-1/+1
* powerpc/64s/hash: Fix 128TB-512TB virtual address boundary case allocationNicholas Piggin2017-11-131-26/+24
* powerpc/64s/hash: Fix 512T hint detection to use >= 128TMichael Ellerman2017-11-131-2/+2
* mm: larger stack guard gap, between vmasHugh Dickins2017-06-191-1/+1
* powerpc/mmap: Any hint > 128TB searches the full VA spaceAneesh Kumar K.V2017-04-191-1/+2
* powerpc/mm/radix: Use mm->task_size for boundary checking instead of addr_limitAneesh Kumar K.V2017-04-191-2/+2
* powerpc/mm: Enable mappings above 128TBAneesh Kumar K.V2017-04-011-12/+42
* powerpc/mm: Switch some TASK_SIZE checks to use mm_context addr_limitAneesh Kumar K.V2017-04-011-3/+3
* powerpc/mm: Add addr_limit to mm_context and use it to derive max slice indexAneesh Kumar K.V2017-04-011-9/+11
* powerpc/mm/slice: Update slice mask printing to use bitmap printing.Aneesh Kumar K.V2017-03-311-23/+7
* powerpc/mm/slice: Move slice_mask struct definition to slice.cAneesh Kumar K.V2017-03-311-1/+9
* powerpc/mm: Move copy_mm_to_paca to paca.cAneesh Kumar K.V2017-03-311-1/+1
* powerpc/mm/slice: Update the function prototypeAneesh Kumar K.V2017-03-311-34/+28
* powerpc/mm/slice: Convert slice_mask high slice to a bitmapAneesh Kumar K.V2017-03-311-37/+75
* powerpc/mm/slice: Fix off-by-1 error when computing slice maskAneesh Kumar K.V2017-03-311-3/+2
* powerpc/mm/radix: Add checks in slice code to catch radix usageAneesh Kumar K.V2016-05-111-0/+16
* powerpc/mm: Make page table size a variableAneesh Kumar K.V2016-05-011-2/+2
* powerpc: Add function to copy mm_context_t to the pacaMichael Neuling2015-12-191-2/+1
* powerpc: Remove some unused functionsMichael Ellerman2015-01-281-29/+0
* powerpc/mm: Fix build error with hugetlfs disabledAneesh Kumar K.V2014-10-221-1/+2
* powerpc/cell: Make spu_flush_all_slbs() genericIan Munsie2014-10-081-7/+3
* powerpc: Ensure global functions include their prototypeAnton Blanchard2014-09-251-0/+2
* powerpc/mm: Fix mmap errno when MAP_FIXED is set and mapping exceeds the allo...jmarchan@redhat.com2014-01-291-1/+1
* powerpc: ppc64 address space capped at 32TB, mmap randomisation disabledAnton Blanchard2013-11-211-1/+1
* mm: use vm_unmapped_area() on powerpc architectureMichel Lespinasse2013-04-301-45/+78
* mm: remove free_area_cache use in powerpc architectureMichel Lespinasse2013-04-301-89/+19
* Fix misspellings of "whether" in comments.Adam Buchbinder2012-11-191-1/+1
* powerpc/mm: Make some of the PGTABLE_RANGE dependency explicitAneesh Kumar K.V2012-09-171-0/+5
* powerpc/mm: Increase the slice range to 64TBAneesh Kumar K.V2012-09-171-39/+68
* powerpc: various straight conversions from module.h --> export.hPaul Gortmaker2011-10-311-1/+1
* powerpc: is_hugepage_only_range() must account for both 4kB and 64kB slicesDave Kleikamp2009-01-161-1/+10
* Merge commit 'origin/master'Benjamin Herrenschmidt2008-07-161-1/+1
|\
| * on_each_cpu(): kill unused 'retry' parameterJens Axboe2008-06-261-1/+1
* | powerpc: Only demote individual slices rather than whole processPaul Mackerras2008-07-011-44/+133
|/
* spin_lock_unlocked cleanupsRoel Kluin2007-10-171-1/+1
* [POWERPC] Fix non HUGETLB_PAGE build warningStephen Rothwell2007-08-171-0/+1
* [POWERPC] Fix size check for hugetlbfsBenjamin Herrenschmidt2007-08-101-0/+2
* [POWERPC] Introduce address space "slices"Benjamin Herrenschmidt2007-05-091-0/+633
OpenPOWER on IntegriCloud