1. 9ef2d8b arc: SMP: CONFIG_ARC_IPI_DBG cleanup by Valentin Rothberg · 9 years ago
  2. d73b73f ARC: SMP: No need for CONFIG_ARC_IPI_DBG by Vineet Gupta · 9 years ago
  3. 3dea30c ARCv2: Elide sending new cross core intr if receiver didn't ack prev by Vineet Gupta · 9 years ago
  4. 9681787 ARCv2: SMP: Push IPI_IRQ into IPI provider by Vineet Gupta · 9 years ago
  5. dbcbc7e ARC: [intc-compact] Remove IPI setup from ARCompact port by Vineet Gupta · 9 years ago
  6. bb143f8 ARCv2: SMP: Emulate IPI to self using software triggered interrupt by Vineet Gupta · 9 years ago
  7. a150b08 ARCv2: boot report CCMs (Closely Coupled Memories) by Vineet Gupta · 9 years ago
  8. 98341f7 ARCv2: boot print Low Latency Memory by Vineet Gupta · 9 years ago
  9. 0eca6fd ARC: Assume multiplier is always present by Vineet Gupta · 9 years ago
  10. e835a65 Merge tag 'arc-4.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 9 years ago
  11. dec2b28 ARCv2: intc: Allow interruption by lowest priority interrupt by Vineet Gupta · 9 years ago
  12. 4d0cb15 ARCv2: Check for LL-SC livelock only if LLSC is enabled by Vineet Gupta · 9 years ago
  13. b89bd1f ARC: shrink cpuinfo by not saving full timer BCR by Vineet Gupta · 9 years ago
  14. d584f0f ARCv2: clocksource: Rename GRTC -> GFRC ... by Vineet Gupta · 9 years ago
  15. cbfe74a ARCv2: STAR 9000950267: Handle return from intr to Delay Slot #2 by Vineet Gupta · 9 years ago
  16. 0f0836b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 9 years ago
  17. 6b538db ARC: dw2 unwind: Catch Dwarf SNAFUs early by Vineet Gupta · 9 years ago
  18. 6d0d506 ARC: dw2 unwind: Don't bail for CIE.version != 1 by Vineet Gupta · 9 years ago
  19. 2d64aff Revert "ARC: dw2 unwind: Ignore CIE version !=1 gracefully instead of bailing" by Vineet Gupta · 9 years ago
  20. 575a9d4 ARC: smp: Rename platform hook @init_cpu_smp -> @init_per_cpu by Vineet Gupta · 9 years ago
  21. b474a02 ARC: rename smp operation init_irq_cpu() to init_per_cpu() by Noam Camus · 9 years ago
  22. 323f41f ARC: dw2 unwind: Ignore CIE version !=1 gracefully instead of bailing by Vineet Gupta · 9 years ago
  23. bc79c9a ARC: dw2 unwind: Reinstante unwinding out of modules by Vineet Gupta · 9 years ago
  24. c512c6b ARC: intc: Document arc_request_percpu_irq() better by Vineet Gupta · 9 years ago
  25. c6317bc ARCv2: perf: Ensure perf intr gets enabled on all cores by Vineet Gupta · 9 years ago
  26. 5bf704c ARC: intc: No need to clear IRQ_NOAUTOEN by Vineet Gupta · 9 years ago
  27. 8eb0984 ARCv2: intc: Fix random perf irq disabling in SMP setup by Vineet Gupta · 9 years ago
  28. 7523e4d module: use a structure to encapsulate layout. by Rusty Russell · 9 years ago
  29. 2e22502 ARC: dw2 unwind: Remove falllback linear search thru FDE entries by Vineet Gupta · 9 years ago
  30. e81b75f ARC: remove SYNC from __switch_to() by Vineet Gupta · 9 years ago
  31. 512b5b8 ARC: Abstract out ISA specific SLEEP args by Vineet Gupta · 9 years ago
  32. 541366d ARC: [arcompact] Handle bus error from userspace as Interrupt not exception by Vineet Gupta · 9 years ago
  33. 483bcc9 ARC: boot: Non Master cpus only need to call EARLY_CPU_SETUP once by Vineet Gupta · 9 years ago
  34. aa0efcd ARCv2: smp: [plat-*]: No need to explicitly call mcip_init_smp() by Vineet Gupta · 9 years ago
  35. 286130e ARC: smp: Introduce smp hook @init_irq_cpu called for all cores by Vineet Gupta · 9 years ago
  36. 8721a7f ARC: smp: Rename platform hook @init_smp -> @init_cpu_smp by Vineet Gupta · 9 years ago
  37. 26b8f99 ARCv2: smp: [plat-*]: No need to explicitly call mcip_init_early_smp() by Vineet Gupta · 9 years ago
  38. e55af4d ARC: smp: Introduce smp hook @init_early_smp for Master core by Vineet Gupta · 9 years ago
  39. 4c82f28 ARC: remove @init_time, @init_irq platform callbacks by Vineet Gupta · 9 years ago
  40. e0868e6 ARC: smp: irqchip: handle IPI as percpu irq like timer by Vineet Gupta · 9 years ago
  41. 3971cdc ARC: boot: Support Halt-on-reset and Run-on-reset SMP booting modes by Vineet Gupta · 9 years ago
  42. f33e9c4 ARC: smp: Move default boot kick/wait code out of MCIP into common code by Vineet Gupta · 9 years ago
  43. 964cf28 ARC: boot log: move helper macros to header for reuse by Vineet Gupta · 9 years ago
  44. 9fabcc6 ARC: [arcompact] entry.S: Elide extra check/branch in exception ret path by Vineet Gupta · 9 years ago
  45. 5f88808 ARC: [arcompact] entry.S: Document preemption games for L2 intr by Vineet Gupta · 9 years ago
  46. 9dbd3d9 ARC: [arcompact] don't check for hard isr calling local_irq_enable() by Vineet Gupta · 9 years ago
  47. bd0b9ac genirq: Remove irq argument from irq flow handlers by Thomas Gleixner · 9 years ago
  48. 17e6b00 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  49. 3d59265 ARCv2: entry: Fix reserved handler by Vineet Gupta · 9 years ago
  50. 9b28829 ARCv2: perf: Finally introduce HS perf unit by Vineet Gupta · 10 years ago
  51. e525c37 ARCv2: perf: SMP support by Alexey Brodkin · 9 years ago
  52. e6b1d12 ARCv2: perf: implement exclusion of event counting in user or kernel mode by Alexey Brodkin · 9 years ago
  53. 36481cf ARCv2: perf: Support sampling events using overflow interrupts by Alexey Brodkin · 9 years ago
  54. 1fe8bfa ARCv2: perf: implement "event_set_period" by Alexey Brodkin · 9 years ago
  55. fb7c572 ARC: perf: cap the number of counters to hardware max of 32 by Vineet Gupta · 9 years ago
  56. 0907495 ARC: add/fix some comments in code - no functional change by Vineet Gupta · 9 years ago
  57. 6de6066 ARC: change some branchs to jumps to resolve linkage errors by Yuriy Kolerov · 9 years ago
  58. e78fdfe ARCv2: spinlock/rwlock/atomics: Delayed retry of failed SCOND with exponential backoff by Vineet Gupta · 10 years ago
  59. e13c42e ARCv2: Fix the peripheral address space detection by Vineet Gupta · 9 years ago
  60. badae6b arc/irq: Prepare idu_cascade_isr for irq argument removal by Thomas Gleixner · 9 years ago
  61. aeec6cd ARC/time: Migrate to new 'set-state' interface by Viresh Kumar · 10 years ago
  62. 624b71e ARCv2: support HS38 releases by Vineet Gupta · 10 years ago
  63. b631788 ARC: slightly refactor macros for boot logging by Vineet Gupta · 10 years ago
  64. 70d93d8 arc:irqchip: prepare for drivers/irqchip/irqchip.h removal by Joël Porquet · 10 years ago
  65. 6b12ec1 ARCv2: intc: IDU: Fix potential race in installing a chained IRQ handler by Vineet Gupta · 10 years ago
  66. 83ce3e6 ARCv2: intc: IDU: support irq affinity by Vineet Gupta · 10 years ago
  67. bccea41 ARC: fix unused var wanring by Vineet Gupta · 10 years ago
  68. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  69. 40b8ad8 ARC: Fix build failures for ARCompact in linux-next after ARCv2 support by Vineet Gupta · 10 years ago
  70. 2924cd1 ARCv2: [vdk] dts files and defconfig for HS38 VDK by Ruud Derwig · 10 years ago
  71. 5fa2daa ARCv2: [axs103] Support ARC SDP FPGA platform for HS38x cores by Vineet Gupta · 10 years ago
  72. 9bf39ab vfs: add file_path() helper by Miklos Szeredi · 10 years ago
  73. eaf0ecc ARCv2: SMP: intc: IDU 2nd level intc for dynamic IRQ distribution by Vineet Gupta · 10 years ago
  74. 72d7288 ARCv2: SMP: clocksource: Enable Global Real Time counter by Vineet Gupta · 10 years ago
  75. aa6083e ARCv2: SMP: ARConnect debug/robustness by Vineet Gupta · 10 years ago
  76. 82fea5a ARCv2: SMP: Support ARConnect (MCIP) for Inter-Core-Interrupts et al by Vineet Gupta · 10 years ago
  77. 173eaaf ARC: make plat_smp_ops weak to allow over-rides by Vineet Gupta · 10 years ago
  78. aa93e8e ARCv2: clocksource: Introduce 64bit local RTC counter by Vineet Gupta · 11 years ago
  79. 0d7b885 ARCv2: STAR 9000808988: signals involving Delay Slot by Vineet Gupta · 10 years ago
  80. 4255b07 ARCv2: STAR 9000793984: Handle return from intr to Delay Slot by Vineet Gupta · 10 years ago
  81. 1f6ccff ARCv2: Support for ARCv2 ISA and HS38x cores by Vineet Gupta · 12 years ago
  82. 820970a ARCv2: [intc] HS38 core interrupt controller by Vineet Gupta · 10 years ago
  83. 10d11e5 ARC: uncached base is hard constant for ARC, don't save it by Vineet Gupta · 10 years ago
  84. 5793e27 ARC: intc: split into ARCompact ISA specific, common bits by Vineet Gupta · 10 years ago
  85. 6ffb9c8 ARC: Make way for pt_regs != user_regs_struct by Vineet Gupta · 11 years ago
  86. c80417b ARC: entry.S: use single EXCEPTION_PROLOGUE by Vineet Gupta · 10 years ago
  87. 62fb640 ARC: entry.S: micro-optimize Trap handler by Vineet Gupta · 10 years ago
  88. c7e6d79 ARC: entry.S: move some code around for cache locality in return path by Vineet Gupta · 10 years ago
  89. 6d1a20b ARC: entry.S: split into ARCompact ISA specific, common bits by Vineet Gupta · 10 years ago
  90. c10d696 ARC: entry.S: Ensure that restore_regs is local to compilation unit by Vineet Gupta · 10 years ago
  91. 4bf4564 ARC: entry.S: comments cleanup by Vineet Gupta · 10 years ago
  92. a8717d2 ARC: entry.S: Trap handler to use r10 for syscall vs. brkpt decision by Vineet Gupta · 10 years ago
  93. 9b8c7d1 ARC: entry.S: FAKE_RET_FROM_EXCPN can always use r9 by Vineet Gupta · 10 years ago
  94. a615b47 ARC: entry.S: confine EXCEPTION_* macros to one file by Vineet Gupta · 10 years ago
  95. f033737 ARC: entry.S: canonical'ize EXCEPTION_{PROLOGUE,EPILOGUE} by Vineet Gupta · 10 years ago
  96. 09f3b37 ARC: entry.S: Introduce INTERRUPT_{PROLOGUE,EPILOGUE} by Vineet Gupta · 10 years ago
  97. fbfa26a ARC: entry.S: common'ize scrtach reg freeup in intr + exceptions by Vineet Gupta · 10 years ago
  98. 8d0d56b ARC: [axs101] support early 8250 uart by Vineet Gupta · 10 years ago
  99. def32fa ARC: stack unwinder to bail if PC is not kernel mode by Vineet Gupta · 10 years ago
  100. 082ae1e ARC: perf: Remove unnecessary local variable by Tobias Klauser · 10 years ago