aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/slice.c
AgeCommit message (Expand)Author
2020-03-20powerpc/mm: Mark get_slice_psize() & slice_addr_is_low() as notraceMichael Ellerman
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-03powerpc/mm: define subarch SLB_ADDR_LIMIT_DEFAULTChristophe Leroy
2019-05-03powerpc/mm: remove a couple of #ifdef CONFIG_PPC_64K_PAGES in mm/slice.cChristophe Leroy
2019-05-03powerpc/mm: remove unnecessary #ifdef CONFIG_PPC64Christophe Leroy
2019-05-03powerpc/mm: move slice_mask_for_size() into mmu.hChristophe Leroy
2019-05-03powerpc/mm: hand a context_t over to slice_mask_for_size() instead of mm_structChristophe Leroy
2019-04-21powerpc/mm: Add helpers for accessing hash translation related variablesAneesh Kumar K.V
2019-02-26powerpc/mm/hash: Handle mmap_min_addr correctly in get_unmapped_area topdown ...Aneesh Kumar K.V
2018-10-20powerpc/mm: fix always true/false warning in slice.cChristophe Leroy
2018-10-20powerpc/mm: fix missing prototypes in slice.cChristophe Leroy
2018-10-14powerpc/64s/hash: Simplify slb_flush_and_rebolt()Nicholas Piggin
2018-10-14powerpc/64s/hash: Provide arch_setup_exec() hooks for hash slice setupNicholas Piggin
2018-10-03Revert "convert SLB miss handlers to C" and subsequent commitsMichael Ellerman
2018-09-19powerpc/64s/hash: provide arch_setup_exec hooks for hash slice setupNicholas Piggin
2018-09-19powerpc/64s/hash: remove user SLB data from the pacaNicholas Piggin
2018-04-11powerpc/8xx: Fix build with hugetlbfs enabledAneesh Kumar K.V
2018-03-31powerpc/mm: Add support for handling > 512TB address in SLB missAneesh Kumar K.V
2018-03-31powerpc/mm/slice: Consolidate return path in slice_get_unmapped_area()Aneesh Kumar K.V
2018-03-13powerpc/mm/slice: remove radix calls to the slice codeNicholas Piggin
2018-03-13powerpc/mm/slice: Use const pointers to cached slice masks where possibleNicholas Piggin
2018-03-13powerpc/mm/slice: remove dead codeNicholas Piggin
2018-03-13powerpc/mm/slice: Switch to 3-operand slice bitops helpersNicholas Piggin
2018-03-13powerpc/mm/slice: implement slice_check_range_fitsNicholas Piggin
2018-03-13powerpc/mm/slice: implement a slice mask cacheNicholas Piggin
2018-03-13powerpc/mm/slice: pass pointers to struct slice_mask where possibleNicholas Piggin
2018-03-13powerpc/mm/slice: tidy lpsizes and hpsizes update loopsNicholas Piggin
2018-03-13powerpc/mm/slice: Simplify and optimise slice context initialisationNicholas Piggin
2018-03-06powerpc/mm/slice: Allow up to 64 low slicesChristophe Leroy
2018-03-06powerpc/mm/slice: Enhance for supporting PPC32Christophe Leroy
2018-03-06powerpc/mm/slice: Remove intermediate bitmap copyChristophe Leroy
2017-11-20powerpc/64s/slice: Use addr limit when computing slice maskAneesh Kumar K.V
2017-11-13powerpc/64s: mm_context.addr_limit is only used on hashNicholas Piggin
2017-11-13powerpc/64s/hash: Allow MAP_FIXED allocations to cross 128TB boundaryNicholas Piggin
2017-11-13powerpc/64s/hash: Fix 128TB-512TB virtual address boundary case allocationNicholas Piggin
2017-11-13powerpc/64s/hash: Fix 512T hint detection to use >= 128TMichael Ellerman
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins
2017-04-19powerpc/mmap: Any hint > 128TB searches the full VA spaceAneesh Kumar K.V
2017-04-19powerpc/mm/radix: Use mm->task_size for boundary checking instead of addr_limitAneesh Kumar K.V
2017-04-01powerpc/mm: Enable mappings above 128TBAneesh Kumar K.V
2017-04-01powerpc/mm: Switch some TASK_SIZE checks to use mm_context addr_limitAneesh Kumar K.V
2017-04-01powerpc/mm: Add addr_limit to mm_context and use it to derive max slice indexAneesh Kumar K.V
2017-03-31powerpc/mm/slice: Update slice mask printing to use bitmap printing.Aneesh Kumar K.V
2017-03-31powerpc/mm/slice: Move slice_mask struct definition to slice.cAneesh Kumar K.V
2017-03-31powerpc/mm: Move copy_mm_to_paca to paca.cAneesh Kumar K.V
2017-03-31powerpc/mm/slice: Update the function prototypeAneesh Kumar K.V
2017-03-31powerpc/mm/slice: Convert slice_mask high slice to a bitmapAneesh Kumar K.V
2017-03-31powerpc/mm/slice: Fix off-by-1 error when computing slice maskAneesh Kumar K.V
2016-05-11powerpc/mm/radix: Add checks in slice code to catch radix usageAneesh Kumar K.V
2016-05-01powerpc/mm: Make page table size a variableAneesh Kumar K.V