summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/head_8xx.S
Commit message (Expand)AuthorAgeFilesLines
* 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
* powerpc/8xx: No need to save r10 and r3 when not calling FixupDARLEROY Christophe2014-09-041-14/+13
* powerpc/8xx: Fix comment about DIRTY updateLEROY Christophe2014-09-041-6/+2
* powerpc/8xx: Remove loading of r10 at end of FixupDARLEROY Christophe2014-09-041-4/+3
* powerpc/8xx: Use SCRATCH0 and SCRATCH1 also for TLB handlersLEROY Christophe2014-09-041-68/+36
* powerpc/8xx: Declare SPRG2 as a SCRATCH registerLEROY Christophe2014-09-041-5/+5
* powerpc/8xx: Fixing issue with CONFIG_PIN_TLBLEROY Christophe2013-10-281-0/+3
* powerpc: Remove the empty giveup_fpu() function on 32bit kernelKevin Hao2013-08-141-4/+0
* powerpc: Call do_page_fault() with interrupts offBenjamin Herrenschmidt2012-03-091-2/+2
* powerpc/32: Pass device tree address as u64 to machine_initScott Wood2011-09-201-10/+3
* powerpc: Remove second definition of STACK_FRAME_OVERHEADStephen Rothwell2010-11-291-0/+1
* powerpc/8xx: Use SPRG2 and DAR registers to stash r11 and cr.Joakim Tjernlund2010-04-071-13/+36
* powerpc/8xx: Don't touch ACCESSED when no SWAP.Joakim Tjernlund2010-04-071-2/+4
* powerpc/8xx: Avoid testing for kernel space in ITLB Miss.Joakim Tjernlund2010-04-071-0/+4
* powerpc/8xx: Optimze TLB Miss handlersJoakim Tjernlund2010-04-071-8/+3
* powerpc/8xx: Fix user space TLB walk in dcbX fixupJoakim Tjernlund2010-01-151-2/+2
* powerpc/8xx: Always pin kernel instruction TLBJoakim Tjernlund2010-01-151-4/+4
* powerpc/8xx: DTLB Miss cleanupJoakim Tjernlund2009-12-091-6/+11
* powerpc/8xx: Remove DIRTY pte handling in DTLB Error.Joakim Tjernlund2009-12-091-96/+0
* powerpc/8xx: Restore _PAGE_WRITETHRUJoakim Tjernlund2009-12-091-0/+8
* powerpc/8xx: Add missing Guarded setting in DTLB Error.Joakim Tjernlund2009-12-091-3/+10
* powerpc/8xx: Fixup DAR from buggy dcbX instructions.Joakim Tjernlund2009-12-091-4/+143