aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/head_8xx.S
AgeCommit message (Expand)AuthorFilesLines
2020-06-09mm: reorder includes after introduction of linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2020-05-26powerpc/8xx: Map linear memory with huge pagesGravatar Christophe Leroy 1-2/+2
2020-05-26powerpc/8xx: Refactor kernel address boundary comparisonGravatar Christophe Leroy 1-14/+8
2020-05-26powerpc/8xx: Move DTLB perf handling closer.Gravatar Christophe Leroy 1-12/+11
2020-05-26powerpc/8xx: Remove now unused TLB miss functionsGravatar Christophe Leroy 1-83/+0
2020-05-26powerpc/8xx: Drop special handling of Linear and IMMR mappings in I/D TLB han...Gravatar Christophe Leroy 1-27/+2
2020-05-26powerpc/8xx: Always pin TLBs at startup.Gravatar Christophe Leroy 1-14/+17
2020-05-26powerpc/8xx: Don't set IMMR map anymore at bootGravatar Christophe Leroy 1-22/+17
2020-05-26powerpc/8xx: Add function to set pinned TLBsGravatar Christophe Leroy 1-0/+103
2020-05-26powerpc/8xx: Manage 512k huge pages as standard pages.Gravatar Christophe Leroy 1-7/+5
2020-05-26powerpc/8xx: Prepare handlers for _PAGE_HUGE for 512k pages.Gravatar Christophe Leroy 1-6/+9
2020-05-26powerpc/8xx: Drop CONFIG_8xx_COPYBACK optionGravatar Christophe Leroy 1-14/+1
2020-02-17powerpc/8xx: Fix clearing of bits 20-23 in ITLB missGravatar Christophe Leroy 1-1/+1
2020-01-27powerpc/8xx: Enable CONFIG_VMAP_STACKGravatar Christophe Leroy 1-6/+26
2020-01-27powerpc/8xx: Move tail of alignment exception out of lineGravatar Michael Ellerman 1-1/+6
2020-01-27powerpc/8xx: Split breakpoint exceptionGravatar Christophe Leroy 1-9/+10
2020-01-27powerpc/8xx: Move DataStoreTLBMiss perf handlerGravatar Christophe Leroy 1-12/+12
2020-01-27powerpc/8xx: Drop exception entries for non-existing exceptionsGravatar Christophe Leroy 1-29/+0
2020-01-27powerpc/8xx: Use alternative scratch registers in DTLB miss handlerGravatar Christophe Leroy 1-13/+14
2020-01-26powerpc/32: add a macro to get and/or save DAR and DSISR on stack.Gravatar Christophe Leroy 1-16/+7
2020-01-26powerpc/32: move MSR_PR test into EXCEPTION_PROLOG_0Gravatar Christophe Leroy 1-19/+20
2020-01-26powerpc/32: save DEAR/DAR before calling handle_page_faultGravatar Christophe Leroy 1-0/+2
2020-01-26powerpc/32: Add EXCEPTION_PROLOG_0 in head_32.hGravatar Christophe Leroy 1-7/+2
2019-08-28powerpc/8xx: set STACK_END_MAGIC earlier on the init_stackGravatar Christophe Leroy 1-0/+4
2019-08-28powerpc/8xx: drop unused self-modifying code alternative to FixupDAR.Gravatar Christophe Leroy 1-24/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-6/+1
2019-05-03powerpc/32: implement fast entry for syscalls on non BOOKEGravatar Christophe Leroy 1-2/+1
2019-05-03powerpc/32: Enter exceptions with MSR_EE unsetGravatar Christophe Leroy 1-16/+16
2019-05-03powerpc/32: enter syscall with MSR_EE inconditionaly setGravatar Christophe Leroy 1-1/+1
2019-05-03powerpc/32: Refactor EXCEPTION entry macros for head_8xx.S and head_32.SGravatar Christophe Leroy 1-96/+2
2019-05-03powerpc/32: Add KASAN supportGravatar Christophe Leroy 1-0/+3
2019-02-23powerpc: Rename THREAD_INFO to TASK_STACKGravatar Christophe Leroy 1-1/+1
2019-02-23powerpc/kconfig: make _etext and data areas alignment configurable on 8xxGravatar Christophe Leroy 1-2/+2
2019-02-23powerpc/8xx: don't disable large TLBs with CONFIG_STRICT_KERNEL_RWXGravatar Christophe Leroy 1-12/+42
2019-02-23powerpc/8xx: Map 32Mb of RAM at init.Gravatar Christophe Leroy 1-20/+31
2019-02-22powerpc: simplify BDI switchGravatar Christophe Leroy 1-0/+1
2019-02-22powerpc/8xx: hide itlbie and dtlbie symbolsGravatar Christophe Leroy 1-8/+8
2019-01-11powerpc/8xx: fix setting of pagetable for Abatron BDI debug tool.Gravatar Christophe Leroy 1-1/+2
2018-12-19powerpc/8xx: add exception frame markerGravatar Christophe Leroy 1-0/+3
2018-12-04powerpc/8xx: regroup TLB handler routinesGravatar Christophe Leroy 1-58/+54
2018-12-04powerpc/8xx: don't use r12/SPRN_SPRG_SCRATCH2 in TLB Miss handlersGravatar Christophe Leroy 1-61/+49
2018-12-04powerpc/8xx: Use hardware assistance in TLB handlersGravatar Christophe Leroy 1-34/+24
2018-12-04powerpc/8xx: Temporarily disable 16k pages and hugepagesGravatar Christophe Leroy 1-69/+5
2018-12-04powerpc/8xx: Move SW perf counters in first 32kb of memoryGravatar Christophe Leroy 1-30/+28
2018-10-26powerpc/8xx: Use patch_site for perf counters setupGravatar Christophe Leroy 1-14/+19
2018-10-26powerpc/8xx: Use patch_site for memory setup patchingGravatar Christophe Leroy 1-8/+11
2018-10-26Revert "powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for CONFIG_SWAP"Gravatar Christophe Leroy 1-18/+27
2018-10-14powerpc/8xx: change name of a few page flags to avoid confusionGravatar Christophe Leroy 1-3/+3
2018-07-30powerpc: remove superflous inclusions of asm/fixmap.hGravatar Christophe Leroy 1-1/+0