1. e0d5321 arc: perf: Enable generic "cache-references" and "cache-misses" events by Alexey Brodkin · 8 years ago
  2. ce0f493 ARC: [plat-eznps] add missing atomic_fetch_xxx operations by Noam Camus · 8 years ago
  3. ce63652 ARCv2: Implement atomic64 based on LLOCKD/SCONDD instructions by Vineet Gupta · 9 years ago
  4. 26c01c4 ARCv2: Support dynamic peripheral address space in HS38 rel 3.0 cores by Vineet Gupta · 8 years ago
  5. f507684 ARCv2: identify HS38 rel 3.0 cores by Vineet Gupta · 8 years ago
  6. 9efac67 ARCv2: Add support for ZeBu Emulation platform for HS cores by Vineet Gupta · 9 years ago
  7. 618a9cd arc: Add "model" properly in device tree description of all boards by Alexey Brodkin · 8 years ago
  8. 7798bf2 arc: don't leak bits of kernel stack into coredump by Al Viro · 8 years ago
  9. 77e5bdf Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  10. 05d9d0b ARC: uaccess: get_user to zero out dest in cause of fault by Vineet Gupta · 8 years ago
  11. f8430ea PCI/MSI: Enable PCI_MSI_IRQ_DOMAIN support for ARC by Joao Pinto · 8 years ago
  12. c57653d ARC: export __udivdi3 for modules by Vineet Gupta · 8 years ago
  13. 1c3c9093 ARC: mm: fix build breakage with STRICT_MM_TYPECHECKS by Vineet Gupta · 8 years ago
  14. d77976c ARC: export kmap by Vineet Gupta · 8 years ago
  15. 840c054 ARC: Support syscall ABI v4 by Vineet Gupta · 8 years ago
  16. 86147e3 ARC: use correct offset in pt_regs for saving/restoring user mode r25 by Liav Rehana · 8 years ago
  17. 45c3b08 ARC: Elide redundant setup of DMA callbacks by Vineet Gupta · 8 years ago
  18. 18b43e8 ARC: Call trace_hardirqs_on() before enabling irqs by Daniel Mentz · 8 years ago
  19. 00085f1 dma-mapping: use unsigned long for dma_attrs by Krzysztof Kozlowski · 8 years ago
  20. bd721ea treewide: replace obsolete _refok by __ref by Fabian Frederick · 8 years ago
  21. 731c7d3 Merge tag 'drm-for-v4.8' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  22. f64d6e2 Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 8 years ago
  23. a6408f6 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  24. 9d3bc3d Merge tag 'arc-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 8 years ago
  25. 3925a16 ARC: mm: don't loose PTE_SPECIAL in pte_modify() by Vineet Gupta · 8 years ago
  26. 6e8d666 Disable "maybe-uninitialized" warning globally by Linus Torvalds · 8 years ago
  27. dcddffd mm: do not pass mm_struct into handle_mm_fault by Kirill A. Shutemov · 8 years ago
  28. 5e58052 Backmerge tag 'v4.7' into drm-next by Dave Airlie · 8 years ago
  29. 55392c4 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  30. c86ad14 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  31. b4dff28 ARC: dma: fix address translation in arc_dma_free by Vladimir Kondratiev · 8 years ago
  32. 627c88b ARC: typo fix in mm/ioremap.c by Alexey Brodkin · 8 years ago
  33. ecd8081 ARC/time: Convert to hotplug state machine by Anna-Maria Gleixner · 8 years ago
  34. 1ce0b58 ARC: fix linux-next build breakage by Vineet Gupta · 8 years ago
  35. 3d93f42 Merge branch 'clockevents/4.8' of http://git.linaro.org/people/daniel.lezcano/linux into timers/core by Thomas Gleixner · 8 years ago
  36. 542d972 Back-merge tag 'v4.7-rc5' into drm-next by Dave Airlie · 8 years ago
  37. 284341d Merge tag 'arc-4.7-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 8 years ago
  38. 177cf6e clocksources: Switch back to the clksrc table by Daniel Lezcano · 8 years ago
  39. 43d7560 clocksource/drivers/arc: Convert init function to return error by Daniel Lezcano · 8 years ago
  40. 9bd5451 arc: unwind: warn only once if DW2_UNWIND is disabled by Alexey Brodkin · 8 years ago
  41. f52e126 ARC: unwind: ensure that .debug_frame is generated (vs. .eh_frame) by Vineet Gupta · 8 years ago
  42. 54d87d6 arc: get rid of superfluous __GFP_REPEAT by Michal Hocko · 8 years ago
  43. 61c7864 arc: Remove unnecessary of_platform_populate with default match table by Kefeng Wang · 8 years ago
  44. 4aef66c locking/atomic, arch/arc: Fix build by Peter Zijlstra · 8 years ago
  45. b53d6be locking/atomic: Remove linux/atomic.h:atomic_fetch_or() by Peter Zijlstra · 8 years ago
  46. fbffe89 locking/atomic, arch/arc: Implement atomic_fetch_{add,sub,and,andnot,or,xor}() by Peter Zijlstra · 8 years ago
  47. 726328d locking/spinlock, arch: Update and fix spin_unlock_wait() implementations by Peter Zijlstra · 8 years ago
  48. 830c657 ARC: [nsimosci] Enable ARC PGU on nSIM OSCI virtual platforms by Alexey Brodkin · 8 years ago
  49. c8f1daa ARCv2: [vdk] Enable ARC PGU on HS38 VDK by Alexey Brodkin · 8 years ago
  50. ed6aefe Revert "ARCv2: spinlock/rwlock/atomics: Delayed retry of failed SCOND with exponential backoff" by Vineet Gupta · 8 years ago
  51. 819f360 Revert "ARCv2: spinlock/rwlock: Reset retry delay when starting a new spin-wait cycle" by Vineet Gupta · 8 years ago
  52. 42316a2 Revert "ARCv2: spinlock/rwlock/atomics: reduce 1 instruction in exponential backoff" by Vineet Gupta · 8 years ago
  53. d140b9b ARC: don't enable DISCONTIGMEM unconditionally by Vineet Gupta · 8 years ago
  54. 60f2b4b ARC: [intc-compact] simplify code for 2 priority levels by Vineet Gupta · 8 years ago
  55. 49acadf arc: Get rid of root core-frequency property by Alexey Brodkin · 8 years ago
  56. 2547476 Fix typos by Andrea Gelmini · 8 years ago
  57. bdc6b75 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  58. d04f90f Merge tag 'asm-generic-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 8 years ago
  59. 1d6da87 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  60. fff7fb0 lib/GCD.c: use binary GCD algorithm instead of Euclidean by Zhaoxiu Zeng · 8 years ago
  61. 5f56a5d exit_thread: remove empty bodies by Jiri Slaby · 8 years ago
  62. a05a70d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  63. fd8cfd3 arch: fix has_transparent_hugepage() by Hugh Dickins · 8 years ago
  64. a0d3c7c Merge tag 'dmaengine-4.7-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 8 years ago
  65. 0efacbb Merge tag 'arc-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 8 years ago
  66. 776d7f1 arc: axs103_smp: Fix CPU frequency to 100MHz for dual-core by Alexey Brodkin · 8 years ago
  67. 1eccc6e Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 8 years ago
  68. cfbcf46 perf core: Pass max stack as a perf_callchain_entry context by Arnaldo Carvalho de Melo · 8 years ago
  69. 76e9cab Merge branch 'topic-arcpgu-updates' of https://github.com/foss-for-synopsys-dwc-arc-processors/linux into drm-next by Dave Airlie · 8 years ago
  70. 445a642 arc: axs10x: Add DT bindings for I2S PLL Clock by Jose Abreu · 8 years ago
  71. 5035cd5 ARC: pae: STRICT_MM_TYPECHECKS was broken by Vineet Gupta · 8 years ago
  72. 96665789 ARC: Add eznps platform to Kconfig and Makefile by Noam Camus · 9 years ago
  73. 085572f ARC: [plat-eznps] Use dedicated COMMAND_LINE_SIZE by Noam Camus · 9 years ago
  74. 46c3e6b ARC: [plat-eznps] Use dedicated cpu_relax() by Tal Zilcer · 9 years ago
  75. 86c2546 ARC: [plat-eznps] Use dedicated identity auxiliary register. by Noam Camus · 11 years ago
  76. b1f2f6f ARC: [plat-eznps] Use dedicated SMP barriers by Noam Camus · 9 years ago
  77. a5a10d9 ARC: [plat-eznps] Use dedicated atomic/bitops/cmpxchg by Noam Camus · 9 years ago
  78. 8bcf2c4 ARC: [plat-eznps] Use dedicated user stack top by Noam Camus · 8 years ago
  79. 4a66d3f ARC: [plat-eznps] Add eznps platform by Noam Camus · 12 years ago
  80. 845033b ARC: [plat-eznps] Add eznps board defconfig and dts by Noam Camus · 12 years ago
  81. 71f9cf8 ARC: Mark secondary cpu online only after all HW setup is done by Noam Camus · 9 years ago
  82. 2a1021f ARC: rwlock: disable interrupts in !LLSC variant by Noam Camus · 9 years ago
  83. 15ca68a ARC: Make vmalloc size configurable by Noam Camus · 10 years ago
  84. 4bb40c6 ARC: clean out UAPI byteorder.h clean off Kconfig symbol by Noam Camus · 8 years ago
  85. 6e9318d ARC: RIP arc_{get|set}_core_freq() clk API by Alexey Brodkin · 8 years ago
  86. 20c7dbb ARC: Don't try to use value of top level clock-frequency in DT by Alexey Brodkin · 8 years ago
  87. 0e6e9b6 ARC: use fixed frequencies in arc_set_early_base_baud() by Alexey Brodkin · 8 years ago
  88. d21beff ARC: [intc-*] switch to linear domain by Vineet Gupta · 8 years ago
  89. 1b0ccb8 ARC: [intc-*] Do a domain lookup in primary handler for hwirq -> linux virq by Vineet Gupta · 8 years ago
  90. 88555cc ARC: irq: export some IRQs again by Vineet Gupta · 8 years ago
  91. e608b53 ARC: clocksource: DT based probe by Vineet Gupta · 8 years ago
  92. 77c8d0d ARC: clockevent: DT based probe by Vineet Gupta · 8 years ago
  93. 7ec9f34 ARC: [dts] Introduce Timer bindings by Vineet Gupta · 8 years ago
  94. b3d6aba ARC: [dts] Add clk feeding into timers to DTs by Vineet Gupta · 8 years ago
  95. 9ba7648 ARC: [dts] Rename cpu_intc -> core_intc by Vineet Gupta · 8 years ago
  96. 2e8cd93 ARCv2: [dts]: Introduce HS38 specific include DTS ... by Vineet Gupta · 8 years ago
  97. 69fbd09 ARC: clockevent: Prepare for DT based probe by Noam Camus · 8 years ago
  98. eec3c58 ARC: clockevent: switch to cpu notifier for clockevent setup by Noam Camus · 8 years ago
  99. 0eeb3df ARC: [plat-axs] Refactor core freq get/set by Vineet Gupta · 8 years ago
  100. 5695794 ARC: opencode arc_request_percpu_irq by Vineet Gupta · 8 years ago