aboutsummaryrefslogtreecommitdiff
path: root/arch/arc/kernel/entry.S
AgeCommit message (Expand)Author
2013-11-06ARC: Add support for irqflags tracing and lockdepVineet Gupta
2013-11-06ARC: Reduce #ifdef'ery for unaligned access emulationVineet Gupta
2013-11-06ARC: Change calling convention of do_page_fault()Vineet Gupta
2013-08-26ARC: Entry Handler tweaks: Optimize away redundant IRQ_DISABLE_SAVEVineet Gupta
2013-08-26ARC: Exception Handlers Code consolidationVineet Gupta
2013-06-26ARC: Remove explicit passing around of ECRVineet Gupta
2013-06-26ARC: pt_regs update #5: Use real ECR for pt_regs->event vs. synth valuesVineet Gupta
2013-06-22ARC: pt_regs update #4: r25 saved/restored unconditionallyVineet Gupta
2013-06-22ARC: Entry Handler tweaks: Simplify branch for in-kernel preemptionVineet Gupta
2013-06-22ARC: Entry Handler tweaks: Avoid hardcoded LIMMS for ECR valuesVineet Gupta
2013-06-22ARC: [mm] Remove @write argument to do_page_fault()Vineet Gupta
2013-05-07ARC: unaligned access emulation broken if callee-reg dest of LD/STVineet Gupta
2013-05-07ARC: unaligned access emulation error handling consolidationVineet Gupta
2013-03-20ARC: Fix the typo in event identifier flags used by ptraceVineet Gupta
2013-03-11ARC: ABIv3: fork/vfork wrappers not needed in "no-legacy-syscall" ABIVineet Gupta
2013-02-15ARC: Fix pt_orig_r8 accessVineet Gupta
2013-02-15ARC: Support for single cycle Close Coupled Mem (CCM)Vineet Gupta
2013-02-15ARC: Unaligned access emulationVineet Gupta
2013-02-15ARC: DWARF2 .debug_frame based stack unwinderVineet Gupta
2013-02-15ARC: SMP supportVineet Gupta
2013-02-15ARC: Support for high priority interrupts in the in-core intcVineet Gupta
2013-02-15ARC: ptrace supportVineet Gupta
2013-02-15ARC: [optim] Cache "current" in Register r25Vineet Gupta
2013-02-15ARC: [Review] Preparing to fix incorrect syscall restarts due to signalsVineet Gupta
2013-02-15ARC: Signal handlingVineet Gupta
2013-02-11ARC: Process-creation/scheduling/idle-loopVineet Gupta
2013-02-11ARC: Syscall support (no-legacy-syscall ABI)Vineet Gupta
2013-02-11ARC: Low level IRQ/Trap/Exception HandlingVineet Gupta