1. 8f942ee binfmt_elf_fdpic: stop using dump_emit() on user pointers on !MMU by Jann Horn · 4 years, 5 months ago
  2. 206e22f tools/testing/selftests: add self-test for verifying load alignment by Chris Kennelly · 4 years, 5 months ago
  3. ce81bb2 fs/binfmt_elf: use PT_LOAD p_align values for suitable start address by Chris Kennelly · 4 years, 5 months ago
  4. 48ca2d8 checkpatch: add new warnings to author signoff checks. by Dwaipayan Ray · 4 years, 5 months ago
  5. c70735c checkpatch: fix false positive on empty block comment lines by Łukasz Stelmach · 4 years, 5 months ago
  6. 2e44e80 checkpatch: fix multi-statement macro checks for while blocks. by Dwaipayan Ray · 4 years, 5 months ago
  7. a0154cd checkpatch: emit a warning on embedded filenames by Joe Perches · 4 years, 5 months ago
  8. e7f929f checkpatch: extend author Signed-off-by check for split From: header by Dwaipayan Ray · 4 years, 5 months ago
  9. f5f6132 checkpatch: allow not using -f with files that are in git by Joe Perches · 4 years, 5 months ago
  10. 99ca38c checkpatch: warn on self-assignments by Joe Perches · 4 years, 5 months ago
  11. c12093a const_structs.checkpatch: add pinctrl_ops and pinmux_ops by Rikard Falkeborn · 4 years, 5 months ago
  12. 8020b25 checkpatch: warn if trace_printk and friends are called by Nicolas Boichat · 4 years, 5 months ago
  13. ed4761f const_structs.checkpatch: add phy_ops by Rikard Falkeborn · 4 years, 5 months ago
  14. 40873ab checkpatch: add test for comma use that should be semicolon by Joe Perches · 4 years, 5 months ago
  15. 310cd06 checkpatch: move repeated word test by Joe Perches · 4 years, 5 months ago
  16. 3e89ad8 checkpatch: add --kconfig-prefix by Jerome Forissier · 4 years, 5 months ago
  17. 004fba1 bitops: use the same mechanism for get_count_order[_long] by Wei Yang · 4 years, 5 months ago
  18. a9eb637 bitops: simplify get_count_order_long() by Wei Yang · 4 years, 5 months ago
  19. 904542d lib/crc32.c: fix trivial typo in preprocessor condition by Tobias Jordan · 4 years, 5 months ago
  20. f3c9d0a lib/test_hmm.c: fix an error code in dmirror_allocate_chunk() by Dan Carpenter · 4 years, 5 months ago
  21. e130816 include/linux/list.h: add a macro to test if entry is pointing to the head by Andy Shevchenko · 4 years, 5 months ago
  22. 1d33963 lib/percpu_counter.c: use helper macro abs() by Miaohe Lin · 4 years, 5 months ago
  23. 6ed9b92 lib/scatterlist.c: avoid a double memset by Christophe JAILLET · 4 years, 5 months ago
  24. 3264cee lib/idr.c: document that ida_simple_{get,remove}() are deprecated by Stephen Boyd · 4 years, 5 months ago
  25. 3b67426 lib/idr.c: document calling context for IDA APIs mustn't use locks by Stephen Boyd · 4 years, 5 months ago
  26. 8d8472c lib/mpi/mpi-bit.c: fix spello of "functions" by Randy Dunlap · 4 years, 5 months ago
  27. 2d04698 lib: test_sysctl: delete duplicated words by Randy Dunlap · 4 years, 5 months ago
  28. 408a93a lib: syscall: delete duplicated words by Randy Dunlap · 4 years, 5 months ago
  29. e065650 lib: radix-tree: delete duplicated words by Randy Dunlap · 4 years, 5 months ago
  30. 4e20ace lib: earlycpio: delete duplicated words by Randy Dunlap · 4 years, 5 months ago
  31. dde57fe lib: dynamic_queue_limits: delete duplicated words + fix typo by Randy Dunlap · 4 years, 5 months ago
  32. 2f22385 lib: decompress_bunzip2: delete duplicated words by Randy Dunlap · 4 years, 5 months ago
  33. f1e594a lib: libcrc32c: delete duplicated words by Randy Dunlap · 4 years, 5 months ago
  34. 197d6c1 lib: bitmap: delete duplicated words by Randy Dunlap · 4 years, 5 months ago
  35. 32dd8af MAINTAINERS: jarkko.sakkinen@linux.intel.com -> jarkko@kernel.org by Jarkko Sakkinen · 4 years, 5 months ago
  36. 6343f6b get_maintainer: exclude MAINTAINERS file(s) from --git-fallback by Joe Perches · 4 years, 5 months ago
  37. cdfe2d2 get_maintainer: add test for file in VCS by Joe Perches · 4 years, 5 months ago
  38. b7621eb kernel: acct.c: fix some kernel-doc nits by Randy Dunlap · 4 years, 5 months ago
  39. 7b7b8a2 kernel/: fix repeated words in comments by Randy Dunlap · 4 years, 5 months ago
  40. 15ec0fc kernel/sys.c: replace do_brk with do_brk_flags in comment of prctl_set_mm_map() by Liao Pingfang · 4 years, 5 months ago
  41. b296a6d kernel.h: split out min()/max() et al. helpers by Andy Shevchenko · 4 years, 5 months ago
  42. ce9bebe fs: configfs: delete repeated words in comments by Randy Dunlap · 4 years, 5 months ago
  43. ab130f91 mm: rename page_order() to buddy_order() by Matthew Wilcox (Oracle) · 4 years, 5 months ago
  44. 1f0f8c0 include/linux/mmzone.h: remove unused early_pfn_valid() by Mike Rapoport · 4 years, 5 months ago
  45. 73eb7f9 mm: use helper function put_write_access() by Miaohe Lin · 4 years, 5 months ago
  46. e755f4a mm/workingset.c: fix some doc warnings by Xiaofei Tan · 4 years, 5 months ago
  47. 70b6d25 mm: fix some comments formatting by Chen Tao · 4 years, 5 months ago
  48. 0e9aa67 mm: fix some broken comments by Miaohe Lin · 4 years, 5 months ago
  49. ed01737 mm: use self-explanatory macros rather than "2" by Yu Zhao · 4 years, 5 months ago
  50. 955cc77 mm/highmem.c: clean up endif comments by Ira Weiny · 4 years, 5 months ago
  51. 58f6f03 mm/page_reporting.c: drop stale list head check in page_reporting_cycle by Wei Yang · 4 years, 5 months ago
  52. c7df08f mm/slab.h: remove duplicate include by YueHaibing · 4 years, 5 months ago
  53. 4e79603 zram: failing to decompress is WARN_ON worthy by Douglas Anderson · 4 years, 5 months ago
  54. b86c5fc mm/memory_hotplug: update comment regarding zone shuffling by David Hildenbrand · 4 years, 5 months ago
  55. 7fef431 mm/page_alloc: place pages to tail in __free_pages_core() by David Hildenbrand · 4 years, 5 months ago
  56. 293ffa5 mm/page_alloc: move pages to tail in move_to_free_list() by David Hildenbrand · 4 years, 5 months ago
  57. 47b6a24a2 mm/page_alloc: place pages to tail in __putback_isolated_page() by David Hildenbrand · 4 years, 5 months ago
  58. f04a5d5 mm/page_alloc: convert "report" flag of __free_one_page() to a proper flag by David Hildenbrand · 4 years, 5 months ago
  59. 90c7eae mm: don't panic when links can't be created in sysfs by Laurent Dufour · 4 years, 5 months ago
  60. cb8e3c8 kernel/resource: make iomem_resource implicit in release_mem_region_adjustable() by David Hildenbrand · 4 years, 5 months ago
  61. 2c76e7f hv_balloon: try to merge system ram resources by David Hildenbrand · 4 years, 5 months ago
  62. 1b989d5 xen/balloon: try to merge system ram resources by David Hildenbrand · 4 years, 5 months ago
  63. 9b24247 virtio-mem: try to merge system ram resources by David Hildenbrand · 4 years, 5 months ago
  64. 9ca6551 mm/memory_hotplug: MEMHP_MERGE_RESOURCE to specify merging of System RAM resources by David Hildenbrand · 4 years, 5 months ago
  65. b611719 mm/memory_hotplug: prepare passing flags to add_memory() and friends by David Hildenbrand · 4 years, 5 months ago
  66. 3a0aaef mm/memory_hotplug: guard more declarations by CONFIG_MEMORY_HOTPLUG by David Hildenbrand · 4 years, 5 months ago
  67. 7cf603d kernel/resource: move and rename IORESOURCE_MEM_DRIVER_MANAGED by David Hildenbrand · 4 years, 5 months ago
  68. ec62d04e kernel/resource: make release_mem_region_adjustable() never fail by David Hildenbrand · 4 years, 5 months ago
  69. b30c592 mm/memory_hotplug: mark pageblocks MIGRATE_ISOLATE while onlining memory by David Hildenbrand · 4 years, 5 months ago
  70. d882c00 mm: pass migratetype into memmap_init_zone() and move_pfn_range_to_zone() by David Hildenbrand · 4 years, 5 months ago
  71. 4eb29bd mm/page_alloc: drop stale pageblock comment in memmap_init_zone*() by David Hildenbrand · 4 years, 5 months ago
  72. aac6532 mm/memory_hotplug: simplify page onlining by David Hildenbrand · 4 years, 5 months ago
  73. 3fa0c7c mm/page_isolation: simplify return value of start_isolate_page_range() by David Hildenbrand · 4 years, 5 months ago
  74. ea15153 mm/memory_hotplug: drop nr_isolate_pageblock in offline_pages() by David Hildenbrand · 4 years, 5 months ago
  75. 257bea7 mm/page_alloc: simplify __offline_isolated_pages() by David Hildenbrand · 4 years, 5 months ago
  76. 0a1a9a0 mm/memory_hotplug: simplify page offlining by David Hildenbrand · 4 years, 5 months ago
  77. 4986fac mm/memory_hotplug: enforce section granularity when onlining/offlining by David Hildenbrand · 4 years, 5 months ago
  78. 73a11c9 mm/memory_hotplug: inline __offline_pages() into offline_pages() by David Hildenbrand · 4 years, 5 months ago
  79. c9682d1 mm/mmu_notifier: fix mmget() assert in __mmu_interval_notifier_insert by Jann Horn · 4 years, 5 months ago
  80. 295a173 mm/util.c: update the kerneldoc for kstrdup_const() by Bartosz Golaszewski · 4 years, 5 months ago
  81. 4061007 mm/vmstat.c: use helper macro abs() by Miaohe Lin · 4 years, 5 months ago
  82. 11c9c7e mm/page_poison.c: replace bool variable with static key by Mateusz Nosek · 4 years, 5 months ago
  83. b94e028 mm,hwpoison: try to narrow window race for free pages by Oscar Salvador · 4 years, 5 months ago
  84. 1f2481d mm,hwpoison: double-check page count in __get_any_page() by Naoya Horiguchi · 4 years, 5 months ago
  85. 5d1fd5d mm,hwpoison: introduce MF_MSG_UNSPLIT_THP by Naoya Horiguchi · 4 years, 5 months ago
  86. 5a2ffca mm,hwpoison: return 0 if the page is already poisoned in soft-offline by Oscar Salvador · 4 years, 5 months ago
  87. 6b9a217 mm,hwpoison: refactor soft_offline_huge_page and __soft_offline_page by Oscar Salvador · 4 years, 5 months ago
  88. 79f5f8f mm,hwpoison: rework soft offline for in-use pages by Oscar Salvador · 4 years, 5 months ago
  89. 06be6ff mm,hwpoison: rework soft offline for free pages by Oscar Salvador · 4 years, 5 months ago
  90. 694bf0b mm,hwpoison: unify THP handling for hard and soft offline by Oscar Salvador · 4 years, 5 months ago
  91. dd6e240 mm,hwpoison: kill put_hwpoison_page by Oscar Salvador · 4 years, 5 months ago
  92. dc7560b mm,hwpoison: refactor madvise_inject_error by Oscar Salvador · 4 years, 5 months ago
  93. 7e27f22 mm,hwpoison: unexport get_hwpoison_page and make it static by Oscar Salvador · 4 years, 5 months ago
  94. fd47672 mm,hwpoison-inject: don't pin for hwpoison_filter by Naoya Horiguchi · 4 years, 5 months ago
  95. 1b473bec mm, hwpoison: remove recalculating hpage by Naoya Horiguchi · 4 years, 5 months ago
  96. 7d9d46a mm,hwpoison: cleanup unused PageHuge() check by Naoya Horiguchi · 4 years, 5 months ago
  97. b1647dc mm/readahead: pass a file_ra_state into force_page_cache_ra by David Howells · 4 years, 5 months ago
  98. db660d4 mm/filemap: fold ra_submit into do_sync_mmap_readahead by David Howells · 4 years, 5 months ago
  99. fefa7c4 mm/readahead: add page_cache_sync_ra and page_cache_async_ra by Matthew Wilcox (Oracle) · 4 years, 5 months ago
  100. 7b3df3b mm/readahead: pass readahead_control to force_page_cache_ra by David Howells · 4 years, 5 months ago