Age | Commit message (Expand) | Author |
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 |
2017-03-04 | Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2017-03-01 | KVM: PPC: Book3S HV: Fix software walk of guest process page tables | Paul Mackerras |
2017-02-27 | scripts/spelling.txt: add "partiton" pattern and fix typo instances | Masahiro Yamada |
2017-01-31 | powerpc/64: More definitions for POWER9 | Paul Mackerras |
2017-01-31 | powerpc/64: Enable use of radix MMU under hypervisor on POWER9 | Paul Mackerras |
2016-08-04 | powerpc/mm: Move register_process_table() out of ppc_md | Michael Ellerman |
2016-08-01 | powerpc/mm: Convert early cpu/mmu feature check to use the new helpers | Aneesh Kumar K.V |
2016-08-01 | powerpc/mm: Define radix_enabled() in one place & use static inline | Michael Ellerman |
2016-08-01 | powerpc/mm: Make MMU_FTR_RADIX a MMU family feature | Aneesh Kumar K.V |
2016-08-01 | powerpc/mm: Do radix device tree scanning earlier | Michael Ellerman |
2016-08-01 | powerpc/mm: Do hash device tree scanning earlier | Michael Ellerman |
2016-08-01 | powerpc/mm: Add mmu_early_init_devtree() | Michael Ellerman |
2016-07-17 | powerpc/mm: Compile out radix related functions if RADIX_MMU is disabled | Aneesh Kumar K.V |
2016-05-11 | powerpc/mm/radix: Add MMU_FTR_RADIX | Aneesh Kumar K.V |
2016-05-01 | powerpc/mm/radix: Add radix callbacks for early init routines | Aneesh Kumar K.V |
2016-05-01 | powerpc/mm: Abstract early MMU init in preparation for radix | Aneesh Kumar K.V |
2016-05-01 | powerpc/mm/radix: Add dummy radix_enabled() | Aneesh Kumar K.V |
2016-05-01 | powerpc/mm/radix: Add partition table format & callback | Aneesh Kumar K.V |
2016-05-01 | powerpc/mm: Move radix/hash common data structures to book3s64 headers | Aneesh Kumar K.V |