summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/slice.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1Star
* powerpc/mm: define subarch SLB_ADDR_LIMIT_DEFAULTChristophe Leroy2019-05-021-5/+1Star
* powerpc/mm: remove a couple of #ifdef CONFIG_PPC_64K_PAGES in mm/slice.cChristophe Leroy2019-05-021-6/+4Star
* powerpc/mm: remove unnecessary #ifdef CONFIG_PPC64Christophe Leroy2019-05-021-3/+1Star
* powerpc/mm: move slice_mask_for_size() into mmu.hChristophe Leroy2019-05-021-34/+0Star
* powerpc/mm: hand a context_t over to slice_mask_for_size() instead of mm_structChristophe Leroy2019-05-021-17/+17
* powerpc/mm: Add helpers for accessing hash translation related variablesAneesh Kumar K.V2019-04-211-25/+24Star
* powerpc/mm/hash: Handle mmap_min_addr correctly in get_unmapped_area topdown ...Aneesh Kumar K.V2019-02-261-4/+6
* powerpc/mm: fix always true/false warning in slice.cChristophe Leroy2018-10-201-7/+14
* powerpc/mm: fix missing prototypes in slice.cChristophe Leroy2018-10-201-0/+1
* powerpc/64s/hash: Simplify slb_flush_and_rebolt()Nicholas Piggin2018-10-141-1/+1
* powerpc/64s/hash: Provide arch_setup_exec() hooks for hash slice setupNicholas Piggin2018-10-141-0/+14
* Revert "convert SLB miss handlers to C" and subsequent commitsMichael Ellerman2018-10-031-23/+20Star
* powerpc/64s/hash: provide arch_setup_exec hooks for hash slice setupNicholas Piggin2018-09-191-0/+14
* powerpc/64s/hash: remove user SLB data from the pacaNicholas Piggin2018-09-191-20/+9Star
* powerpc/8xx: Fix build with hugetlbfs enabledAneesh Kumar K.V2018-04-111-0/+1
* powerpc/mm: Add support for handling > 512TB address in SLB missAneesh Kumar K.V2018-03-301-1/+14
* powerpc/mm/slice: Consolidate return path in slice_get_unmapped_area()Aneesh Kumar K.V2018-03-301-16/+20
* powerpc/mm/slice: remove radix calls to the slice codeNicholas Piggin2018-03-131-13/+4Star
* powerpc/mm/slice: Use const pointers to cached slice masks where possibleNicholas Piggin2018-03-131-41/+38Star
* powerpc/mm/slice: remove dead codeNicholas Piggin2018-03-131-6/+0Star
* powerpc/mm/slice: Switch to 3-operand slice bitops helpersNicholas Piggin2018-03-131-15/+23
* powerpc/mm/slice: implement slice_check_range_fitsNicholas Piggin2018-03-131-28/+34
* powerpc/mm/slice: implement a slice mask cacheNicholas Piggin2018-03-131-42/+70
* powerpc/mm/slice: pass pointers to struct slice_mask where possibleNicholas Piggin2018-03-131-39/+45
* powerpc/mm/slice: tidy lpsizes and hpsizes update loopsNicholas Piggin2018-03-131-10/+12
* powerpc/mm/slice: Simplify and optimise slice context initialisationNicholas Piggin2018-03-131-54/+18Star
* powerpc/mm/slice: Allow up to 64 low slicesChristophe Leroy2018-03-051-27/+30
* powerpc/mm/slice: Enhance for supporting PPC32Christophe Leroy2018-03-051-8/+29
* powerpc/mm/slice: Remove intermediate bitmap copyChristophe Leroy2018-03-051-8/+4Star
* powerpc/64s/slice: Use addr limit when computing slice maskAneesh Kumar K.V2017-11-201-12/+22
* 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/+24Star
* 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/+7Star
* 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/+28Star
* 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/+2Star
* 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/+1Star