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