1. 5d4c666 ARC: build: Don't set CROSS_COMPILE in arch's Makefile by Alexey Brodkin · 6 years ago
  2. e4450e3 ARC: build: Get rid of toolchain check by Alexey Brodkin · 6 years ago
  3. e82f790 ARC: clone syscall to setp r25 as thread pointer by Vineet Gupta · 6 years ago
  4. a0890a02 ARC: atomics: unbork atomic_fetch_##op() by Will Deacon · 6 years ago
  5. 3b21adc ARC: [plat-axs*]: Enable SWAP by Alexey Brodkin · 6 years ago
  6. 8620db8 arc: fix type warnings in arc/mm/cache.c by Randy Dunlap · 6 years ago
  7. 6e64609 arc: fix build errors in arc/include/asm/delay.h by Randy Dunlap · 6 years ago
  8. fcc80f8 arc: [plat-eznps] fix data type errors in platform headers by Randy Dunlap · 6 years ago
  9. 6cfe79d ARC: Improve cmpxchg syscall implementation by Peter Zijlstra · 6 years ago
  10. 8cc7051 ARC: Enable machine_desc->init_per_cpu for !CONFIG_SMP by Alexey Brodkin · 7 years ago
  11. e7a0393 ARC: Explicitly add -mmedium-calls to CFLAGS by Alexey Brodkin · 6 years ago
  12. 1be686f ARC: configs: Remove CONFIG_INITRAMFS_SOURCE from defconfigs by Alexey Brodkin · 6 years ago
  13. 2ee7d6f ARC: mm: allow mprotect to make stack mappings executable by Vineet Gupta · 6 years ago
  14. 3a80fb0 ARC: Fix CONFIG_SWAP by Alexey Brodkin · 6 years ago
  15. a5338db ARC: Fix malformed ARC_EMUL_UNALIGNED default by Ulf Magnusson · 6 years ago
  16. 81da9f8 futex: Remove duplicated code and fix undefined behaviour by Jiri Slaby · 7 years ago
  17. cc1349f ARC: uaccess: dont use "l" gcc inline asm constraint modifier by Vineet Gupta · 7 years ago
  18. 57e4f87 ARC: Re-enable MMU upon Machine Check exception by Jose Abreu · 7 years ago
  19. 8d362cb ARCv2: PAE40: Explicitly set MSB counterpart of SLC region ops addresses by Alexey Brodkin · 7 years ago
  20. 301681d ARCv2: IRQ: Call entry/exit functions for chained handlers in MCIP by Yuriy Kolerov · 7 years ago
  21. cfc0eb40 mm: larger stack guard gap, between vmas by Hugh Dickins · 7 years ago
  22. 2552e2c ARCv2: smp-boot: wake_flag polling by non-Masters needs to be uncached by Vineet Gupta · 8 years ago
  23. 8cb6045 ARC: smp-boot: Decouple Non masters waiting API from jump to entry point by Vineet Gupta · 7 years ago
  24. 9cbf433 ARCv2: save r30 on kernel entry as gcc uses it for code-gen by Vineet Gupta · 7 years ago
  25. 563300b ARC: [plat-eznps] Fix build error by Noam Camus · 7 years ago
  26. 1a815c5 ARC: [arcompact] brown paper bag bug in unaligned access delay slot fixup by Vineet Gupta · 7 years ago
  27. ca332b9 ARC: [arcompact] handle unaligned access delay slot corner case by Vineet Gupta · 7 years ago
  28. 9d5f2c1 ARC: udelay: fix inline assembler by adding LP_COUNT to clobber list by Vineet Gupta · 7 years ago
  29. bb82fb4 ARC: module: Fix !CONFIG_ARC_DW2_UNWIND builds by Vineet Gupta · 7 years ago
  30. ce7ec3d ARC: mm: arc700: Don't assume 2 colours for aliasing VIPT dcache by Vineet Gupta · 7 years ago
  31. 6a8b2ca7 ARC: mm: PAE40: Fix crash at munmap by Yuriy Kolerov · 8 years ago
  32. 23cb1f6 ARC: mm: IOC: Don't enable IOC by default by Vineet Gupta · 8 years ago
  33. 3c7c7a2 ARC: Don't use "+l" inline asm constraint by Vineet Gupta · 8 years ago
  34. e6251f0 Merge tag 'arc-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 8 years ago
  35. a76bcf5 Kbuild: enable -Wmaybe-uninitialized warning for "make W=1" by Arnd Bergmann · 8 years ago
  36. 0a0a047 ARCv2: MCIP: Use IDU_M_DISTRI_DEST mode if there is only 1 destination core by Yuriy Kolerov · 8 years ago
  37. 34e71e4 ARC: IRQ: Do not use hwirq as virq and vice versa by Yuriy Kolerov · 8 years ago
  38. 19dbc76 ARC: [plat-eznps] set default baud for early console by Noam Camus · 8 years ago
  39. 6661943 ARC: [plat-eznps] remove IPI clear from SMP operations by Noam Camus · 8 years ago
  40. 76a0840 Revert "ARC: build: retire old toggles" by Vineet Gupta · 8 years ago
  41. 922cc17 ARC: timer: rtc: implement read loop in "C" vs. inline asm by Vineet Gupta · 8 years ago
  42. e6e335b ARC: change return value of userspace cmpxchg assist syscall by Vineet Gupta · 8 years ago
  43. a79a812 arc: Implement arch-specific dma_map_ops.mmap by Alexey Brodkin · 8 years ago
  44. 8f6d9eb ARC: [SMP] avoid overriding present cpumask by Noam Camus · 8 years ago
  45. 6227e9f ARC: Enable PERF_EVENTS in nSIM driven platforms by Alexey Brodkin · 8 years ago
  46. b75dcd9 ARC: module: print pretty section names by Vineet Gupta · 8 years ago
  47. d65283f ARC: module: elide loop to save reference to .eh_frame by Vineet Gupta · 8 years ago
  48. f644e36 ARC: mm: retire ARC_DBG_TLB_MISS_COUNT... by Vineet Gupta · 8 years ago
  49. c300547 ARC: build: retire old toggles by Vineet Gupta · 8 years ago
  50. d975cbc ARC: boot log: refactor cpu name/release printing by Vineet Gupta · 8 years ago
  51. d7c4611 ARC: boot log: remove awkward space comma from MMU line by Vineet Gupta · 8 years ago
  52. a024fd9 ARC: boot log: don't assume SWAPE instruction support by Vineet Gupta · 8 years ago
  53. 73e284d ARC: boot log: refactor printing abt features not captured in BCRs by Vineet Gupta · 8 years ago
  54. 711c1f2 ARCv2: boot log: print IOC exists as well as enabled status by Vineet Gupta · 8 years ago
  55. cf986d4 ARCv2: IOC: use @ioc_enable not @ioc_exist where intended by Vineet Gupta · 8 years ago
  56. 91e040a ARC: syscall for userspace cmpxchg assist by Vineet Gupta · 8 years ago
  57. 1dec785 ARC: fix build warning in elf.h by Vineet Gupta · 8 years ago
  58. 3da4310 ARC: Adjust cpuinfo for non-continuous cpu ids by Noam Camus · 8 years ago
  59. 27f3d2a ARC: [build] Support gz, lzma compressed uImage by Daniel Mentz · 8 years ago
  60. 3ce0fef ARCv2: intc: untangle SMP, MCIP and IDU by Vineet Gupta · 8 years ago
  61. 2692a71 Merge branch 'work.uaccess' into for-linus by Al Viro · 8 years ago
  62. 6727ad9 nmi_backtrace: generate one-line reports for idle cpus by Chris Metcalf · 8 years ago
  63. e6e3d8f Merge tag 'pci-v4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  64. ef25bac ARC: [plat*] enables MODULE* by Vineet Gupta · 8 years ago
  65. cd5d38b ARCv2: fix local_save_flags by Vineet Gupta · 8 years ago
  66. 3528f84 ARC: CONFIG_NODES_SHIFT fix default values by Noam Camus · 8 years ago
  67. bc0c7ec ARCv2: intc: Use kflag if STATUS32.IE must be reset by Yuriy Kolerov · 8 years ago
  68. 99a2ca6 ARC: .exit.* sections can be discarded in .eh_frame regime by Vineet Gupta · 8 years ago
  69. 86effd0 ARC: dw2 unwind: enable cfi pseudo ops in string lib by Vineet Gupta · 8 years ago
  70. 5a205a3 ARC: dw2 unwind: add infrastructure for adding cfi pseudo ops to asm by Vineet Gupta · 8 years ago
  71. 2dad112 ARC: entry: make ret_from_system_call local label by Vineet Gupta · 8 years ago
  72. 2d04864 ARC: dw2 unwind: don't force dwarf 2 by Vineet Gupta · 8 years ago
  73. 6716dbb ARC: dw2 unwind: switch to .eh_frame based unwinding by Vineet Gupta · 11 years ago
  74. d040876 ARC: dw2 unwind: factor CIE specifics for .eh_frame/.debug_frame by Vineet Gupta · 9 years ago
  75. 94f4fb0 ARC: module: support R_ARC_32_PCREL relocation by Vineet Gupta · 8 years ago
  76. e0d5321 arc: perf: Enable generic "cache-references" and "cache-misses" events by Alexey Brodkin · 8 years ago
  77. ce0f493 ARC: [plat-eznps] add missing atomic_fetch_xxx operations by Noam Camus · 8 years ago
  78. ce63652 ARCv2: Implement atomic64 based on LLOCKD/SCONDD instructions by Vineet Gupta · 9 years ago
  79. 26c01c4 ARCv2: Support dynamic peripheral address space in HS38 rel 3.0 cores by Vineet Gupta · 8 years ago
  80. f507684 ARCv2: identify HS38 rel 3.0 cores by Vineet Gupta · 8 years ago
  81. 9efac67 ARCv2: Add support for ZeBu Emulation platform for HS cores by Vineet Gupta · 9 years ago
  82. 618a9cd arc: Add "model" properly in device tree description of all boards by Alexey Brodkin · 8 years ago
  83. 7798bf2 arc: don't leak bits of kernel stack into coredump by Al Viro · 8 years ago
  84. 77e5bdf Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  85. 05d9d0b ARC: uaccess: get_user to zero out dest in cause of fault by Vineet Gupta · 8 years ago
  86. f8430ea PCI/MSI: Enable PCI_MSI_IRQ_DOMAIN support for ARC by Joao Pinto · 8 years ago
  87. c57653d ARC: export __udivdi3 for modules by Vineet Gupta · 8 years ago
  88. 1c3c9093 ARC: mm: fix build breakage with STRICT_MM_TYPECHECKS by Vineet Gupta · 8 years ago
  89. d77976c ARC: export kmap by Vineet Gupta · 8 years ago
  90. 840c054 ARC: Support syscall ABI v4 by Vineet Gupta · 8 years ago
  91. 86147e3 ARC: use correct offset in pt_regs for saving/restoring user mode r25 by Liav Rehana · 8 years ago
  92. 45c3b08 ARC: Elide redundant setup of DMA callbacks by Vineet Gupta · 8 years ago
  93. 18b43e8 ARC: Call trace_hardirqs_on() before enabling irqs by Daniel Mentz · 8 years ago
  94. 00085f1 dma-mapping: use unsigned long for dma_attrs by Krzysztof Kozlowski · 8 years ago
  95. bd721ea treewide: replace obsolete _refok by __ref by Fabian Frederick · 8 years ago
  96. 731c7d3 Merge tag 'drm-for-v4.8' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  97. 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
  98. 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
  99. 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
  100. 3925a16 ARC: mm: don't loose PTE_SPECIAL in pte_modify() by Vineet Gupta · 8 years ago