aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/slb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-03powerpc/mm: Move book3s64 specifics in subdirectory mm/book3s64Christophe Leroy1-832/+0
2019-04-21powerpc/mm/hash: Rename KERNEL_REGION_ID to LINEAR_MAP_REGION_IDAneesh Kumar K.V1-2/+2
2019-04-21powerpc/mm/hash64: Map all the kernel regions in the same 0xc rangeAneesh Kumar K.V1-8/+14
2019-04-21powerpc/mm: Add helpers for accessing hash translation related variablesAneesh Kumar K.V1-1/+1
2019-02-22powerpc/64s/hash: Fix assert_slb_presence() use of the slbfee. instructionNicholas Piggin1-0/+5
2018-11-12powerpc/mm/64s: Fix preempt warning in slb_allocate_kernel()Michael Ellerman1-1/+1
2018-11-06powerpc/mm/64s: Only use slbfee on CPUs that support itMichael Ellerman1-0/+3
2018-11-06powerpc/mm/64s: Use PPC_SLBFEE macroMichael Ellerman1-1/+2
2018-11-06powerpc/mm/64s: Consolidate SLB assertionsMichael Ellerman1-20/+9
2018-10-14powerpc/mm: Increase the max addressable memory to 2PBAneesh Kumar K.V1-5/+15
2018-10-14powerpc/mm/hash: Rename get_ea_context to get_user_contextAneesh Kumar K.V1-1/+1
2018-10-14powerpc/64s/hash: Add some SLB debugging testsNicholas Piggin1-3/+50
2018-10-14powerpc/64s/hash: Simplify slb_flush_and_rebolt()Nicholas Piggin1-30/+16
2018-10-14powerpc/64s/hash: Add a SLB preload cacheNicholas Piggin1-44/+164
2018-10-14powerpc/64s/hash: Add SLB allocation status bitmapsNicholas Piggin1-13/+51
2018-10-14powerpc/64s/hash: Convert SLB miss handlers to CNicholas Piggin1-122/+167
2018-10-03Revert "convert SLB miss handlers to C" and subsequent commitsMichael Ellerman1-328/+157
2018-09-19powerpc/64s/hash: Add a SLB preload cacheNicholas Piggin1-39/+125
2018-09-19powerpc/64s/hash: SLB allocation status bitmapsNicholas Piggin1-13/+51
2018-09-19powerpc/64s/hash: remove user SLB data from the pacaNicholas Piggin1-2/+18
2018-09-19powerpc/64s/hash: convert SLB miss handlers to CNicholas Piggin1-120/+151
2018-09-19powerpc/64s/hash: Use POWER9 SLBIA IH=3 variant in switch_slbNicholas Piggin1-36/+49
2018-09-19powerpc/64s/hash: Use POWER6 SLBIA IH=1 variant in switch_slbNicholas Piggin1-15/+23
2018-09-19powerpc/64s/hash: remove the vmalloc segment from the bolted SLBNicholas Piggin1-18/+5
2018-09-19powerpc/64s/hash: move POWER5 < DD2.1 slbie workaround where it is neededNicholas Piggin1-7/+7
2018-09-19powerpc/64s/hash: avoid the POWER5 < DD2.1 slb invalidate workaround on POWER8/9Nicholas Piggin1-3/+5
2018-09-19powerpc/64s/hash: Fix stab_rr off by one initializationNicholas Piggin1-1/+1
2018-09-19powerpc/pseries: Dump the SLB contents on SLB MCE errors.Mahesh Salgaonkar1-0/+70
2018-08-23powerpc/mce: Fix SLB rebolting during MCE recovery path.Mahesh Salgaonkar1-1/+1
2018-08-10powerpc/64s: move machine check SLB flushing to mm/slb.cNicholas Piggin1-0/+39
2018-06-03powerpc/mm/hash: hard disable irq in the SLB insert pathAneesh Kumar K.V1-0/+13
2018-06-03powerpc/64s: Fix compiler store ordering to SLB shadow areaNicholas Piggin1-4/+4
2018-03-31powerpc/mm: Add support for handling > 512TB address in SLB missAneesh Kumar K.V1-0/+108
2017-06-21powerpc/64s: Rename slb_allocate_realmode() to slb_allocate()Michael Ellerman1-9/+1
2017-04-13powerpc/mm/hash: Don't open code VMALLOC_INDEXAneesh Kumar K.V1-1/+1
2017-03-31powerpc/mm: Move copy_mm_to_paca to paca.cAneesh Kumar K.V1-1/+1
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar1-0/+2
2016-04-11powerpc/mm: Remove long disabled SLB codeMichael Ellerman1-1/+0
2015-12-19powerpc: Add function to copy mm_context_t to the pacaMichael Neuling1-1/+1
2015-10-01powerpc/slb: Use a local to avoid multiple calls to get_slb_shadow()Michael Ellerman1-5/+5
2015-10-01powerpc/slb: Define an enum for the bolted indexesAnshuman Khandual1-21/+26
2015-08-12powerpc/slb: Add documentation on runtime patching of SLB encodingAnshuman Khandual1-1/+15
2015-08-12powerpc/slb: Rename all the 'slot' occurrences to 'entry'Anshuman Khandual1-4/+3
2015-08-12powerpc/slb: Remove a duplicate extern variableAnshuman Khandual1-1/+0
2014-10-08powerpc/cell: Move data segment faulting code out of cell platformIan Munsie1-3/+0
2014-06-10Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-6/+6
2014-05-30KVM: PPC: Book3S PR: Rework SLB switching codeAlexander Graf1-1/+1
2014-04-23powerpc: Fix branch patching code for ABIv2Anton Blanchard1-6/+6
2013-08-14powerpc: Fix little endian lppaca, slb_shadow and dtl_entryAnton Blanchard1-3/+6
2012-03-21powerpc: Remove FW_FEATURE ISERIES from arch codeStephen Rothwell1-6/+0