1. e6c0c03 mm: provide mm_struct and address to huge_ptep_get() by Christophe Leroy · 9 months ago
  2. 7aad25b mm/swap: reduce swap cache search space by Kairui Song · 10 months ago
  3. 49b0638 mm: enable page walking API to lock vmas during the walk by Suren Baghdasaryan · 1 year, 8 months ago
  4. c33c794 mm: ptep_get() conversion by Ryan Roberts · 1 year, 10 months ago
  5. 7780d04 mm/pagewalkers: ACTION_AGAIN if pte_offset_map_lock() fails by Hugh Dickins · 1 year, 10 months ago
  6. 66dabbb mm: return an ERR_PTR from __filemap_get_folio by Christoph Hellwig · 2 years, 1 month ago
  7. 63cf584 mm: teach mincore_hugetlb about pte markers by James Houghton · 2 years, 1 month ago
  8. 01beba7 fs: port inode_owner_or_capable() to mnt_idmap by Christian Brauner · 2 years, 2 months ago
  9. 524984f mm: convert find_get_incore_page() to filemap_get_incore_folio() by Matthew Wilcox (Oracle) · 2 years, 5 months ago
  10. 97955f6 mm/mincore.c: use vma_lookup() instead of find_vma() by Deming Wang · 2 years, 6 months ago
  11. 5c041f5 mm: teach core mm about pte markers by Peter Xu · 2 years, 11 months ago
  12. 014bb1d mm: create new mm/swap.h header file by NeilBrown · 2 years, 11 months ago
  13. 21cb47b inode: make init and permission helpers idmapped mount aware by Christian Brauner · 4 years, 2 months ago
  14. 02f92b3 fs: add file and path permissions helpers by Christian Brauner · 4 years, 2 months ago
  15. 61ef186 mm: factor find_get_incore_page out of mincore_page by Matthew Wilcox (Oracle) · 4 years, 5 months ago
  16. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 10 months ago
  17. 65fddcf mm: reorder includes after introduction of linux/pgtable.h by Mike Rapoport · 4 years, 10 months ago
  18. ca5999f mm: introduce include/linux/pgtable.h by Mike Rapoport · 4 years, 10 months ago
  19. b7a16c7 mm: pagewalk: add 'depth' parameter to pte_hole by Steven Price · 5 years ago
  20. 057d3389 mm: untag user pointers passed to memory syscalls by Andrey Konovalov · 6 years ago
  21. 7b86ac3 pagewalk: separate function pointers from iterator data by Christoph Hellwig · 6 years ago
  22. a520110 mm: split out a new pagewalk.h header from mm.h by Christoph Hellwig · 6 years ago
  23. aeb309b mm/mincore.c: fix race between swapoff and mincore by Huang Ying · 6 years ago
  24. 134fca9 mm/mincore.c: make mincore() more conservative by Jiri Kosina · 6 years ago
  25. 30bac16 Revert "Change mincore() to count "mapped" pages rather than "cached" pages" by Linus Torvalds · 6 years ago
  26. 574823bf Change mincore() to count "mapped" pages rather than "cached" pages by Linus Torvalds · 6 years ago
  27. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  28. 3159f94 xarray: Replace exceptional entries by Matthew Wilcox · 7 years ago
  29. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  30. 3a4f8a0 mm: remove shmem_mapping() shmem_zero_setup() duplicates by Hugh Dickins · 8 years ago
  31. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  32. f6ab1f7 mm, swap: use offset of swap entry as key of swap cache by Huang Ying · 8 years ago
  33. ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 9 years ago
  34. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  35. b6ec57f thp: change pmd_trans_huge_lock() interface to return ptl by Kirill A. Shutemov · 9 years ago
  36. 4b471e8 mm, thp: remove infrastructure for handling splitting PMDs by Kirill A. Shutemov · 9 years ago
  37. e7bbdd0 mm/mincore: use offset_in_page macro by Alexander Kuleshov · 9 years ago
  38. 1e25a27 mincore: apply page table walker on do_mincore() by Naoya Horiguchi · 10 years ago
  39. 0661a33 mm: remove rest usage of VM_NONLINEAR and pte_file() by Kirill A. Shutemov · 10 years ago
  40. c313dc5d mm: mincore: add hwpoison page handle by Weijie Yang · 10 years ago
  41. 0cd6144 mm + fs: prepare for non-page entries in page cache radix trees by Johannes Weiner · 11 years ago
  42. c980e66 mm: do_mincore() cleanup by Jianguo Wu · 11 years ago
  43. 33806f0 swap: make each swap partition have one address_space by Shaohua Li · 12 years ago
  44. 1a5a990 mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode by Andrea Arcangeli · 13 years ago
  45. 8079b1c mm: clarify the radix_tree exceptional cases by Hugh Dickins · 14 years ago
  46. 31475dd mm: a few small updates for radix-swap by Hugh Dickins · 14 years ago
  47. 0ca1634 thp: mincore transparent hugepage support by Johannes Weiner · 14 years ago
  48. bae9c19 thp: split_huge_page_mm/vma by Andrea Arcangeli · 14 years ago
  49. e48293f mincore: do nested page table walks by Johannes Weiner · 15 years ago
  50. 25ef0e5 mincore: pass ranges as start,end address pairs by Johannes Weiner · 15 years ago
  51. f488401 mincore: break do_mincore() into logical pieces by Johannes Weiner · 15 years ago
  52. 6a60f1b mincore: cleanups by Johannes Weiner · 15 years ago
  53. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  54. 4f16fc1 mm: hugetlb: fix hugepage memory leak in mincore() by Naoya Horiguchi · 15 years ago
  55. 3480b25 [CVE-2009-0029] System call wrappers part 14 by Heiko Carstens · 16 years ago
  56. 3c18ddd mm: remove nopage by Nick Piggin · 17 years ago
  57. e0a04cf [PATCH] mincore: vma crossing fix by Nick Piggin · 18 years ago
  58. 4a76ef0 [PATCH] mincore: fill in results properly by Nick Piggin · 18 years ago
  59. 30fcffe [PATCH] mincore: CONFIG_SWAP=n fix by Nick Piggin · 18 years ago
  60. 42da9cbd [PATCH] mm: mincore anon by Nick Piggin · 18 years ago
  61. 825020c [PATCH] sys_mincore: s/max/min/ by Oleg Nesterov · 18 years ago
  62. 4fb23e4 Fix up mm/mincore.c error value cases by Linus Torvalds · 18 years ago
  63. 2f77d10 Fix incorrect user space access locking in mincore() by Linus Torvalds · 18 years ago
  64. 8462e20 [PATCH] freepgt: sys_mincore ignore FIRST_USER_PGD_NR by Hugh Dickins · 20 years ago
  65. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago v2.6.12-rc2