1. e6e5bec Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  2. 9544bc5 sg: remove ->sg_magic member by Jens Axboe · 6 years ago
  3. 90368a3 Merge tag 'printk-for-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 6 years ago
  4. dd275ca kasan: depend on CONFIG_SLUB_DEBUG by Jason A. Donenfeld · 6 years ago
  5. 4bb6e96a lib/percpu_ida.c: don't do alloc from per-CPU list if there is none by Sebastian Andrzej Siewior · 6 years ago
  6. 043f891 Revert "lib/test_printf.c: call wait_for_random_bytes() before plain %p tests" by Petr Mladek · 6 years ago
  7. 2da2ca2 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  8. 6d90eb7 Merge tag 'dma-rename-4.18' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  9. 5fb94e9 docs: Fix some broken references by Mauro Carvalho Chehab · 6 years ago
  10. ee410f1 lib/test_printf.c: call wait_for_random_bytes() before plain %p tests by Thierry Escande · 6 years ago
  11. f1b4bd0 fault-injection: reorder config entries by Mikulas Patocka · 6 years ago
  12. cf65a0f dma-mapping: move all DMA mapping code to kernel/dma by Christoph Hellwig · 6 years ago
  13. e37460c dma-mapping: use obj-y instead of lib-y for generic dma ops by Christoph Hellwig · 6 years ago
  14. be779f0 Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  15. b08fc52 Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
  16. fad953c treewide: Use array_size() in vzalloc() by Kees Cook · 6 years ago
  17. 590b5b7 treewide: kzalloc_node() -> kcalloc_node() by Kees Cook · 6 years ago
  18. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 6 years ago
  19. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 6 years ago
  20. 8958fd4 test_overflow: fix an IS_ERR() vs NULL bug by Dan Carpenter · 6 years ago
  21. 7ea959c locking/refcounts: Implement refcount_dec_and_lock_irqsave() by Anna-Maria Gleixner · 6 years ago
  22. ccfbb5b atomic: Add irqsave variant of atomic_dec_and_lock() by Anna-Maria Gleixner · 6 years ago
  23. f2ae679 alpha: Remove custom dec_and_lock() implementation by Sebastian Andrzej Siewior · 6 years ago
  24. 763f969 Merge tag 'mips_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 6 years ago
  25. 5aadfde kcov: test compiler capability in Kconfig and correct dependency by Masahiro Yamada · 6 years ago
  26. 7d3bf61 Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
  27. 930218a Merge branch 'for-4.18/mcsafe' into libnvdimm-for-next by Dan Williams · 6 years ago
  28. 09088a4 lib/ucs2_string.c: add MODULE_LICENSE() by Randy Dunlap · 6 years ago
  29. cbdc61a lib/mpi: headers cleanup by Vasily Averin · 6 years ago
  30. 804209d lib/percpu_ida.c: use _irqsave() instead of local_irq_save() + spin_lock by Sebastian Andrzej Siewior · 6 years ago
  31. b94078e lib/idr.c: remove simple_ida_lock by Matthew Wilcox · 6 years ago
  32. ca1250b lib/bitmap.c: micro-optimization for __bitmap_complement() by Yury Norov · 6 years ago
  33. ce91f6e mm: kvmalloc does not fallback to vmalloc for incompatible gfp flags by Michal Hocko · 6 years ago
  34. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  35. 2857676 Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
  36. d75ae5b Merge tag 'printk-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 6 years ago
  37. ca90800 test_overflow: Add memory allocation overflow tests by Kees Cook · 6 years ago
  38. 8fee81a test_overflow: Report test failures by Kees Cook · 6 years ago
  39. 6d33443 test_overflow: macrofy some more, do more tests for free by Rasmus Villemoes · 6 years ago
  40. 455a35a lib: add runtime test of check_*_overflow functions by Rasmus Villemoes · 6 years ago
  41. 25d80be Merge tag 'rslib-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
  42. 8bafa2a Merge branch 'for-4.18-vsprintf-pcr-removal' into for-4.18 by Petr Mladek · 6 years ago
  43. 666902e lib/vsprintf: Remove atomic-unsafe support for %pCr by Geert Uytterhoeven · 6 years ago
  44. d09a8e6 Merge branch 'x86-dax-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  45. e5a5946 Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  46. f459c34 Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  47. be08815 bpf: add also cbpf long jump test cases with heavy expansion by Daniel Borkmann · 6 years ago
  48. 2550bbf dma-direct: don't crash on device without dma_mask by Christoph Hellwig · 6 years ago
  49. f068fe3 core, dma-direct: add a flag 32-bit dma limits by Christoph Hellwig · 6 years ago
  50. 5b79c2a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  51. 7a4deea idr: fix invalid ptr dereference on item delete by Matthew Wilcox · 6 years ago
  52. e6fc464 blk-mq: avoid starving tag allocation after allocating process migrates by Ming Lei · 6 years ago
  53. 78c4783 dma-debug: check scatterlist segments by Robin Murphy · 6 years ago
  54. 522239b uio, lib: Fix CONFIG_ARCH_HAS_UACCESS_MCSAFE compilation by Dan Williams · 6 years ago
  55. 6f6e434 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  56. 5997aab Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  57. 782e676 dma-mapping: provide a generic dma-noncoherent implementation by Christoph Hellwig · 6 years ago
  58. 35ddb69 dma-mapping: simplify Kconfig dependencies by Christoph Hellwig · 6 years ago
  59. 9f41822 radix tree: fix multi-order iteration race by Ross Zwisler · 6 years ago
  60. 1e3054b lib/test_bitmap.c: fix bitmap optimisation tests to report errors correctly by Matthew Wilcox · 6 years ago
  61. 85f4f12 vsprintf: Replace memory barrier with static_key for random_ptr_key update by Steven Rostedt (VMware) · 6 years ago
  62. 8780356 x86/asm/memcpy_mcsafe: Define copy_to_iter_mcsafe() by Dan Williams · 6 years ago
  63. c854ab5 sbitmap: fix race in wait batch accounting by Jens Axboe · 6 years ago
  64. 0503fd6 Merge tag 'dma-mapping-4.17-5' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  65. 05e13bb swiotlb: silent unwanted warning "buffer is full" by Jean Delvare · 6 years ago
  66. 4ba281d lib/find_bit_benchmark.c: avoid soft lockup in test_find_first_bit() by Yury Norov · 6 years ago
  67. 61445b56 sbitmap: warn if using smaller shallow depth than was setup by Omar Sandoval · 6 years ago
  68. a327553 sbitmap: fix missed wakeups caused by sbitmap_queue_get_shallow() by Omar Sandoval · 6 years ago
  69. d0c8ba4 swiotlb: update comments to refer to physical instead of virtual addresses by Yisheng Xie · 6 years ago
  70. 30fd642 swiotlb: remove the CONFIG_DMA_DIRECT_OPS ifdefs by Christoph Hellwig · 6 years ago
  71. 09230cb swiotlb: move the SWIOTLB config symbol to lib/Kconfig by Christoph Hellwig · 6 years ago
  72. 4965a68 arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/Kconfig by Christoph Hellwig · 6 years ago
  73. f616ab5 dma-mapping: move the NEED_DMA_MAP_STATE config symbol to lib/Kconfig by Christoph Hellwig · 6 years ago
  74. 86596f0 scatterlist: move the NEED_SG_DMA_LENGTH config symbol to lib/Kconfig by Christoph Hellwig · 6 years ago
  75. a4ce5a4 iommu-helper: move the IOMMU_HELPER config symbol to lib/ by Christoph Hellwig · 6 years ago
  76. 79c1879 iommu-helper: mark iommu_is_span_boundary as inline by Christoph Hellwig · 6 years ago
  77. 3378271 iommu-helper: unexport iommu_area_alloc by Christoph Hellwig · 6 years ago
  78. 0d3fdb1 iommu-common: move to arch/sparc by Christoph Hellwig · 6 years ago
  79. 6e88628 dma-debug: remove CONFIG_HAVE_DMA_API_DEBUG by Christoph Hellwig · 6 years ago
  80. 9f22bbbd dma-debug: unexport dma_debug_resize_entries and debug_dma_dump_mappings by Christoph Hellwig · 6 years ago
  81. bcebe32 dma-debug: simplify counting of preallocated requests by Christoph Hellwig · 6 years ago
  82. 15b28bb dma-debug: move initialization to common code by Christoph Hellwig · 6 years ago
  83. 01adc48 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  84. 325ef18 PCI: remove PCI_DMA_BUS_IS_PHYS by Christoph Hellwig · 6 years ago
  85. de7eab3 dma-direct: try reallocation with GFP_DMA32 if possible by Takashi Iwai · 6 years ago
  86. 698733f swiotlb: remove an unecessary NULL check by Dan Carpenter · 6 years ago
  87. a7b15ab Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  88. 93731ef bpf: migrate ebpf ld_abs/ld_ind tests to test_verifier by Daniel Borkmann · 6 years ago
  89. d7760d6 iov_iter: fix memory leak in pipe_get_pages_alloc() by Ilya Dryomov · 6 years ago
  90. e76b6312 iov_iter: fix return type of __pipe_get_pages() by Ilya Dryomov · 6 years ago
  91. 892a0be swiotlb: fix inversed DMA_ATTR_NO_WARN test by Michel Dänzer · 6 years ago
  92. a349843 netns: restrict uevents by Christian Brauner · 6 years ago
  93. 26045a7 uevent: add alloc_uevent_skb() helper by Christian Brauner · 6 years ago
  94. fff75eb Merge tag 'errseq-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 6 years ago
  95. ee3748b Merge tag 'driver-core-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  96. b4678df1 errseq: Always report a writeback error once by Matthew Wilcox · 6 years ago
  97. 45888b4 rslib: Allocate decoder buffers to avoid VLAs by Thomas Gleixner · 6 years ago
  98. 2163398 rslib: Split rs control struct by Thomas Gleixner · 6 years ago
  99. a85e126 rslib: Simplify error path by Thomas Gleixner · 6 years ago
  100. 689c6ef rslib: Remove GPL boilerplate by Thomas Gleixner · 6 years ago