1. 226ab56 device-dax: Convert to vmf_insert_mixed and vm_fault_t by Dan Williams · 6 years ago
  2. d7563ca Merge tag 'staging-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 7 years ago
  3. c2aee37 Merge tag 'usb-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 7 years ago
  4. 22d3e0c Merge tag 'kbuild-fixes-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  5. e6e5bec Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  6. 9544bc5 sg: remove ->sg_magic member by Jens Axboe · 7 years ago
  7. 5e4e8c5 Merge tag 'pm-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  8. 2cd3ae2 aio: mark __aio_sigset::sigmask const by Avi Kivity · 7 years ago
  9. ea5f39f Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  10. f77bc3a include/linux/dax.h: dax_iomap_fault() returns vm_fault_t by Souptick Joarder · 7 years ago
  11. d50d82f slub: fix failure when we delete and create a slab cache by Mikulas Patocka · 7 years ago
  12. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  13. debd52a Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  14. c92067a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 7 years ago
  15. 15bfd21 block: Fix transfer when chunk sectors exceeds max by Keith Busch · 7 years ago
  16. ebc2dc5 Merge tag 'iio-fixes-4.18a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus by Greg Kroah-Hartman · 7 years ago
  17. bee2003 disable -Wattribute-alias warning for SYSCALL_DEFINEx() by Arnd Bergmann · 7 years ago
  18. 8793bb7 kbuild: add macro for controlling warnings to linux/compiler.h by Arnd Bergmann · 7 years ago
  19. d2d2e3c acpi: Add helper for deactivating memory region by Heikki Krogerus · 7 years ago
  20. 6f0d349 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  21. ad6384b PM / Domains: Rename opp_node to np by Viresh Kumar · 7 years ago
  22. 5e03aa6 PM / Domains: Fix return value of of_genpd_opp_to_performance_state() by Viresh Kumar · 7 years ago
  23. 92397a6 iio: buffer: fix the function signature to match implementation by Phil Reid · 7 years ago
  24. 2ce413e Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  25. d3a6749 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  26. d4e860e Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  27. 2da2ca2 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  28. 78fea63 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  29. 77072ca Merge tag 'for-linus-20180623' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  30. 4ab59fc Merge tag 'for-linus-4.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 7 years ago
  31. 7731b8b Merge branch 'linus' into x86/urgent by Thomas Gleixner · 7 years ago
  32. 3ee7e86 bdi: Fix another oops in wb_workfn() by Jan Kara · 7 years ago
  33. 784e030 rseq: Avoid infinite recursion when delivering SIGSEGV by Will Deacon · 7 years ago
  34. bed9df9 irqdesc: Delete irq_desc_get_msi_desc() by John Garry · 7 years ago
  35. 72a8edc genirq/debugfs: Add missing IRQCHIP_SUPPORTS_LEVEL_MSI debug by Marc Zyngier · 7 years ago
  36. 6cc65be locking/qspinlock: Fix build for anonymous union in older GCC compilers by Steven Rostedt (VMware) · 7 years ago
  37. 27db64f6 Merge tag 'nfs-for-4.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 7 years ago
  38. f43fc5a Merge tag 'acpi-4.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  39. 8730662 kernel.h: Fix a typo in comment by Wei Wang · 7 years ago
  40. f642fb5 x86/platform/UV: Add adjustable set memory block size function by mike.travis@hpe.com · 7 years ago
  41. 9a789fc rseq/cleanup: Do not abort rseq c.s. in child on fork() by Mathieu Desnoyers · 7 years ago
  42. 9262478 bpf: enforce correct alignment for instructions by Eric Dumazet · 7 years ago
  43. 08ba91e nbd: Add the nbd NBD_DISCONNECT_ON_CLOSE config flag. by Doron Roberts-Kedes · 7 years ago
  44. 1abd8a8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
  45. d8894a0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  46. a507a30 ACPI / processor: Finish making acpi_processor_ppc_has_changed() void by Brian Norris · 7 years ago
  47. 6d90eb7 Merge tag 'dma-rename-4.18' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  48. 9b0a8da net/ipv6: respect rcu grace period before freeing fib6_info by Eric Dumazet · 7 years ago
  49. 42f86b4 pNFS/flexfiles: Don't tie up all the rpciod threads in resends by Trond Myklebust · 7 years ago
  50. 1fe8388 xen: share start flags between PV and PVH by Roger Pau Monne · 7 years ago
  51. 6c3796d scsi: target: tcmu: add read length support by bstroesser@ts.fujitsu.com · 7 years ago
  52. 7350cdd RDMA/core: Save kernel caller name when creating CQ using ib_create_cq() by Bharat Potnuri · 7 years ago
  53. a569631 Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 7 years ago
  54. b23908d firmware: dmi: Add access to the SKU ID string by Simon Glass · 7 years ago
  55. 9bbe60a atm: Preserve value of skb->truesize when accounting to vcc by David Woodhouse · 7 years ago
  56. 0841d98 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  57. 265c5596 Merge tag 'for-linus-20180616' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  58. 5e7b921 Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimental by Linus Torvalds · 7 years ago
  59. dbb2816f Merge tag 'fsnotify_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 7 years ago
  60. 644f263 Merge tag 'fbdev-v4.18' of git://github.com/bzolnier/linux by Linus Torvalds · 7 years ago
  61. 35773c9 Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  62. a5b729e Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  63. 9215310 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  64. 6d5fc19 xdp: Fix handling of devmap in generic XDP by Toshiaki Makita · 7 years ago
  65. 2f3f056 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 7 years ago
  66. 44348e8a fix a series of Documentation/ broken file name references by Mauro Carvalho Chehab · 7 years ago
  67. 5fb94e9 docs: Fix some broken references by Mauro Carvalho Chehab · 7 years ago
  68. ec15872 docs: fix broken references with multiple hints by Mauro Carvalho Chehab · 7 years ago
  69. 9facc33 bpf: reject any prog that failed read-only lock by Daniel Borkmann · 7 years ago
  70. 7d1982b bpf: fix panic in prog load calls cleanup by Daniel Borkmann · 7 years ago
  71. 0da0b7f afs: Display manually added cells in dynamic root mount by David Howells · 7 years ago
  72. be7f99c block: remov blk_queue_invalidate_tags by Christoph Hellwig · 7 years ago
  73. 95c7c09 Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-linus by Jens Axboe · 7 years ago
  74. badbc27 nl80211: fix some kernel doc tag mistakes by Luca Coelho · 7 years ago
  75. 2f6e24d Merge tag 'sound-fix-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 7 years ago
  76. 94aefd3 aio: mark __aio_sigset::sigmask const by Avi Kivity · 7 years ago
  77. b5d903c2 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  78. fe6bdfc mm: fix oom_kill event handling by Roman Gushchin · 7 years ago
  79. 0ed557a sched/core / kcov: avoid kcov_area during task switch by Mark Rutland · 7 years ago
  80. 92ee383 mm: fix race between kmem_cache destroy, create and deactivate by Shakeel Butt · 7 years ago
  81. 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 7 years ago
  82. dc594c3 Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  83. 9951912 sctp: define sctp_packet_gso_append to build GSO frames by Xin Long · 7 years ago
  84. 2dd5aa1 ALSA: usb-audio: Add bi-directional terminal types by Jorge Sanjuan · 7 years ago
  85. e6c3456 blk-mq: remove blk_mq_tagset_iter by Christoph Hellwig · 7 years ago
  86. da66126 blk-mq: don't time out requests again that are in the timeout handler by Christoph Hellwig · 7 years ago
  87. 15eefe2 Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-timespec64 by Arnd Bergmann · 7 years ago
  88. f3b5020 Merge tag 'platform-drivers-x86-v4.18-1' of git://git.infradead.org/linux-platform-drivers-x86 by Linus Torvalds · 7 years ago
  89. 9bca19a Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 7 years ago
  90. cf65a0f dma-mapping: move all DMA mapping code to kernel/dma by Christoph Hellwig · 7 years ago
  91. 050e9ba Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables by Linus Torvalds · 7 years ago
  92. be779f0 Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  93. d290ef9 Merge tag 'acpi-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  94. d09fcec Merge tag 'pm-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  95. 6a900f8 Merge branches 'pm-domains' and 'pm-tools' by Rafael J. Wysocki · 7 years ago
  96. b08fc52 Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  97. 1c542f3 mm: Introduce kvcalloc() by Kees Cook · 7 years ago
  98. 7654cb1 Convert infiniband uverbs to struct_size by Matthew Wilcox · 7 years ago
  99. 7ea959c locking/refcounts: Implement refcount_dec_and_lock_irqsave() by Anna-Maria Gleixner · 7 years ago
  100. ccfbb5b atomic: Add irqsave variant of atomic_dec_and_lock() by Anna-Maria Gleixner · 7 years ago