Age | Commit message (Expand) | Author | Files | Lines |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-03-31 | powerpc/mm/hash: Support 68 bit VA | Aneesh Kumar K.V | 1 | -6/+13 |
2017-02-22 | Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -0/+1 |
2017-02-07 | powerpc/mm: Add MMU_FTR_KERNEL_RO to possible feature mask | Aneesh Kumar K.V | 1 | -0/+1 |
2017-01-25 | powerpc: Fix build failure with clang due to BUILD_BUG_ON() | Michael Ellerman | 1 | -0/+2 |
2016-12-16 | Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -11/+12 |
2016-12-16 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo... | Michael Ellerman | 1 | -11/+12 |
2016-12-14 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+5 |
2016-12-10 | powerpc/8xx: Implement support of hugepages | Christophe Leroy | 1 | -11/+12 |
2016-11-25 | powerpc/mm: Fixup kernel read only mapping | Aneesh Kumar K.V | 1 | -4/+10 |
2016-11-23 | powerpc/64: Provide functions for accessing POWER9 partition table | Paul Mackerras | 1 | -0/+5 |
2016-10-08 | Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -0/+4 |
2016-09-23 | powerpc/64/kexec: Fix MMU cleanup on radix | Benjamin Herrenschmidt | 1 | -0/+4 |
2016-09-09 | powerpc/mm: Speed up computation of base and actual page size for a HPTE | Paul Mackerras | 1 | -0/+1 |
2016-08-01 | powerpc/mm: Catch usage of cpu/mmu_has_feature() before jump label init | Aneesh Kumar K.V | 1 | -0/+8 |
2016-08-01 | powerpc: Add option to use jump label for mmu_has_feature() | Kevin Hao | 1 | -0/+38 |
2016-08-01 | powerpc: Add option to use jump label for cpu_has_feature() | Kevin Hao | 1 | -0/+1 |
2016-08-01 | powerpc/mm: Add early_[cpu|mmu]_has_feature() | Michael Ellerman | 1 | -1/+16 |
2016-08-01 | powerpc/mm: Define radix_enabled() in one place & use static inline | Michael Ellerman | 1 | -4/+12 |
2016-08-01 | powerpc/kernel: Convert mmu_has_feature() to returning bool | Michael Ellerman | 1 | -2/+2 |
2016-08-01 | powerpc/mm: Make MMU_FTR_RADIX a MMU family feature | Aneesh Kumar K.V | 1 | -8/+7 |
2016-08-01 | powerpc/mm: Add mmu_early_init_devtree() | Michael Ellerman | 1 | -0/+1 |
2016-07-17 | powerpc/mm: Clear top 16 bits of va only on older cpus | Aneesh Kumar K.V | 1 | -2/+7 |
2016-05-11 | powerpc/mm/radix: Add MMU_FTR_RADIX | Aneesh Kumar K.V | 1 | -1/+10 |
2016-05-11 | powerpc/mm: Add mask of possible MMU features | Michael Ellerman | 1 | -1/+13 |
2016-05-01 | powerpc/mm: Abstract early MMU init in preparation for radix | Aneesh Kumar K.V | 1 | -7/+7 |
2016-05-01 | powerpc/mm/radix: Add dummy radix_enabled() | Aneesh Kumar K.V | 1 | -0/+3 |
2016-05-01 | powerpc/mm: Move radix/hash common data structures to book3s64 headers | Aneesh Kumar K.V | 1 | -4/+7 |
2016-03-03 | powerpc/mm: Move hash related mmu-*.h headers to book3s/ | Aneesh Kumar K.V | 1 | -2/+2 |
2016-02-22 | powerpc: Add POWER9 cputable entry | Michael Neuling | 1 | -0/+1 |
2014-07-28 | powerpc: Remove MMU_FTR_SLB | Michael Ellerman | 1 | -6/+2 |
2014-07-11 | powerpc: Clean up MMU_FTRS_A2 and MMU_FTR_TYPE_3E | Michael Ellerman | 1 | -9/+1 |
2014-01-10 | powerpc/e6500: TLB miss handler with hardware tablewalk support | Scott Wood | 1 | -10/+11 |
2012-11-15 | powerpc: POWER8 cputable entry | Michael Neuling | 1 | -0/+1 |
2012-09-17 | powerpc/mm: Make some of the PGTABLE_RANGE dependency explicit | Aneesh Kumar K.V | 1 | -0/+9 |
2012-07-03 | powerpc/mm: remove obsolete comment about page size name array | Scott Wood | 1 | -6/+1 |
2011-09-20 | powerpc: Hugetlb for BookE | Becky Bruce | 1 | -8/+10 |
2011-07-22 | Merge remote-tracking branch 'jwb/next' into next | Benjamin Herrenschmidt | 1 | -1/+6 |
2011-07-12 | powerpc/44x: don't use tlbivax on AMP systems | Dave Kleikamp | 1 | -1/+6 |
2011-07-08 | powerpc: Create next_tlbcam_idx percpu variable for FSL_BOOKE | Becky Bruce | 1 | -0/+5 |
2011-05-04 | powerpc: Use new CPU feature bit to select 2.06 tlbie | Michael Neuling | 1 | -7/+1 |
2011-04-27 | powerpc: Free up some CPU feature bits by moving out MMU-related features | Matt Evans | 1 | -0/+48 |
2010-08-05 | memblock: Remove rmo_size, burry it in arch/powerpc where it belongs | Benjamin Herrenschmidt | 1 | -0/+12 |
2010-05-05 | powerpc/47x: Base ppc476 support | Dave Kleikamp | 1 | -0/+1 |
2009-08-28 | powerpc/mm: Add MMU features for TLB reservation & Paired MAS registers | Kumar Gala | 1 | -0/+9 |
2009-08-20 | powerpc: Add memory management headers for new 64-bit BookE | Benjamin Herrenschmidt | 1 | -0/+37 |
2009-06-09 | powerpc: Shield code specific to 64-bit server processors | Benjamin Herrenschmidt | 1 | -2/+2 |
2009-05-21 | powerpc: Add 2.06 tlbie mnemonics | Milton Miller | 1 | -0/+5 |
2009-04-23 | Revert "powerpc: Add support for early tlbilx opcode" | Kumar Gala | 1 | -6/+0 |
2009-04-07 | powerpc: Add support for early tlbilx opcode | Kumar Gala | 1 | -0/+6 |