1. 37cb8e1 Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 7 years ago
  2. e37e0ee Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  3. 7e7962d kbuild: handle dtb-y and CONFIG_OF_ALL_DTBS natively in Makefile.lib by Masahiro Yamada · 7 years ago
  4. 74ce189 kbuild: clean up *.dtb and *.dtb.S patterns from top-level Makefile by Masahiro Yamada · 7 years ago
  5. 10b62a2 .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore by Masahiro Yamada · 7 years ago
  6. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  7. e2be04c License cleanup: add SPDX license identifier to uapi header files with a license by Greg Kroah-Hartman · 7 years ago
  8. 6f52b16 License cleanup: add SPDX license identifier to uapi header files with no license by Greg Kroah-Hartman · 7 years ago
  9. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  10. c9eb617 dma-mapping: turn dma_cache_sync into a dma_map_ops method by Christoph Hellwig · 7 years ago
  11. a4c1887 locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementations by Will Deacon · 7 years ago
  12. 0160fb1 locking/arch: Remove dummy arch_{read,spin,write}_relax() implementations by Will Deacon · 7 years ago
  13. a8a217c locking/core: Remove {read,spin,write}_can_lock() by Will Deacon · 7 years ago
  14. c17c020 arch: remove unused *_segments() macros/functions by Tobias Klauser · 7 years ago
  15. 5226971 Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  16. f0cd340 metag/numa: remove the unused parent_node() macro by Dou Liyang · 7 years ago
  17. 93cc122 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  18. 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
  19. 2fd523c dma-mapping: remove dma_alloc_noncoherent and dma_free_noncoherent by Christoph Hellwig · 7 years ago
  20. 64b5aaa irqchip/metag-ext: Report that effective affinity is a single target by Marc Zyngier · 7 years ago
  21. 952111d arch: Remove spin_unlock_wait() arch-specific definitions by Paul E. McKenney · 7 years ago
  22. 9d664c0 locking/atomic: Fix atomic_set_release() for 'funny' architectures by Peter Zijlstra · 7 years ago
  23. d4442e4 metag: move generic-y of exported headers to uapi/asm/Kbuild by Masahiro Yamada · 7 years ago
  24. 9f45efb Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  25. dc50214 Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  26. 7868a20 mm/hugetlb: add size parameter to huge_pte_offset() by Punit Agrawal · 7 years ago
  27. dcd2e47 metag: Adjust system_state check by Thomas Gleixner · 7 years ago
  28. d5d332d devicetree: Move include prefixes from arch to separate directory by Olof Johansson · 7 years ago
  29. 8298525 kill strlen_user() by Al Viro · 7 years ago
  30. 791a9a6 Merge tag 'kbuild-uapi-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  31. f94c128 Merge tag 'metag-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag by Linus Torvalds · 7 years ago
  32. fcc8487 uapi: export all headers under uapi directories by Nicolas Dichtel · 7 years ago
  33. e3cd7f0 metag/mm: Drop pointless increment by James Hogan · 7 years ago
  34. 5a0387a Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  35. 3a158a6 metag/uaccess: Check access_ok in strncpy_from_user by James Hogan · 7 years ago
  36. 8a8b566 metag/uaccess: Fix access_ok() by James Hogan · 7 years ago
  37. 5db6db0 Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  38. 701cac6 CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional now by Al Viro · 7 years ago
  39. 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 · 7 years ago
  40. ed067d4 linux/kernel.h: Add ALIGN_DOWN macro by Krzysztof Kozlowski · 7 years ago
  41. 4f0d14b Merge tag 'metag-for-v4.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag by Linus Torvalds · 7 years ago
  42. 840db3f metag/usercopy: Switch to RAW_COPY_USER by James Hogan · 7 years ago
  43. a98bba5 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag into uaccess.metag by Al Viro · 7 years ago
  44. d3ba2e9 metag/usercopy: Add 64-bit get_user support by James Hogan · 7 years ago
  45. fc1b759 metag/usercopy: Simplify rapf loop fixup corner case by James Hogan · 7 years ago
  46. 049520d metag/usercopy: Reformat rapf loop inline asm by James Hogan · 7 years ago
  47. b884a19 metag/usercopy: Add missing fixups by James Hogan · 7 years ago
  48. 2c0b1df metag/usercopy: Fix src fixup in from user rapf loops by James Hogan · 7 years ago
  49. fd40eee metag/usercopy: Set flags before ADDZ by James Hogan · 7 years ago
  50. 563ddc1 metag/usercopy: Zero rest of buffer from copy_from_user by James Hogan · 7 years ago
  51. fb8ea06 metag/usercopy: Add early abort to copy_to_user by James Hogan · 7 years ago
  52. 2257211 metag/usercopy: Fix alignment error checking by James Hogan · 7 years ago
  53. ef62a2d8 metag/usercopy: Drop unused macros by James Hogan · 7 years ago
  54. 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 · 7 years ago
  55. 72c3373 Merge branch 'regset' (PTRACE_SETREGSET data leakage) by Linus Torvalds · 7 years ago
  56. 7195ee3 metag/ptrace: Reject partial NT_METAG_RPIPE writes by Dave Martin · 7 years ago
  57. 5fe81fe metag/ptrace: Provide default TXSTATUS for short NT_PRSTATUS by Dave Martin · 7 years ago
  58. a78ce80 metag/ptrace: Preserve previous registers for short regset write by Dave Martin · 7 years ago
  59. 2c30541 metag: kill verify_area() by Al Viro · 8 years ago
  60. 8b9a7e5 metag: switch to generic extable.h by Al Viro · 8 years ago
  61. db68ce1 new helper: uaccess_kernel() by Al Viro · 7 years ago
  62. 9849a56 arch, mm: convert all architectures to use 5level-fixup.h by Kirill A. Shutemov · 7 years ago
  63. af1d5b3 uaccess: drop duplicate includes from asm/uaccess.h by Al Viro · 8 years ago
  64. 5e6039d uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.h by Al Viro · 8 years ago
  65. 68e21be sched/headers: Move task->mm handling methods to <linux/sched/mm.h> by Ingo Molnar · 7 years ago
  66. 3f8c245 sched/headers: Prepare to move kstack_end() from <linux/sched.h> to <linux/sched/task_stack.h> by Ingo Molnar · 7 years ago
  67. 9164bb4 sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linux/sched.h> to <linux/sched/task.h> by Ingo Molnar · 7 years ago
  68. 589ee62 sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h> by Ingo Molnar · 7 years ago
  69. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 7 years ago
  70. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 7 years ago
  71. ef8bd77 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/hotplug.h> by Ingo Molnar · 7 years ago
  72. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 7 years ago
  73. 3fce371 mm: add new mmget() helper by Vegard Nossum · 7 years ago
  74. f1f1007 mm: add new mmgrab() helper by Vegard Nossum · 7 years ago
  75. 7d134b2 kprobes: move kprobe declarations to asm-generic/kprobes.h by Luis R. Rodriguez · 7 years ago
  76. ac1820f Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 7 years ago
  77. 6d1c42d Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 7 years ago
  78. b672592 sched/cputime: Remove generic asm headers by Frederic Weisbecker · 7 years ago
  79. 6bb6bf7 metag: migrate exception table users off module.h and onto extable.h by Paul Gortmaker · 8 years ago
  80. 815dd18 treewide: Consolidate get_dma_ops() implementations by Bart Van Assche · 8 years ago
  81. 5299709 treewide: Constify most dma_map_ops structures by Bart Van Assche · 8 years ago
  82. b272f73 Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  83. 73c1b41 cpu/hotplug: Cleanup state names by Thomas Gleixner · 8 years ago
  84. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  85. 38bdbdc arch/metag: add option to skip DMA sync as a part of map and unmap by Alexander Duyck · 8 years ago
  86. 6d0d287 locking/core: Provide common cpu_relax_yield() definition by Christian Borntraeger · 8 years ago
  87. 5bd0b85 locking/core, arch: Remove cpu_relax_lowlatency() by Christian Borntraeger · 8 years ago
  88. 79ab11c locking/core: Introduce cpu_relax_yield() by Christian Borntraeger · 8 years ago
  89. 890658b locking/mutex: Kill arch specific code by Peter Zijlstra · 8 years ago
  90. e9f8f48 Merge tag 'metag-for-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag by Linus Torvalds · 8 years ago
  91. 6727ad9 nmi_backtrace: generate one-line reports for idle cpus by Chris Metcalf · 8 years ago
  92. 35d0407 metag: Only define atomic_dec_if_positive conditionally by Guenter Roeck · 8 years ago
  93. 8ae95ed metag: copy_from_user() should zero the destination on access_ok() failure by Al Viro · 8 years ago
  94. 97b1d23 metag: Drop show_mem() from mem_init() by James Hogan · 8 years ago
  95. 755b20f Merge tag 'metag-for-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag by Linus Torvalds · 8 years ago
  96. 6154c18 metag: Fix __cmpxchg_u32 asm constraint for CMP by James Hogan · 8 years ago
  97. 00085f1 dma-mapping: use unsigned long for dma_attrs by Krzysztof Kozlowski · 8 years ago
  98. 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
  99. 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
  100. dcddffd mm: do not pass mm_struct into handle_mm_fault by Kirill A. Shutemov · 8 years ago