1. 3e4f937 arc: move generic-y of exported headers to uapi/asm/Kbuild by Masahiro Yamada · 8 years ago
  2. 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
  3. 6474924 arch: remove unused macro/function thread_saved_pc() by Tobias Klauser · 8 years ago
  4. 6bc51cb signal: Remove non-uapi <asm/siginfo.h> by Christoph Hellwig · 8 years ago
  5. 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
  6. fcc8487 uapi: export all headers under uapi directories by Nicolas Dichtel · 8 years ago
  7. 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
  8. 868a653 ARC: mm: fix build failure in linux-next for UP builds by Vineet Gupta · 8 years ago
  9. 65c02a5 ARCv2: ptrace: provide regset for accumulator/r30 regs by Vineet Gupta · 8 years ago
  10. f734a31 ARCv2: mm: micro-optimize region flush generated code by Vineet Gupta · 8 years ago
  11. 0d77117 ARCv2: mm: Implement cache region flush operations by Vineet Gupta · 10 years ago
  12. 5db6db0 Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  13. 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
  14. 3d5e801 ARCv2: entry: save Accumulator register pair (r58:59) if present by Vineet Gupta · 8 years ago
  15. 6492f09 ARC: [plat-eznps] Fix build error by Noam Camus · 8 years ago
  16. 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
  17. 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
  18. 4c6fabd ARC: fix build warnings with !CONFIG_KPROBES by Vineet Gupta · 8 years ago
  19. e13909a ARC: uaccess: enable INLINE_COPY_{TO,FROM}_USER ... by Vineet Gupta · 8 years ago
  20. 839cc29 arc: switch to RAW_COPY_USER by Al Viro · 8 years ago
  21. 3a1e37a arc: get rid of unused declaration by Al Viro · 8 years ago
  22. db68ce1 new helper: uaccess_kernel() by Al Viro · 8 years ago
  23. aaa2e7a add asm-generic/extable.h by Al Viro · 8 years ago
  24. 9849a56 arch, mm: convert all architectures to use 5level-fixup.h by Kirill A. Shutemov · 8 years ago
  25. af1d5b3 uaccess: drop duplicate includes from asm/uaccess.h by Al Viro · 8 years ago
  26. 6e84f31 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  27. 7d134b2 kprobes: move kprobe declarations to asm-generic/kprobes.h by Luis R. Rodriguez · 8 years ago
  28. 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
  29. 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
  30. 179cf19 ARCv2: intc: Use runtime value of irq count for setting up intc by Vineet Gupta · 8 years ago
  31. f33b8cd ARCv2: intc: Rework the build time irq count information by Yuriy Kolerov · 8 years ago
  32. fe7b109 ARC: [intc-*]: confine NR_CPU_IRQS to intc code by Vineet Gupta · 8 years ago
  33. e98a7bf ARCv2: intc: Use ARC_REG_STATUS32 for addressing STATUS32 reg by Yuriy Kolerov · 8 years ago
  34. b672592 sched/cputime: Remove generic asm headers by Frederic Weisbecker · 8 years ago
  35. 36425cd ARC: udelay: fix inline assembler by adding LP_COUNT to clobber list by Vineet Gupta · 8 years ago
  36. 815dd18 treewide: Consolidate get_dma_ops() implementations by Bart Van Assche · 8 years ago
  37. 5299709 treewide: Constify most dma_map_ops structures by Bart Van Assche · 8 years ago
  38. e497c8e ARCv2: IOC: Use actual memory size to setup aperture size by Vineet Gupta · 8 years ago
  39. 8c47f83 ARCv2: IOC: Adhere to progamming model guidelines to avoid DMA corruption by Vineet Gupta · 9 years ago
  40. d4911cdd ARCv2: IOC: refactor the IOC and SLC operations into own functions by Vineet Gupta · 9 years ago
  41. eb1357d ARC: module: Fix !CONFIG_ARC_DW2_UNWIND builds by Vineet Gupta · 8 years ago
  42. ecd43af ARCv2: save r30 on kernel entry as gcc uses it for code-gen by Vineet Gupta · 8 years ago
  43. 42e0372 Merge tag 'arc-4.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 8 years ago
  44. 08fe007 ARC: mm: arc700: Don't assume 2 colours for aliasing VIPT dcache by Vineet Gupta · 8 years ago
  45. f64915b ARC: mm: No need to save cache version in @cpuinfo by Vineet Gupta · 8 years ago
  46. d25b6af Merge tag 'arc-4.10-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 8 years ago
  47. 107177b ARCv2: intc: default all interrupts to priority 1 by Vineet Gupta · 8 years ago
  48. 6f38751 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 8 years ago
  49. b26c2e3 ARC: breakout timer include code into separate header ... by Vineet Gupta · 8 years ago
  50. 2d7f5c4 ARC: move mcip.h into include/soc and adjust the includes by Vineet Gupta · 8 years ago
  51. c33a605 ARC: breakout aux handling into a separate header by Vineet Gupta · 8 years ago
  52. 6a8b2ca7 ARC: mm: PAE40: Fix crash at munmap by Yuriy Kolerov · 8 years ago
  53. 3c7c7a2 ARC: Don't use "+l" inline asm constraint by Vineet Gupta · 8 years ago
  54. 02cb689 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 8 years ago
  55. 6d0d287 locking/core: Provide common cpu_relax_yield() definition by Christian Borntraeger · 8 years ago
  56. 5bd0b85 locking/core, arch: Remove cpu_relax_lowlatency() by Christian Borntraeger · 8 years ago
  57. 79ab11c locking/core: Introduce cpu_relax_yield() by Christian Borntraeger · 8 years ago
  58. 4c8ee71 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 8 years ago
  59. 34e71e4 ARC: IRQ: Do not use hwirq as virq and vice versa by Yuriy Kolerov · 8 years ago
  60. e6e335b ARC: change return value of userspace cmpxchg assist syscall by Vineet Gupta · 8 years ago
  61. d65283f ARC: module: elide loop to save reference to .eh_frame by Vineet Gupta · 8 years ago
  62. d975cbc ARC: boot log: refactor cpu name/release printing by Vineet Gupta · 8 years ago
  63. a024fd9 ARC: boot log: don't assume SWAPE instruction support by Vineet Gupta · 8 years ago
  64. 73e284d ARC: boot log: refactor printing abt features not captured in BCRs by Vineet Gupta · 8 years ago
  65. 711c1f2 ARCv2: boot log: print IOC exists as well as enabled status by Vineet Gupta · 8 years ago
  66. 890658b locking/mutex: Kill arch specific code by Peter Zijlstra · 8 years ago
  67. cf986d4 ARCv2: IOC: use @ioc_enable not @ioc_exist where intended by Vineet Gupta · 8 years ago
  68. 91e040a ARC: syscall for userspace cmpxchg assist by Vineet Gupta · 8 years ago
  69. 1dec785 ARC: fix build warning in elf.h by Vineet Gupta · 8 years ago
  70. 3ce0fef ARCv2: intc: untangle SMP, MCIP and IDU by Vineet Gupta · 8 years ago
  71. 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
  72. cd5d38b ARCv2: fix local_save_flags by Vineet Gupta · 8 years ago
  73. 5a205a3 ARC: dw2 unwind: add infrastructure for adding cfi pseudo ops to asm by Vineet Gupta · 8 years ago
  74. 94f4fb0 ARC: module: support R_ARC_32_PCREL relocation by Vineet Gupta · 8 years ago
  75. e0d5321 arc: perf: Enable generic "cache-references" and "cache-misses" events by Alexey Brodkin · 8 years ago
  76. ce0f493 ARC: [plat-eznps] add missing atomic_fetch_xxx operations by Noam Camus · 8 years ago
  77. ce63652 ARCv2: Implement atomic64 based on LLOCKD/SCONDD instructions by Vineet Gupta · 10 years ago
  78. 26c01c4 ARCv2: Support dynamic peripheral address space in HS38 rel 3.0 cores by Vineet Gupta · 8 years ago
  79. 77e5bdf Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  80. 05d9d0b ARC: uaccess: get_user to zero out dest in cause of fault by Vineet Gupta · 8 years ago
  81. f8430ea PCI/MSI: Enable PCI_MSI_IRQ_DOMAIN support for ARC by Joao Pinto · 8 years ago
  82. 1c3c9093 ARC: mm: fix build breakage with STRICT_MM_TYPECHECKS by Vineet Gupta · 8 years ago
  83. 840c054 ARC: Support syscall ABI v4 by Vineet Gupta · 8 years ago
  84. 86147e3 ARC: use correct offset in pt_regs for saving/restoring user mode r25 by Liav Rehana · 8 years ago
  85. 18b43e8 ARC: Call trace_hardirqs_on() before enabling irqs by Daniel Mentz · 8 years ago
  86. 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
  87. 3925a16 ARC: mm: don't loose PTE_SPECIAL in pte_modify() by Vineet Gupta · 8 years ago
  88. c86ad14 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  89. 54d87d6 arc: get rid of superfluous __GFP_REPEAT by Michal Hocko · 9 years ago
  90. 4aef66c locking/atomic, arch/arc: Fix build by Peter Zijlstra · 9 years ago
  91. b53d6be locking/atomic: Remove linux/atomic.h:atomic_fetch_or() by Peter Zijlstra · 9 years ago
  92. fbffe89 locking/atomic, arch/arc: Implement atomic_fetch_{add,sub,and,andnot,or,xor}() by Peter Zijlstra · 9 years ago
  93. 726328d locking/spinlock, arch: Update and fix spin_unlock_wait() implementations by Peter Zijlstra · 9 years ago
  94. ed6aefe Revert "ARCv2: spinlock/rwlock/atomics: Delayed retry of failed SCOND with exponential backoff" by Vineet Gupta · 9 years ago
  95. 819f360 Revert "ARCv2: spinlock/rwlock: Reset retry delay when starting a new spin-wait cycle" by Vineet Gupta · 9 years ago
  96. 42316a2 Revert "ARCv2: spinlock/rwlock/atomics: reduce 1 instruction in exponential backoff" by Vineet Gupta · 9 years ago
  97. 2547476 Fix typos by Andrea Gelmini · 9 years ago
  98. d04f90f Merge tag 'asm-generic-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 9 years ago
  99. a05a70d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  100. fd8cfd3 arch: fix has_transparent_hugepage() by Hugh Dickins · 9 years ago