summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/head_8xx.S
Commit message (Expand)AuthorAgeFilesLines
* powerpc/8xx: fix invalid register expression in head_8xx.SChristophe Leroy2018-05-251-1/+1
* powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for CONFIG_SWAPChristophe Leroy2018-01-161-27/+18
* powerpc/8xx: Remove _PAGE_USER and handle user access at PMD levelChristophe Leroy2018-01-161-36/+10
* powerpc/mm: extend _PAGE_PRIVILEGED to all CPUsChristophe Leroy2018-01-161-3/+3
* powerpc/8xx: remove unused _PAGE_WRITETHRUChristophe Leroy2018-01-161-5/+0
* powerpc/8xx: Only perform perf counting when perf is in use.Christophe Leroy2018-01-161-15/+32
* powerpc/8xx: remove EXCEPTION_PROLOG/EPILOG_0 and change r3 to r12Christophe Leroy2018-01-161-38/+40
* powerpc/8xx: Remove CPU6 ERRATA WorkaroundChristophe Leroy2018-01-161-42/+12
* powerpc/8xx: Reduce DTLB miss handler by one insnChristophe Leroy2017-08-151-7/+7
* powerpc/8xx: Make pinning of ITLBs optionalChristophe Leroy2017-08-151-12/+45
* powerpc/8xx: Remove macro that checks kernel addressChristophe Leroy2017-08-151-13/+16
* powerpc/8xx: Remove cpu dependent macro instructions from head_8xxChristophe Leroy2017-08-101-4/+1
* powerpc/8xx: Use symbolic names for DSISR bits in DSIChristophe Leroy2017-08-101-1/+1
* powerpc/8xx: Remove SoftwareEmulation()Christophe Leroy2017-08-101-1/+1
* powerpc/mm: Use symbolic constants for filtering SRR1 bits on ISIsBenjamin Herrenschmidt2017-08-031-2/+2
* powerpc/mm: Pre-filter SRR1 bits before do_page_fault()Benjamin Herrenschmidt2017-08-021-2/+2
* 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