1. b7e573b Merge tag 'arc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 5 years ago
  2. bd71c45 ARC: wireup clone3 syscall by Vineet Gupta · 5 years ago
  3. 9165917 sched/rt, ARC: Use CONFIG_PREEMPTION by Thomas Gleixner · 5 years ago
  4. 68e5c6f ARC: entry: EV_Trap expects r10 (vs. r9) to have exception cause by Vineet Gupta · 6 years ago
  5. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  6. 1ee55a8 ARC: Re-enable MMU upon Machine Check exception by Jose Abreu · 8 years ago
  7. 2dad112 ARC: entry: make ret_from_system_call local label by Vineet Gupta · 8 years ago
  8. 6716dbb ARC: dw2 unwind: switch to .eh_frame based unwinding by Vineet Gupta · 12 years ago
  9. 541366da ARC: [arcompact] Handle bus error from userspace as Interrupt not exception by Vineet Gupta · 9 years ago
  10. 6de6066 ARC: change some branchs to jumps to resolve linkage errors by Yuriy Kolerov · 10 years ago
  11. 62fb640 ARC: entry.S: micro-optimize Trap handler by Vineet Gupta · 10 years ago
  12. c7e6d79 ARC: entry.S: move some code around for cache locality in return path by Vineet Gupta · 10 years ago
  13. 6d1a20b ARC: entry.S: split into ARCompact ISA specific, common bits by Vineet Gupta · 10 years ago
  14. c10d696 ARC: entry.S: Ensure that restore_regs is local to compilation unit by Vineet Gupta · 10 years ago
  15. 4bf4564 ARC: entry.S: comments cleanup by Vineet Gupta · 10 years ago
  16. a8717d2 ARC: entry.S: Trap handler to use r10 for syscall vs. brkpt decision by Vineet Gupta · 10 years ago
  17. 9b8c7d1 ARC: entry.S: FAKE_RET_FROM_EXCPN can always use r9 by Vineet Gupta · 10 years ago
  18. a615b47 ARC: entry.S: confine EXCEPTION_* macros to one file by Vineet Gupta · 10 years ago
  19. f033737 ARC: entry.S: canonical'ize EXCEPTION_{PROLOGUE,EPILOGUE} by Vineet Gupta · 10 years ago
  20. 09f3b37 ARC: entry.S: Introduce INTERRUPT_{PROLOGUE,EPILOGUE} by Vineet Gupta · 10 years ago
  21. fbfa26a ARC: entry.S: common'ize scrtach reg freeup in intr + exceptions by Vineet Gupta · 10 years ago
  22. 98edfab ARC: add some more comments to ret_from_fork by Vineet Gupta · 10 years ago
  23. f63f98e ARC: Fixed spelling errors within comments by Terence Eden · 11 years ago
  24. 8aa9e85 ARC: !PREEMPT: Ensure Return to kernel mode is IRQ safe by Vineet Gupta · 11 years ago
  25. ec7ac6a ARC: switch to generic ENTRY/END assembler annotations by Vineet Gupta · 11 years ago
  26. 0dafafc ARC: Add support for irqflags tracing and lockdep by Vineet Gupta · 12 years ago
  27. 07ba69a ARC: Reduce #ifdef'ery for unaligned access emulation by Vineet Gupta · 11 years ago
  28. 21a63b5 ARC: Change calling convention of do_page_fault() by Vineet Gupta · 11 years ago
  29. fce16bc ARC: Entry Handler tweaks: Optimize away redundant IRQ_DISABLE_SAVE by Vineet Gupta · 12 years ago
  30. 37f3ac4 ARC: Exception Handlers Code consolidation by Vineet Gupta · 12 years ago
  31. 38a9ff6 ARC: Remove explicit passing around of ECR by Vineet Gupta · 12 years ago
  32. 502a0c7 ARC: pt_regs update #5: Use real ECR for pt_regs->event vs. synth values by Vineet Gupta · 12 years ago
  33. 359105b ARC: pt_regs update #4: r25 saved/restored unconditionally by Vineet Gupta · 12 years ago
  34. 147aece ARC: Entry Handler tweaks: Simplify branch for in-kernel preemption by Vineet Gupta · 12 years ago
  35. 1898a95 ARC: Entry Handler tweaks: Avoid hardcoded LIMMS for ECR values by Vineet Gupta · 12 years ago
  36. 3e1ae441 ARC: [mm] Remove @write argument to do_page_fault() by Vineet Gupta · 12 years ago
  37. ce147c7 ARC: unaligned access emulation broken if callee-reg dest of LD/ST by Vineet Gupta · 12 years ago
  38. c723ea4 ARC: unaligned access emulation error handling consolidation by Vineet Gupta · 12 years ago
  39. 367f3fc ARC: Fix the typo in event identifier flags used by ptrace by Vineet Gupta · 12 years ago
  40. 180d406 ARC: ABIv3: fork/vfork wrappers not needed in "no-legacy-syscall" ABI by Vineet Gupta · 12 years ago
  41. 3eb3e7d ARC: Fix pt_orig_r8 access by Vineet Gupta · 12 years ago
  42. 8b5850f ARC: Support for single cycle Close Coupled Mem (CCM) by Vineet Gupta · 12 years ago
  43. 2e651ea ARC: Unaligned access emulation by Vineet Gupta · 12 years ago
  44. 854a0d9 ARC: DWARF2 .debug_frame based stack unwinder by Vineet Gupta · 12 years ago
  45. 41195d2 ARC: SMP support by Vineet Gupta · 12 years ago
  46. 4788a59 ARC: Support for high priority interrupts in the in-core intc by Vineet Gupta · 12 years ago
  47. 547f112 ARC: ptrace support by Vineet Gupta · 12 years ago
  48. 080c374 ARC: [optim] Cache "current" in Register r25 by Vineet Gupta · 12 years ago
  49. 5c39c0a ARC: [Review] Preparing to fix incorrect syscall restarts due to signals by Vineet Gupta · 12 years ago
  50. c358103 ARC: Signal handling by Vineet Gupta · 12 years ago
  51. bf90e1e ARC: Process-creation/scheduling/idle-loop by Vineet Gupta · 12 years ago
  52. 4adeefe ARC: Syscall support (no-legacy-syscall ABI) by Vineet Gupta · 12 years ago
  53. 9d42c84 ARC: Low level IRQ/Trap/Exception Handling by Vineet Gupta · 12 years ago