1. 5b52609 alpha: fix hang caused by the bootmem removal by Mike Rapoport · 6 years ago
  2. e255aee Merge tag 'tty-4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 6 years ago
  3. d0ffb80 arch/alpha, termios: implement BOTHER, IBSHIFT and termios2 by H. Peter Anvin (Intel) · 6 years ago
  4. 7e1c4e2 memblock: stop using implicit alignment to SMP_CACHE_BYTES by Mike Rapoport · 6 years ago
  5. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  6. c6ffc5c memblock: rename free_all_bootmem to memblock_free_all by Mike Rapoport · 6 years ago
  7. 2013288 memblock: replace free_bootmem{_node} with memblock_free by Mike Rapoport · 6 years ago
  8. 2a5bda5 memblock: replace alloc_bootmem with memblock_alloc by Mike Rapoport · 6 years ago
  9. 4fc4a09 memblock: replace __alloc_bootmem with memblock_alloc_from by Mike Rapoport · 6 years ago
  10. 3bb1f80 memblock: replace alloc_bootmem_node with memblock_alloc_node by Mike Rapoport · 6 years ago
  11. aca52c3 mm: remove CONFIG_HAVE_MEMBLOCK by Mike Rapoport · 6 years ago
  12. b4a991e mm: remove CONFIG_NO_BOOTMEM by Mike Rapoport · 6 years ago
  13. de0d22e treewide: remove current_text_addr by Nick Desaulniers · 6 years ago
  14. 5bd4af3 Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 6 years ago
  15. 6471f52 alpha: switch to NO_BOOTMEM by Mike Rapoport · 6 years ago
  16. 06999fd Merge branch 'work.alpha' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  17. 4dcb923 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  18. f283801 signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZE by Eric W. Biederman · 7 years ago
  19. ad8c0ea tty/serial_core: add ISO7816 infrastructure by Nicolas Ferre · 6 years ago
  20. 185cfaf y2038: Compile utimes()/futimesat() conditionally by Arnd Bergmann · 7 years ago
  21. 82b355d y2038: Remove newstat family from default syscall set by Arnd Bergmann · 7 years ago
  22. 4def196 Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  23. 50a7ca3 mm: convert return type of handle_mm_fault() caller to vm_fault_t by Souptick Joarder · 6 years ago
  24. 8a68060 alpha: unify the glue for sigreturn-like syscalls by Al Viro · 6 years ago
  25. 060581c alpha: use alpha_ni_syscall only for syscall zero by Al Viro · 6 years ago
  26. 9a76aba Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  27. 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
  28. e026bcc Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  29. 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
  30. 42a0cc3 sys: don't hold uts_sem while accessing userspace memory by Jann Horn · 6 years ago
  31. 87a4c37 kconfig: include kernel/Kconfig.preempt from init/Kconfig by Christoph Hellwig · 6 years ago
  32. 06ec64b Kconfig: consolidate the "Kernel hacking" menu by Christoph Hellwig · 6 years ago
  33. 1572497 kconfig: include common Kconfig files from top-level Kconfig by Christoph Hellwig · 6 years ago
  34. fd2efaa locking/atomics: Rework ordering barriers by Mark Rutland · 6 years ago
  35. 1972549 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  36. f88a333 alpha: fix osf_wait4() breakage by Al Viro · 6 years ago
  37. 96f14fe kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGS by Laura Abbott · 6 years ago
  38. 52b544b Merge tag 'v4.18-rc5' into locking/core, to pick up fixes by Ingo Molnar · 6 years ago
  39. 80b14de net: Add a new socket option for a future transmit time. by Richard Cochran · 6 years ago
  40. b3a2a05 atomics/treewide: Make conditional inc/dec ops optional by Mark Rutland · 6 years ago
  41. 9837559 atomics/treewide: Make unconditional inc/dec ops optional by Mark Rutland · 6 years ago
  42. 18cc181 atomics/treewide: Make test ops optional by Mark Rutland · 6 years ago
  43. 434b6ac atomics/alpha: Define atomic64_fetch_add_unless() by Mark Rutland · 6 years ago
  44. eccc2da atomics/treewide: Make atomic_fetch_add_unless() optional by Mark Rutland · 6 years ago
  45. bef8282 atomics/treewide: Make atomic64_inc_not_zero() optional by Mark Rutland · 6 years ago
  46. bfc18e3 atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless() by Mark Rutland · 6 years ago
  47. f2ae679 alpha: Remove custom dec_and_lock() implementation by Sebastian Andrzej Siewior · 6 years ago
  48. 8715ee7 Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  49. 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
  50. 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
  51. 93e95fa Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  52. eeee314 Merge tag 'docs-4.18' of git://git.lwn.net/linux by Linus Torvalds · 6 years ago
  53. e5a5946 Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  54. 1f2f01b kbuild: add machine size to CHECKFLAGS by Luc Van Oostenryck · 6 years ago
  55. 92d7223 alpha: io: reorder barriers to guarantee writeX() and iowriteX() ordering #2 by Sinan Kaya · 7 years ago
  56. f5e82fa alpha: simplify get_arch_dma_ops by Christoph Hellwig · 7 years ago
  57. 6db6154 alpha: use dma_direct_ops for jensen by Christoph Hellwig · 7 years ago
  58. 4965a68 arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/Kconfig by Christoph Hellwig · 7 years ago
  59. f616ab5 dma-mapping: move the NEED_DMA_MAP_STATE config symbol to lib/Kconfig by Christoph Hellwig · 7 years ago
  60. 86596f0 scatterlist: move the NEED_SG_DMA_LENGTH config symbol to lib/Kconfig by Christoph Hellwig · 7 years ago
  61. 79c1879 iommu-helper: mark iommu_is_span_boundary as inline by Christoph Hellwig · 7 years ago
  62. 325ef18 PCI: remove PCI_DMA_BUS_IS_PHYS by Christoph Hellwig · 7 years ago
  63. e4d90ee signal/alpha: Use force_sig_fault where appropriate by Eric W. Biederman · 7 years ago
  64. 5f50245 signal/alpha: Use send_sig_fault where appropriate by Eric W. Biederman · 7 years ago
  65. 535906c signal/alpha: Replace TRAP_FIXME with TRAP_UNK by Eric W. Biederman · 7 years ago
  66. 4cc13e4 signal/alpha: Replace FPE_FIXME with FPE_FLTUNK by Eric W. Biederman · 7 years ago
  67. 3eb0f51 signal: Ensure every siginfo we send has all bits initialized by Eric W. Biederman · 7 years ago
  68. 469599f y2038: alpha: Remove unneeded ipc uapi header files by Arnd Bergmann · 10 years ago
  69. 2b5a9a3 time: Add an asm-generic/compat.h file by Arnd Bergmann · 7 years ago
  70. 5278c0e signal/alpha: Document a conflict with SI_USER for SIGFPE by Eric W. Biederman · 7 years ago
  71. 24844fd Merge branch 'mm-rst' into docs-next by Jonathan Corbet · 7 years ago
  72. ad56b73 docs/vm: rename documentation files to .rst by Mike Rapoport · 7 years ago
  73. a4ff8e8 mm: introduce MAP_FIXED_NOREPLACE by Michal Hocko · 7 years ago
  74. cd0e00c alpha: io: reorder barriers to guarantee writeX() and iowriteX() ordering by Sinan Kaya · 7 years ago
  75. 6fd16ce alpha: Implement CPU vulnerabilities sysfs functions. by Michael Cree · 7 years ago
  76. 54f16b1 alpha: rtc: stop validating rtc_time in .read_time by Alexandre Belloni · 7 years ago
  77. 9917df8 alpha: rtc: remove unused set_mmss ops by Alexandre Belloni · 7 years ago
  78. bf6879d Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  79. 642e7fd Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux by Linus Torvalds · 7 years ago
  80. a90f590 mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff() by Dominik Brodowski · 7 years ago
  81. 486adce Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  82. 206b1c6 alpha: get rid of pointless insn in ret_from_kernel_thread by Al Viro · 7 years ago
  83. e4eacd6 alpha: switch pci syscalls to SYSCALL_DEFINE by Al Viro · 7 years ago
  84. edb3959 perf: Fix sibling iteration by Peter Zijlstra · 7 years ago
  85. 8343aae perf/core: Remove perf_event::group_entry by Peter Zijlstra · 7 years ago
  86. fbfcd01 locking/xchg/alpha: Remove superfluous memory barriers from the _local() variants by Andrea Parri · 7 years ago
  87. 472e8c5 locking/xchg/alpha: Fix xchg() and cmpxchg() memory ordering bugs by Andrea Parri · 7 years ago
  88. 79d4424 locking/xchg/alpha: Clean up barrier usage by using smp_mb() in place of __ASM__MB by Andrea Parri · 7 years ago
  89. cb13b42 locking/xchg/alpha: Add unconditional memory barrier to cmpxchg() by Andrea Parri · 7 years ago
  90. 105cf3c Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  91. b89e32c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha by Linus Torvalds · 7 years ago
  92. 3879ae6 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 7 years ago
  93. 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
  94. 2382dc9 Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  95. 19e7b5f Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  96. 414ae76 Merge branch 'pci/resource' into next by Bjorn Helgaas · 7 years ago
  97. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  98. 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
  99. ce4c253 alpha: osf_sys.c: use timespec64 where appropriate by Arnd Bergmann · 7 years ago
  100. 47669fb alpha: osf_sys.c: fix put_tv32 regression by Arnd Bergmann · 7 years ago