1. a4ff8e8 mm: introduce MAP_FIXED_NOREPLACE by Michal Hocko · 7 years ago
  2. cd0e00c alpha: io: reorder barriers to guarantee writeX() and iowriteX() ordering by Sinan Kaya · 7 years ago
  3. 6fd16ce alpha: Implement CPU vulnerabilities sysfs functions. by Michael Cree · 7 years ago
  4. 54f16b1 alpha: rtc: stop validating rtc_time in .read_time by Alexandre Belloni · 7 years ago
  5. 9917df8 alpha: rtc: remove unused set_mmss ops by Alexandre Belloni · 7 years ago
  6. bf6879d Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  7. 642e7fd Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux by Linus Torvalds · 7 years ago
  8. a90f590 mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff() by Dominik Brodowski · 7 years ago
  9. 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
  10. 206b1c6 alpha: get rid of pointless insn in ret_from_kernel_thread by Al Viro · 7 years ago
  11. e4eacd6 alpha: switch pci syscalls to SYSCALL_DEFINE by Al Viro · 7 years ago
  12. edb3959 perf: Fix sibling iteration by Peter Zijlstra · 7 years ago
  13. 8343aae perf/core: Remove perf_event::group_entry by Peter Zijlstra · 7 years ago
  14. fbfcd01 locking/xchg/alpha: Remove superfluous memory barriers from the _local() variants by Andrea Parri · 7 years ago
  15. 472e8c5 locking/xchg/alpha: Fix xchg() and cmpxchg() memory ordering bugs by Andrea Parri · 7 years ago
  16. 79d4424 locking/xchg/alpha: Clean up barrier usage by using smp_mb() in place of __ASM__MB by Andrea Parri · 7 years ago
  17. cb13b42 locking/xchg/alpha: Add unconditional memory barrier to cmpxchg() by Andrea Parri · 7 years ago
  18. 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
  19. b89e32c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha by Linus Torvalds · 7 years ago
  20. 3879ae6 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 7 years ago
  21. 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
  22. 2382dc9 Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  23. 19e7b5f Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  24. 414ae76 Merge branch 'pci/resource' into next by Bjorn Helgaas · 7 years ago
  25. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  26. 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
  27. ce4c253 alpha: osf_sys.c: use timespec64 where appropriate by Arnd Bergmann · 7 years ago
  28. 47669fb alpha: osf_sys.c: fix put_tv32 regression by Arnd Bergmann · 7 years ago
  29. 21ffced alpha: fix crash if pthread_create races with signal delivery by Mikulas Patocka · 7 years ago
  30. 4b01abd alpha: fix formating of stack content by Mikulas Patocka · 7 years ago
  31. 55fc633 alpha: fix reboot on Avanti platform by Mikulas Patocka · 7 years ago
  32. 797cfc4 alpha: deprecate pci_get_bus_and_slot() by Sinan Kaya · 7 years ago
  33. 84e4553 alpha: Fix mixed up args in EXC macro in futex operations by Michael Cree · 7 years ago
  34. d437e06 alpha: osf_sys.c: use timespec64 where appropriate by Arnd Bergmann · 7 years ago
  35. 645a05a alpha: osf_sys.c: fix put_tv32 regression by Arnd Bergmann · 7 years ago
  36. 16dc17e alpha: make thread_saved_pc static by Tobias Klauser · 7 years ago
  37. 77e5bff1 alpha: make XTABS equivalent to TAB3 by Eugene Syromiatnikov · 7 years ago
  38. 86be899 alpha/PCI: Fix noname IRQ level detection by Lorenzo Pieralisi · 7 years ago
  39. 0d83620 alpha: extend memset16 to EV6 optimised routines by Michael Cree · 7 years ago
  40. c98e54c alpha/PCI: Deprecate pci_get_bus_and_slot() by Sinan Kaya · 7 years ago
  41. 0500871 Construct init thread stack in the linker script rather than by union by David Howells · 7 years ago
  42. 1883c9f alpha: mark jensen as broken by Christoph Hellwig · 7 years ago
  43. e0af0c1 arch: Remove clkdev.h asm-generic from Kbuild by Stephen Boyd · 7 years ago
  44. c820841 vgacon: Set VGA struct resource types by Bjorn Helgaas · 7 years ago
  45. c895f6f bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program type by Hendrik Brueckner · 7 years ago
  46. c68070d asm-prototypes.h: use linux/uaccess.h, not asm/uaccess.h by Al Viro · 7 years ago
  47. d759be8 switch wrapper poll.h instances to generic-y by Al Viro · 7 years ago
  48. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  49. a3841f9 Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  50. 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
  51. 9682b3d Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 7 years ago
  52. e37e0ee Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  53. 03f41f2 alpha/PCI: Make pdev_save_srm_config() static by Bjorn Helgaas · 7 years ago
  54. be2d877a PCI: Remove redundant pci_dev, pci_bus, resource declarations by Bjorn Helgaas · 7 years ago
  55. 137ed9f PCI: Remove redundant pcibios_set_master() declarations by Bjorn Helgaas · 7 years ago
  56. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  57. 1c97259 mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags by Dan Williams · 7 years ago
  58. ead7515 Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  59. e2be04c License cleanup: add SPDX license identifier to uapi header files with a license by Greg Kroah-Hartman · 7 years ago
  60. 6f52b16 License cleanup: add SPDX license identifier to uapi header files with no license by Greg Kroah-Hartman · 7 years ago
  61. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  62. 22450e0 Merge tag 'pci-v4.14-fixes-6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  63. 814eae5 alpha/PCI: Move pci_map_irq()/pci_swizzle() out of initdata by Lorenzo Pieralisi · 7 years ago
  64. 5a8897c locking/atomics/alpha: Add smp_read_barrier_depends() to _release()/_relaxed() atomics by Will Deacon · 7 years ago
  65. c9eb617 dma-mapping: turn dma_cache_sync into a dma_map_ops method by Christoph Hellwig · 7 years ago
  66. acfef4f floppy: consolidate the dummy fd_cacheflush definition by Christoph Hellwig · 7 years ago
  67. 83fc61a treewide: Fix typos in Kconfig by Masanari Iida · 7 years ago
  68. a4c1887 locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementations by Will Deacon · 7 years ago
  69. a8a217c locking/core: Remove {read,spin,write}_can_lock() by Will Deacon · 7 years ago
  70. 8c74392 locking/arch, alpha: Add __down_read_killable() by Kirill Tkhai · 7 years ago
  71. 8ee912d alpha: fix build failures by Sudip Mukherjee · 7 years ago
  72. dd198ce Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  73. fbf4432 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  74. 92ce4c3 alpha: add support for memset16 by Matthew Wilcox · 7 years ago
  75. 0d519f2 Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  76. d34fc1a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  77. d2cd9ed mm,fork: introduce MADV_WIPEONFORK by Rik van Riel · 7 years ago
  78. aafd456 mm: arch: consolidate mmap hugetlb size encodings by Mike Kravetz · 7 years ago
  79. aae3dbb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  80. 6caffe2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha by Linus Torvalds · 7 years ago
  81. d9e3cb2 alpha: math-emu: Fix modular build by Ben Hutchings · 7 years ago
  82. 873f9b5 alpha: Restore symbol versions for symbols exported from assembly by Ben Hutchings · 7 years ago
  83. 81f166c alpha: defconfig: Cleanup from old Kconfig options by Krzysztof Kozlowski · 7 years ago
  84. 8c9b839 alpha: use kobj_to_dev() by Geliang Tang · 9 years ago
  85. 203308a alpha: squash lines for immediate return by Masahiro Yamada · 8 years ago
  86. 236d62b alpha: kernel: Use vma_pages() by Shyam Saini · 8 years ago
  87. 03e1f04 alpha: silence a buffer overflow warning by Dan Carpenter · 8 years ago
  88. b5a3a12 alpha: marvel: make use of raw_spinlock variants by Julia Cartwright · 8 years ago
  89. beb1057 alpha: cleanup: remove __NR_sys_epoll_*, leave __NR_epoll_* by Sergei Trofimovich · 8 years ago
  90. 1c0234a alpha: use generic fb.h by Tobias Klauser · 7 years ago
  91. 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
  92. 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
  93. edc2988 Merge branch 'linus' into locking/core, to fix up conflicts by Ingo Molnar · 7 years ago
  94. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  95. cec80d8 alpha: uapi: Add support for __SANE_USERSPACE_TYPES__ by Ben Hutchings · 9 years ago
  96. 7817ced alpha: Define ioremap_wc by Guenter Roeck · 9 years ago
  97. 69f0678 alpha: Fix section mismatches by Matt Turner · 7 years ago
  98. 4f61e07 alpha: support R_ALPHA_REFLONG relocations for module loading by Michael Cree · 7 years ago
  99. 4606f68 alpha: Fix typo in ev6-copy_user.S by Richard Henderson · 7 years ago
  100. 4758ce8 alpha: Package string routines together by Richard Henderson · 7 years ago