summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/head_8xx.S
Commit message (Expand)AuthorAgeFilesLines
* powerpc/8xx: Perf events on PPC 8xxChristophe Leroy2017-01-261-1/+45
* powerpc/8xx: Implement hw_breakpointChristophe Leroy2017-01-251-1/+27
* powerpc/8xx: Implement support of hugepagesChristophe Leroy2016-12-091-6/+113
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-10-141-0/+2
|\
| * ppc: move exports to definitionsAl Viro2016-08-071-0/+2
* | powerpc/8xx: make user addr DTLB miss the short pathChristophe Leroy2016-09-251-30/+23
* | powerpc/8xx: Move additional DTLBMiss handlers out of exception areaChristophe Leroy2016-09-251-42/+42
* | powerpc/8xx: use r3 to scratch CR in ITLBmissChristophe Leroy2016-09-251-12/+9
* | powerpc/8xx: add system_reset_exceptionChristophe Leroy2016-09-251-1/+1
* | powerpc/32: Remove CLR_TOP32Christophe Leroy2016-09-231-1/+0
|/
* powerpc/8xx: add CONFIG_PIN_TLB_IMMRChristophe Leroy2016-07-091-4/+6
* powerpc/8xx: Rework CONFIG_PIN_TLB handlingChristophe Leroy2016-07-091-40/+4
* powerpc/8xx: Don't use page table for linear memory spaceChristophe Leroy2016-07-091-34/+37
* powerpc/8xx: unpin all TLBs before flushingChristophe Leroy2016-07-091-8/+10
* powerpc/8xx: Map IMMR area with 512k page at a fixed addressChristophe Leroy2016-07-091-0/+29
* powerpc/8xx: Fix vaddr for IMMR early remapChristophe Leroy2016-07-091-5/+6
* powerpc/8xx: rewrite set_context() in CChristophe Leroy2016-03-111-44/+0
* powerpc/8xx: remove special handling of CPU6 errata in set_dec()Christophe Leroy2016-03-111-18/+0
* powerpc/8xx: Map linear kernel RAM with 8M pagesChristophe Leroy2016-03-111-2/+33
* powerpc/8xx: Save r3 all the time in DTLB miss handlerChristophe Leroy2016-03-111-9/+4
* powerpc/8xx: CONFIG_DEBUG_PAGEALLOC requires ITLBmiss for kernel addressesChristophe Leroy2016-03-091-1/+1
* powerpc/8xx: Implementation of PAGE_EXECLEROY Christophe2015-06-021-3/+9
* powerpc/8xx: Handle PAGE_USER via APG bitsLEROY Christophe2015-06-021-9/+12
* powerpc/8xx: Add support for TASK_SIZE greater than 0x80000000LEROY Christophe2015-06-021-6/+19
* powerpc/8xx: Use SPRG2 instead of DAR for saving r3LEROY Christophe2015-06-021-5/+4
* powerpc/8xx: dont save CR in SCRATCH registersLEROY Christophe2015-06-021-14/+15
* powerpc/8xx: Handle CR out of exception PROLOG/EPILOGLEROY Christophe2015-06-021-3/+7
* powerpc/8xx: macro for handling CPU15 errataLEROY Christophe2015-06-021-6/+12
* powerpc/8xx: Remove duplicated code in set_context()LEROY Christophe2015-01-291-6/+4
* powerpc/8xx: Optimise access to swapper_pg_dirLEROY Christophe2015-01-291-16/+19
* powerpc/8xx: Take benefit of aligned PGDIRLEROY Christophe2015-01-291-19/+15
* powerpc/8xx: remove tests on PGDIR entry validityLEROY Christophe2015-01-291-33/+8
* powerpc/8xx: remove remaining unnecessary code in FixupDARLEROY Christophe2015-01-291-6/+0
* powerpc/8xx: use _PAGE_RO instead of _PAGE_RWLEROY Christophe2015-01-291-3/+0
* powerpc/8xx: Invalidate non present TLB as early as possibleLEROY Christophe2014-11-071-5/+10
* powerpc/8xx: Use DAR to save r3 for CPU6 ERRATALEROY Christophe2014-11-071-18/+15
* powerpc/8xx: Don't restore regs to save them again.LEROY Christophe2014-11-071-3/+5
* powerpc/8xx: _PMD_PRESENT already set in level 1 entriesLEROY Christophe2014-11-071-2/+0
* powerpc/8xx: set PTE bit 22 off TLBmissLEROY Christophe2014-11-071-8/+2
* powerpc/8xx: Better readibility of ERRATA CPU6 handlingLEROY Christophe2014-11-071-13/+16
* powerpc/8xx: Implement 16k pagesLEROY Christophe2014-11-071-0/+4
* powerpc/8xx: Const for TLB RPN forced valueLEROY Christophe2014-11-071-6/+13
* powerpc/8xx: Use PAGE size related constsLEROY Christophe2014-11-071-12/+18
* powerpc/8xx: Don't use MD_TWC for walkLEROY Christophe2014-11-071-16/+12
* powerpc/8xx: Use M_TW instead of M_TWBLEROY Christophe2014-11-071-22/+26
* powerpc/8xx: No need to restore registers and save them again.LEROY Christophe2014-11-071-2/+2
* powerpc/8xx: DataAccess exception not generated by MPC8xxLEROY Christophe2014-11-071-11/+10
* powerpc/8xx: exception InstructionAccess does not exist on MPC8xxLEROY Christophe2014-11-071-8/+7
* powerpc/8xx: Duplicate two insns instead of branchingLEROY Christophe2014-09-041-2/+4
* powerpc/8xx: Optimize verification in FixupDARLEROY Christophe2014-09-041-4/+2