1. 86fea8b mm/mm_init.c: report kasan-tag information stored in page->flags by Jing Xia · 4 years, 8 months ago
  2. 9380ce246 ubsan: entirely disable alignment checks under UBSAN_TRAP by Kees Cook · 4 years, 8 months ago
  3. ca734cc kasan: fix clang compilation warning due to stack protector by Andrey Konovalov · 4 years, 8 months ago
  4. 7f0a002 x86/mm: remove vmalloc faulting by Joerg Roedel · 4 years, 8 months ago
  5. 73f693c mm: remove vmalloc_sync_(un)mappings() by Joerg Roedel · 4 years, 8 months ago
  6. 86cf69f x86/mm/32: implement arch_sync_kernel_mappings() by Joerg Roedel · 4 years, 8 months ago
  7. 8e19843 x86/mm/64: implement arch_sync_kernel_mappings() by Joerg Roedel · 4 years, 8 months ago
  8. 6c0c7d2 mm/ioremap: track which page-table levels were modified by Joerg Roedel · 4 years, 8 months ago
  9. 2ba3e69 mm/vmalloc: track which page-table levels were modified by Joerg Roedel · 4 years, 8 months ago
  10. d862613 mm: add functions to track page directory modifications by Joerg Roedel · 4 years, 8 months ago
  11. b200f5b s390: use __vmalloc_node in stack_alloc by Christoph Hellwig · 4 years, 8 months ago
  12. cb0849a powerpc: use __vmalloc_node in alloc_vm_stack by Christoph Hellwig · 4 years, 8 months ago
  13. ebcdd30 arm64: use __vmalloc_node in arch_alloc_vmap_stack by Christoph Hellwig · 4 years, 8 months ago
  14. 041de93 mm: remove vmalloc_user_node_flags by Christoph Hellwig · 4 years, 8 months ago
  15. c3f896d mm: switch the test_vmalloc module to use __vmalloc_node by Christoph Hellwig · 4 years, 8 months ago
  16. 2b90594 mm: remove __vmalloc_node_flags_caller by Christoph Hellwig · 4 years, 8 months ago
  17. 4d39d72 mm: remove both instances of __vmalloc_node_flags by Christoph Hellwig · 4 years, 8 months ago
  18. f38fcb9 mm: remove the prot argument to __vmalloc_node by Christoph Hellwig · 4 years, 8 months ago
  19. 88dca4c mm: remove the pgprot argument to __vmalloc by Christoph Hellwig · 4 years, 8 months ago
  20. d28ff99 gpu/drm: remove the powerpc hack in drm_legacy_sg_alloc by Christoph Hellwig · 4 years, 8 months ago
  21. cca98e9 mm: enforce that vmap can't map pages executable by Christoph Hellwig · 4 years, 8 months ago
  22. d4efd79 mm: remove the prot argument from vm_map_ram by Christoph Hellwig · 4 years, 8 months ago
  23. 855e57a mm: remove unmap_vmap_area by Christoph Hellwig · 4 years, 8 months ago
  24. ed1f324 mm: remove map_vm_range by Christoph Hellwig · 4 years, 8 months ago
  25. 60bb446 mm: don't return the number of pages from map_kernel_range{,_noflush} by Christoph Hellwig · 4 years, 8 months ago
  26. a29adb6 mm: rename vmap_page_range to map_kernel_range by Christoph Hellwig · 4 years, 8 months ago
  27. b521c43 mm: remove vmap_page_range_noflush and vunmap_page_range by Christoph Hellwig · 4 years, 8 months ago
  28. 78a0e8c mm: pass addr as unsigned long to vb_free by Christoph Hellwig · 4 years, 8 months ago
  29. b607e6d mm: only allow page table mappings for built-in zsmalloc by Christoph Hellwig · 4 years, 8 months ago
  30. 8b13601 mm: rename CONFIG_PGTABLE_MAPPING to CONFIG_ZSMALLOC_PGTABLE_MAPPING by Christoph Hellwig · 4 years, 8 months ago
  31. 8f87cc9 mm: unexport unmap_kernel_range_noflush by Christoph Hellwig · 4 years, 8 months ago
  32. 4926627 mm: remove __get_vm_area by Christoph Hellwig · 4 years, 8 months ago
  33. 91f03f2 powerpc: remove __ioremap_at and __iounmap_at by Christoph Hellwig · 4 years, 8 months ago
  34. b274014 powerpc: add an ioremap_phb helper by Christoph Hellwig · 4 years, 8 months ago
  35. 515e5b6 dma-mapping: use vmap insted of reimplementing it by Christoph Hellwig · 4 years, 8 months ago
  36. f8092aa staging: media: ipu3: use vmap instead of reimplementing it by Christoph Hellwig · 4 years, 8 months ago
  37. 5bf9917 staging: android: ion: use vmap instead of vm_map_ram by Christoph Hellwig · 4 years, 8 months ago
  38. 0348801 x86: fix vmap arguments in map_irq_stack by Christoph Hellwig · 4 years, 8 months ago
  39. 78bb17f x86/hyperv: use vmalloc_exec for the hypercall page by Christoph Hellwig · 4 years, 8 months ago
  40. 872e9a2 mm, memory_failure: don't send BUS_MCEERR_AO for action required error by Wetp Zhang · 4 years, 8 months ago
  41. 6972f55 mm/memory: remove unnecessary pte_devmap case in copy_one_pte() by chenqiwu · 4 years, 8 months ago
  42. c94b692 /proc/PID/smaps: Add PMD migration entry parsing by Huang Ying · 4 years, 8 months ago
  43. 99395ee mm: ptdump: expand type of 'val' in note_page() by Steven Price · 4 years, 8 months ago
  44. 1494e0c x86: mm: ptdump: calculate effective permissions correctly by Steven Price · 4 years, 8 months ago
  45. 50d53d7 memcg: fix memcg_kmem_bypass() for remote memcg charging by Zefan Li · 4 years, 8 months ago
  46. 4b82ab4 mm/memcg: automatically penalize tasks with high swap use by Jakub Kicinski · 4 years, 8 months ago
  47. d1663a9 mm/memcg: move cgroup high memory limit setting into struct page_counter by Jakub Kicinski · 4 years, 8 months ago
  48. ff144e6 mm/memcg: move penalty delay clamping out of calculate_high_delay() by Jakub Kicinski · 4 years, 8 months ago
  49. 8a5dbc6 mm/memcg: prepare for swap over-high accounting and penalty calculation by Jakub Kicinski · 4 years, 8 months ago
  50. 54b512e memcg: expose root cgroup's memory.stat by Shakeel Butt · 4 years, 8 months ago
  51. 1c4448e mm: memcontrol: simplify value comparison between count and limit by Kaixu Xia · 4 years, 8 months ago
  52. a6f5576 mm, memcg: add workingset_restore in memory.stat by Yafang Shao · 4 years, 8 months ago
  53. 251af0c include/linux/swap.h: delete meaningless __add_to_swap_cache() declaration by Miaohe Lin · 4 years, 8 months ago
  54. 6f79394 mm: swapfile: fix /proc/swaps heading and Size/Used/Priority alignment by Randy Dunlap · 4 years, 8 months ago
  55. 4907058 swap: reduce lock contention on swap cache from swap slots allocation by Huang Ying · 4 years, 8 months ago
  56. 09fe06c mm/swapfile.c: use prandom_u32_max() by Huang Ying · 4 years, 8 months ago
  57. 33e1627 mm/swapfile.c: __swap_entry_free() always free 1 entry by Wei Yang · 4 years, 8 months ago
  58. 4b4bb6b mm/swapfile.c: classify SWAP_MAP_XXX to make it more readable by Wei Yang · 4 years, 8 months ago
  59. ed43af1 swap: try to scan more free slots even when fragmented by Huang Ying · 4 years, 8 months ago
  60. 7b9e2de mm/swapfile.c: omit a duplicate code by compare tmp and max first by Wei Yang · 4 years, 8 months ago
  61. fdff1de mm/swapfile.c: tmp is always smaller than max by Wei Yang · 4 years, 8 months ago
  62. 0fd0e19 mm/swapfile.c: found_free could be represented by (tmp < max) by Wei Yang · 4 years, 8 months ago
  63. abca1c8 mm/swapfile.c: remove the extra check in scan_swap_map_slots() by Wei Yang · 4 years, 8 months ago
  64. 08d3090 mm/swapfile.c: simplify the calculation of n_goal by Wei Yang · 4 years, 8 months ago
  65. bd2d18d mm/swapfile.c: remove the unnecessary goto for SSD case by Wei Yang · 4 years, 8 months ago
  66. f4eaf51 mm/swapfile.c: explicitly show ssd/non-ssd is handled mutually exclusive by Wei Yang · 4 years, 8 months ago
  67. ca2c55a mm/swapfile.c: offset is only used when there is more slots by Wei Yang · 4 years, 8 months ago
  68. ebc5951 mm: swap: properly update readahead statistics in unuse_pte_range() by Andrea Righi · 4 years, 8 months ago
  69. d6c1f09 mm/swap_state: fix a data race in swapin_nr_pages by Qian Cai · 4 years, 8 months ago
  70. 213516a mm/swapfile: use list_{prev,next}_entry() instead of open-coding by chenqiwu · 4 years, 8 months ago
  71. 548b6a1 mm/gup.c: further document vma_permits_fault() by Miles Chen · 4 years, 8 months ago
  72. e792031 ivtv: convert get_user_pages() --> pin_user_pages() by John Hubbard · 4 years, 8 months ago
  73. 9142902 mm/gup: introduce pin_user_pages_unlocked by John Hubbard · 4 years, 8 months ago
  74. adc8cb4 mm/gup.c: update the documentation by Souptick Joarder · 4 years, 8 months ago
  75. 8d92890 mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK instead by NeilBrown · 4 years, 8 months ago
  76. a37b071 mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLE by NeilBrown · 4 years, 8 months ago
  77. 28659cc mm/page-writeback.c: remove unused variable by Chao Yu · 4 years, 8 months ago
  78. 74f4c89 mm/filemap.c: remove misleading comment by Matthew Wilcox (Oracle) · 4 years, 8 months ago
  79. 60e65a6 mm_types.h: change set_page_private to inline function by Guoqing Jiang · 4 years, 8 months ago
  80. cd0f371 mm/migrate.c: call detach_page_private to cleanup code by Guoqing Jiang · 4 years, 8 months ago
  81. 7b59435 buffer_head.h: remove attach_page_buffers by Guoqing Jiang · 4 years, 8 months ago
  82. 4c42be3 orangefs: use attach/detach_page_private by Guoqing Jiang · 4 years, 8 months ago
  83. 14ed109 ntfs: replace attach_page_buffers with attach_page_private by Guoqing Jiang · 4 years, 8 months ago
  84. 58aeb73 iomap: use attach/detach_page_private by Guoqing Jiang · 4 years, 8 months ago
  85. 7128cf9 f2fs: use attach/detach_page_private by Guoqing Jiang · 4 years, 8 months ago
  86. 45dcfc2 fs/buffer.c: use attach/detach_page_private by Guoqing Jiang · 4 years, 8 months ago
  87. d1b89bc btrfs: use attach/detach_page_private by Guoqing Jiang · 4 years, 8 months ago
  88. db2c1d8 md: remove __clear_page_buffers and use attach/detach_page_private by Guoqing Jiang · 4 years, 8 months ago
  89. b03143a include/linux/pagemap.h: introduce attach/detach_page_private by Guoqing Jiang · 4 years, 8 months ago
  90. 9d24a13 iomap: convert from readpages to readahead by Matthew Wilcox (Oracle) · 4 years, 8 months ago
  91. 76a0294 fuse: convert from readpages to readahead by Matthew Wilcox (Oracle) · 4 years, 8 months ago
  92. e20a769 f2fs: pass the inode to f2fs_mpage_readpages by Matthew Wilcox (Oracle) · 4 years, 8 months ago
  93. 2332319 f2fs: convert from readpages to readahead by Matthew Wilcox (Oracle) · 4 years, 8 months ago
  94. a07f624 ext4: pass the inode to ext4_mpage_readpages by Matthew Wilcox (Oracle) · 4 years, 8 months ago
  95. 6311f91f ext4: convert from readpages to readahead by Matthew Wilcox (Oracle) · 4 years, 8 months ago
  96. 0615090 erofs: convert compressed files from readpages to readahead by Matthew Wilcox (Oracle) · 4 years, 8 months ago
  97. 0c07a9f erofs: convert uncompressed files from readpages to readahead by Matthew Wilcox (Oracle) · 4 years, 8 months ago
  98. ba206a0 btrfs: convert from readpages to readahead by Matthew Wilcox (Oracle) · 4 years, 8 months ago
  99. d438834 fs: convert mpage_readpages to mpage_readahead by Matthew Wilcox (Oracle) · 4 years, 8 months ago
  100. f2c817b mm: use memalloc_nofs_save in readahead path by Matthew Wilcox (Oracle) · 4 years, 8 months ago