aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/tlb_low_64e.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-03powerpc/mm: Move nohash specifics in subdirectory mm/nohashChristophe Leroy1-1280/+0
2018-12-20powerpc/fsl: Flush the branch predictor at each kernel entry (64bit)Diana Craciun1-0/+7
2018-07-30powerpc: clean inclusions of asm/feature-fixups.hChristophe Leroy1-0/+1
2016-03-01powerpc: Fix misspellings in comments.Adam Buchbinder1-1/+1
2015-10-27powerpc/e6500: hw tablewalk: make sure we invalidate and write to the same tlb entryKevin Hao1-8/+17
2015-08-17powerpc/e6500: hw tablewalk: optimize a bit for tcd lock acquiring codesKevin Hao1-5/+5
2015-06-02powerpc/e6500: Optimize hugepage TLB missesScott Wood1-3/+48
2014-07-29powerpc/e6500: Work around erratum A-008139Scott Wood1-12/+56
2014-06-20powerpc/booke64: wrap tlb lock and search in htw miss with FTR_SMTLaurentiu Tudor1-0/+4
2014-06-20powerpc/e6500: hw tablewalk: fix recursive tlb lock on cpu 0Scott Wood1-1/+2
2014-06-20powerpc/e6500: hw tablewalk: clear TID in kernel indirect entriesScott Wood1-7/+5
2014-03-19powerpc/booke64: Use SPRG_TLB_EXFRAME on bolted handlersScott Wood1-16/+28
2014-03-19powerpc/e6500: Make TLB lock recursiveScott Wood1-7/+12
2014-03-07powerpc/book3e: Fix check for linear mapping in TLB miss handlerBenjamin Krill1-1/+2
2014-01-17powerpc/booke64: Guard e6500 tlb handler with CONFIG_PPC_FSL_BOOK3EScott Wood1-1/+2
2014-01-10powerpc/booke-64: fix tlbsrx. path in bolted tlb handlerScott Wood1-1/+2
2014-01-09powerpc/e6500: TLB miss handler with hardware tablewalk supportScott Wood1-0/+171
2012-09-05powerpc/booke64: Use SPRG0/3 scratch for bolted TLB miss & crit intMihai Caraman1-2/+2
2012-09-05powerpc/booke64: Add DO_KVM kernel hooksMihai Caraman1-3/+11
2012-07-10powerpc: Enforce usage of RA 0-R31 where possibleMichael Neuling1-5/+5
2012-07-10powerpc: Fix usage of register macros getting ready for %r0 changeMichael Neuling1-5/+5
2011-12-07powerpc: Add hugepage support to 64-bit tablewalk code for FSL_BOOK3EBecky Bruce1-7/+7
2011-12-07powerpc: Whitespace/comment changes to tlb_low_64e.SBecky Bruce1-17/+11
2011-09-20powerpc: Hugetlb for BookEBecky Bruce1-12/+12
2011-06-29powerpc/book3e-64: use a separate TLB handler when linear map is boltedScott Wood1-0/+206
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds1-2/+2
2011-04-04Documentation: fix minor typos/spellingSylvestre Ledru1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2010-11-18powerpc/mm: Fix module instruction tlb fault handling on Book-E 64Kumar Gala1-1/+4
2010-02-03powerpc: Fix typo s/leve/level/ in TLB codeThadeu Lima de Souza Cascardo1-1/+1
2009-09-24powerpc/mm: Remove duplicated #includeHuang Weiyi1-1/+0
2009-08-28powerpc/mm: Add MMU features for TLB reservation & Paired MAS registersKumar Gala1-1/+37
2009-08-27powerpc/mm: Cleanup handling of execute permissionBenjamin Herrenschmidt1-2/+2
2009-08-20powerpc: Add TLB management code for 64-bit Book3EBenjamin Herrenschmidt1-0/+734