summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm/slb.c
AgeCommit message (Expand)Author
2019-02-22powerpc/64s/hash: Fix assert_slb_presence() use of the slbfee. instructionNicholas Piggin
2018-11-12powerpc/mm/64s: Fix preempt warning in slb_allocate_kernel()Michael Ellerman
2018-11-06powerpc/mm/64s: Only use slbfee on CPUs that support itMichael Ellerman
2018-11-06powerpc/mm/64s: Use PPC_SLBFEE macroMichael Ellerman
2018-11-06powerpc/mm/64s: Consolidate SLB assertionsMichael Ellerman
2018-10-14powerpc/mm: Increase the max addressable memory to 2PBAneesh Kumar K.V
2018-10-14powerpc/mm/hash: Rename get_ea_context to get_user_contextAneesh Kumar K.V
2018-10-14powerpc/64s/hash: Add some SLB debugging testsNicholas Piggin
2018-10-14powerpc/64s/hash: Simplify slb_flush_and_rebolt()Nicholas Piggin
2018-10-14powerpc/64s/hash: Add a SLB preload cacheNicholas Piggin
2018-10-14powerpc/64s/hash: Add SLB allocation status bitmapsNicholas Piggin
2018-10-14powerpc/64s/hash: Convert SLB miss handlers to CNicholas Piggin
2018-10-03Revert "convert SLB miss handlers to C" and subsequent commitsMichael Ellerman
2018-09-19powerpc/64s/hash: Add a SLB preload cacheNicholas Piggin
2018-09-19powerpc/64s/hash: SLB allocation status bitmapsNicholas Piggin
2018-09-19powerpc/64s/hash: remove user SLB data from the pacaNicholas Piggin
2018-09-19powerpc/64s/hash: convert SLB miss handlers to CNicholas Piggin
2018-09-19powerpc/64s/hash: Use POWER9 SLBIA IH=3 variant in switch_slbNicholas Piggin
2018-09-19powerpc/64s/hash: Use POWER6 SLBIA IH=1 variant in switch_slbNicholas Piggin
2018-09-19powerpc/64s/hash: remove the vmalloc segment from the bolted SLBNicholas Piggin
2018-09-19powerpc/64s/hash: move POWER5 < DD2.1 slbie workaround where it is neededNicholas Piggin
2018-09-19powerpc/64s/hash: avoid the POWER5 < DD2.1 slb invalidate workaround on POWER8/9Nicholas Piggin
2018-09-19powerpc/64s/hash: Fix stab_rr off by one initializationNicholas Piggin
2018-09-19powerpc/pseries: Dump the SLB contents on SLB MCE errors.Mahesh Salgaonkar
2018-08-23powerpc/mce: Fix SLB rebolting during MCE recovery path.Mahesh Salgaonkar
2018-08-10powerpc/64s: move machine check SLB flushing to mm/slb.cNicholas Piggin
2018-06-03powerpc/mm/hash: hard disable irq in the SLB insert pathAneesh Kumar K.V
2018-06-03powerpc/64s: Fix compiler store ordering to SLB shadow areaNicholas Piggin
2018-03-31powerpc/mm: Add support for handling > 512TB address in SLB missAneesh Kumar K.V
2017-06-21powerpc/64s: Rename slb_allocate_realmode() to slb_allocate()Michael Ellerman
2017-04-13powerpc/mm/hash: Don't open code VMALLOC_INDEXAneesh Kumar K.V
2017-03-31powerpc/mm: Move copy_mm_to_paca to paca.cAneesh Kumar K.V
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar
2016-04-11powerpc/mm: Remove long disabled SLB codeMichael Ellerman
2015-12-19powerpc: Add function to copy mm_context_t to the pacaMichael Neuling
2015-10-01powerpc/slb: Use a local to avoid multiple calls to get_slb_shadow()Michael Ellerman
2015-10-01powerpc/slb: Define an enum for the bolted indexesAnshuman Khandual
2015-08-12powerpc/slb: Add documentation on runtime patching of SLB encodingAnshuman Khandual
2015-08-12powerpc/slb: Rename all the 'slot' occurrences to 'entry'Anshuman Khandual
2015-08-12powerpc/slb: Remove a duplicate extern variableAnshuman Khandual
2014-10-08powerpc/cell: Move data segment faulting code out of cell platformIan Munsie
2014-06-10Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2014-05-30KVM: PPC: Book3S PR: Rework SLB switching codeAlexander Graf
2014-04-23powerpc: Fix branch patching code for ABIv2Anton Blanchard
2013-08-14powerpc: Fix little endian lppaca, slb_shadow and dtl_entryAnton Blanchard
2012-03-21powerpc: Remove FW_FEATURE ISERIES from arch codeStephen Rothwell
2011-04-27powerpc: Free up some CPU feature bits by moving out MMU-related featuresMatt Evans
2011-04-20powerpc: Replace open coded instruction patching with patch_instruction/patch...Anton Blanchard
2009-09-02powerpc/pseries: Fix to handle slb resize across migrationBrian King
2009-08-20Merge commit 'paulus-perf/master' into nextBenjamin Herrenschmidt