summaryrefslogtreecommitdiffstats
path: root/arch/arc/include/asm/entry.h
AgeCommit message (Expand)AuthorLines
2025-06-09ARC: Replace __ASSEMBLY__ with __ASSEMBLER__ in the non-uapi headersThomas Huth-2/+2
2024-04-01ARC: Fix typosBjorn Helgaas-2/+2
2023-12-08ARC: entry: move ARCompact specific bits out of entry.hVineet Gupta-66/+0
2023-12-08ARC: entry: SAVE_ABI_CALLEE_REG: ISA/ABI specific helperVineet Gupta-40/+4
2023-08-17ARC: entry: use gp to cache task pointer (vs. r25)Vineet Gupta-78/+29
2023-08-13ARC: -Wmissing-prototype warning fixesVineet Gupta-0/+21
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-4/+1
2018-07-09ARC: [arcompact] entry.S: minor code movementVineet Gupta-3/+0
2016-08-19ARC: use correct offset in pt_regs for saving/restoring user mode r25Liav Rehana-2/+2
2015-06-22ARCv2: STAR 9000808988: signals involving Delay SlotVineet Gupta-7/+10
2015-06-22ARCv2: Support for ARCv2 ISA and HS38x coresVineet Gupta-0/+4
2015-06-19ARC: entry.S: split into ARCompact ISA specific, common bitsVineet Gupta-297/+3
2015-06-19ARC: entry.S: FAKE_RET_FROM_EXCPN can always use r9Vineet Gupta-8/+8
2015-06-19ARC: entry.S: canonical'ize EXCEPTION_{PROLOGUE,EPILOGUE}Vineet Gupta-16/+1
2015-06-19ARC: entry.S: Introduce INTERRUPT_{PROLOGUE,EPILOGUE}Vineet Gupta-58/+19
2015-06-19ARC: entry.S: common'ize scrtach reg freeup in intr + exceptionsVineet Gupta-19/+16
2013-08-26ARC: Exception Handlers Code consolidationVineet Gupta-1/+23
2013-07-26ARC: SMP build breakageVineet Gupta-0/+1
2013-06-26ARC: pt_regs update #5: Use real ECR for pt_regs->event vs. synth valuesVineet Gupta-22/+9
2013-06-22ARC: stop using pt_regs->orig_r8Vineet Gupta-12/+1
2013-06-22ARC: pt_regs update #4: r25 saved/restored unconditionallyVineet Gupta-23/+20
2013-06-22ARC: K/U SP saved from one location in stack switching macroVineet Gupta-4/+4
2013-06-22ARC: Increase readability of entry handlersVineet Gupta-212/+182
2013-06-22ARC: pt_regs update #3: Remove unused gutter at start of callee_regsVineet Gupta-11/+3
2013-06-22ARC: pt_regs update #2: Remove unused gutter at start of pt_regsVineet Gupta-16/+0
2013-06-22ARC: pt_regs update #1: Align pt_regs end with end of kernel stack pageVineet Gupta-1/+1
2013-06-22ARC: pt_regs update #0: remove kernel stack canaryVineet Gupta-18/+0
2013-03-20ARC: Fix the typo in event identifier flags used by ptraceVineet Gupta-1/+1
2013-02-15ARC: SMP supportVineet Gupta-0/+49
2013-02-15ARC: Support for high priority interrupts in the in-core intcVineet Gupta-0/+95
2013-02-15ARC: [optim] Cache "current" in Register r25Vineet Gupta-0/+45
2013-02-15ARC: [Review] Preparing to fix incorrect syscall restarts due to signalsVineet Gupta-12/+17
2013-02-15ARC: Signal handlingVineet Gupta-0/+35
2013-02-11ARC: Low level IRQ/Trap/Exception HandlingVineet Gupta-0/+495