1. 7655146 ARCv2: Add explcit unaligned access support (and ability to disable too) by Eugeniy Paltsev · 6 years ago
  2. 493a2f8 ARC: enable uboot support unconditionally by Eugeniy Paltsev · 6 years ago
  3. e494239 ARCv2: support manual regfile save on interrupts by Vineet Gupta · 7 years ago
  4. 1953031 Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  5. af7ddd8 Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  6. 9f687dd Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  7. bf28760 clocksource/drivers/arc_timer: Utilize generic sched_clock by Alexey Brodkin · 6 years ago
  8. 3731c3d dma-mapping: always build the direct mapping code by Christoph Hellwig · 6 years ago
  9. 7c703e5 arch: switch the default on ARCH_HAS_SG_CHAIN by Christoph Hellwig · 6 years ago
  10. b7cc40c ARC: change defconfig defaults to ARCv2 by Kevin Hilman · 6 years ago
  11. 20f1b79 PCI: consolidate the PCI_SYSCALL symbol by Christoph Hellwig · 6 years ago
  12. eb01d42 PCI: consolidate PCI config entry in drivers/pci by Christoph Hellwig · 6 years ago
  13. 2c519f5 ARC: remove redundant 'default n' from Kconfig by Bartlomiej Zolnierkiewicz · 6 years ago
  14. aca52c3 mm: remove CONFIG_HAVE_MEMBLOCK by Mike Rapoport · 6 years ago
  15. b4a991e mm: remove CONFIG_NO_BOOTMEM by Mike Rapoport · 6 years ago
  16. cff2294 Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  17. 58b0440 dma-mapping: consolidate the dma mmap implementations by Christoph Hellwig · 6 years ago
  18. bc3ec75 dma-mapping: merge direct and noncoherent ops by Christoph Hellwig · 6 years ago
  19. 7c2020c ARC: fix spelling mistake "entires" -> "entries" by Colin Ian King · 6 years ago
  20. c27d0e9 ARC: sort Kconfig by Vineet Gupta · 6 years ago
  21. fa1b5d0 Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  22. 87a4c37 kconfig: include kernel/Kconfig.preempt from init/Kconfig by Christoph Hellwig · 6 years ago
  23. 06ec64b Kconfig: consolidate the "Kernel hacking" menu by Christoph Hellwig · 6 years ago
  24. 1572497 kconfig: include common Kconfig files from top-level Kconfig by Christoph Hellwig · 6 years ago
  25. eb27773 ARC: dma [non-IOC] setup SMP_CACHE_BYTES and cache_line_size by Eugeniy Paltsev · 6 years ago
  26. 2a0ea7d Merge tag 'arc-4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 6 years ago
  27. af1fc5b ARCv2: [plat-hsdk]: Save accl reg pair by default by Vineet Gupta · 6 years ago
  28. 3010a5e mm: introduce ARCH_HAS_PTE_SPECIAL by Laurent Dufour · 7 years ago
  29. 6c3e71d arc: use generic dma_noncoherent_ops by Christoph Hellwig · 7 years ago
  30. 4965a68 arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/Kconfig by Christoph Hellwig · 7 years ago
  31. d4a451d arch: remove the ARCH_PHYS_ADDR_T_64BIT config symbol by Christoph Hellwig · 7 years ago
  32. 2120447 Merge tag 'arc-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 7 years ago
  33. 827cc2f ARC: Fix malformed ARC_EMUL_UNALIGNED default by Ulf Magnusson · 7 years ago
  34. 57723cb arc: remove CONFIG_ARC_PLAT_NEEDS_PHYS_TO_DMA by Christoph Hellwig · 7 years ago
  35. ca122fe3 Merge tag 'arc-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 7 years ago
  36. 8238573 ARC: perf: avoid vmalloc backed mmap by Vineet Gupta · 8 years ago
  37. 83fc61a treewide: Fix typos in Kconfig by Masanari Iida · 7 years ago
  38. 5464d03 ARC: fix allnoconfig build warning by Vineet Gupta · 7 years ago
  39. a518d63 ARC: [plat-hsdk] initial port for HSDK board by Alexey Brodkin · 7 years ago
  40. 9ed6878 ARC: mm: Decouple RAM base address from kernel link address by Eugeniy Paltsev · 7 years ago
  41. 33460f8 ARC: [plat-sim] Include this platform unconditionally by Vineet Gupta · 7 years ago
  42. cf4100d Revert "ARCv2: Allow enabling PAE40 w/o HIGHMEM" by Alexey Brodkin · 8 years ago
  43. 3d5e801 ARCv2: entry: save Accumulator register pair (r58:59) if present by Vineet Gupta · 8 years ago
  44. 8ba605b ARC: [plat-*] ARC_HAS_COH_CACHES no longer relevant by Vineet Gupta · 8 years ago
  45. f33b8cd ARCv2: intc: Rework the build time irq count information by Yuriy Kolerov · 8 years ago
  46. eb1357d ARC: module: Fix !CONFIG_ARC_DW2_UNWIND builds by Vineet Gupta · 8 years ago
  47. 983eeba ARC: enable SG chaining by Vladimir Kondratiev · 8 years ago
  48. c4c9a04 clocksource: import ARC timer driver by Vineet Gupta · 8 years ago
  49. 0442142 ARC: timer: gfrc, rtc: build under same option (64-bit timers) by Vineet Gupta · 8 years ago
  50. f644e36 ARC: mm: retire ARC_DBG_TLB_MISS_COUNT... by Vineet Gupta · 8 years ago
  51. 27f3d2a ARC: [build] Support gz, lzma compressed uImage by Daniel Mentz · 8 years ago
  52. 3ce0fef ARCv2: intc: untangle SMP, MCIP and IDU by Vineet Gupta · 8 years ago
  53. 3528f84 ARC: CONFIG_NODES_SHIFT fix default values by Noam Camus · 8 years ago
  54. ce63652 ARCv2: Implement atomic64 based on LLOCKD/SCONDD instructions by Vineet Gupta · 9 years ago
  55. ed6aefe Revert "ARCv2: spinlock/rwlock/atomics: Delayed retry of failed SCOND with exponential backoff" by Vineet Gupta · 9 years ago
  56. d140b9b ARC: don't enable DISCONTIGMEM unconditionally by Vineet Gupta · 9 years ago
  57. 60f2b4b ARC: [intc-compact] simplify code for 2 priority levels by Vineet Gupta · 9 years ago
  58. fff7fb0 lib/GCD.c: use binary GCD algorithm instead of Euclidean by Zhaoxiu Zeng · 9 years ago
  59. 96665789 ARC: Add eznps platform to Kconfig and Makefile by Noam Camus · 9 years ago
  60. 15ca68a ARC: Make vmalloc size configurable by Noam Camus · 10 years ago
  61. 1b0ccb8 ARC: [intc-*] Do a domain lookup in primary handler for hwirq -> linux virq by Vineet Gupta · 9 years ago
  62. 69fbd09 ARC: clockevent: Prepare for DT based probe by Noam Camus · 9 years ago
  63. 26f9d5f ARC: support HIGHMEM even without PAE40 by Vineet Gupta · 9 years ago
  64. 1b10cb2 ARC: add support for reserved memory defined by device tree by Alexey Brodkin · 9 years ago
  65. 32ed9a0 ARC: support generic per-device coherent dma mem by Alexey Brodkin · 9 years ago
  66. 732dc97 ARC: Don't source drivers/pci/pcie/Kconfig ourselves by Andreas Ziegler · 9 years ago
  67. d34687a Merge tag 'arc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 9 years ago
  68. f2e3d55 ARC: dma: reintroduce platform specific dma<->phys by Vineet Gupta · 9 years ago
  69. 63e3027 Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  70. b31ac42 ARCv2: LLSC: software backoff is NOT needed starting HS2.1c by Vineet Gupta · 9 years ago
  71. 7cab91b ARCv2: Allow enabling PAE40 w/o HIGHMEM by Vineet Gupta · 9 years ago
  72. c1678ff ARC: Add PCI support by Joao Pinto · 9 years ago
  73. d73b73f ARC: SMP: No need for CONFIG_ARC_IPI_DBG by Vineet Gupta · 9 years ago
  74. 3e5177c arc: get rid of DEVTMPFS dependency on INITRAMFS_SOURCE by Alexey Brodkin · 9 years ago
  75. 0eca6fd ARC: Assume multiplier is always present by Vineet Gupta · 9 years ago
  76. 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
  77. 37eda9d ARC: mm: Introduce explicit super page size support by Vineet Gupta · 9 years ago
  78. d584f0f ARCv2: clocksource: Rename GRTC -> GFRC ... by Vineet Gupta · 9 years ago
  79. da48d09 Kconfig: remove HAVE_LATENCYTOP_SUPPORT by Will Deacon · 9 years ago
  80. ff1c0b6 ARC: [plat-sim] unbork non default CONFIG_LINUX_LINK_BASE by Vineet Gupta · 9 years ago
  81. 5a364c2 ARC: mm: PAE40 support by Vineet Gupta · 10 years ago
  82. 45890f6 ARC: mm: HIGHMEM: kmap API implementation by Vineet Gupta · 10 years ago
  83. 3971cdc ARC: boot: Support Halt-on-reset and Run-on-reset SMP booting modes by Vineet Gupta · 9 years ago
  84. c583ee4f ARC: mm: MMU v1..v3 only selectable for ARCompact ISA based cores by Vineet Gupta · 9 years ago
  85. fe6c1b8 ARCv2: mm: THP support by Vineet Gupta · 11 years ago
  86. 5e05742 ARC: Enable HAVE_FUTEX_CMPXCHG by Vineet Gupta · 9 years ago
  87. 2a44016 ARC: Enable optimistic spinning for LLSC config by Vineet Gupta · 9 years ago
  88. e78fdfe ARCv2: spinlock/rwlock/atomics: Delayed retry of failed SCOND with exponential backoff by Vineet Gupta · 9 years ago
  89. 450ed0d ARCv2: allow selection of page size for MMUv4 by Alexey Brodkin · 9 years ago
  90. d05a76a ARCv2: add knob for DIV_REV in Kconfig by Alexey Brodkin · 9 years ago
  91. 14a0abf ARC: Kconfig: better way to disable ARC_HAS_LLSC for ARC_CPU_750D by Vineet Gupta · 10 years ago
  92. 65bfbcd ARCv2: All bits in place, allow ARCv2 builds by Vineet Gupta · 10 years ago
  93. 72d7288 ARCv2: SMP: clocksource: Enable Global Real Time counter by Vineet Gupta · 10 years ago
  94. aa6083e ARCv2: SMP: ARConnect debug/robustness by Vineet Gupta · 10 years ago
  95. 82fea5a ARCv2: SMP: Support ARConnect (MCIP) for Inter-Core-Interrupts et al by Vineet Gupta · 10 years ago
  96. aa93e8e ARCv2: clocksource: Introduce 64bit local RTC counter by Vineet Gupta · 11 years ago
  97. d1f317d ARCv2: MMUv4: cache programming model changes by Vineet Gupta · 10 years ago
  98. d7a512b ARCv2: MMUv4: TLB programming Model changes by Vineet Gupta · 10 years ago
  99. 1f6ccff ARCv2: Support for ARCv2 ISA and HS38x cores by Vineet Gupta · 12 years ago
  100. 556cc1c ARC: [axs101] Add support for AXS101 SDP (software development platform) by Alexey Brodkin · 11 years ago