1. 1097163 ARCv2: spinlock/rwlock/atomics: reduce 1 instruction in exponential backoff by Vineet Gupta · 9 years ago
  2. 87ce628 ARC: Make pt_regs regs unsigned by Vineet Gupta · 9 years ago
  3. b89aa12 ARCv2: spinlock/rwlock: Reset retry delay when starting a new spin-wait cycle by Vineet Gupta · 9 years ago
  4. e78fdfe ARCv2: spinlock/rwlock/atomics: Delayed retry of failed SCOND with exponential backoff by Vineet Gupta · 9 years ago
  5. 69cbe63 ARC: LLOCK/SCOND based rwlock by Vineet Gupta · 9 years ago
  6. ae7eae9 ARC: LLOCK/SCOND based spin_lock by Vineet Gupta · 9 years ago
  7. 8ac0665 ARC: refactor atomic inline asm operands with symbolic names by Vineet Gupta · 9 years ago
  8. f5959cb Revert "ARCv2: STAR 9000837815 workaround hardware exclusive transactions livelock" by Vineet Gupta · 9 years ago
  9. e13c42e ARCv2: Fix the peripheral address space detection by Vineet Gupta · 9 years ago
  10. f2abeef mm: clean up per architecture MM hook header files by Laurent Dufour · 9 years ago
  11. f51e2f1 ARC: make sure instruction_pointer() returns unsigned value by Alexey Brodkin · 9 years ago
  12. 9138d41 ARC: Add llock/scond to futex backend by Vineet Gupta · 9 years ago
  13. 80f4208 ARC: Make ARC bitops "safer" (add anti-optimization) by Vineet Gupta · 9 years ago
  14. 2d01eed Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  15. 0890a26 Merge tag 'arc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 9 years ago
  16. 92ed932 arc: use for_each_sg() by Akinobu Mita · 9 years ago
  17. ad90fb9 Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  18. 2ae416b mm: new mm hook framework by Laurent Dufour · 9 years ago
  19. 795f455 ARCv2: SLC: Handle explcit flush for DMA ops (w/o IO-coherency) by Vineet Gupta · 9 years ago
  20. a5c8b52 ARCv2: STAR 9000837815 workaround hardware exclusive transactions livelock by Vineet Gupta · 10 years ago
  21. 04e2eee ARC: Reduce bitops lines of code using macros by Vineet Gupta · 9 years ago
  22. b8a0330 ARCv2: barriers by Vineet Gupta · 9 years ago
  23. 2576c28 ARC: add smp barriers around atomics per Documentation/atomic_ops.txt by Vineet Gupta · 10 years ago
  24. d57f727 ARC: add compiler barrier to LLSC based cmpxchg by Vineet Gupta · 10 years ago
  25. d70b3ef Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  26. 72d7288 ARCv2: SMP: clocksource: Enable Global Real Time counter by Vineet Gupta · 10 years ago
  27. 82fea5a ARCv2: SMP: Support ARConnect (MCIP) for Inter-Core-Interrupts et al by Vineet Gupta · 10 years ago
  28. 8922bc3 ARCv2: Adhere to Zero Delay loop restriction by Vineet Gupta · 11 years ago
  29. bcc4d65 ARCv2: MMUv4: support aliasing icache config by Vineet Gupta · 9 years ago
  30. d1f317d ARCv2: MMUv4: cache programming model changes by Vineet Gupta · 9 years ago
  31. d7a512b ARCv2: MMUv4: TLB programming Model changes by Vineet Gupta · 9 years ago
  32. 4de0e52 ARCv2: STAR 9000814690: Really Re-enable interrupts to avoid deadlocks by Vineet Gupta · 10 years ago
  33. 0d7b885 ARCv2: STAR 9000808988: signals involving Delay Slot by Vineet Gupta · 10 years ago
  34. 1f6ccff ARCv2: Support for ARCv2 ISA and HS38x cores by Vineet Gupta · 11 years ago
  35. 820970a ARCv2: [intc] HS38 core interrupt controller by Vineet Gupta · 9 years ago
  36. 10d11e5 ARC: uncached base is hard constant for ARC, don't save it by Vineet Gupta · 9 years ago
  37. 5793e27 ARC: intc: split into ARCompact ISA specific, common bits by Vineet Gupta · 9 years ago
  38. 5a343b9 ARC: entry.S: [arcompact] simplify SWITCH_TO_KERNEL_STK by Vineet Gupta · 9 years ago
  39. 62fb640 ARC: entry.S: micro-optimize Trap handler by Vineet Gupta · 9 years ago
  40. 6d1a20b ARC: entry.S: split into ARCompact ISA specific, common bits by Vineet Gupta · 9 years ago
  41. 9b8c7d1 ARC: entry.S: FAKE_RET_FROM_EXCPN can always use r9 by Vineet Gupta · 9 years ago
  42. f033737 ARC: entry.S: canonical'ize EXCEPTION_{PROLOGUE,EPILOGUE} by Vineet Gupta · 10 years ago
  43. 09f3b37 ARC: entry.S: Introduce INTERRUPT_{PROLOGUE,EPILOGUE} by Vineet Gupta · 10 years ago
  44. fbfa26a ARC: entry.S: common'ize scrtach reg freeup in intr + exceptions by Vineet Gupta · 10 years ago
  45. 4db27dc ARC: mm: document system mem map clearly by Vineet Gupta · 9 years ago
  46. 40b552d ARC: compress cpuinfo_arc_mmu (mainly save page size in KB) by Vineet Gupta · 9 years ago
  47. 454bfda ARC: remove the unused platform helpers from dma mapping API by Vineet Gupta · 9 years ago
  48. 556269c arch/*/io.h: Add ioremap_wt() to all architectures by Toshi Kani · 9 years ago
  49. c546d5d remove scatterlist.h generation from arch Kbuild files by Christoph Hellwig · 9 years ago
  50. 2f09b22 sched/preempt, futex: Update comments to clarify that preemption doesn't have to be disabled by David Hildenbrand · 9 years ago
  51. 4530949 ARC: fold ___flush_dcache_page into __flush_dcache_page by Vineet Gupta · 9 years ago
  52. 1269f4d ARC: fix warning in sched due to thread_saved_pc() by Vineet Gupta · 9 years ago
  53. daaf40e ARC: unbork !LLSC build by Vineet Gupta · 9 years ago
  54. c76397e Merge tag 'arc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 9 years ago
  55. 0a8a476 ARC: perf: support cache hit/miss ratio by Vineet Gupta · 10 years ago
  56. bde80c2 ARC: perf: Add some comments/debug stuff by Vineet Gupta · 9 years ago
  57. a44ec8b ARC: Fix RTT boot printing by Vineet Gupta · 9 years ago
  58. de60c1a ARC: fold __builtin_constant_p() into test_bit() by Vineet Gupta · 10 years ago
  59. dc9e234 ARC: cosmetic: Remove unused ECR bitfield masks by Vineet Gupta · 10 years ago
  60. 1425d5e ARC: Fix WRITE_BCR by Vineet Gupta · 10 years ago
  61. e6de3ca arc: Remove signal translation and exec_domain by Richard Weinberger · 9 years ago
  62. 3240dd5 ARC: Fix thread_saved_pc() by Vineet Gupta · 9 years ago
  63. 13648b0 ARC: Fix KSTK_ESP() by Vineet Gupta · 9 years ago
  64. 3a51d50 ARC: Make arc_unwind_core accessible externally by Vineet Gupta · 11 years ago
  65. a68fb48 Merge tag 'arc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 9 years ago
  66. 06f34e1 ARC: fix page address calculation if PAGE_OFFSET != LINUX_LINK_BASE by Alexey Brodkin · 9 years ago
  67. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 9 years ago
  68. d016bf7 mm: make FIRST_USER_ADDRESS unsigned long on all archs by Kirill A. Shutemov · 9 years ago
  69. 1874715 arc: drop _PAGE_FILE and pte_file()-related helpers by Kirill A. Shutemov · 9 years ago
  70. ffb7fcd ARC: Dynamically determine BASE_BAUD from DeviceTree by Vineet Gupta · 10 years ago
  71. 7bf6df5 arc: Remove unused prepare_to_copy() by Tobias Klauser · 10 years ago
  72. 22943a6 Merge tag 'arc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 10 years ago
  73. 88ec11b ARC: document memory clobber in irq control macros by Vineet Gupta · 10 years ago
  74. 70e71ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  75. 0cb6c96 net, lib: kill arch_fast_hash library bits by Daniel Borkmann · 10 years ago
  76. a0e4467 Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 10 years ago
  77. bfb111e ARC: Remove redundant PCI_IOBASE declaration by Thierry Reding · 10 years ago
  78. 3d430bd Merge tag 'arc-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 10 years ago
  79. dbb885f Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  80. 5637208 ARC: boot: cpu feature print enhancements by Vineet Gupta · 10 years ago
  81. 52e9bae ARC: unbork FPU save/restore by Vineet Gupta · 10 years ago
  82. be64c99 ARC: remove extraneous __KERNEL__ guards by Vineet Gupta · 10 years ago
  83. ebc0c74 ARC: Update order of registers in KGDB to match GDB 7.5 by Anton Kolesov · 10 years ago
  84. 3872d05 ARC: BUG() dumps stack after @msg (@msg now same as in generic BUG)) by Vineet Gupta · 10 years ago
  85. 435abb6 ARC: RIP @running_on_hw by Vineet Gupta · 10 years ago
  86. c4aa49d ARC: Update comments about uncached address space by Vineet Gupta · 10 years ago
  87. 1736a56 ARC: rename kconfig option for unaligned emulation by Vineet Gupta · 10 years ago
  88. 619f301 ARC: Allow SMP kernel to build/boot on UP-only infrastructure by Vineet Gupta · 10 years ago
  89. c5c38ef irq_work: Introduce arch_irq_work_has_interrupt() by Peter Zijlstra · 10 years ago
  90. f7d11e9 locking,arch,arc: Fold atomic_ops by Peter Zijlstra · 10 years ago
  91. e853ccf Merge tag 'arc-v3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 10 years ago
  92. da40ff4 ARC: cache boot reporting updates by Vineet Gupta · 10 years ago
  93. 590892d ARC: [intc] mask/unmask can be hidden again by Vineet Gupta · 10 years ago
  94. 2b75c0f ARC: [SMP] unify cpu private IRQ requests (TIMER/IPI) by Vineet Gupta · 10 years ago
  95. 3a6bfbc arch, locking: Ciao arch_mutex_cpu_relax() by Davidlohr Bueso · 10 years ago
  96. a4b6cb7 ARC: Implement ptrace(PTRACE_GET_THREAD_AREA) by Anton Kolesov · 10 years ago
  97. 230a15f ARC: remove checks for CONFIG_ARC_MMU_V4 by Paul Bolle · 10 years ago
  98. 9b651cc Merge tag 'arc-v3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 10 years ago
  99. d2705064 Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux into next by Linus Torvalds · 10 years ago
  100. ef680cd ARC: Disable caches in early boot if so configured by Vineet Gupta · 10 years ago