summaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel/entry.S
Commit message (Expand)AuthorAgeFilesLines
* ARC: entry: EV_Trap expects r10 (vs. r9) to have exception causeVineet Gupta2019-07-081-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* ARC: Re-enable MMU upon Machine Check exceptionJose Abreu2017-09-011-0/+6
* ARC: entry: make ret_from_system_call local labelVineet Gupta2016-09-301-7/+5Star
* ARC: dw2 unwind: switch to .eh_frame based unwindingVineet Gupta2016-09-301-12/+0Star
* ARC: [arcompact] Handle bus error from userspace as Interrupt not exceptionVineet Gupta2015-11-141-17/+0Star
* ARC: change some branchs to jumps to resolve linkage errorsYuriy Kolerov2015-08-201-3/+3
* ARC: entry.S: micro-optimize Trap handlerVineet Gupta2015-06-191-2/+2
* ARC: entry.S: move some code around for cache locality in return pathVineet Gupta2015-06-191-48/+50
* ARC: entry.S: split into ARCompact ISA specific, common bitsVineet Gupta2015-06-191-382/+7Star
* ARC: entry.S: Ensure that restore_regs is local to compilation unitVineet Gupta2015-06-191-4/+4
* ARC: entry.S: comments cleanupVineet Gupta2015-06-191-26/+20Star
* ARC: entry.S: Trap handler to use r10 for syscall vs. brkpt decisionVineet Gupta2015-06-191-2/+2
* ARC: entry.S: FAKE_RET_FROM_EXCPN can always use r9Vineet Gupta2015-06-191-13/+11Star
* ARC: entry.S: confine EXCEPTION_* macros to one fileVineet Gupta2015-06-191-0/+16
* ARC: entry.S: canonical'ize EXCEPTION_{PROLOGUE,EPILOGUE}Vineet Gupta2015-06-191-2/+2
* ARC: entry.S: Introduce INTERRUPT_{PROLOGUE,EPILOGUE}Vineet Gupta2015-06-191-18/+4Star
* ARC: entry.S: common'ize scrtach reg freeup in intr + exceptionsVineet Gupta2015-06-191-8/+2Star
* ARC: add some more comments to ret_from_forkVineet Gupta2015-02-021-5/+9
* ARC: Fixed spelling errors within commentsTerence Eden2014-05-051-6/+6
* ARC: !PREEMPT: Ensure Return to kernel mode is IRQ safeVineet Gupta2014-04-301-3/+5
* ARC: switch to generic ENTRY/END assembler annotationsVineet Gupta2014-03-261-26/+26
* ARC: Add support for irqflags tracing and lockdepVineet Gupta2013-11-061-0/+11
* ARC: Reduce #ifdef'ery for unaligned access emulationVineet Gupta2013-11-061-4/+0Star
* ARC: Change calling convention of do_page_fault()Vineet Gupta2013-11-061-5/+4Star
* ARC: Entry Handler tweaks: Optimize away redundant IRQ_DISABLE_SAVEVineet Gupta2013-08-261-5/+5
* ARC: Exception Handlers Code consolidationVineet Gupta2013-08-261-43/+13Star
* ARC: Remove explicit passing around of ECRVineet Gupta2013-06-261-23/+17Star
* ARC: pt_regs update #5: Use real ECR for pt_regs->event vs. synth valuesVineet Gupta2013-06-261-9/+12
* ARC: pt_regs update #4: r25 saved/restored unconditionallyVineet Gupta2013-06-221-11/+0Star
* ARC: Entry Handler tweaks: Simplify branch for in-kernel preemptionVineet Gupta2013-06-221-6/+2Star
* ARC: Entry Handler tweaks: Avoid hardcoded LIMMS for ECR valuesVineet Gupta2013-06-221-6/+9
* ARC: [mm] Remove @write argument to do_page_fault()Vineet Gupta2013-06-221-10/+4Star
* ARC: unaligned access emulation broken if callee-reg dest of LD/STVineet Gupta2013-05-071-1/+3
* ARC: unaligned access emulation error handling consolidationVineet Gupta2013-05-071-2/+2
* ARC: Fix the typo in event identifier flags used by ptraceVineet Gupta2013-03-201-1/+1
* ARC: ABIv3: fork/vfork wrappers not needed in "no-legacy-syscall" ABIVineet Gupta2013-03-111-25/+0Star
* ARC: Fix pt_orig_r8 accessVineet Gupta2013-02-151-2/+2
* ARC: Support for single cycle Close Coupled Mem (CCM)Vineet Gupta2013-02-151-2/+2
* ARC: Unaligned access emulationVineet Gupta2013-02-151-0/+13
* ARC: DWARF2 .debug_frame based stack unwinderVineet Gupta2013-02-151-0/+9
* ARC: SMP supportVineet Gupta2013-02-151-0/+4
* ARC: Support for high priority interrupts in the in-core intcVineet Gupta2013-02-151-0/+117
* ARC: ptrace supportVineet Gupta2013-02-151-0/+68
* ARC: [optim] Cache "current" in Register r25Vineet Gupta2013-02-151-0/+14
* ARC: [Review] Preparing to fix incorrect syscall restarts due to signalsVineet Gupta2013-02-151-2/+2
* ARC: Signal handlingVineet Gupta2013-02-151-3/+8
* ARC: Process-creation/scheduling/idle-loopVineet Gupta2013-02-111-2/+13
* ARC: Syscall support (no-legacy-syscall ABI)Vineet Gupta2013-02-111-0/+27
* ARC: Low level IRQ/Trap/Exception HandlingVineet Gupta2013-02-111-0/+571