1. e37e0ee Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  2. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  3. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  4. c9eb617 dma-mapping: turn dma_cache_sync into a dma_map_ops method by Christoph Hellwig · 7 years ago
  5. a4c1887 locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementations by Will Deacon · 7 years ago
  6. 0160fb1 locking/arch: Remove dummy arch_{read,spin,write}_relax() implementations by Will Deacon · 7 years ago
  7. a8a217c locking/core: Remove {read,spin,write}_can_lock() by Will Deacon · 7 years ago
  8. c17c020 arch: remove unused *_segments() macros/functions by Tobias Klauser · 7 years ago
  9. 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
  10. b38e51c binfmt_flat: fix arch/m32r and arch/microblaze flat_put_addr_at_rp() by Randy Dunlap · 7 years ago
  11. 952111d arch: Remove spin_unlock_wait() arch-specific definitions by Paul E. McKenney · 7 years ago
  12. 89cbec7 Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  13. e64f6ea m32r: move generic-y of exported headers to uapi/asm/Kbuild by Masahiro Yamada · 7 years ago
  14. dc50214 Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  15. c856863 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  16. f72e24a Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  17. 468138d binfmt_flat: flat_{get,put}_addr_from_rp() should be able to fail by Al Viro · 7 years ago
  18. 6474924 arch: remove unused macro/function thread_saved_pc() by Tobias Klauser · 7 years ago
  19. 7c72e0d m32r: remove DMA_ERROR_CODE by Christoph Hellwig · 7 years ago
  20. 123dbfe trim __ARCH_WANT_SYS_OLD_GETRLIMIT by Al Viro · 7 years ago
  21. 10503bf get rid of unused __strncpy_from_user() instances by Al Viro · 8 years ago
  22. 8298525 kill strlen_user() by Al Viro · 8 years ago
  23. 9a67734 m32r: switch to RAW_COPY_USER by Al Viro · 8 years ago
  24. 8cd920f m32r: get rid of zeroing by Al Viro · 8 years ago
  25. 35f8acd m32r: switch to generic extable.h by Al Viro · 8 years ago
  26. af1d5b3 uaccess: drop duplicate includes from asm/uaccess.h by Al Viro · 8 years ago
  27. 5e6039d uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.h by Al Viro · 8 years ago
  28. 589ee62 sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h> by Ingo Molnar · 8 years ago
  29. 7d134b2 kprobes: move kprobe declarations to asm-generic/kprobes.h by Luis R. Rodriguez · 8 years ago
  30. 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
  31. af0de78 m32r: fix build warning by Sudip Mukherjee · 8 years ago
  32. 6408b6f m32r: use generic current.h by Davidlohr Bueso · 8 years ago
  33. b672592 sched/cputime: Remove generic asm headers by Frederic Weisbecker · 8 years ago
  34. 815dd18 treewide: Consolidate get_dma_ops() implementations by Bart Van Assche · 8 years ago
  35. 5657933 treewide: Move dma_ops from struct dev_archdata into struct device by Bart Van Assche · 8 years ago
  36. 5299709 treewide: Constify most dma_map_ops structures by Bart Van Assche · 8 years ago
  37. eb17726 m32r: add simple dma by Sudip Mukherjee · 8 years ago
  38. 6d0d287 locking/core: Provide common cpu_relax_yield() definition by Christian Borntraeger · 8 years ago
  39. 5bd0b85 locking/core, arch: Remove cpu_relax_lowlatency() by Christian Borntraeger · 8 years ago
  40. 79ab11c locking/core: Introduce cpu_relax_yield() by Christian Borntraeger · 8 years ago
  41. 890658b locking/mutex: Kill arch specific code by Peter Zijlstra · 8 years ago
  42. c90a3bc m32r: fix __get_user() by Al Viro · 8 years ago
  43. b53d6be locking/atomic: Remove linux/atomic.h:atomic_fetch_or() by Peter Zijlstra · 9 years ago
  44. f649370 locking/atomic, arch/m32r: Implement atomic_fetch_{add,sub,and,or,xor}() by Peter Zijlstra · 9 years ago
  45. 726328d locking/spinlock, arch: Update and fix spin_unlock_wait() implementations by Peter Zijlstra · 8 years ago
  46. 01cfbad ipv4: Update parameters for csum_tcpudp_magic to their original types by Alexander Duyck · 9 years ago
  47. 92a8ed4 m32r: add io*_rep helpers by Sudip Mukherjee · 9 years ago
  48. 6122192 m32r: fix build failure by Sudip Mukherjee · 9 years ago
  49. 82fc167 Merge tag 'v4.3-rc4' into locking/core, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
  50. 30c4465 Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 9 years ago
  51. 62e8a32 atomic, arch: Audit atomic_{read,set}() by Peter Zijlstra · 9 years ago
  52. ca520ca Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  53. 8d58b66 Merge tag 'v4.2-rc8' into x86/mm, before applying new changes by Ingo Molnar · 9 years ago
  54. 4c73e89 arch/*/io.h: Add ioremap_uc() to all architectures by Luis R. Rodriguez · 9 years ago
  55. de9e432 atomic: Collapse all atomic_{set,clear}_mask definitions by Peter Zijlstra · 10 years ago
  56. e6942b7 atomic: Provide atomic_{or,xor,and} by Peter Zijlstra · 11 years ago
  57. c66e45e m32r: Provide atomic_{or,xor,and} by Peter Zijlstra · 11 years ago
  58. 7525a99 m32r: Add ioreadXX/iowriteXX big-endian mmio accessors by Peter Hurley · 9 years ago
  59. f2abeef mm: clean up per architecture MM hook header files by Laurent Dufour · 9 years ago
  60. a6e2f02 Make asm/word-at-a-time.h available on all architectures by Chris Metcalf · 9 years ago
  61. ad90fb9 Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  62. 2ae416b mm: new mm hook framework by Laurent Dufour · 9 years ago
  63. d70b3ef Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  64. 23b7776 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  65. 7ef3d7d Merge branches 'x86/apic', 'x86/asm', 'x86/mm' and 'x86/platform' into x86/core, to merge last updates by Ingo Molnar · 9 years ago
  66. 556269c arch/*/io.h: Add ioremap_wt() to all architectures by Toshi Kani · 9 years ago
  67. c546d5d remove scatterlist.h generation from arch Kbuild files by Christoph Hellwig · 9 years ago
  68. b3c395ef mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are enabled by David Hildenbrand · 9 years ago
  69. a22e5f5 arch: Remove __ARCH_HAVE_CMPXCHG by Thomas Gleixner · 9 years ago
  70. 1fc1499 Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 10 years ago
  71. 445a626 m32r: Remove signal translation and exec_domain by Richard Weinberger · 10 years ago
  72. 37f078f m32r: Autogenerate offsets in struct thread_info by Richard Weinberger · 10 years ago
  73. 71a49d1 m32r: add definition of ioremap_wc to io.h by Abhilash Kesavan · 10 years ago
  74. c07af4f mm: add missing __PAGETABLE_{PUD,PMD}_FOLDED defines by Kirill A. Shutemov · 10 years ago
  75. eaa0eda Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 10 years ago
  76. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 10 years ago
  77. d016bf7 mm: make FIRST_USER_ADDRESS unsigned long on all archs by Kirill A. Shutemov · 10 years ago
  78. 406b16e m32r: drop _PAGE_FILE and pte_file()-related helpers by Kirill A. Shutemov · 10 years ago
  79. 0ab0660 m32r: macro whitespace fixes by Michael S. Tsirkin · 10 years ago
  80. a618337 m32r/uaccess: fix sparse errors by Michael S. Tsirkin · 10 years ago
  81. 70e71ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  82. 0cb6c96 net, lib: kill arch_fast_hash library bits by Daniel Borkmann · 10 years ago
  83. cb147c0 m32r: io: implement dummy relaxed accessor macros for writes by Will Deacon · 11 years ago
  84. dbb885f Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  85. 3a28663 m32r: use Kbuild logic to include <asm-generic/sections.h> by Geert Uytterhoeven · 10 years ago
  86. 2291059 locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read() by Pranith Kumar · 10 years ago
  87. c5c38ef irq_work: Introduce arch_irq_work_has_interrupt() by Peter Zijlstra · 10 years ago
  88. c9ebe21 locking,arch,m32r: Fold atomic_ops by Peter Zijlstra · 11 years ago
  89. 56106da lib/scatterlist: clean up useless architecture versions of scatterlist.h by Laura Abbott · 10 years ago
  90. 3a6bfbc arch, locking: Ciao arch_mutex_cpu_relax() by Davidlohr Bueso · 10 years ago
  91. 89607d5 arch,m32r: Convert smp_mb__*() by Peter Zijlstra · 11 years ago
  92. 073d822 arch: Remove stub cputime.h headers by Frederic Weisbecker · 11 years ago
  93. ddf1d16 locking/mcs: Allow architecture specific asm files to be used for contended case by Tim Chen · 11 years ago
  94. b119fa6 locking/mcs: Order the header files in Kbuild of each architecture in alphabetical order by Tim Chen · 11 years ago
  95. 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  96. 93ea02b arch: Clean up asm/barrier.h implementations using asm-generic/barrier.h by Peter Zijlstra · 11 years ago
  97. e3fec2f lib: Add missing arch generic-y entries for asm-generic/hash.h by David S. Miller · 11 years ago
  98. 4007162 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  99. 9073e1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  100. 7251ab6 m32r: handle pgtable_page_ctor() fail by Kirill A. Shutemov · 11 years ago