aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/tlb_nohash.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-21powerpc/mm: Move slb_addr_linit to early_init_mmuAneesh Kumar K.V1-0/+6
2019-01-15powerpc: remove unnecessary unlikely()Igor Stoppa1-1/+1
2018-10-04powerpc/nohash: fix undefined behaviour when testing page size supportDaniel Axtens1-0/+3
2018-01-27powerpc/mm/nohash: do not flush the entire mm when range is a single pageChristophe Leroy1-1/+4
2017-04-11powerpc/nohash: Fix use of mmu_has_feature() in setup_initial_memory_limit()Michael Ellerman1-1/+1
2016-12-09powerpc/8xx: Implement support of hugepagesChristophe Leroy1-1/+20
2016-08-01powerpc/mm: Drop multiple definition of mm_is_core_localAneesh Kumar K.V1-6/+0
2016-03-04powerpc/mm: any thread in one core can be the first to setup TLB1chenhui zhao1-3/+1
2015-10-27powerpc/fsl-booke-64: Don't limit ppc64_rma_size to one TLB entryScott Wood1-7/+17
2015-10-22powerpc/85xx: Load all early TLB entries at onceScott Wood1-1/+18
2015-05-27sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask()Bartosz Golaszewski1-1/+1
2015-02-04powerpc/mm: Warn on flushing tlb page in kernel contextArseny Solokha1-1/+5
2015-01-30powerpc/mm: bail out early when flushing TLB pageArseny Solokha1-1/+4
2014-08-13powerpc/nohash: Split __early_init_mmu() into boot and secondaryScott Wood1-45/+66
2014-05-22powerpc/fsl-booke64: Set vmemmap_psize to 4KScott Wood1-1/+6
2014-03-19powerpc/booke64: Critical and machine check exception supportScott Wood1-0/+11
2014-01-17powerpc/booke64: Guard e6500 tlb handler with CONFIG_PPC_FSL_BOOK3EScott Wood1-0/+2
2014-01-09powerpc/e6500: TLB miss handler with hardware tablewalk supportScott Wood1-26/+67
2013-12-02powerpc: Move the patch_exception to a common placeKevin Hao1-19/+0
2013-11-22powerpc/booke: Only check for hugetlb in flush if vma != NULLScott Wood1-1/+1
2013-07-01powerpc: Delete __cpuinit usage from all usersPaul Gortmaker1-1/+1
2013-03-05powerpc/fsl-booke: Support detection of page sizes on e6500Kumar Gala1-2/+16
2012-01-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-1/+1
2011-12-08memblock: s/memblock_analyze()/memblock_allow_resize()/ and update usersTejun Heo1-1/+0
2011-12-07powerpc: hugetlb: modify include usage for FSL BookE codeBecky Bruce1-1/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-10-31powerpc: include export.h for files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-10-11powerpc/fsl-booke: Fix setup_initial_memory_limit to not blindly mapKumar Gala1-3/+18
2011-09-20powerpc: Hugetlb for BookEBecky Bruce1-2/+44
2011-07-22Merge remote-tracking branch 'jwb/next' into nextBenjamin Herrenschmidt1-0/+19
2011-07-12powerpc/44x: don't use tlbivax on AMP systemsDave Kleikamp1-0/+19
2011-07-08powerpc: Create next_tlbcam_idx percpu variable for FSL_BOOKEBecky Bruce1-0/+6
2011-06-29powerpc/book3e-64: use a separate TLB handler when linear map is boltedScott Wood1-13/+22
2011-06-17powerpc/book3e: Clarify HW table walk enable/disable messageKumar Gala1-2/+2
2011-05-25mm, powerpc: move the RCU page-table freeing into generic codePeter Zijlstra1-3/+0
2011-05-25powerpc: mmu_gather reworkPeter Zijlstra1-1/+1
2010-11-18powerpc/mm: Fix build error in setup_initial_memory_limitKumar Gala1-1/+1
2010-10-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-3/+53
2010-10-14powerpc/fsl-booke64: Use TLB CAMs to cover linear mapping on FSL 64-bit chipsKumar Gala1-0/+14
2010-10-14powerpc/fsl-booke: Add support for FSL Arch v1.0 MMU in setup_page_sizesKumar Gala1-3/+39
2010-08-31Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar1-26/+103
2010-08-05memblock: Remove rmo_size, burry it in arch/powerpc where it belongsBenjamin Herrenschmidt1-0/+14
2010-08-05memblock: Introduce default allocation limit and use it to replace explicit onesBenjamin Herrenschmidt1-0/+2
2010-08-04Merge commit 'gcl/next' into nextBenjamin Herrenschmidt1-2/+2
2010-07-14lmb: rename to memblockYinghai Lu1-2/+2
2010-07-14powerpc/book3e: Adjust the page sizes list based on MMU configBenjamin Herrenschmidt1-32/+104
2010-07-14powerpc/book3e: Fix single step when using HW page tablesBenjamin Herrenschmidt1-4/+9
2010-02-19powerpc: Convert tlbivax_lock to raw_spinlockThomas Gleixner1-3/+3
2009-08-20powerpc/mm: Add support for SPARSEMEM_VMEMMAP on 64-bit Book3EBenjamin Herrenschmidt1-1/+10
2009-08-20powerpc: Add TLB management code for 64-bit Book3EBenjamin Herrenschmidt1-4/+199