summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/head_8xx.S
Commit message (Expand)AuthorAgeFilesLines
* powerpc/8xx: set STACK_END_MAGIC earlier on the init_stackChristophe Leroy2019-08-281-0/+4
* powerpc/8xx: drop unused self-modifying code alternative to FixupDAR.Christophe Leroy2019-08-281-24/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* powerpc/32: implement fast entry for syscalls on non BOOKEChristophe Leroy2019-05-031-2/+1
* powerpc/32: Enter exceptions with MSR_EE unsetChristophe Leroy2019-05-031-16/+16
* powerpc/32: enter syscall with MSR_EE inconditionaly setChristophe Leroy2019-05-031-1/+1
* powerpc/32: Refactor EXCEPTION entry macros for head_8xx.S and head_32.SChristophe Leroy2019-05-031-96/+2
* powerpc/32: Add KASAN supportChristophe Leroy2019-05-031-0/+3
* 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-221-0/+1
* powerpc/8xx: hide itlbie and dtlbie symbolsChristophe Leroy2019-02-221-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/+54
* powerpc/8xx: don't use r12/SPRN_SPRG_SCRATCH2 in TLB Miss handlersChristophe Leroy2018-12-041-61/+49
* powerpc/8xx: Use hardware assistance in TLB handlersChristophe Leroy2018-12-041-34/+24
* powerpc/8xx: Temporarily disable 16k pages and hugepagesChristophe Leroy2018-12-041-69/+5
* powerpc/8xx: Move SW perf counters in first 32kb of memoryChristophe Leroy2018-12-041-30/+28
* 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/+0
* 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-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