1. cc26ebb ia64: Fix kernel BUG at lib/ioremap.c:72! by Tony Luck · 6 years ago
  2. 9a76aba Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  3. c2fc71c Merge tag 'mtd/for-4.19' of git://git.infradead.org/linux-mtd by Linus Torvalds · 6 years ago
  4. 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
  5. 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
  6. 89b1698 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  7. 16e0e6a Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 6 years ago
  8. 8b11ec1 mm: do not initialize TLB stack vma's with vma_init() by Linus Torvalds · 6 years ago
  9. 0bbf47e ia64: use asm-generic/io.h by Arnd Bergmann · 6 years ago
  10. 2c4541e mm: use vma_init() to initialize VMAs on stack and data segments by Kirill A. Shutemov · 6 years ago
  11. 80b14de net: Add a new socket option for a future transmit time. by Richard Cochran · 6 years ago
  12. b3a2a05 atomics/treewide: Make conditional inc/dec ops optional by Mark Rutland · 6 years ago
  13. 9837559 atomics/treewide: Make unconditional inc/dec ops optional by Mark Rutland · 6 years ago
  14. 18cc181 atomics/treewide: Make test ops optional by Mark Rutland · 6 years ago
  15. 3567013 atomics/treewide: Make atomic64_fetch_add_unless() optional by Mark Rutland · 6 years ago
  16. eccc2da atomics/treewide: Make atomic_fetch_add_unless() optional by Mark Rutland · 6 years ago
  17. bef8282 atomics/treewide: Make atomic64_inc_not_zero() optional by Mark Rutland · 6 years ago
  18. bfc18e3 atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless() by Mark Rutland · 6 years ago
  19. cf3bb03 ia64/kprobes: Don't call the ->break_handler() in ia64 kprobes code by Masami Hiramatsu · 6 years ago
  20. 0aeaf6b ia64/kprobes: Remove jprobe implementation by Masami Hiramatsu · 6 years ago
  21. ba252f16 Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  22. 0bbcce5 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  23. db020be Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  24. 93e95fa Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  25. a58bdf2 softirq/ia64: Switch to generic local_softirq_pending() implementation by Frederic Weisbecker · 6 years ago
  26. 2e5c463 softirq/ia64: Convert local_softirq_pending() to per-cpu ops by Frederic Weisbecker · 6 years ago
  27. 325ef18 PCI: remove PCI_DMA_BUS_IS_PHYS by Christoph Hellwig · 7 years ago
  28. 51dd709 signal/ia64: Replace FPE_FIXME with FPE_FLTUNK by Eric W. Biederman · 7 years ago
  29. 6f22a7f y2038: ia64: Remove unneeded ipc uapi header files by Arnd Bergmann · 9 years ago
  30. 2b5a9a3 time: Add an asm-generic/compat.h file by Arnd Bergmann · 7 years ago
  31. 2879b65 ia64: Convert remaining atomic operations by Matthew Wilcox · 7 years ago
  32. 173a3ef bug.h: work around GCC PR82365 in BUG() by Arnd Bergmann · 7 years ago
  33. 3879ae6 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 7 years ago
  34. ab486bc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 7 years ago
  35. 40b9672 Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  36. 2382dc9 Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  37. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  38. d417302 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  39. 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
  40. 4b664e7 ia64: Rewrite atomic_add and atomic_sub by Matthew Wilcox · 7 years ago
  41. ac54058 signal/ia64: Move the ia64 specific si_codes to asm-generic/siginfo.h by Eric W. Biederman · 7 years ago
  42. 4fac807 ia64: clean up swiotlb support by Christoph Hellwig · 7 years ago
  43. 3007356 signal/ia64: switch the last arch-specific copy_siginfo_to_user() to generic version by Eric W. Biederman · 7 years ago
  44. 2eb50e2 ia64/signal: switch to generic struct siginfo by Eric W. Biederman · 7 years ago
  45. b49efd7 dma-mapping: move dma_mark_clean to dma-direct.h by Christoph Hellwig · 7 years ago
  46. ea8c64a dma-mapping: move swiotlb arch helpers to a new header by Christoph Hellwig · 7 years ago
  47. 0500871 Construct init thread stack in the linker script rather than by union by David Howells · 7 years ago
  48. 8e30788 ia64: Add .opd based function descriptor dereference by Sergey Senozhatsky · 7 years ago
  49. e0af0c1 arch: Remove clkdev.h asm-generic from Kbuild by Stephen Boyd · 7 years ago
  50. c895f6f bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program type by Hendrik Brueckner · 7 years ago
  51. c68070d asm-prototypes.h: use linux/uaccess.h, not asm/uaccess.h by Al Viro · 7 years ago
  52. d759be8 switch wrapper poll.h instances to generic-y by Al Viro · 7 years ago
  53. 5eb9e8a arch/ia64/include/asm/topology.h: remove unused parent_node() macro by Dou Liyang · 7 years ago
  54. 1b6115f Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  55. e37e0ee Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  56. 2bcc673 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  57. 7b30aa1 PCI: Remove unused declarations by Bjorn Helgaas · 7 years ago
  58. be2d877a PCI: Remove redundant pci_dev, pci_bus, resource declarations by Bjorn Helgaas · 7 years ago
  59. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  60. 9b3499d Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  61. 6753573 Revert "x86/mm: Stop calling leave_mm() in idle code" by Andy Lutomirski · 7 years ago
  62. 2c513d4 ia64: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  63. e2be04c License cleanup: add SPDX license identifier to uapi header files with a license by Greg Kroah-Hartman · 7 years ago
  64. 6f52b16 License cleanup: add SPDX license identifier to uapi header files with no license by Greg Kroah-Hartman · 7 years ago
  65. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  66. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  67. c9eb617 dma-mapping: turn dma_cache_sync into a dma_map_ops method by Christoph Hellwig · 7 years ago
  68. 562437a ia64: make dma_cache_sync a no-op by Christoph Hellwig · 7 years ago
  69. a4c1887 locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementations by Will Deacon · 7 years ago
  70. 0160fb1 locking/arch: Remove dummy arch_{read,spin,write}_relax() implementations by Will Deacon · 7 years ago
  71. a8a217c locking/core: Remove {read,spin,write}_can_lock() by Will Deacon · 7 years ago
  72. c090511 locking/arch, ia64: Add __down_read_killable() by Kirill Tkhai · 7 years ago
  73. dd198ce Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  74. aae3dbb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  75. b1b6f83 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  76. 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
  77. 413d63d71b Merge branch 'linus' into x86/mm to pick up fixes and to fix conflicts by Ingo Molnar · 7 years ago
  78. 30d6e0a futex: Remove duplicated code and fix undefined behaviour by Jiri Slaby · 7 years ago
  79. 94edf6f Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 7 years ago
  80. 952111d arch: Remove spin_unlock_wait() arch-specific definitions by Paul E. McKenney · 7 years ago
  81. 463910e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  82. 99baac2 mm: fix MADV_[FREE|DONTNEED] TLB flush miss problem by Minchan Kim · 7 years ago
  83. 56236a5 mm: refactor TLB gathering API by Minchan Kim · 7 years ago
  84. 76851d1 sock: add SOCK_ZEROCOPY sockopt by Willem de Bruijn · 7 years ago
  85. cc73152 signal: Remove kernel interal si_code magic by Eric W. Biederman · 7 years ago
  86. 80dce5e signal/ia64: Document a conflict with SI_USER with SIGFPE by Eric W. Biederman · 7 years ago
  87. 1ed7d32 Merge branch 'x86/boot' into x86/mm, to pick up interacting changes by Ingo Molnar · 7 years ago
  88. 89cbec7 Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  89. e18e340fd ia64: remove redundant generic-y += kvm_para.h from asm/Kbuild by Masahiro Yamada · 7 years ago
  90. dc50214 Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  91. f72e24a Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  92. 5518b69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  93. 43858b4 x86/mm: Stop calling leave_mm() in idle code by Andy Lutomirski · 7 years ago
  94. 650fc87 Merge tag 'docs-4.13' of git://git.lwn.net/linux by Linus Torvalds · 7 years ago
  95. 1b044f1 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  96. 3170d8d2 kill {__,}{get,put}_user_unaligned() by Al Viro · 7 years ago
  97. b079115 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  98. 6474924 arch: remove unused macro/function thread_saved_pc() by Tobias Klauser · 7 years ago
  99. 28b5ba2a net: introduce SO_PEERGROUPS getsockopt by David Herrmann · 7 years ago
  100. 75fbede ia64: remove DMA_ERROR_CODE by Christoph Hellwig · 7 years ago