summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/slb.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64s/hash: Fix assert_slb_presence() use of the slbfee. instructionNicholas Piggin2019-02-221-0/+5
* powerpc/mm/64s: Fix preempt warning in slb_allocate_kernel()Michael Ellerman2018-11-121-1/+1
* powerpc/mm/64s: Only use slbfee on CPUs that support itMichael Ellerman2018-11-061-0/+3
* powerpc/mm/64s: Use PPC_SLBFEE macroMichael Ellerman2018-11-061-1/+2
* powerpc/mm/64s: Consolidate SLB assertionsMichael Ellerman2018-11-061-20/+9
* powerpc/mm: Increase the max addressable memory to 2PBAneesh Kumar K.V2018-10-141-5/+15
* powerpc/mm/hash: Rename get_ea_context to get_user_contextAneesh Kumar K.V2018-10-141-1/+1
* powerpc/64s/hash: Add some SLB debugging testsNicholas Piggin2018-10-141-3/+50
* powerpc/64s/hash: Simplify slb_flush_and_rebolt()Nicholas Piggin2018-10-141-30/+16
* powerpc/64s/hash: Add a SLB preload cacheNicholas Piggin2018-10-141-44/+164
* powerpc/64s/hash: Add SLB allocation status bitmapsNicholas Piggin2018-10-141-13/+51
* powerpc/64s/hash: Convert SLB miss handlers to CNicholas Piggin2018-10-141-122/+167
* Revert "convert SLB miss handlers to C" and subsequent commitsMichael Ellerman2018-10-031-328/+157
* powerpc/64s/hash: Add a SLB preload cacheNicholas Piggin2018-09-191-39/+125
* powerpc/64s/hash: SLB allocation status bitmapsNicholas Piggin2018-09-191-13/+51
* powerpc/64s/hash: remove user SLB data from the pacaNicholas Piggin2018-09-191-2/+18
* powerpc/64s/hash: convert SLB miss handlers to CNicholas Piggin2018-09-191-120/+151
* powerpc/64s/hash: Use POWER9 SLBIA IH=3 variant in switch_slbNicholas Piggin2018-09-191-36/+49
* powerpc/64s/hash: Use POWER6 SLBIA IH=1 variant in switch_slbNicholas Piggin2018-09-191-15/+23
* powerpc/64s/hash: remove the vmalloc segment from the bolted SLBNicholas Piggin2018-09-191-18/+5
* powerpc/64s/hash: move POWER5 < DD2.1 slbie workaround where it is neededNicholas Piggin2018-09-191-7/+7
* powerpc/64s/hash: avoid the POWER5 < DD2.1 slb invalidate workaround on POWER8/9Nicholas Piggin2018-09-191-3/+5
* powerpc/64s/hash: Fix stab_rr off by one initializationNicholas Piggin2018-09-191-1/+1
* powerpc/pseries: Dump the SLB contents on SLB MCE errors.Mahesh Salgaonkar2018-09-191-0/+70
* powerpc/mce: Fix SLB rebolting during MCE recovery path.Mahesh Salgaonkar2018-08-231-1/+1
* powerpc/64s: move machine check SLB flushing to mm/slb.cNicholas Piggin2018-08-101-0/+39
* powerpc/mm/hash: hard disable irq in the SLB insert pathAneesh Kumar K.V2018-06-031-0/+13
* powerpc/64s: Fix compiler store ordering to SLB shadow areaNicholas Piggin2018-06-031-4/+4
* powerpc/mm: Add support for handling > 512TB address in SLB missAneesh Kumar K.V2018-03-311-0/+108
* powerpc/64s: Rename slb_allocate_realmode() to slb_allocate()Michael Ellerman2017-06-211-9/+1
* powerpc/mm/hash: Don't open code VMALLOC_INDEXAneesh Kumar K.V2017-04-131-1/+1
* powerpc/mm: Move copy_mm_to_paca to paca.cAneesh Kumar K.V2017-03-311-1/+1
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-021-0/+2
* powerpc/mm: Remove long disabled SLB codeMichael Ellerman2016-04-111-1/+0
* powerpc: Add function to copy mm_context_t to the pacaMichael Neuling2015-12-191-1/+1
* powerpc/slb: Use a local to avoid multiple calls to get_slb_shadow()Michael Ellerman2015-10-011-5/+5
* powerpc/slb: Define an enum for the bolted indexesAnshuman Khandual2015-10-011-21/+26
* powerpc/slb: Add documentation on runtime patching of SLB encodingAnshuman Khandual2015-08-121-1/+15
* powerpc/slb: Rename all the 'slot' occurrences to 'entry'Anshuman Khandual2015-08-121-4/+3
* powerpc/slb: Remove a duplicate extern variableAnshuman Khandual2015-08-121-1/+0
* powerpc/cell: Move data segment faulting code out of cell platformIan Munsie2014-10-081-3/+0
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-06-101-6/+6
|\
| * powerpc: Fix branch patching code for ABIv2Anton Blanchard2014-04-231-6/+6
* | KVM: PPC: Book3S PR: Rework SLB switching codeAlexander Graf2014-05-301-1/+1
|/
* powerpc: Fix little endian lppaca, slb_shadow and dtl_entryAnton Blanchard2013-08-141-3/+6
* powerpc: Remove FW_FEATURE ISERIES from arch codeStephen Rothwell2012-03-211-6/+0
* powerpc: Free up some CPU feature bits by moving out MMU-related featuresMatt Evans2011-04-271-2/+2
* powerpc: Replace open coded instruction patching with patch_instruction/patch...Anton Blanchard2011-04-201-3/+3
* powerpc/pseries: Fix to handle slb resize across migrationBrian King2009-09-021-4/+12
* Merge commit 'paulus-perf/master' into nextBenjamin Herrenschmidt2009-08-201-11/+26
|\