aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/head_8xx.S
AgeCommit message (Expand)Author
2020-05-15powerpc/8xx: Fix clearing of bits 20-23 in ITLB missChristophe Leroy
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-03powerpc/32: implement fast entry for syscalls on non BOOKEChristophe Leroy
2019-05-03powerpc/32: Enter exceptions with MSR_EE unsetChristophe Leroy
2019-05-03powerpc/32: enter syscall with MSR_EE inconditionaly setChristophe Leroy
2019-05-03powerpc/32: Refactor EXCEPTION entry macros for head_8xx.S and head_32.SChristophe Leroy
2019-05-03powerpc/32: Add KASAN supportChristophe Leroy
2019-02-23powerpc: Rename THREAD_INFO to TASK_STACKChristophe Leroy
2019-02-23powerpc/kconfig: make _etext and data areas alignment configurable on 8xxChristophe Leroy
2019-02-23powerpc/8xx: don't disable large TLBs with CONFIG_STRICT_KERNEL_RWXChristophe Leroy
2019-02-23powerpc/8xx: Map 32Mb of RAM at init.Christophe Leroy
2019-02-22powerpc: simplify BDI switchChristophe Leroy
2019-02-22powerpc/8xx: hide itlbie and dtlbie symbolsChristophe Leroy
2019-01-11powerpc/8xx: fix setting of pagetable for Abatron BDI debug tool.Christophe Leroy
2018-12-19powerpc/8xx: add exception frame markerChristophe Leroy
2018-12-04powerpc/8xx: regroup TLB handler routinesChristophe Leroy
2018-12-04powerpc/8xx: don't use r12/SPRN_SPRG_SCRATCH2 in TLB Miss handlersChristophe Leroy
2018-12-04powerpc/8xx: Use hardware assistance in TLB handlersChristophe Leroy
2018-12-04powerpc/8xx: Temporarily disable 16k pages and hugepagesChristophe Leroy
2018-12-04powerpc/8xx: Move SW perf counters in first 32kb of memoryChristophe Leroy
2018-10-26powerpc/8xx: Use patch_site for perf counters setupChristophe Leroy
2018-10-26powerpc/8xx: Use patch_site for memory setup patchingChristophe Leroy
2018-10-26Revert "powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for CONFIG_SWAP"Christophe Leroy
2018-10-14powerpc/8xx: change name of a few page flags to avoid confusionChristophe Leroy
2018-07-30powerpc: remove superflous inclusions of asm/fixmap.hChristophe Leroy
2018-07-19powerpc/8xx: fix handling of early NULL pointer dereferenceChristophe Leroy
2018-05-25powerpc/8xx: fix invalid register expression in head_8xx.SChristophe Leroy
2018-01-16powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for CONFIG_SWAPChristophe Leroy
2018-01-16powerpc/8xx: Remove _PAGE_USER and handle user access at PMD levelChristophe Leroy
2018-01-16powerpc/mm: extend _PAGE_PRIVILEGED to all CPUsChristophe Leroy
2018-01-16powerpc/8xx: remove unused _PAGE_WRITETHRUChristophe Leroy
2018-01-16powerpc/8xx: Only perform perf counting when perf is in use.Christophe Leroy
2018-01-16powerpc/8xx: remove EXCEPTION_PROLOG/EPILOG_0 and change r3 to r12Christophe Leroy
2018-01-16powerpc/8xx: Remove CPU6 ERRATA WorkaroundChristophe Leroy
2017-08-15powerpc/8xx: Reduce DTLB miss handler by one insnChristophe Leroy
2017-08-15powerpc/8xx: Make pinning of ITLBs optionalChristophe Leroy
2017-08-15powerpc/8xx: Remove macro that checks kernel addressChristophe Leroy
2017-08-10powerpc/8xx: Remove cpu dependent macro instructions from head_8xxChristophe Leroy
2017-08-10powerpc/8xx: Use symbolic names for DSISR bits in DSIChristophe Leroy
2017-08-10powerpc/8xx: Remove SoftwareEmulation()Christophe Leroy
2017-08-03powerpc/mm: Use symbolic constants for filtering SRR1 bits on ISIsBenjamin Herrenschmidt
2017-08-02powerpc/mm: Pre-filter SRR1 bits before do_page_fault()Benjamin Herrenschmidt
2017-01-26powerpc/8xx: Perf events on PPC 8xxChristophe Leroy
2017-01-25powerpc/8xx: Implement hw_breakpointChristophe Leroy
2016-12-09powerpc/8xx: Implement support of hugepagesChristophe Leroy
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2016-09-25powerpc/8xx: make user addr DTLB miss the short pathChristophe Leroy
2016-09-25powerpc/8xx: Move additional DTLBMiss handlers out of exception areaChristophe Leroy
2016-09-25powerpc/8xx: use r3 to scratch CR in ITLBmissChristophe Leroy
2016-09-25powerpc/8xx: add system_reset_exceptionChristophe Leroy