aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel/entry.S
Commit message (Expand)AuthorAge
* ARC: entry: make ret_from_system_call local labelVineet Gupta2016-09-30
* ARC: dw2 unwind: switch to .eh_frame based unwindingVineet Gupta2016-09-30
* ARC: [arcompact] Handle bus error from userspace as Interrupt not exceptionVineet Gupta2015-11-14
* ARC: change some branchs to jumps to resolve linkage errorsYuriy Kolerov2015-08-20
* ARC: entry.S: micro-optimize Trap handlerVineet Gupta2015-06-19
* ARC: entry.S: move some code around for cache locality in return pathVineet Gupta2015-06-19
* ARC: entry.S: split into ARCompact ISA specific, common bitsVineet Gupta2015-06-19
* ARC: entry.S: Ensure that restore_regs is local to compilation unitVineet Gupta2015-06-19
* ARC: entry.S: comments cleanupVineet Gupta2015-06-19
* ARC: entry.S: Trap handler to use r10 for syscall vs. brkpt decisionVineet Gupta2015-06-19
* ARC: entry.S: FAKE_RET_FROM_EXCPN can always use r9Vineet Gupta2015-06-19
* ARC: entry.S: confine EXCEPTION_* macros to one fileVineet Gupta2015-06-19
* ARC: entry.S: canonical'ize EXCEPTION_{PROLOGUE,EPILOGUE}Vineet Gupta2015-06-19
* ARC: entry.S: Introduce INTERRUPT_{PROLOGUE,EPILOGUE}Vineet Gupta2015-06-19
* ARC: entry.S: common'ize scrtach reg freeup in intr + exceptionsVineet Gupta2015-06-19
* ARC: add some more comments to ret_from_forkVineet Gupta2015-02-02
* ARC: Fixed spelling errors within commentsTerence Eden2014-05-05
* ARC: !PREEMPT: Ensure Return to kernel mode is IRQ safeVineet Gupta2014-04-30
* ARC: switch to generic ENTRY/END assembler annotationsVineet Gupta2014-03-26
* ARC: Add support for irqflags tracing and lockdepVineet Gupta2013-11-06
* ARC: Reduce #ifdef'ery for unaligned access emulationVineet Gupta2013-11-06
* ARC: Change calling convention of do_page_fault()Vineet Gupta2013-11-06
* ARC: Entry Handler tweaks: Optimize away redundant IRQ_DISABLE_SAVEVineet Gupta2013-08-26
* ARC: Exception Handlers Code consolidationVineet Gupta2013-08-26
* ARC: Remove explicit passing around of ECRVineet Gupta2013-06-26
* ARC: pt_regs update #5: Use real ECR for pt_regs->event vs. synth valuesVineet Gupta2013-06-26
* ARC: pt_regs update #4: r25 saved/restored unconditionallyVineet Gupta2013-06-22
* ARC: Entry Handler tweaks: Simplify branch for in-kernel preemptionVineet Gupta2013-06-22
* ARC: Entry Handler tweaks: Avoid hardcoded LIMMS for ECR valuesVineet Gupta2013-06-22
* ARC: [mm] Remove @write argument to do_page_fault()Vineet Gupta2013-06-22
* ARC: unaligned access emulation broken if callee-reg dest of LD/STVineet Gupta2013-05-07
* ARC: unaligned access emulation error handling consolidationVineet Gupta2013-05-07
* ARC: Fix the typo in event identifier flags used by ptraceVineet Gupta2013-03-20
* ARC: ABIv3: fork/vfork wrappers not needed in "no-legacy-syscall" ABIVineet Gupta2013-03-11
* ARC: Fix pt_orig_r8 accessVineet Gupta2013-02-15
* ARC: Support for single cycle Close Coupled Mem (CCM)Vineet Gupta2013-02-15
* ARC: Unaligned access emulationVineet Gupta2013-02-15
* ARC: DWARF2 .debug_frame based stack unwinderVineet Gupta2013-02-15
* ARC: SMP supportVineet Gupta2013-02-15
* ARC: Support for high priority interrupts in the in-core intcVineet Gupta2013-02-15
* ARC: ptrace supportVineet Gupta2013-02-15
* ARC: [optim] Cache "current" in Register r25Vineet Gupta2013-02-15
* ARC: [Review] Preparing to fix incorrect syscall restarts due to signalsVineet Gupta2013-02-15
* ARC: Signal handlingVineet Gupta2013-02-15
* ARC: Process-creation/scheduling/idle-loopVineet Gupta2013-02-11
* ARC: Syscall support (no-legacy-syscall ABI)Vineet Gupta2013-02-11
* ARC: Low level IRQ/Trap/Exception HandlingVineet Gupta2013-02-11