1. 4749ffd ARC: show_regs: lockdep: avoid page allocator... by Vineet Gupta · 6 years ago
  2. 4e34dd3 ARC: fix __ffs return value to avoid build warnings by Eugeniy Paltsev · 6 years ago
  3. 95aed87 ARC: define ARCH_SLAB_MINALIGN = 8 by Alexey Brodkin · 6 years ago
  4. 7779566 ARC: U-boot: check arguments paranoidly by Eugeniy Paltsev · 6 years ago
  5. 5f7814c ARCv2: Enable unaligned access in early ASM code by Eugeniy Paltsev · 6 years ago
  6. 8cbca17 ARC: perf: map generic branches to correct hardware condition by Eugeniy Paltsev · 6 years ago
  7. 2f0d2f3 ARC: adjust memblock_reserve of kernel memory by Eugeniy Paltsev · 6 years ago
  8. 7bb78e6 ARCv2: lib: memeset: fix doing prefetchw outside of buffer by Eugeniy Paltsev · 6 years ago
  9. bf75d93 clocksource/drivers/arc_timer: Utilize generic sched_clock by Alexey Brodkin · 6 years ago
  10. bf69dc3 ARC: io.h: Implement reads{x}()/writes{x}() by Jose Abreu · 6 years ago
  11. 4e84ccc arc: [devboards] Add support of NFSv3 ACL by Alexey Brodkin · 6 years ago
  12. 41e0254 ARC: change defconfig defaults to ARCv2 by Kevin Hilman · 6 years ago
  13. c58a584 ARC: clone syscall to setp r25 as thread pointer by Vineet Gupta · 6 years ago
  14. 40660f1 ARC: build: Don't set CROSS_COMPILE in arch's Makefile by Alexey Brodkin · 6 years ago
  15. 7c2020c ARC: fix spelling mistake "entires" -> "entries" by Colin Ian King · 6 years ago
  16. 615f644 ARC: build: Get rid of toolchain check by Alexey Brodkin · 6 years ago
  17. 00a9933 ARCv2: build: use mcpu=hs38 iso generic mcpu=archs by Vineet Gupta · 6 years ago
  18. dd45210 ARC: don't check for HIGHMEM pages in arch_dma_alloc by Eugeniy Paltsev · 6 years ago
  19. 2b720e9 ARC: IOC: panic if both IOC and ZONE_HIGHMEM enabled by Eugeniy Paltsev · 6 years ago
  20. 2820a70 ARC: dma [IOC] Enable per device io coherency by Eugeniy Paltsev · 6 years ago
  21. 678c811 ARC: dma [IOC]: mark DMA devices connected as dma-coherent by Eugeniy Paltsev · 6 years ago
  22. 3fcbb82 ARC: atomics: unbork atomic_fetch_##op() by Will Deacon · 6 years ago
  23. 2b52e2a arc: remove redundant GCC version checks by Masahiro Yamada · 6 years ago
  24. c27d0e9 ARC: sort Kconfig by Vineet Gupta · 6 years ago
  25. 1e3bece ARC: cleanup show_faulting_vma() by Eugeniy Paltsev · 6 years ago
  26. c83532f ARC: [plat-axs*]: Enable SWAP by Alexey Brodkin · 6 years ago
  27. 5c09208 ARC: [plat-axs*/plat-hsdk]: Allow U-Boot to pass MAC-address to the kernel by Alexey Brodkin · 6 years ago
  28. 4051c32 ARC: configs: cleanup by Alexey Brodkin · 6 years ago
  29. d503ac5 kbuild: rename LDFLAGS to KBUILD_LDFLAGS by Masahiro Yamada · 6 years ago
  30. 50a7ca3 mm: convert return type of handle_mm_fault() caller to vm_fault_t by Souptick Joarder · 6 years ago
  31. 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
  32. 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
  33. 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
  34. 87a4c37 kconfig: include kernel/Kconfig.preempt from init/Kconfig by Christoph Hellwig · 6 years ago
  35. 06ec64b Kconfig: consolidate the "Kernel hacking" menu by Christoph Hellwig · 6 years ago
  36. 1572497 kconfig: include common Kconfig files from top-level Kconfig by Christoph Hellwig · 6 years ago
  37. ec837d6 arc: fix type warnings in arc/mm/cache.c by Randy Dunlap · 7 years ago
  38. 2423665 arc: fix build errors in arc/include/asm/delay.h by Randy Dunlap · 7 years ago
  39. 9e2ea40 arc: [plat-eznps] fix printk warning in arc/plat-eznps/mtm.c by Randy Dunlap · 7 years ago
  40. b1f32ce arc: [plat-eznps] fix data type errors in platform headers by Randy Dunlap · 7 years ago
  41. 05b466b ARC: [plat-eznps] Add missing struct nps_host_reg_aux_dpc by Ofer Levi · 7 years ago
  42. 386177d ARC: add SMP_CACHE_BYTES value validate by Eugeniy Paltsev · 7 years ago
  43. eb27773 ARC: dma [non-IOC] setup SMP_CACHE_BYTES and cache_line_size by Eugeniy Paltsev · 7 years ago
  44. 4c612ad ARC: dma [non IOC]: fix arc_dma_sync_single_for_(device|cpu) by Eugeniy Paltsev · 7 years ago
  45. 93081ca Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 7 years ago
  46. 2a0ea7d Merge tag 'arc-4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 7 years ago
  47. af1fc5b ARCv2: [plat-hsdk]: Save accl reg pair by default by Vineet Gupta · 7 years ago
  48. 93312b6da ARC: mm: allow mprotect to make stack mappings executable by Vineet Gupta · 7 years ago
  49. 6e37611 ARC: Fix CONFIG_SWAP by Alexey Brodkin · 7 years ago
  50. ca1147f ARC: [arcompact] entry.S: minor code movement by Vineet Gupta · 7 years ago
  51. 64234961 ARC: configs: Remove CONFIG_INITRAMFS_SOURCE from defconfigs by Alexey Brodkin · 7 years ago
  52. 29c2068 ARC: configs: remove no longer needed CONFIG_DEVPTS_MULTIPLE_INSTANCES by Anders Roxell · 7 years ago
  53. e870878 ARC: Improve cmpxchg syscall implementation by Peter Zijlstra · 7 years ago
  54. ec58ba1 ARC: [plat-hsdk]: Configure APB GPIO controller on ARC HSDK platform by Gustavo Pimentel · 7 years ago
  55. 7605385 ARC: [plat-hsdk] Add PCIe support by Gustavo Pimentel · 7 years ago
  56. 7cc7eaa atomics/treewide: Clean up '*_andnot()' ifdeffery by Mark Rutland · 7 years ago
  57. b3a2a05 atomics/treewide: Make conditional inc/dec ops optional by Mark Rutland · 7 years ago
  58. 9837559 atomics/treewide: Make unconditional inc/dec ops optional by Mark Rutland · 7 years ago
  59. 18cc181 atomics/treewide: Make test ops optional by Mark Rutland · 7 years ago
  60. ab0b910 atomics/arc: Define atomic64_fetch_add_unless() by Mark Rutland · 7 years ago
  61. eccc2da atomics/treewide: Make atomic_fetch_add_unless() optional by Mark Rutland · 7 years ago
  62. bef8282 atomics/treewide: Make atomic64_inc_not_zero() optional by Mark Rutland · 7 years ago
  63. 8b47038 atomics/treewide: Remove redundant atomic_inc_not_zero() definitions by Mark Rutland · 7 years ago
  64. bfc18e3 atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless() by Mark Rutland · 7 years ago
  65. cce188b bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobe by Masami Hiramatsu · 7 years ago
  66. 5ed4b0c ARC/kprobes: Don't call the ->break_handler() in ARC kprobes code by Masami Hiramatsu · 7 years ago
  67. e00f199 ARC/kprobes: Remove jprobe implementation by Masami Hiramatsu · 7 years ago
  68. 2f24ef7 ARC: Enable machine_desc->init_per_cpu for !CONFIG_SMP by Alexey Brodkin · 7 years ago
  69. 74c11e3 ARC: Explicitly add -mmedium-calls to CFLAGS by Alexey Brodkin · 7 years ago
  70. 3010a5e mm: introduce ARCH_HAS_PTE_SPECIAL by Laurent Dufour · 7 years ago
  71. 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
  72. 93e95fa Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  73. 6c3e71d arc: use generic dma_noncoherent_ops by Christoph Hellwig · 7 years ago
  74. a8eb92d arc: fix arc_dma_{map,unmap}_page by Christoph Hellwig · 7 years ago
  75. b591741 arc: fix arc_dma_sync_sg_for_{cpu,device} by Christoph Hellwig · 7 years ago
  76. 713a746 arc: simplify arc_dma_sync_single_for_{cpu,device} by Christoph Hellwig · 7 years ago
  77. 4965a68 arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/Kconfig by Christoph Hellwig · 7 years ago
  78. d4a451d arch: remove the ARCH_PHYS_ADDR_T_64BIT config symbol by Christoph Hellwig · 7 years ago
  79. 325ef18 PCI: remove PCI_DMA_BUS_IS_PHYS by Christoph Hellwig · 7 years ago
  80. 3eb0f51 signal: Ensure every siginfo we send has all bits initialized by Eric W. Biederman · 7 years ago
  81. 2b5a9a3 time: Add an asm-generic/compat.h file by Arnd Bergmann · 7 years ago
  82. 54a702f kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markers by Masahiro Yamada · 7 years ago
  83. 3b54765 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  84. 9022ca6 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  85. cb9f753 mm: fix races between swapoff and flush dcache by Huang Ying · 7 years ago
  86. 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
  87. a29a252 ARC: setup cpu possible mask according to possible-cpus dts property by Eugeniy Paltsev · 7 years ago
  88. f3205de ARC: mcip: update MCIP debug mask when the new cpu came online by Eugeniy Paltsev · 7 years ago
  89. 07423d0 ARC: mcip: halt GFRC counter when ARC cores halt by Eugeniy Paltsev · 7 years ago
  90. 701eda0 ARCv2: boot log: fix HS48 release number by Vineet Gupta · 7 years ago
  91. 297ea1b Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  92. 304ec48 get rid of pointless includes of fs_struct.h by Al Viro · 7 years ago
  93. ed7158b treewide/trivial: Remove ';;$' typo noise by Ingo Molnar · 7 years ago
  94. 173a3ef bug.h: work around GCC PR82365 in BUG() by Arnd Bergmann · 7 years ago
  95. 0538233 arc: dts: use 'atmel' as manufacturer for at24 in axs10x_mb by Bartosz Golaszewski · 7 years ago
  96. 827cc2f ARC: Fix malformed ARC_EMUL_UNALIGNED default by Ulf Magnusson · 7 years ago
  97. 3879ae6 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 7 years ago
  98. 47fcc03 Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  99. 5c8aa7e arc: use generic_pmdp_establish as pmdp_establish by Kirill A. Shutemov · 7 years ago
  100. 2382dc9 Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago