Age | Commit message (Expand) | Author |
2020-05-11 | powerpc: Replace _ALIGN_UP() by ALIGN() | Christophe Leroy |
2019-12-23 | powerpc/mm: Mark get_slice_psize() & slice_addr_is_low() as notrace | Michael Ellerman |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner |
2019-05-03 | powerpc/mm: define subarch SLB_ADDR_LIMIT_DEFAULT | Christophe Leroy |
2019-05-03 | powerpc/mm: remove a couple of #ifdef CONFIG_PPC_64K_PAGES in mm/slice.c | Christophe Leroy |
2019-05-03 | powerpc/mm: remove unnecessary #ifdef CONFIG_PPC64 | Christophe Leroy |
2019-05-03 | powerpc/mm: move slice_mask_for_size() into mmu.h | Christophe Leroy |
2019-05-03 | powerpc/mm: hand a context_t over to slice_mask_for_size() instead of mm_struct | Christophe Leroy |
2019-04-21 | powerpc/mm: Add helpers for accessing hash translation related variables | Aneesh Kumar K.V |
2019-02-26 | powerpc/mm/hash: Handle mmap_min_addr correctly in get_unmapped_area topdown ... | Aneesh Kumar K.V |
2018-10-20 | powerpc/mm: fix always true/false warning in slice.c | Christophe Leroy |
2018-10-20 | powerpc/mm: fix missing prototypes in slice.c | Christophe Leroy |
2018-10-14 | powerpc/64s/hash: Simplify slb_flush_and_rebolt() | Nicholas Piggin |
2018-10-14 | powerpc/64s/hash: Provide arch_setup_exec() hooks for hash slice setup | Nicholas Piggin |
2018-10-03 | Revert "convert SLB miss handlers to C" and subsequent commits | Michael Ellerman |
2018-09-19 | powerpc/64s/hash: provide arch_setup_exec hooks for hash slice setup | Nicholas Piggin |
2018-09-19 | powerpc/64s/hash: remove user SLB data from the paca | Nicholas Piggin |
2018-04-11 | powerpc/8xx: Fix build with hugetlbfs enabled | Aneesh Kumar K.V |
2018-03-31 | powerpc/mm: Add support for handling > 512TB address in SLB miss | Aneesh Kumar K.V |
2018-03-31 | powerpc/mm/slice: Consolidate return path in slice_get_unmapped_area() | Aneesh Kumar K.V |
2018-03-13 | powerpc/mm/slice: remove radix calls to the slice code | Nicholas Piggin |
2018-03-13 | powerpc/mm/slice: Use const pointers to cached slice masks where possible | Nicholas Piggin |
2018-03-13 | powerpc/mm/slice: remove dead code | Nicholas Piggin |
2018-03-13 | powerpc/mm/slice: Switch to 3-operand slice bitops helpers | Nicholas Piggin |
2018-03-13 | powerpc/mm/slice: implement slice_check_range_fits | Nicholas Piggin |
2018-03-13 | powerpc/mm/slice: implement a slice mask cache | Nicholas Piggin |
2018-03-13 | powerpc/mm/slice: pass pointers to struct slice_mask where possible | Nicholas Piggin |
2018-03-13 | powerpc/mm/slice: tidy lpsizes and hpsizes update loops | Nicholas Piggin |
2018-03-13 | powerpc/mm/slice: Simplify and optimise slice context initialisation | Nicholas Piggin |
2018-03-06 | powerpc/mm/slice: Allow up to 64 low slices | Christophe Leroy |
2018-03-06 | powerpc/mm/slice: Enhance for supporting PPC32 | Christophe Leroy |
2018-03-06 | powerpc/mm/slice: Remove intermediate bitmap copy | Christophe Leroy |
2017-11-20 | powerpc/64s/slice: Use addr limit when computing slice mask | Aneesh Kumar K.V |
2017-11-13 | powerpc/64s: mm_context.addr_limit is only used on hash | Nicholas Piggin |
2017-11-13 | powerpc/64s/hash: Allow MAP_FIXED allocations to cross 128TB boundary | Nicholas Piggin |
2017-11-13 | powerpc/64s/hash: Fix 128TB-512TB virtual address boundary case allocation | Nicholas Piggin |
2017-11-13 | powerpc/64s/hash: Fix 512T hint detection to use >= 128T | Michael Ellerman |
2017-06-19 | mm: larger stack guard gap, between vmas | Hugh Dickins |
2017-04-19 | powerpc/mmap: Any hint > 128TB searches the full VA space | Aneesh Kumar K.V |
2017-04-19 | powerpc/mm/radix: Use mm->task_size for boundary checking instead of addr_limit | Aneesh Kumar K.V |
2017-04-01 | powerpc/mm: Enable mappings above 128TB | Aneesh Kumar K.V |
2017-04-01 | powerpc/mm: Switch some TASK_SIZE checks to use mm_context addr_limit | Aneesh Kumar K.V |
2017-04-01 | powerpc/mm: Add addr_limit to mm_context and use it to derive max slice index | Aneesh Kumar K.V |
2017-03-31 | powerpc/mm/slice: Update slice mask printing to use bitmap printing. | Aneesh Kumar K.V |
2017-03-31 | powerpc/mm/slice: Move slice_mask struct definition to slice.c | Aneesh Kumar K.V |
2017-03-31 | powerpc/mm: Move copy_mm_to_paca to paca.c | Aneesh Kumar K.V |
2017-03-31 | powerpc/mm/slice: Update the function prototype | Aneesh Kumar K.V |
2017-03-31 | powerpc/mm/slice: Convert slice_mask high slice to a bitmap | Aneesh Kumar K.V |
2017-03-31 | powerpc/mm/slice: Fix off-by-1 error when computing slice mask | Aneesh Kumar K.V |
2016-05-11 | powerpc/mm/radix: Add checks in slice code to catch radix usage | Aneesh Kumar K.V |