1. 2820a70 ARC: dma [IOC] Enable per device io coherency by Eugeniy Paltsev · 6 years ago
  2. 3fcbb82 ARC: atomics: unbork atomic_fetch_##op() by Will Deacon · 6 years ago
  3. 8603596 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  4. de5d1b3 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  5. 2423665 arc: fix build errors in arc/include/asm/delay.h by Randy Dunlap · 6 years ago
  6. eb27773 ARC: dma [non-IOC] setup SMP_CACHE_BYTES and cache_line_size by Eugeniy Paltsev · 6 years ago
  7. 93081ca Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 6 years ago
  8. 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
  9. 93312b6da ARC: mm: allow mprotect to make stack mappings executable by Vineet Gupta · 7 years ago
  10. 6e37611 ARC: Fix CONFIG_SWAP by Alexey Brodkin · 7 years ago
  11. ca1147f ARC: [arcompact] entry.S: minor code movement by Vineet Gupta · 7 years ago
  12. 7cc7eaa atomics/treewide: Clean up '*_andnot()' ifdeffery by Mark Rutland · 7 years ago
  13. b3a2a05 atomics/treewide: Make conditional inc/dec ops optional by Mark Rutland · 7 years ago
  14. 9837559 atomics/treewide: Make unconditional inc/dec ops optional by Mark Rutland · 7 years ago
  15. 18cc181 atomics/treewide: Make test ops optional by Mark Rutland · 7 years ago
  16. ab0b910 atomics/arc: Define atomic64_fetch_add_unless() by Mark Rutland · 7 years ago
  17. eccc2da atomics/treewide: Make atomic_fetch_add_unless() optional by Mark Rutland · 7 years ago
  18. bef8282 atomics/treewide: Make atomic64_inc_not_zero() optional by Mark Rutland · 7 years ago
  19. 8b47038 atomics/treewide: Remove redundant atomic_inc_not_zero() definitions by Mark Rutland · 7 years ago
  20. bfc18e3 atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless() by Mark Rutland · 7 years ago
  21. e00f199 ARC/kprobes: Remove jprobe implementation by Masami Hiramatsu · 7 years ago
  22. 2f24ef7 ARC: Enable machine_desc->init_per_cpu for !CONFIG_SMP by Alexey Brodkin · 7 years ago
  23. 3010a5e mm: introduce ARCH_HAS_PTE_SPECIAL by Laurent Dufour · 7 years ago
  24. 0bbcce5 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  25. 6c3e71d arc: use generic dma_noncoherent_ops by Christoph Hellwig · 7 years ago
  26. 325ef18 PCI: remove PCI_DMA_BUS_IS_PHYS by Christoph Hellwig · 7 years ago
  27. 2b5a9a3 time: Add an asm-generic/compat.h file by Arnd Bergmann · 7 years ago
  28. 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
  29. 173a3ef bug.h: work around GCC PR82365 in BUG() by Arnd Bergmann · 7 years ago
  30. 3879ae6 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 7 years ago
  31. 5c8aa7e arc: use generic_pmdp_establish as pmdp_establish by Kirill A. Shutemov · 7 years ago
  32. 2382dc9 Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  33. 49f9c35 Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 7 years ago
  34. a314279 ARCv2: Don't pretend we may set L-bit in STATUS32 with kflag instruction by Alexey Brodkin · 7 years ago
  35. 0500871 Construct init thread stack in the linker script rather than by union by David Howells · 7 years ago
  36. 57723cb arc: remove CONFIG_ARC_PLAT_NEEDS_PHYS_TO_DMA by Christoph Hellwig · 7 years ago
  37. f84d595 Merge tag 'arc-4.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 7 years ago
  38. e0af0c1 arch: Remove clkdev.h asm-generic from Kbuild by Stephen Boyd · 7 years ago
  39. 79435ac ARC: uaccess: dont use "l" gcc inline asm constraint modifier by Vineet Gupta · 7 years ago
  40. c895f6f bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program type by Hendrik Brueckner · 7 years ago
  41. 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
  42. f315685 ARCv2: boot log: updates for HS48: dual-issue, ECC, Loop Buffer by Vineet Gupta · 7 years ago
  43. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  44. e2be04c License cleanup: add SPDX license identifier to uapi header files with a license by Greg Kroah-Hartman · 7 years ago
  45. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  46. a4c1887 locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementations by Will Deacon · 7 years ago
  47. 0160fb1 locking/arch: Remove dummy arch_{read,spin,write}_relax() implementations by Will Deacon · 7 years ago
  48. a8a217c locking/core: Remove {read,spin,write}_can_lock() by Will Deacon · 7 years ago
  49. dea8252 ARCv2: boot log: identify HS48 cores (dual issue) by Vineet Gupta · 7 years ago
  50. 010a8c9 ARC: boot log: decontaminate ARCv2 ISA_CONFIG register by Vineet Gupta · 7 years ago
  51. c17c020 arch: remove unused *_segments() macros/functions by Tobias Klauser · 7 years ago
  52. ee89252 Merge tag 'arc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 7 years ago
  53. 5f82e71 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  54. 0081a0c Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  55. 9ed6878 ARC: mm: Decouple RAM base address from kernel link address by Eugeniy Paltsev · 7 years ago
  56. ae0b63d ARCv2: SLC: provide a line based flush routine for debugging by Vineet Gupta · 7 years ago
  57. 9f82e90 ARC: Hardcode ARCH_DMA_MINALIGN to max line length we may have by Alexey Brodkin · 7 years ago
  58. 28923f6 ARC: [plat-eznps] handle extra aux regs #2: kernel/entry exit by Liav Rehana · 8 years ago
  59. 5b2189a ARC: [plat-eznps] handle extra aux regs #1: save/restore on context switch by Noam Camus · 8 years ago
  60. 64f42ce ARC: create cpu specific version of arch_cpu_idle() by Vineet Gupta · 8 years ago
  61. 1112c3b ARC: [plat-eznps] spinlock aware for MTM by Noam Camus · 8 years ago
  62. c2bdac1 ARC: spinlock: Document the EX based spin_unlock by Vineet Gupta · 9 years ago
  63. 30d6e0a futex: Remove duplicated code and fix undefined behaviour by Jiri Slaby · 7 years ago
  64. 10c9850 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 7 years ago
  65. 952111d arch: Remove spin_unlock_wait() arch-specific definitions by Paul E. McKenney · 8 years ago
  66. 9d664c0 locking/atomic: Fix atomic_set_release() for 'funny' architectures by Peter Zijlstra · 8 years ago
  67. b5ddb6d ARCv2: PAE40: set MSB even if !CONFIG_ARC_HAS_PAE40 but PAE exists in SoC by Vineet Gupta · 7 years ago
  68. 7d79cee ARCv2: PAE40: Explicitly set MSB counterpart of SLC region ops addresses by Alexey Brodkin · 7 years ago
  69. 3e4f937 arc: move generic-y of exported headers to uapi/asm/Kbuild by Masahiro Yamada · 8 years ago
  70. 1b044f1 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  71. 6474924 arch: remove unused macro/function thread_saved_pc() by Tobias Klauser · 8 years ago
  72. 6bc51cb signal: Remove non-uapi <asm/siginfo.h> by Christoph Hellwig · 8 years ago
  73. 791a9a6 Merge tag 'kbuild-uapi-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 8 years ago
  74. fcc8487 uapi: export all headers under uapi directories by Nicolas Dichtel · 8 years ago
  75. 4a1e31c Merge tag 'arc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 8 years ago
  76. 868a653 ARC: mm: fix build failure in linux-next for UP builds by Vineet Gupta · 8 years ago
  77. 65c02a5 ARCv2: ptrace: provide regset for accumulator/r30 regs by Vineet Gupta · 8 years ago
  78. f734a31 ARCv2: mm: micro-optimize region flush generated code by Vineet Gupta · 8 years ago
  79. 0d77117f ARCv2: mm: Implement cache region flush operations by Vineet Gupta · 10 years ago
  80. 5db6db0 Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  81. eea86b6 Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64', 'uaccess.avr32', 'uaccess.bfin', 'uaccess.c6x', 'uaccess.cris', 'uaccess.frv', 'uaccess.h8300', 'uaccess.hexagon', 'uaccess.ia64', 'uaccess.m32r', 'uaccess.m68k', 'uaccess.metag', 'uaccess.microblaze', 'uaccess.mips', 'uaccess.mn10300', 'uaccess.nios2', 'uaccess.openrisc', 'uaccess.parisc', 'uaccess.powerpc', 'uaccess.s390', 'uaccess.score', 'uaccess.sh', 'uaccess.sparc', 'uaccess.tile', 'uaccess.um', 'uaccess.unicore32', 'uaccess.x86' and 'uaccess.xtensa' into work.uaccess by Al Viro · 8 years ago
  82. 3d5e801 ARCv2: entry: save Accumulator register pair (r58:59) if present by Vineet Gupta · 8 years ago
  83. 6492f09 ARC: [plat-eznps] Fix build error by Noam Camus · 8 years ago
  84. bee3f41 Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux into uaccess.parisc by Al Viro · 8 years ago
  85. dcbcb49 Merge tag 'arc-4.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 8 years ago
  86. 4c6fabd ARC: fix build warnings with !CONFIG_KPROBES by Vineet Gupta · 8 years ago
  87. e13909a ARC: uaccess: enable INLINE_COPY_{TO,FROM}_USER ... by Vineet Gupta · 8 years ago
  88. 839cc29 arc: switch to RAW_COPY_USER by Al Viro · 8 years ago
  89. 3a1e37a arc: get rid of unused declaration by Al Viro · 8 years ago
  90. db68ce1 new helper: uaccess_kernel() by Al Viro · 8 years ago
  91. aaa2e7a add asm-generic/extable.h by Al Viro · 8 years ago
  92. 9849a56 arch, mm: convert all architectures to use 5level-fixup.h by Kirill A. Shutemov · 8 years ago
  93. af1d5b3 uaccess: drop duplicate includes from asm/uaccess.h by Al Viro · 8 years ago
  94. 6e84f31 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  95. 7d134b2 kprobes: move kprobe declarations to asm-generic/kprobes.h by Luis R. Rodriguez · 8 years ago
  96. ac1820f Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  97. a4ee7ba Merge tag 'arc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 8 years ago
  98. 179cf19 ARCv2: intc: Use runtime value of irq count for setting up intc by Vineet Gupta · 8 years ago
  99. f33b8cd ARCv2: intc: Rework the build time irq count information by Yuriy Kolerov · 8 years ago
  100. fe7b109 ARC: [intc-*]: confine NR_CPU_IRQS to intc code by Vineet Gupta · 8 years ago