Age | Commit message (Expand) | Author |
2022-05-05 | powerpc/mm: Move get_unmapped_area functions to slice.c | Christophe Leroy |
2022-03-05 | powerpc/64s: Fix build failure when CONFIG_PPC_64S_HASH_MMU is not set | Murilo Opsfelder Araujo |
2021-12-23 | powerpc/pseries: Add __init attribute to eligible functions | Nick Child |
2021-12-09 | powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMU | Nicholas Piggin |
2021-12-09 | powerpc/64s: Always define arch unmapped area calls | Nicholas Piggin |
2021-11-30 | powerpc/64s: Get LPID bit width from device tree | Nicholas Piggin |
2021-06-21 | powerpc/book3s64/radix: Add H_RPT_INVALIDATE pgsize encodings to mmu_psize_def | Bharata B Rao |
2021-02-09 | powerpc: remove unneeded semicolons | Chengyang Fan |
2020-12-17 | Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds |
2020-12-04 | powerpc/book3s64/kuap/kuep: Add PPC_PKEY config on book3s64 | Aneesh Kumar K.V |
2020-12-04 | powerpc/vdso: Replace vdso_base by vdso | Christophe Leroy |
2020-11-27 | powerpc/64s: Trim offlined CPUs from mm_cpumasks | Nicholas Piggin |
2020-10-08 | powerpc/book3s64/radix: Make radix_mem_block_size 64bit | Aneesh Kumar K.V |
2020-09-15 | powerpc/mm/book3s: Split radix and hash MAX_PHYSMEM limit | Aneesh Kumar K.V |
2020-08-28 | powerpc/book3s64/radix: Fix boot failure with large amount of guest memory | Aneesh Kumar K.V |
2020-07-20 | powerpc/book3s64/pkeys: Add MMU_FTR_PKEY | Aneesh Kumar K.V |
2020-07-20 | powerpc/mm/radix: Create separate mappings for hot-plugged memory | Aneesh Kumar K.V |
2020-05-20 | powerpc/64s: Fix early_init_mmu section mismatch | Nicholas Piggin |
2020-04-20 | powerpc: Use mm_context vas_windows counter to issue CP_ABORT | Haren Myneni |
2019-09-05 | powerpc/64s: remove register_process_table callback | Nicholas Piggin |
2019-07-01 | powerpc/powernv: remove unused NPU DMA code | Christoph Hellwig |
2019-05-03 | powerpc/mm: move pgtable_t in asm/mmu.h | Christophe Leroy |
2019-05-03 | powerpc/mm: get rid of mm_ctx_slice_mask_xxx() | Christophe Leroy |
2019-05-03 | powerpc/mm: move slice_mask_for_size() into mmu.h | Christophe Leroy |
2019-04-21 | powerc/mm/hash: Reduce hash_mm_context size | Aneesh Kumar K.V |
2019-04-21 | powerpc/mm: Reduce memory usage for mm_context_t for radix | Aneesh Kumar K.V |
2019-04-21 | powerpc/mm: Add helpers for accessing hash translation related variables | Aneesh Kumar K.V |
2019-04-21 | powerpc/mm: Remove PPC_MM_SLICES #ifdef for book3s64 | Aneesh Kumar K.V |
2019-04-21 | powerpc/mm: Fix build error with FLATMEM book3s64 config | Aneesh Kumar K.V |
2018-12-04 | powerpc/mm: Move pgtable_t into platform headers | Christophe Leroy |
2018-10-14 | powerpc/mm/hash: Rename get_ea_context to get_user_context | Aneesh Kumar K.V |
2018-05-15 | powerpc/mm: Implement helpers for pagetable fragment support at PMD level | Aneesh Kumar K.V |
2018-05-15 | powerpc/mm/book3s64/4k: Switch 4k pagesize config to use pagetable fragment | Aneesh Kumar K.V |
2018-03-31 | powerpc/mm: Add support for handling > 512TB address in SLB miss | Aneesh Kumar K.V |
2018-03-28 | Merge branch 'fixes' into next | Michael Ellerman |
2018-03-23 | powerpc/mm: Add tracking of the number of coprocessors using a context | Benjamin Herrenschmidt |
2018-03-13 | powerpc/mm/slice: implement a slice mask cache | Nicholas Piggin |
2018-03-06 | powerpc/mm/slice: Allow up to 64 low slices | Christophe Leroy |
2018-01-20 | powerpc: introduce execute-only pkey | Ram Pai |
2018-01-20 | powerpc: track allocation status of all pkeys | Ram Pai |
2017-11-16 | Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds |
2017-11-13 | powerpc/64s: mm_context.addr_limit is only used on hash | Nicholas Piggin |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-08-23 | powerpc/mm: Optimize detection of thread local mm's | Benjamin Herrenschmidt |
2017-08-23 | Merge branch 'fixes' into next | Michael Ellerman |
2017-08-03 | powerpc: Remove old unused icswx based coprocessor support | Benjamin Herrenschmidt |
2017-07-26 | powerpc/mm/radix: Workaround prefetch issue with KVM | Benjamin Herrenschmidt |
2017-04-04 | powerpc/powernv: Introduce address translation services for Nvlink2 | Alistair Popple |
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: Split radix vs hash mm context initialisation | Michael Ellerman |