1. 2f77080 mm/memblock.c: warn if zero alignment was requested by Mike Rapoport · 6 years ago
  2. 7e1c4e2 memblock: stop using implicit alignment to SMP_CACHE_BYTES by Mike Rapoport · 6 years ago
  3. 530d4c0 docs/boot-time-mm: remove bootmem documentation by Mike Rapoport · 6 years ago
  4. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  5. 97ad108 memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants by Mike Rapoport · 6 years ago
  6. bda49a8 mm: remove nobootmem by Mike Rapoport · 6 years ago
  7. 7c2ee34 memblock: rename __free_pages_bootmem to memblock_free_pages by Mike Rapoport · 6 years ago
  8. c6ffc5c memblock: rename free_all_bootmem to memblock_free_all by Mike Rapoport · 6 years ago
  9. 53ab85e memblock: replace free_bootmem_late with memblock_free_late by Mike Rapoport · 6 years ago
  10. 2013288 memblock: replace free_bootmem{_node} with memblock_free by Mike Rapoport · 6 years ago
  11. 6c7835f mm: nobootmem: remove bootmem allocation APIs by Mike Rapoport · 6 years ago
  12. 2a5bda5 memblock: replace alloc_bootmem with memblock_alloc by Mike Rapoport · 6 years ago
  13. 4fc4a09 memblock: replace __alloc_bootmem with memblock_alloc_from by Mike Rapoport · 6 years ago
  14. 15c3c11 memblock: replace alloc_bootmem_pages with memblock_alloc by Mike Rapoport · 6 years ago
  15. e8625dc memblock: replace alloc_bootmem_low_pages with memblock_alloc_low by Mike Rapoport · 6 years ago
  16. 3bb1f80 memblock: replace alloc_bootmem_node with memblock_alloc_node by Mike Rapoport · 6 years ago
  17. ccfa2a0 memblock: replace __alloc_bootmem_node with appropriate memblock_ API by Mike Rapoport · 6 years ago
  18. 64c0066 memblock: replace alloc_bootmem_pages_node with memblock_alloc_node by Mike Rapoport · 6 years ago
  19. 3913c8f memblock: add align parameter to memblock_alloc_node() by Mike Rapoport · 6 years ago
  20. a5159e8 memblock: replace __alloc_bootmem_nopanic with memblock_alloc_from_nopanic by Mike Rapoport · 6 years ago
  21. 510d22f memblock: replace alloc_bootmem_low with memblock_alloc_low (2) by Mike Rapoport · 6 years ago
  22. 238997e memblock: replace alloc_bootmem_pages_nopanic with memblock_alloc_nopanic by Mike Rapoport · 6 years ago
  23. bf2886e memblock: replace __alloc_bootmem_node_nopanic with memblock_alloc_try_nid_nopanic by Mike Rapoport · 6 years ago
  24. 0791517 memblock: replace alloc_bootmem_low with memblock_alloc_low by Mike Rapoport · 6 years ago
  25. e0802b8d memblock: replace alloc_bootmem_align with memblock_alloc by Mike Rapoport · 6 years ago
  26. eb31d55 memblock: remove _virt from APIs returning virtual address by Mike Rapoport · 6 years ago
  27. 9a8dd70 memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc* by Mike Rapoport · 6 years ago
  28. b146ada mm: nobootmem: remove dead code by Mike Rapoport · 6 years ago
  29. 355c45a mm: remove bootmem allocator implementation. by Mike Rapoport · 6 years ago
  30. aca52c3 mm: remove CONFIG_HAVE_MEMBLOCK by Mike Rapoport · 6 years ago
  31. b4a991e mm: remove CONFIG_NO_BOOTMEM by Mike Rapoport · 6 years ago
  32. 69a60bc percpu: remove PER_CPU_DEF_ATTRIBUTES macro by Alexander Pateenok · 6 years ago
  33. 6a32c24 kbuild: fix kernel/bounds.c 'W=1' warning by Arnd Bergmann · 6 years ago
  34. 2209fda lib/lz4: update LZ4 decompressor module by Gao Xiang · 6 years ago
  35. 8c81ddd ipc: IPCMNI limit check for semmni by Waiman Long · 6 years ago
  36. 6730e65 ipc: IPCMNI limit check for msgmni and shmmni by Waiman Long · 6 years ago
  37. b49dec1 kernel/panic.c: filter out a potential trailing newline by Borislav Petkov · 6 years ago
  38. 95c4fb7 kernel/panic.c: do not append newline to the stack protector panic string by Borislav Petkov · 6 years ago
  39. 3819dde include/linux/signal.h: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  40. 2e58f57 kernel/signal.c: fix a comment error by Weikang Shi · 6 years ago
  41. 22ea4eb fat: truncate inode timestamp updates in setattr by Frank Sorenson · 6 years ago
  42. cd83f6b fat: change timestamp updates to use fat_truncate_time by Frank Sorenson · 6 years ago
  43. 6bb885e fat: add functions to update and truncate timestamps appropriately by Frank Sorenson · 6 years ago
  44. d9f4d94 fat: create a function to calculate the timezone offest by Frank Sorenson · 6 years ago
  45. eceb890 fat: expand a slightly out-of-date comment by Mihir Mehta · 6 years ago
  46. 21bfc83 reiserfs: remove workaround code for GCC 3.x by Masahiro Yamada · 6 years ago
  47. b10298d reiserfs: propagate errors from fill_with_dentries() properly by Jann Horn · 6 years ago
  48. 6c9a3f8 fs/hfs/extent.c: fix array out of bounds read of array extent by Colin Ian King · 6 years ago
  49. 8cd3cb5 hfs: update timestamp on truncate() by Ernesto A. Fernández · 6 years ago
  50. dc8844a hfsplus: update timestamps on truncate() by Ernesto A. Fernández · 6 years ago
  51. 1267a07 hfs: fix return value of hfs_get_block() by Ernesto A. Fernández · 6 years ago
  52. 839c3a6a hfsplus: fix return value of hfsplus_get_block() by Ernesto A. Fernández · 6 years ago
  53. 54640c7 hfs: prevent btree data loss on ENOSPC by Ernesto A. Fernández · 6 years ago
  54. d92915c hfsplus: prevent btree data loss on ENOSPC by Ernesto A. Fernández · 6 years ago
  55. ef75bcc hfs: fix BUG on bnode parent update by Ernesto A. Fernández · 6 years ago
  56. d057c03 hfs: prevent btree data loss on root split by Ernesto A. Fernández · 6 years ago
  57. 19a9d0f hfsplus: fix BUG on bnode parent update by Ernesto A. Fernández · 6 years ago
  58. 0a3021d hfsplus: prevent btree data loss on root split by Ernesto A. Fernández · 6 years ago
  59. f027c34 init/do_mounts.c: add root=PARTLABEL=<name> support by Nikolaus Voss · 6 years ago
  60. 22ebb72 checkpatch: remove GCC_BINARY_CONSTANT warning by Christophe Leroy · 6 years ago
  61. 8997600 include/linux/compat.h: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  62. 048e513 lib/kstrtox.c: delete unnecessary casts by Alexey Dobriyan · 6 years ago
  63. 7e5ca36 lib/rbtree.c: fix typo in comment of rb_insert_augmented() by Wei Yang · 6 years ago
  64. 7f47671 lib/sg_pool.c: remove unnecessary null check when freeing object by zhong jiang · 6 years ago
  65. 7a20c2fa1 lib/zlib_inflate/inflate.c: remove fall through warnings by Corentin Labbe · 6 years ago
  66. 36c8d1e lib/parser.c: switch match_number() over to use match_strdup() by Eric Biggers · 6 years ago
  67. 4ed97b3 lib/parser.c: switch match_u64int() over to use match_strdup() by Eric Biggers · 6 years ago
  68. 30f7bc9 lib/parser.c: switch match_strdup() over to use kmemdup_nul() by Eric Biggers · 6 years ago
  69. 8ec3d768 lib/bitmap.c: simplify bitmap_print_to_pagebuf() by Rasmus Villemoes · 6 years ago
  70. ce1091d lib/bitmap.c: fix remaining space computation in bitmap_print_to_pagebuf by Rasmus Villemoes · 6 years ago
  71. 41e7b16 linux/bitmap.h: relax comment on compile-time constant nbits by Rasmus Villemoes · 6 years ago
  72. d987396 linux/bitmap.h: fix type of nbits in bitmap_shift_right() by Rasmus Villemoes · 6 years ago
  73. c8cebc5 linux/bitmap.h: remove redundant uses of small_const_nbits() by Rasmus Villemoes · 6 years ago
  74. 7275b09 linux/bitmap.h: handle constant zero-size bitmaps correctly by Rasmus Villemoes · 6 years ago
  75. 696e421 lib/bitmap.c: remove wrong documentation by Rasmus Villemoes · 6 years ago
  76. ea6f650 kernel/fail_function.c: remove meaningless null pointer check before debugfs_remove_recursive by zhong jiang · 6 years ago
  77. de0d22e treewide: remove current_text_addr by Nick Desaulniers · 6 years ago
  78. 49ef341 .mailmap: add Oleksij Rempel by Oleksij Rempel · 6 years ago
  79. b5c2123 fs/proc/vmcore.c: Convert to use vmf_error() by Souptick Joarder · 6 years ago
  80. 4b408c7 mm/gup_benchmark.c: prevent integer overflow in ioctl by Dan Carpenter · 6 years ago
  81. ec131b2 mm/hmm: invalidate device page table at start of invalidation by Jérôme Glisse · 6 years ago
  82. 44532d4 mm/hmm: use a structure for update callback parameters by Jérôme Glisse · 6 years ago
  83. d08faca mm/hmm: properly handle migration pmd by Jérôme Glisse · 6 years ago
  84. 86a2d59 mm/hmm: fix race between hmm_mirror_unregister() and mmu_notifier callback by Ralph Campbell · 6 years ago
  85. aab8d05 mm/rmap: map_pte() was not handling private ZONE_DEVICE page properly by Ralph Campbell · 6 years ago
  86. f813f21 mm/hmm: fix utf8 ... by Jérôme Glisse · 6 years ago
  87. 343a9f3 Merge tag 'trace-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  88. f4267b3 Merge tag 'trace-v4.19-rc8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  89. 5b4c0d8 Merge tag 'for-linus-4.20a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 6 years ago
  90. c2101d01 Merge tag 'acpi-4.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  91. 6ef7467 Merge tag 'pm-4.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  92. 85b5d4b Merge tag 'for-4.20-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 6 years ago
  93. c4ac688 Merge branches 'pm-cpuidle' and 'pm-cpufreq' by Rafael J. Wysocki · 6 years ago
  94. 11743c5 Merge tag 'rpmsg-v4.20' of git://github.com/andersson/remoteproc by Linus Torvalds · 6 years ago
  95. 929e134 Merge tag 'rproc-v4.20' of git://github.com/andersson/remoteproc by Linus Torvalds · 6 years ago
  96. 4b42745 Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 6 years ago
  97. b22b6be Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 6 years ago
  98. 53b7a3b Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 6 years ago
  99. 93335e5 Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 6 years ago
  100. c38239b Merge branch 'parisc-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 6 years ago