summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/slb.c
Commit message (Expand)AuthorAgeFilesLines
* 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-301-0/+108
* powerpc/64s: Rename slb_allocate_realmode() to slb_allocate()Michael Ellerman2017-06-211-9/+1Star
* 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/+0Star
* 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/+3Star
* powerpc/slb: Remove a duplicate extern variableAnshuman Khandual2015-08-121-1/+0Star
* powerpc/cell: Move data segment faulting code out of cell platformIan Munsie2014-10-081-3/+0Star
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-06-111-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/+0Star
* 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
|\
| * powerpc: Allow perf_counters to access user memory at interrupt timePaul Mackerras2009-08-181-11/+26
* | powerpc: Preload application text segment instead of TASK_UNMAPPED_BASEAnton Blanchard2009-08-201-9/+8Star
* | powerpc: Rearrange SLB preload codeAnton Blanchard2009-08-201-13/+8Star
|/
* powerpc: Cleanup & use pr_devel() in arch/powerpc/mm/slb.cMichael Ellerman2009-07-081-10/+3Star
* trivial: spelling fix in ppc code commentsSankar P2009-06-121-1/+1
* [POWERPC] vmemmap fixes to use smaller pagesBenjamin Herrenschmidt2008-05-151-2/+14
* [POWERPC] Bolt in SLB entry for kernel stack on secondary cpusPaul Mackerras2008-05-021-8/+13
* [POWERPC] Fix slb.c compile warningsGeoff Levand2008-05-021-3/+3
* [POWERPC] Fix PMU + soft interrupt disable bugAnton Blanchard2008-03-201-0/+6
* Merge branch 'linux-2.6'Paul Mackerras2008-01-241-0/+2
|\
| * [POWERPC] Fix boot failure on POWER6Paul Mackerras2008-01-151-8/+2Star
| * [POWERPC] Fix CPU hotplug when using the SLB shadow bufferMichael Neuling2008-01-111-0/+8
* | [POWERPC] Use SLB size from the device treeMichael Neuling2007-12-111-0/+3
|/
* [POWERPC] Fix switch_slb handling of 1T ESID valueswill schmidt2007-11-081-3/+31
* [POWERPC] Include udbg.h when using udbg_printfwill schmidt2007-11-081-0/+1
* [POWERPC] Add 1TB workaround for PA6TOlof Johansson2007-10-171-1/+2
* [POWERPC] Use 1TB segmentsPaul Mackerras2007-10-121-26/+41
* [POWERPC] Remove barriers from the SLB shadow buffer updateMichael Neuling2007-09-191-4/+2Star
* [POWERPC] Fix SLB initialization at boot timePaul Mackerras2007-08-251-8/+28
* [POWERPC] Fix potential duplicate entry in SLB shadow bufferPaul Mackerras2007-08-101-29/+16Star
* [POWERPC] Fixes for the SLB shadow buffer codeMichael Neuling2007-08-031-10/+18
* [POWERPC] Introduce address space "slices"Benjamin Herrenschmidt2007-05-091-11/+0Star
* [POWERPC] iSeries: fix slb.c for combined buildStephen Rothwell2006-12-041-7/+6Star
* [POWERPC] Implement SLB shadow bufferMichael Neuling2006-08-081-4/+33