1. 6b9a217 mm,hwpoison: refactor soft_offline_huge_page and __soft_offline_page by Oscar Salvador · 4 years, 5 months ago
  2. 79f5f8f mm,hwpoison: rework soft offline for in-use pages by Oscar Salvador · 4 years, 5 months ago
  3. 06be6ff mm,hwpoison: rework soft offline for free pages by Oscar Salvador · 4 years, 5 months ago
  4. 694bf0b mm,hwpoison: unify THP handling for hard and soft offline by Oscar Salvador · 4 years, 5 months ago
  5. dd6e240 mm,hwpoison: kill put_hwpoison_page by Oscar Salvador · 4 years, 5 months ago
  6. dc7560b mm,hwpoison: refactor madvise_inject_error by Oscar Salvador · 4 years, 5 months ago
  7. 7e27f22 mm,hwpoison: unexport get_hwpoison_page and make it static by Oscar Salvador · 4 years, 5 months ago
  8. fd47672 mm,hwpoison-inject: don't pin for hwpoison_filter by Naoya Horiguchi · 4 years, 5 months ago
  9. 1b473bec mm, hwpoison: remove recalculating hpage by Naoya Horiguchi · 4 years, 5 months ago
  10. 7d9d46a mm,hwpoison: cleanup unused PageHuge() check by Naoya Horiguchi · 4 years, 5 months ago
  11. b1647dc mm/readahead: pass a file_ra_state into force_page_cache_ra by David Howells · 4 years, 5 months ago
  12. db660d4 mm/filemap: fold ra_submit into do_sync_mmap_readahead by David Howells · 4 years, 5 months ago
  13. fefa7c4 mm/readahead: add page_cache_sync_ra and page_cache_async_ra by Matthew Wilcox (Oracle) · 4 years, 5 months ago
  14. 7b3df3b mm/readahead: pass readahead_control to force_page_cache_ra by David Howells · 4 years, 5 months ago
  15. 6e4af69 mm/readahead: make ondemand_readahead take a readahead_control by David Howells · 4 years, 5 months ago
  16. 8238287 mm/readahead: make do_page_cache_ra take a readahead_control by Matthew Wilcox (Oracle) · 4 years, 5 months ago
  17. 73bb49d mm/readahead: make page_cache_ra_unbounded take a readahead_control by Matthew Wilcox (Oracle) · 4 years, 5 months ago
  18. 1aa83cf mm/readahead: add DEFINE_READAHEAD by Matthew Wilcox (Oracle) · 4 years, 5 months ago
  19. c4f9c70 mm: fix a race during THP splitting by Huang Ying · 4 years, 5 months ago
  20. 6f4d2f9 fs: do not update nr_thps for mappings which support THPs by Matthew Wilcox (Oracle) · 4 years, 5 months ago
  21. 01c7026 fs: add a filesystem flag for THPs by Matthew Wilcox (Oracle) · 4 years, 5 months ago
  22. 3efe62e mm/vmscan: allow arbitrary sized pages to be paged out by Matthew Wilcox (Oracle) · 4 years, 5 months ago
  23. 8854a6a mm/page-writeback: support tail pages in wait_for_stable_page by Matthew Wilcox (Oracle) · 4 years, 5 months ago
  24. fc3a5ac mm/truncate: fix truncation for pages of arbitrary size by Matthew Wilcox (Oracle) · 4 years, 5 months ago
  25. 5eaf35a mm/rmap: fix assumptions of THP size by Matthew Wilcox (Oracle) · 4 years, 5 months ago
  26. e2333da mm/huge_memory: fix can_split_huge_page assumption of THP size by Matthew Wilcox (Oracle) · 4 years, 5 months ago
  27. 65dfe3c mm/huge_memory: fix page_trans_huge_mapcount assumption of THP size by Matthew Wilcox (Oracle) · 4 years, 5 months ago
  28. 8cce547 mm/huge_memory: fix split assumption of page size by Kirill A. Shutemov · 4 years, 5 months ago
  29. 86b562b mm/huge_memory: fix total_mapcount assumption of page size by Kirill A. Shutemov · 4 years, 5 months ago
  30. 8fb156c mm/page_owner: change split_page_owner to take a count by Matthew Wilcox (Oracle) · 4 years, 5 months ago
  31. d01ac3c mm/memory: remove page fault assumption of compound page size by Matthew Wilcox (Oracle) · 4 years, 5 months ago
  32. 887b22c mm/filemap: fix page cache removal for arbitrary sized THPs by Matthew Wilcox (Oracle) · 4 years, 5 months ago
  33. 198b62f mm/filemap: fix storing to a THP shadow entry by Matthew Wilcox (Oracle) · 4 years, 5 months ago
  34. 8fc7564 XArray: add xas_split by Matthew Wilcox (Oracle) · 4 years, 5 months ago
  35. 57417ce XArray: add xa_get_order by Matthew Wilcox (Oracle) · 4 years, 5 months ago
  36. f14312e mm/debug_vm_pgtable: avoid doing memory allocation with pgtable_t mapped. by Aneesh Kumar K.V · 4 years, 5 months ago
  37. 401035d mm/debug_vm_pgtable: avoid none pte in pte_clear_test by Aneesh Kumar K.V · 4 years, 5 months ago
  38. 2b1dd67 mm/debug_vm_pgtable/hugetlb: disable hugetlb test on ppc64 by Aneesh Kumar K.V · 4 years, 5 months ago
  39. 13af050 mm/debug_vm_pgtable/pmd_clear: don't use pmd/pud_clear on pte entries by Aneesh Kumar K.V · 4 years, 5 months ago
  40. 87f3498 mm/debug_vm_pgtable/thp: use page table depost/withdraw with THP by Aneesh Kumar K.V · 4 years, 5 months ago
  41. 6f302e27 mm/debug_vm_pgtable/locks: take correct page table lock by Aneesh Kumar K.V · 4 years, 5 months ago
  42. e8edf0a mm/debug_vm_pgtable/locks: move non page table modifying test together by Aneesh Kumar K.V · 4 years, 5 months ago
  43. c3824e1 mm/debug_vm_pgtable/set_pte/pmd/pud: don't use set_*_at to update an existing pte entry by Aneesh Kumar K.V · 4 years, 5 months ago
  44. 4200605 mm/debug_vm_pgtable/savedwrite: enable savedwrite test with CONFIG_NUMA_BALANCING by Aneesh Kumar K.V · 4 years, 5 months ago
  45. 85a1446 mm/debug_vm_pgtables/hugevmap: use the arch helper to identify huge vmap support. by Aneesh Kumar K.V · 4 years, 5 months ago
  46. cfc5bbc mm/debug_vm_pgtable/ppc64: avoid setting top bits in radom value by Aneesh Kumar K.V · 4 years, 5 months ago
  47. 379c926 powerpc/mm: move setting pte specific flags to pfn_pte by Aneesh Kumar K.V · 4 years, 5 months ago
  48. 392b466 powerpc/mm: add DEBUG_VM WARN for pmd_clear by Aneesh Kumar K.V · 4 years, 5 months ago
  49. a455aa7 device-dax/kmem: fix resource release by Dan Williams · 4 years, 5 months ago
  50. 578a715 Merge tag 'linux-kselftest-kunit-fixes-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 4 years, 5 months ago
  51. 0674324 Merge tag 'linux-kselftest-next-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 4 years, 5 months ago
  52. bbf6259 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 4 years, 5 months ago
  53. bf36c6b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid by Linus Torvalds · 4 years, 5 months ago
  54. 0cd7d97 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching by Linus Torvalds · 4 years, 5 months ago
  55. 4a165fe Merge tag 'dio_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 4 years, 5 months ago
  56. b77a69b Merge tag 'fs_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 4 years, 5 months ago
  57. ca5387e Merge tag 'configfs-5.10' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 4 years, 5 months ago
  58. 5a32c34 Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 years, 5 months ago
  59. f065199 Merge tag 'dmaengine-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine by Linus Torvalds · 4 years, 5 months ago
  60. 3504e85 Merge branch 'for-5.10/i2c-hid' into for-linus by Jiri Kosina · 4 years, 5 months ago
  61. 203c38f HID: i2c-hid: Enable wakeup capability from Suspend-to-Idle by Kai-Heng Feng · 4 years, 8 months ago
  62. 9b14b06 Merge branch 'for-5.9/upstream-fixes' into for-linus by Jiri Kosina · 4 years, 5 months ago
  63. 146f9d9 Merge branch 'for-5.10/wiimote' into for-linus by Jiri Kosina · 4 years, 5 months ago
  64. df97550 Merge branch 'for-5.10/vivaldi' into for-linus by Jiri Kosina · 4 years, 5 months ago
  65. d61a5d6 Merge branch 'for-5.10/intel-ish-hid' into for-linus by Jiri Kosina · 4 years, 5 months ago
  66. 1341c58 Merge branch 'for-5.10/i2c-hid' into for-linus by Jiri Kosina · 4 years, 5 months ago
  67. 1142a12 Merge branch 'for-5.10/cp2112' into for-linus by Jiri Kosina · 4 years, 5 months ago
  68. 62b31a0 Merge branch 'for-5.10/core' into for-linus by Jiri Kosina · 4 years, 5 months ago
  69. cc51d17 Merge branch 'for-5.10/apple' into for-linus by Jiri Kosina · 4 years, 5 months ago
  70. c48b75b Merge tag 'sound-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 4 years, 5 months ago
  71. 93b694d Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 5 months ago
  72. 726eb70 Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 4 years, 5 months ago
  73. c6dbef7 Merge tag 'usb-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 4 years, 5 months ago
  74. ade7afe Merge tag 'staging-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 4 years, 5 months ago
  75. 3e4fb43 Merge tag 'spdx-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 4 years, 5 months ago
  76. fe15146 Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 4 years, 5 months ago
  77. 5d6c413 Merge tag 'tty-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 4 years, 5 months ago
  78. e6037a7 powerpc32: don't adjust unmoved stack pointer in csum_partial_copy_generic() epilogue by Jason A. Donenfeld · 4 years, 5 months ago
  79. 6448cbf Merge tag 'backlight-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight by Linus Torvalds · 4 years, 5 months ago
  80. 1a31c12 Merge tag 'mfd-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 4 years, 5 months ago
  81. f888bdf Merge tag 'devicetree-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 4 years, 5 months ago
  82. b4e1bce Merge tag 'pinctrl-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 4 years, 5 months ago
  83. 7fafb54 Merge tag 'leds-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pavel/linux-leds by Linus Torvalds · 4 years, 5 months ago
  84. 55e0500 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 5 months ago
  85. 4815519 Merge tag 'for-5.10/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 4 years, 5 months ago
  86. 6e4dc3d Merge tag 'for-linus-5.10-1' of git://github.com/cminyard/linux-ipmi by Linus Torvalds · 4 years, 5 months ago
  87. 2f6c6d0 Merge branch 'for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 4 years, 5 months ago
  88. 09cad07 fs: fix NULL dereference due to data race in prepend_path() by Andrii Nakryiko · 4 years, 5 months ago
  89. 4da9af0 Merge tag 'threads-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 5 months ago
  90. 612e7a4 Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 5 months ago
  91. 9e51183 Merge tag 'linux-kselftest-fixes-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 4 years, 5 months ago
  92. 2fc61f2 Merge tag 'xfs-5.10-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 5 months ago
  93. 37187df Merge tag 'iomap-5.10-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 5 months ago
  94. 531d29b Merge tag 'iommu-updates-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 4 years, 5 months ago
  95. 79db2b7 Merge branch 'stable/for-linus-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb by Linus Torvalds · 4 years, 5 months ago
  96. defb53a Merge tag 'pnp-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 5 months ago
  97. cf1d2b4 Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 5 months ago
  98. 0b8417c Merge tag 'pm-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 5 months ago
  99. 15cb546 Merge tag 'platform-drivers-x86-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86 by Linus Torvalds · 4 years, 5 months ago
  100. a09b1d7 Merge tag 'for-linus-5.10b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 4 years, 5 months ago