| Commit message (Expand) | Author | Age | Files | Lines |
* | powerpc/mm: move pgtable_t in asm/mmu.h | Christophe Leroy | 2019-05-03 | 1 | -0/+3 |
* | powerpc/mm: Fix build error with FLATMEM book3s64 config | Aneesh Kumar K.V | 2019-04-21 | 1 | -15/+0 |
* | powerpc/64s: Implement KUAP for Radix MMU | Michael Ellerman | 2019-04-21 | 1 | -1/+9 |
* | powerpc/mm: Define MAX_PHYSMEM_BITS for all 64-bit configs | Michael Ellerman | 2019-04-10 | 1 | -1/+1 |
* | powerpc/mm: Only define MAX_PHYSMEM_BITS in SPARSEMEM configurations | Ben Hutchings | 2019-03-21 | 1 | -1/+1 |
* | powerpc/mmu: add is_strict_kernel_rwx() helper | Christophe Leroy | 2019-02-23 | 1 | -0/+11 |
* | powerpc: simplify BDI switch | Christophe Leroy | 2019-02-22 | 1 | -0/+2 |
* | powerpc/mm: Eliminate not possible mmu features at compile time | Christophe Leroy | 2018-12-19 | 1 | -5/+26 |
* | powerpc/mm: move platform specific mmu-xxx.h in platform directories | Christophe Leroy | 2018-12-04 | 1 | -12/+2 |
* | powerpc: change CONFIG_PPC_STD_MMU_32 to CONFIG_PPC_BOOK3S_32 | Christophe Leroy | 2018-11-26 | 1 | -1/+1 |
* | powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32 | Christophe Leroy | 2018-11-26 | 1 | -1/+1 |
* | powerpc/mm: Increase the max addressable memory to 2PB | Aneesh Kumar K.V | 2018-10-14 | 1 | -0/+15 |
* | powerpc: clean inclusions of asm/feature-fixups.h | Christophe Leroy | 2018-07-30 | 1 | -1/+0 |
* | powerpc: move ASM_CONST and stringify_in_c() into asm-const.h | Christophe Leroy | 2018-07-30 | 1 | -1/+1 |
* | powerpc/64s: Remove POWER4 support | Nicholas Piggin | 2018-04-01 | 1 | -3/+3 |
* | powerpc: introduce get_mm_addr_key() helper | Ram Pai | 2018-01-20 | 1 | -0/+9 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | powerpc/mm/hash: Support 68 bit VA | Aneesh Kumar K.V | 2017-03-31 | 1 | -6/+13 |
* | Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2017-02-22 | 1 | -0/+1 |
|\ |
|
| * | powerpc/mm: Add MMU_FTR_KERNEL_RO to possible feature mask | Aneesh Kumar K.V | 2017-02-07 | 1 | -0/+1 |
* | | powerpc: Fix build failure with clang due to BUILD_BUG_ON() | Michael Ellerman | 2017-01-25 | 1 | -0/+2 |
|/ |
|
* | Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2016-12-16 | 1 | -11/+12 |
|\ |
|
| * | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo... | Michael Ellerman | 2016-12-16 | 1 | -11/+12 |
| |\ |
|
| | * | powerpc/8xx: Implement support of hugepages | Christophe Leroy | 2016-12-09 | 1 | -11/+12 |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2016-12-13 | 1 | -0/+5 |
|\| | |
|
| * | | powerpc/64: Provide functions for accessing POWER9 partition table | Paul Mackerras | 2016-11-23 | 1 | -0/+5 |
| |/ |
|
* / | powerpc/mm: Fixup kernel read only mapping | Aneesh Kumar K.V | 2016-11-25 | 1 | -4/+10 |
|/ |
|
* | Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2016-10-07 | 1 | -0/+4 |
|\ |
|
| * | powerpc/64/kexec: Fix MMU cleanup on radix | Benjamin Herrenschmidt | 2016-09-23 | 1 | -0/+4 |
* | | powerpc/mm: Speed up computation of base and actual page size for a HPTE | Paul Mackerras | 2016-09-09 | 1 | -0/+1 |
|/ |
|
* | powerpc/mm: Catch usage of cpu/mmu_has_feature() before jump label init | Aneesh Kumar K.V | 2016-08-01 | 1 | -0/+8 |
* | powerpc: Add option to use jump label for mmu_has_feature() | Kevin Hao | 2016-08-01 | 1 | -0/+38 |
* | powerpc: Add option to use jump label for cpu_has_feature() | Kevin Hao | 2016-08-01 | 1 | -0/+1 |
* | powerpc/mm: Add early_[cpu|mmu]_has_feature() | Michael Ellerman | 2016-08-01 | 1 | -1/+16 |
* | powerpc/mm: Define radix_enabled() in one place & use static inline | Michael Ellerman | 2016-08-01 | 1 | -4/+12 |
* | powerpc/kernel: Convert mmu_has_feature() to returning bool | Michael Ellerman | 2016-08-01 | 1 | -2/+2 |
* | powerpc/mm: Make MMU_FTR_RADIX a MMU family feature | Aneesh Kumar K.V | 2016-08-01 | 1 | -8/+7 |
* | powerpc/mm: Add mmu_early_init_devtree() | Michael Ellerman | 2016-08-01 | 1 | -0/+1 |
* | powerpc/mm: Clear top 16 bits of va only on older cpus | Aneesh Kumar K.V | 2016-07-17 | 1 | -2/+7 |
* | powerpc/mm/radix: Add MMU_FTR_RADIX | Aneesh Kumar K.V | 2016-05-11 | 1 | -1/+10 |
* | powerpc/mm: Add mask of possible MMU features | Michael Ellerman | 2016-05-11 | 1 | -1/+13 |
* | powerpc/mm: Abstract early MMU init in preparation for radix | Aneesh Kumar K.V | 2016-05-01 | 1 | -7/+7 |
* | powerpc/mm/radix: Add dummy radix_enabled() | Aneesh Kumar K.V | 2016-05-01 | 1 | -0/+3 |
* | powerpc/mm: Move radix/hash common data structures to book3s64 headers | Aneesh Kumar K.V | 2016-05-01 | 1 | -4/+7 |
* | powerpc/mm: Move hash related mmu-*.h headers to book3s/ | Aneesh Kumar K.V | 2016-03-03 | 1 | -2/+2 |
* | powerpc: Add POWER9 cputable entry | Michael Neuling | 2016-02-22 | 1 | -0/+1 |
* | powerpc: Remove MMU_FTR_SLB | Michael Ellerman | 2014-07-28 | 1 | -6/+2 |
* | powerpc: Clean up MMU_FTRS_A2 and MMU_FTR_TYPE_3E | Michael Ellerman | 2014-07-11 | 1 | -9/+1 |
* | powerpc/e6500: TLB miss handler with hardware tablewalk support | Scott Wood | 2014-01-09 | 1 | -10/+11 |
* | powerpc: POWER8 cputable entry | Michael Neuling | 2012-11-15 | 1 | -0/+1 |