1. b9bb3fd i2c: Remove unnecessary call to irq_find_mapping by Charles Keepax · 6 years ago
  2. 9bb9d4f Merge branch 'for-linus-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 6 years ago
  3. adb6b2b Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming by Linus Torvalds · 6 years ago
  4. 9b5cf82 Merge tag 'fuse-update-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 6 years ago
  5. 31990f0 Merge tag 'ceph-for-4.20-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 6 years ago
  6. a9ac6cc Merge tag 'fbdev-v4.20' of https://github.com/bzolnier/linux by Linus Torvalds · 6 years ago
  7. d547d44 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 6 years ago
  8. 519f64b Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 6 years ago
  9. 0c86e76 Merge tag 'vfio-v4.20-rc1.v2' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 6 years ago
  10. b3491d8 Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 6 years ago
  11. 59fc453 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  12. 2ebe822 mm/gup.c: fix __get_user_pages_fast() comment by Fengguang Wu · 6 years ago
  13. f2c57d9 mm: Fix warning in insert_pfn() by Jan Kara · 6 years ago
  14. dee6da2 memory-hotplug.rst: add some details about locking internals by David Hildenbrand · 6 years ago
  15. 5666848 powerpc/powernv: hold device_hotplug_lock when calling memtrace_offline_pages() by David Hildenbrand · 6 years ago
  16. cec1680 powerpc/powernv: hold device_hotplug_lock when calling device_online() by David Hildenbrand · 6 years ago
  17. 381eab4 mm/memory_hotplug: fix online/offline_pages called w.o. mem_hotplug_lock by David Hildenbrand · 6 years ago
  18. 8df1d0e mm/memory_hotplug: make add_memory() take the device_hotplug_lock by David Hildenbrand · 6 years ago
  19. d15e592 mm/memory_hotplug: make remove_memory() take the device_hotplug_lock by David Hildenbrand · 6 years ago
  20. 2f77080 mm/memblock.c: warn if zero alignment was requested by Mike Rapoport · 6 years ago
  21. 7e1c4e2 memblock: stop using implicit alignment to SMP_CACHE_BYTES by Mike Rapoport · 6 years ago
  22. 530d4c0 docs/boot-time-mm: remove bootmem documentation by Mike Rapoport · 6 years ago
  23. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  24. 97ad108 memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants by Mike Rapoport · 6 years ago
  25. bda49a8 mm: remove nobootmem by Mike Rapoport · 6 years ago
  26. 7c2ee34 memblock: rename __free_pages_bootmem to memblock_free_pages by Mike Rapoport · 6 years ago
  27. c6ffc5c memblock: rename free_all_bootmem to memblock_free_all by Mike Rapoport · 6 years ago
  28. 53ab85e memblock: replace free_bootmem_late with memblock_free_late by Mike Rapoport · 6 years ago
  29. 2013288 memblock: replace free_bootmem{_node} with memblock_free by Mike Rapoport · 6 years ago
  30. 6c7835f mm: nobootmem: remove bootmem allocation APIs by Mike Rapoport · 6 years ago
  31. 2a5bda5 memblock: replace alloc_bootmem with memblock_alloc by Mike Rapoport · 6 years ago
  32. 4fc4a09 memblock: replace __alloc_bootmem with memblock_alloc_from by Mike Rapoport · 6 years ago
  33. 15c3c11 memblock: replace alloc_bootmem_pages with memblock_alloc by Mike Rapoport · 6 years ago
  34. e8625dc memblock: replace alloc_bootmem_low_pages with memblock_alloc_low by Mike Rapoport · 6 years ago
  35. 3bb1f80 memblock: replace alloc_bootmem_node with memblock_alloc_node by Mike Rapoport · 6 years ago
  36. ccfa2a0 memblock: replace __alloc_bootmem_node with appropriate memblock_ API by Mike Rapoport · 6 years ago
  37. 64c0066 memblock: replace alloc_bootmem_pages_node with memblock_alloc_node by Mike Rapoport · 6 years ago
  38. 3913c8f memblock: add align parameter to memblock_alloc_node() by Mike Rapoport · 6 years ago
  39. a5159e8 memblock: replace __alloc_bootmem_nopanic with memblock_alloc_from_nopanic by Mike Rapoport · 6 years ago
  40. 510d22f memblock: replace alloc_bootmem_low with memblock_alloc_low (2) by Mike Rapoport · 6 years ago
  41. 238997e memblock: replace alloc_bootmem_pages_nopanic with memblock_alloc_nopanic by Mike Rapoport · 6 years ago
  42. bf2886e memblock: replace __alloc_bootmem_node_nopanic with memblock_alloc_try_nid_nopanic by Mike Rapoport · 6 years ago
  43. 0791517 memblock: replace alloc_bootmem_low with memblock_alloc_low by Mike Rapoport · 6 years ago
  44. e0802b8d memblock: replace alloc_bootmem_align with memblock_alloc by Mike Rapoport · 6 years ago
  45. eb31d55 memblock: remove _virt from APIs returning virtual address by Mike Rapoport · 6 years ago
  46. 9a8dd70 memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc* by Mike Rapoport · 6 years ago
  47. b146ada mm: nobootmem: remove dead code by Mike Rapoport · 6 years ago
  48. 355c45a mm: remove bootmem allocator implementation. by Mike Rapoport · 6 years ago
  49. aca52c3 mm: remove CONFIG_HAVE_MEMBLOCK by Mike Rapoport · 6 years ago
  50. b4a991e mm: remove CONFIG_NO_BOOTMEM by Mike Rapoport · 6 years ago
  51. 69a60bc percpu: remove PER_CPU_DEF_ATTRIBUTES macro by Alexander Pateenok · 6 years ago
  52. 6a32c24 kbuild: fix kernel/bounds.c 'W=1' warning by Arnd Bergmann · 6 years ago
  53. 2209fda lib/lz4: update LZ4 decompressor module by Gao Xiang · 6 years ago
  54. 8c81ddd ipc: IPCMNI limit check for semmni by Waiman Long · 6 years ago
  55. 6730e65 ipc: IPCMNI limit check for msgmni and shmmni by Waiman Long · 6 years ago
  56. b49dec1 kernel/panic.c: filter out a potential trailing newline by Borislav Petkov · 6 years ago
  57. 95c4fb7 kernel/panic.c: do not append newline to the stack protector panic string by Borislav Petkov · 6 years ago
  58. 3819dde include/linux/signal.h: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  59. 2e58f57 kernel/signal.c: fix a comment error by Weikang Shi · 6 years ago
  60. 22ea4eb fat: truncate inode timestamp updates in setattr by Frank Sorenson · 6 years ago
  61. cd83f6b fat: change timestamp updates to use fat_truncate_time by Frank Sorenson · 6 years ago
  62. 6bb885e fat: add functions to update and truncate timestamps appropriately by Frank Sorenson · 6 years ago
  63. d9f4d94 fat: create a function to calculate the timezone offest by Frank Sorenson · 6 years ago
  64. eceb890 fat: expand a slightly out-of-date comment by Mihir Mehta · 6 years ago
  65. 21bfc83 reiserfs: remove workaround code for GCC 3.x by Masahiro Yamada · 6 years ago
  66. b10298d reiserfs: propagate errors from fill_with_dentries() properly by Jann Horn · 6 years ago
  67. 6c9a3f8 fs/hfs/extent.c: fix array out of bounds read of array extent by Colin Ian King · 6 years ago
  68. 8cd3cb5 hfs: update timestamp on truncate() by Ernesto A. Fernández · 6 years ago
  69. dc8844a hfsplus: update timestamps on truncate() by Ernesto A. Fernández · 6 years ago
  70. 1267a07 hfs: fix return value of hfs_get_block() by Ernesto A. Fernández · 6 years ago
  71. 839c3a6a hfsplus: fix return value of hfsplus_get_block() by Ernesto A. Fernández · 6 years ago
  72. 54640c7 hfs: prevent btree data loss on ENOSPC by Ernesto A. Fernández · 6 years ago
  73. d92915c hfsplus: prevent btree data loss on ENOSPC by Ernesto A. Fernández · 6 years ago
  74. ef75bcc hfs: fix BUG on bnode parent update by Ernesto A. Fernández · 6 years ago
  75. d057c03 hfs: prevent btree data loss on root split by Ernesto A. Fernández · 6 years ago
  76. 19a9d0f hfsplus: fix BUG on bnode parent update by Ernesto A. Fernández · 6 years ago
  77. 0a3021d hfsplus: prevent btree data loss on root split by Ernesto A. Fernández · 6 years ago
  78. f027c34 init/do_mounts.c: add root=PARTLABEL=<name> support by Nikolaus Voss · 6 years ago
  79. 22ebb72 checkpatch: remove GCC_BINARY_CONSTANT warning by Christophe Leroy · 6 years ago
  80. 8997600 include/linux/compat.h: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  81. 048e513 lib/kstrtox.c: delete unnecessary casts by Alexey Dobriyan · 6 years ago
  82. 7e5ca36 lib/rbtree.c: fix typo in comment of rb_insert_augmented() by Wei Yang · 6 years ago
  83. 7f47671 lib/sg_pool.c: remove unnecessary null check when freeing object by zhong jiang · 6 years ago
  84. 7a20c2fa1 lib/zlib_inflate/inflate.c: remove fall through warnings by Corentin Labbe · 6 years ago
  85. 36c8d1e lib/parser.c: switch match_number() over to use match_strdup() by Eric Biggers · 6 years ago
  86. 4ed97b3 lib/parser.c: switch match_u64int() over to use match_strdup() by Eric Biggers · 6 years ago
  87. 30f7bc9 lib/parser.c: switch match_strdup() over to use kmemdup_nul() by Eric Biggers · 6 years ago
  88. 8ec3d768 lib/bitmap.c: simplify bitmap_print_to_pagebuf() by Rasmus Villemoes · 6 years ago
  89. ce1091d lib/bitmap.c: fix remaining space computation in bitmap_print_to_pagebuf by Rasmus Villemoes · 6 years ago
  90. 41e7b16 linux/bitmap.h: relax comment on compile-time constant nbits by Rasmus Villemoes · 6 years ago
  91. d987396 linux/bitmap.h: fix type of nbits in bitmap_shift_right() by Rasmus Villemoes · 6 years ago
  92. c8cebc5 linux/bitmap.h: remove redundant uses of small_const_nbits() by Rasmus Villemoes · 6 years ago
  93. 7275b09 linux/bitmap.h: handle constant zero-size bitmaps correctly by Rasmus Villemoes · 6 years ago
  94. 696e421 lib/bitmap.c: remove wrong documentation by Rasmus Villemoes · 6 years ago
  95. ea6f650 kernel/fail_function.c: remove meaningless null pointer check before debugfs_remove_recursive by zhong jiang · 6 years ago
  96. de0d22e treewide: remove current_text_addr by Nick Desaulniers · 6 years ago
  97. 49ef341 .mailmap: add Oleksij Rempel by Oleksij Rempel · 6 years ago
  98. b5c2123 fs/proc/vmcore.c: Convert to use vmf_error() by Souptick Joarder · 6 years ago
  99. 4b408c7 mm/gup_benchmark.c: prevent integer overflow in ioctl by Dan Carpenter · 6 years ago
  100. ec131b2 mm/hmm: invalidate device page table at start of invalidation by Jérôme Glisse · 6 years ago