summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/head_8xx.S
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Rename THREAD_INFO to TASK_STACKChristophe Leroy2019-02-231-1/+1
* powerpc/kconfig: make _etext and data areas alignment configurable on 8xxChristophe Leroy2019-02-231-2/+2
* powerpc/8xx: don't disable large TLBs with CONFIG_STRICT_KERNEL_RWXChristophe Leroy2019-02-231-12/+42
* powerpc/8xx: Map 32Mb of RAM at init.Christophe Leroy2019-02-231-20/+31
* powerpc: simplify BDI switchChristophe Leroy2019-02-211-0/+1
* powerpc/8xx: hide itlbie and dtlbie symbolsChristophe Leroy2019-02-211-8/+8
* powerpc/8xx: fix setting of pagetable for Abatron BDI debug tool.Christophe Leroy2019-01-111-1/+2
* powerpc/8xx: add exception frame markerChristophe Leroy2018-12-191-0/+3
* powerpc/8xx: regroup TLB handler routinesChristophe Leroy2018-12-041-58/+54Star
* powerpc/8xx: don't use r12/SPRN_SPRG_SCRATCH2 in TLB Miss handlersChristophe Leroy2018-12-041-61/+49Star
* powerpc/8xx: Use hardware assistance in TLB handlersChristophe Leroy2018-12-041-34/+24Star
* powerpc/8xx: Temporarily disable 16k pages and hugepagesChristophe Leroy2018-12-041-69/+5Star
* powerpc/8xx: Move SW perf counters in first 32kb of memoryChristophe Leroy2018-12-041-30/+28Star
* powerpc/8xx: Use patch_site for perf counters setupChristophe Leroy2018-10-261-14/+19
* powerpc/8xx: Use patch_site for memory setup patchingChristophe Leroy2018-10-261-8/+11
* Revert "powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for CONFIG_SWAP"Christophe Leroy2018-10-261-18/+27
* powerpc/8xx: change name of a few page flags to avoid confusionChristophe Leroy2018-10-141-3/+3
* powerpc: remove superflous inclusions of asm/fixmap.hChristophe Leroy2018-07-301-1/+0Star
* powerpc/8xx: fix handling of early NULL pointer dereferenceChristophe Leroy2018-07-191-3/+4
* powerpc/8xx: fix invalid register expression in head_8xx.SChristophe Leroy2018-05-241-1/+1
* powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for CONFIG_SWAPChristophe Leroy2018-01-161-27/+18Star
* powerpc/8xx: Remove _PAGE_USER and handle user access at PMD levelChristophe Leroy2018-01-161-36/+10Star
* powerpc/mm: extend _PAGE_PRIVILEGED to all CPUsChristophe Leroy2018-01-161-3/+3
* powerpc/8xx: remove unused _PAGE_WRITETHRUChristophe Leroy2018-01-161-5/+0Star
* 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/+12Star
* 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/+1Star
* 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-271-1/+45
* powerpc/8xx: Implement hw_breakpointChristophe Leroy2017-01-251-1/+27
* powerpc/8xx: Implement support of hugepagesChristophe Leroy2016-12-101-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-081-0/+2
* | powerpc/8xx: make user addr DTLB miss the short pathChristophe Leroy2016-09-251-30/+23Star
* | 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/+9Star
* | powerpc/8xx: add system_reset_exceptionChristophe Leroy2016-09-251-1/+1
* | powerpc/32: Remove CLR_TOP32Christophe Leroy2016-09-221-1/+0Star
|/
* powerpc/8xx: add CONFIG_PIN_TLB_IMMRChristophe Leroy2016-07-091-4/+6
* powerpc/8xx: Rework CONFIG_PIN_TLB handlingChristophe Leroy2016-07-091-40/+4Star
* 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