summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/head_8xx.S
Commit message (Expand)AuthorAgeFilesLines
* powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriateMike Rapoport (IBM)2024-05-141-2/+2
* powerpc: remove unneeded #include <asm/export.h>Masahiro Yamada2023-08-161-1/+0
* Merge branch 'topic/objtool' into nextMichael Ellerman2022-12-081-1/+4
|\
| * powerpc/32: Fix objtool unannotated intra-function call warningsChristophe Leroy2022-11-181-1/+4
* | powerpc: allow minimum sized kernel stack framesNicholas Piggin2022-12-021-1/+1
|/
* powerpc/32: Remove _ENTRY() macroChristophe Leroy2022-02-071-2/+2
* powerpc/8xx: Fix pinned TLBs with CONFIG_STRICT_KERNEL_RWXChristophe Leroy2021-11-161-6/+7
* powerpc/8xx: Fix Oops with STRICT_KERNEL_RWX without DEBUG_RODATA_TESTChristophe Leroy2021-11-011-1/+1
* powerpc: Define swapper_pg_dir[] in CChristophe Leroy2021-06-171-12/+0
* powerpc: Define empty_zero_page[] in CChristophe Leroy2021-06-171-6/+0
* powerpc/nohash: Refactor update of BDI2000 pointers in switch_mmu_context()Christophe Leroy2021-06-171-7/+0
* powerpc/8xx: Enhance readability of trap typesChristophe Leroy2021-04-211-24/+25
* powerpc: Spelling/typo fixesBhaskar Chowdhury2021-04-081-1/+1
* powerpc/32: Remove the xfer parameter in EXCEPTION() macroChristophe Leroy2021-03-291-7/+7
* powerpc/32: Dismantle EXC_XFER_STD/LITE/TEMPLATEChristophe Leroy2021-03-291-3/+9
* powerpc/32: Only restore non volatile registers when requiredChristophe Leroy2021-03-291-4/+20
* powerpc/32: Save trap number on stack in exception prologChristophe Leroy2021-03-291-7/+7
* powerpc/32: Call bad_page_fault() from do_page_fault()Christophe Leroy2021-03-291-2/+2
* powerpc/32: Set regs parameter in r3 in transfer_to_handlerChristophe Leroy2021-03-291-3/+0
* powerpc/32: Provide a name to exception prolog continuation in virtual modeChristophe Leroy2021-03-291-5/+5
* powerpc/32: Move exception prolog code into .text once MMU is back onChristophe Leroy2021-03-291-15/+10
* powerpc/32: Use START_EXCEPTION() as much as possibleChristophe Leroy2021-03-291-18/+9
* powerpc/32: Add vmap_stack_overflow label inside the macroChristophe Leroy2021-03-291-1/+2
* powerpc/32: Tag DAR in EXCEPTION_PROLOG_2 for the 8xxChristophe Leroy2021-03-291-12/+6
* powerpc/32: Always enable data translation in exception prologChristophe Leroy2021-03-291-17/+2
* powerpc/8xx: Fix software emulation interruptChristophe Leroy2021-02-091-1/+1
* powerpc: do_break get registers from regsNicholas Piggin2021-02-091-3/+2
* powerpc: remove arguments from fault handler functionsNicholas Piggin2021-02-091-3/+3
* powerpc/8xx: Use SPRN_SPRG_SCRATCH2 in DTLB miss exceptionChristophe Leroy2020-12-091-5/+4
* powerpc/8xx: Use SPRN_SPRG_SCRATCH2 in ITLB miss exceptionChristophe Leroy2020-12-091-6/+6
* powerpc/8xx: Simplify INVALIDATE_ADJACENT_PAGES_CPU15Christophe Leroy2020-12-091-8/+7
* powerpc/8xx: Always pin kernel text TLBChristophe Leroy2020-12-091-19/+3
* powerpc/8xx: DEBUG_PAGEALLOC doesn't require an ITLB miss exception handlerChristophe Leroy2020-12-091-2/+1
* powerpc/8xx: Manage _PAGE_ACCESSED through APG bits in L1 entryChristophe Leroy2020-11-051-29/+7
* powerpc/8xx: Always fault when _PAGE_ACCESSED is not setChristophe Leroy2020-11-051-12/+2
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* powerpc/8xx: Map linear memory with huge pagesChristophe Leroy2020-05-261-2/+2
* powerpc/8xx: Refactor kernel address boundary comparisonChristophe Leroy2020-05-261-14/+8
* powerpc/8xx: Move DTLB perf handling closer.Christophe Leroy2020-05-261-12/+11
* powerpc/8xx: Remove now unused TLB miss functionsChristophe Leroy2020-05-261-83/+0
* powerpc/8xx: Drop special handling of Linear and IMMR mappings in I/D TLB han...Christophe Leroy2020-05-261-27/+2
* powerpc/8xx: Always pin TLBs at startup.Christophe Leroy2020-05-261-14/+17
* powerpc/8xx: Don't set IMMR map anymore at bootChristophe Leroy2020-05-261-22/+17
* powerpc/8xx: Add function to set pinned TLBsChristophe Leroy2020-05-261-0/+103
* powerpc/8xx: Manage 512k huge pages as standard pages.Christophe Leroy2020-05-261-7/+5
* powerpc/8xx: Prepare handlers for _PAGE_HUGE for 512k pages.Christophe Leroy2020-05-261-6/+9
* powerpc/8xx: Drop CONFIG_8xx_COPYBACK optionChristophe Leroy2020-05-261-14/+1
* powerpc/8xx: Fix clearing of bits 20-23 in ITLB missChristophe Leroy2020-02-171-1/+1
* powerpc/8xx: Enable CONFIG_VMAP_STACKChristophe Leroy2020-01-271-6/+26