1. f36ef40 selftests/vm/pkeys: fix alloc_random_pkey() to make it really, really random by Dave Hansen · 3 years, 6 months ago
  2. 540540d kcov: add __no_sanitize_coverage to fix noinstr for all architectures by Marco Elver · 3 years, 6 months ago
  3. bae7702 exec: remove checks in __register_bimfmt() by Alexey Dobriyan · 3 years, 6 months ago
  4. 97c885d x86: signal: don't do sas_ss_reset() until we are certain that sigframe won't be abandoned by Al Viro · 3 years, 6 months ago
  5. c3eb840 hfsplus: report create_date to kstat.btime by Chung-Chiang Cheng · 3 years, 6 months ago
  6. 7dcae11 hfsplus: remove unnecessary oom message by Zhen Lei · 3 years, 6 months ago
  7. f4048e5 nilfs2: remove redundant continue statement in a while-loop by Colin Ian King · 3 years, 6 months ago
  8. 66ce751 kprobes: remove duplicated strong free_insn_page in x86 and s390 by Barry Song · 3 years, 6 months ago
  9. 86d1919 init: print out unknown kernel parameters by Andrew Halaney · 3 years, 6 months ago
  10. 46b85bf checkpatch: do not complain about positive return values starting with EPOLL by Guenter Roeck · 3 years, 6 months ago
  11. 6907865 checkpatch: improve the indented label test by Joe Perches · 3 years, 6 months ago
  12. f9363b3 checkpatch: scripts/spdxcheck.py now requires python3 by Guenter Roeck · 3 years, 6 months ago
  13. 2c48441 lib/decompress_unlz4.c: correctly handle zero-padding around initrds. by Dimitri John Ledkov · 3 years, 6 months ago
  14. 7fde9d6 lz4_decompress: declare LZ4_decompress_safe_withPrefix64k static by Rajat Asthana · 3 years, 6 months ago
  15. 4c52729 kernel.h: split out kstrtox() and simple_strtox() to a separate header by Andy Shevchenko · 3 years, 6 months ago
  16. ce71efd lib/test_string.c: allow module removal by Matteo Croce · 3 years, 6 months ago
  17. ad65dce lib: uninline simple_strtoull() by Alexey Dobriyan · 3 years, 6 months ago
  18. 1a58be6 lib: memscan() fixlet by Alexey Dobriyan · 3 years, 6 months ago
  19. 478485f lib/mpi: fix spelling mistakes by Zhen Lei · 3 years, 6 months ago
  20. 05911c5 lib/decompressors: fix spelling mistakes by Zhen Lei · 3 years, 6 months ago
  21. b6c75c4 lib/math/rational: add Kunit test cases by Trent Piepho · 3 years, 6 months ago
  22. 65a0d3c lib/math/rational.c: fix divide by zero by Trent Piepho · 3 years, 6 months ago
  23. cc72181 seq_file: drop unused *_escape_mem_ascii() by Andy Shevchenko · 3 years, 6 months ago
  24. c054639 nfsd: avoid non-flexible API in seq_quote_mem() by Andy Shevchenko · 3 years, 6 months ago
  25. fc3de02 seq_file: convert seq_escape() to use seq_escape_str() by Andy Shevchenko · 3 years, 6 months ago
  26. e7ed4a3 seq_file: add seq_escape_str() as replica of string_escape_str() by Andy Shevchenko · 3 years, 6 months ago
  27. 1d31aa1 seq_file: introduce seq_escape_mem() by Andy Shevchenko · 3 years, 6 months ago
  28. be613b4 MAINTAINERS: add myself as designated reviewer for generic string library by Andy Shevchenko · 3 years, 6 months ago
  29. 259fa5d lib/test-string_helpers: add test cases for new features by Andy Shevchenko · 3 years, 6 months ago
  30. 6932569 lib/test-string_helpers: get rid of trailing comma in terminators by Andy Shevchenko · 3 years, 6 months ago
  31. 229563b1 lib/test-string_helpers: print flags in hexadecimal format by Andy Shevchenko · 3 years, 6 months ago
  32. aec0d09 lib/string_helpers: allow to append additional characters to be escaped by Andy Shevchenko · 3 years, 6 months ago
  33. 0362c27 lib/string_helpers: introduce ESCAPE_NAP to escape non-ASCII and non-printable by Andy Shevchenko · 3 years, 6 months ago
  34. a080978 lib/string_helpers: introduce ESCAPE_NA for escaping non-ASCII by Andy Shevchenko · 3 years, 6 months ago
  35. 7e5969a lib/string_helpers: drop indentation level in string_escape_mem() by Andy Shevchenko · 3 years, 6 months ago
  36. 62519b8 lib/string_helpers: move ESCAPE_NP check inside 'else' branch in a loop by Andy Shevchenko · 3 years, 6 months ago
  37. 994b697 lib/string_helpers: switch to use BIT() macro by Andy Shevchenko · 3 years, 6 months ago
  38. 92aeda5 lib: decompress_bunzip2: remove an unneeded semicolon by Zhen Lei · 3 years, 6 months ago
  39. f39650d kernel.h: split out panic and oops helpers by Andy Shevchenko · 3 years, 6 months ago
  40. 070c465 drm: include only needed headers in ascii85.h by Andy Shevchenko · 3 years, 6 months ago
  41. 9a52c5f sysctl: remove redundant assignment to first by Jiapeng Chong · 3 years, 6 months ago
  42. 3845f25 procfs/dmabuf: add inode number to /proc/*/fdinfo by Kalesh Singh · 3 years, 6 months ago
  43. 7bc3fa0 procfs: allow reading fdinfo with PTRACE_MODE_READ by Kalesh Singh · 3 years, 6 months ago
  44. d238692 proc: Avoid mixing integer types in mem_rw() by Marcelo Henrique Cerri · 3 years, 6 months ago
  45. 8f18716 nouveau/svm: implement atomic SVM access by Alistair Popple · 3 years, 6 months ago
  46. f81c69a nouveau/svm: refactor nouveau_range_fault by Alistair Popple · 3 years, 6 months ago
  47. b659bae mm: selftests for exclusive device memory by Alistair Popple · 3 years, 6 months ago
  48. b756a3b mm: device exclusive memory access by Alistair Popple · 3 years, 6 months ago
  49. 9a5cc85 mm/memory.c: allow different return codes for copy_nonpresent_pte() by Alistair Popple · 3 years, 6 months ago
  50. 6b49bf6 mm: rename migrate_pgmap_owner by Alistair Popple · 3 years, 6 months ago
  51. a98a2f0 mm/rmap: split migration into its own function by Alistair Popple · 3 years, 6 months ago
  52. cd62734 mm/rmap: split try_to_munlock from try_to_unmap by Alistair Popple · 3 years, 6 months ago
  53. 4dd845b mm/swapops: rework swap entry manipulation code by Alistair Popple · 3 years, 6 months ago
  54. af5cdaf mm: remove special swap entry functions by Alistair Popple · 3 years, 6 months ago
  55. ff06e45 kfence: unconditionally use unbound work queue by Marco Elver · 3 years, 6 months ago
  56. 1c2f7d1 mm/thp: define default pmd_pgtable() by Anshuman Khandual · 3 years, 6 months ago
  57. 351de44 mm/swap: make NODE_DATA an inline function on CONFIG_FLATMEM by Mel Gorman · 3 years, 6 months ago
  58. ffd8f25 mm/page_alloc: move prototype for find_suitable_fallback by Mel Gorman · 3 years, 6 months ago
  59. d01079f mm/mmap_lock: remove dead code for !CONFIG_TRACING configurations by Mel Gorman · 3 years, 6 months ago
  60. 2bb6a03 mm/swap: make swap_address_space an inline function by Mel Gorman · 3 years, 6 months ago
  61. 3052217 mm/z3fold: add kerneldoc fields for z3fold_pool by Mel Gorman · 3 years, 6 months ago
  62. a29a750 mm/zbud: add kerneldoc fields for zbud_pool by Mel Gorman · 3 years, 6 months ago
  63. 5640c9c mm/memory_hotplug: fix kerneldoc comment for __remove_memory by Mel Gorman · 3 years, 6 months ago
  64. ba2d266 mm/memory_hotplug: fix kerneldoc comment for __try_online_node by Mel Gorman · 3 years, 6 months ago
  65. 0539571 mm/memcontrol.c: fix kerneldoc comment for mem_cgroup_calculate_protection by Mel Gorman · 3 years, 6 months ago
  66. b417941 mm/mapping_dirty_helpers: remove double Note in kerneldoc by Mel Gorman · 3 years, 6 months ago
  67. f717309 mm/page_alloc: make should_fail_alloc_page() static by Mel Gorman · 3 years, 6 months ago
  68. 5da96bd mm/vmalloc: include header for prototype of set_iounmap_nonlazy by Mel Gorman · 3 years, 6 months ago
  69. f611fab mm/vmscan: remove kerneldoc-like comment from isolate_lru_pages by Mel Gorman · 3 years, 6 months ago
  70. 041711c mm: fix spelling mistakes by Zhen Lei · 3 years, 6 months ago
  71. fac7757 mm: define default value for FIRST_USER_ADDRESS by Anshuman Khandual · 3 years, 6 months ago
  72. c4ffefd mm: fix typos and grammar error in comments by Hyeonggon Yoo · 3 years, 6 months ago
  73. dd79483 zram: move backing_dev under macro CONFIG_ZRAM_WRITEBACK by Yue Hu · 3 years, 6 months ago
  74. 3384833 mm/zsmalloc.c: improve readability for async_free_zspage() by Miaohe Lin · 3 years, 6 months ago
  75. ce8475b mm/zsmalloc.c: remove confusing code in obj_free() by Miaohe Lin · 3 years, 6 months ago
  76. 46b76f2 mm/zswap.c: fix two bugs in zswap_writeback_entry() by Miaohe Lin · 3 years, 6 months ago
  77. ae34af1 mm/zswap.c: avoid unnecessary copy-in at map time by Miaohe Lin · 3 years, 6 months ago
  78. 2c1e9a2 mm/zswap.c: remove unused function zswap_debugfs_exit() by Miaohe Lin · 3 years, 6 months ago
  79. 27cacaa mm,memory_hotplug: drop unneeded locking by Oscar Salvador · 3 years, 6 months ago
  80. 786dee8 mm/memory_hotplug: rate limit page migration warnings by Liam Mark · 3 years, 6 months ago
  81. e5bfac5 selftests/vm: add test for MADV_POPULATE_(READ|WRITE) by David Hildenbrand · 3 years, 6 months ago
  82. 2abdd8b selftests/vm: add protection_keys_32 / protection_keys_64 to gitignore by David Hildenbrand · 3 years, 6 months ago
  83. 5d33431 MAINTAINERS: add tools/testing/selftests/vm/ to MEMORY MANAGEMENT by David Hildenbrand · 3 years, 6 months ago
  84. 4ca9b385 mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tables by David Hildenbrand · 3 years, 6 months ago
  85. a78f1cc mm: make variable names for populate_vma_page_range() consistent by David Hildenbrand · 3 years, 6 months ago
  86. 63703f3 mm: generalize ZONE_[DMA|DMA32] by Kefeng Wang · 3 years, 6 months ago
  87. db1d915 mm/nommu: unexport do_munmap() by Liam Howlett · 3 years, 6 months ago
  88. 176056f nommu: remove __GFP_HIGHMEM in vmalloc/vzalloc by Chen Li · 3 years, 6 months ago
  89. 1212e00 mm/thp: fix strncpy warning by Matthew Wilcox (Oracle) · 3 years, 6 months ago
  90. 36af673 mm: hwpoison_user_mappings() try_to_unmap() with TTU_SYNC by Hugh Dickins · 3 years, 6 months ago
  91. ab02c25 mm/thp: remap_page() is only needed on anonymous THP by Hugh Dickins · 3 years, 6 months ago
  92. 1fb08ac mm: rmap: make try_to_unmap() void function by Yang Shi · 3 years, 6 months ago
  93. cebc774 mm/thp: make ARCH_ENABLE_SPLIT_PMD_PTLOCK dependent on PGTABLE_LEVELS > 2 by Anshuman Khandual · 3 years, 6 months ago
  94. e346e66 mm: thp: skip make PMD PROT_NONE if THP migration is not supported by Yang Shi · 3 years, 6 months ago
  95. 662aeea mm: migrate: check mapcount for THP instead of refcount by Yang Shi · 3 years, 6 months ago
  96. b0b515b mm: migrate: don't split THP for misplaced NUMA page by Yang Shi · 3 years, 6 months ago
  97. c5fc5c3 mm: migrate: account THP NUMA migration counters correctly by Yang Shi · 3 years, 6 months ago
  98. c5b5a3d mm: thp: refactor NUMA fault handling by Yang Shi · 3 years, 6 months ago
  99. f4c0d83 mm: memory: make numa_migrate_prep() non-static by Yang Shi · 3 years, 6 months ago
  100. 5db4f15 mm: memory: add orig_pmd to struct vm_fault by Yang Shi · 3 years, 6 months ago