]> www.infradead.org Git - nvme.git/shortlog
nvme.git
2024-07-04 Ilya Leoshkevichmm: slub: let KMSAN access metadata
2024-07-04 Ilya Leoshkevichkmsan: expose KMSAN_WARN_ON()
2024-07-04 Ilya Leoshkevichkmsan: do not round up pg_data_t size
2024-07-04 Ilya Leoshkevichkmsan: use ALIGN_DOWN() in kmsan_get_metadata()
2024-07-04 Ilya Leoshkevichkmsan: support SLAB_POISON
2024-07-04 Ilya Leoshkevichkmsan: introduce memset_no_sanitize_memory()
2024-07-04 Ilya Leoshkevichkmsan: allow disabling KMSAN checks for the current...
2024-07-04 Ilya Leoshkevichkmsan: export panic_on_kmsan
2024-07-04 Ilya Leoshkevichkmsan: expose kmsan_get_metadata()
2024-07-04 Ilya Leoshkevichkmsan: remove an x86-specific #include from kmsan.h
2024-07-04 Ilya Leoshkevichkmsan: remove a useless assignment from kmsan_vmap_page...
2024-07-04 Ilya Leoshkevichkmsan: fix kmsan_copy_to_user() on arches with overlapp...
2024-07-04 Ilya Leoshkevichkmsan: fix is_bad_asm_addr() on arches with overlapping...
2024-07-04 Ilya Leoshkevichkmsan: increase the maximum store size to 4096
2024-07-04 Ilya Leoshkevichkmsan: disable KMSAN when DEFERRED_STRUCT_PAGE_INIT...
2024-07-04 Ilya Leoshkevichkmsan: make the tests compatible with kmsan.panic=1
2024-07-04 Ilya Leoshkevichftrace: unpoison ftrace_regs in ftrace_ops_list_func()
2024-07-04 SeongJae ParkDocs/mm/damon/maintainer-profile: document DAMON commun...
2024-07-04 SeongJae ParkDocs/mm/damon/maintainer-profile: introduce HacKerMaiL
2024-07-04 David Hildenbrandmm: read page_type using READ_ONCE
2024-07-04 Kefeng Wangmm: memory: rename pages_per_huge_page to nr_pages
2024-07-04 Kefeng Wangmm: memory: improve copy_user_large_folio()
2024-07-04 Kefeng Wangmm: memory: use folio in struct copy_subpage_arg
2024-07-04 Kefeng Wangmm: memory: convert clear_huge_page() to folio_zero_user()
2024-07-04 Wei Yangmm/page_alloc: reword the comment of buddy_merge_likely()
2024-07-04 Wei Yangmm/page_alloc: fix a typo in comment about GFP flag
2024-07-04 Wei Yangmm/mm_init.c: move build check on MAX_ZONELISTS out...
2024-07-04 Wei Yangmm/sparse: nr_pages won't be 0
2024-07-04 Jiaqi Yanmm/memory-failure: refactor log format in unpoison_memory
2024-07-04 Javier Martinez... mm/Kconfig: mention arm64 in DEFAULT_MMAP_MIN_ADDR...
2024-07-04 JaeJoon Jungmaple_tree: modified return type of mas_wr_store_entry()
2024-07-04 Barry Songmm: remove folio_test_anon(folio)==false path in __foli...
2024-07-04 Barry Songmm: use folio_add_new_anon_rmap() if folio_test_anon...
2024-07-04 Barry Songmm: extend rmap flags arguments for folio_add_new_anon_rmap
2024-07-04 Shubhang Kaushik OSvmalloc: modify the alloc_vmap_area() error message...
2024-07-04 David Hildenbrandmm/memory_hotplug: skip adjust_managed_page_count(...
2024-07-04 David Hildenbrandmm/memory_hotplug: initialize memmap of !ZONE_DEVICE...
2024-07-04 David Hildenbrandmm: pass meminit_context to __free_pages_core()
2024-07-04 Kefeng Wangmm: remove page_mkclean()
2024-07-04 Kefeng Wangfb_defio: use a folio in fb_deferred_io_work()
2024-07-04 Kefeng Wangmm: remove page_maybe_dma_pinned()
2024-07-04 Kefeng Wangfs/proc/task_mmu: use folio API in pte_is_pinned()
2024-07-04 David Hildenbrandmm/mm_init: initialize page->_mapcount directly in...
2024-07-04 David Hildenbrandmm/filemap: reinitialize folio->_mapcount directly
2024-07-04 David Hildenbrandmm/page_alloc: clear PageBuddy using __ClearPageBuddy...
2024-07-04 David Hildenbrandmm/zsmalloc: use a proper page type
2024-07-04 David Hildenbrandmm: allow reuse of the lower 16 bit of the page type...
2024-07-04 David Hildenbrandmm: update _mapcount and page_type documentation
2024-07-04 John Hubbardselftests/mm: remove local __NR_* definitions
2024-07-04 Andrew Mortonmm/huge_memory.c: fix used-uninitialized
2024-07-04 Ryusuke Konishinilfs2: fix incorrect inode allocation from reserved...
2024-07-04 Ryusuke Konishinilfs2: add missing check for inode numbers on director...
2024-07-04 Ryusuke Konishinilfs2: fix inode number range checks
2024-07-04 Jan Karamm: avoid overflows in dirty throttling logic
2024-07-04 Jan KaraRevert "mm/writeback: fix possible divide-by-zero in...
2024-07-04 Jinliang Zhengmm: optimize the redundant loop of mm_update_owner_next()
2024-07-04 Hongfu Likhugepaged: simplify the allocation of slab caches
2024-07-04 Kefeng Wangmm: ksm: drop KSM_KMEM_CACHE()
2024-07-04 SeongJae Parkmm/damon/lru_sort: remove unnecessary online tuning...
2024-07-04 SeongJae Parkmm/damon/lru_sort: use damon_commit_ctx()
2024-07-04 SeongJae Parkmm/damon/reclaim: remove unnecessary code for online...
2024-07-04 SeongJae Parkmm/damon/reclaim: use damon_commit_ctx()
2024-07-04 SeongJae Parkmm/damon/sysfs-schemes: rename *_set_{schemes,scheme_fi...
2024-07-04 SeongJae Parkmm/damon/sysfs-schemes: remove unnecessary online tunin...
2024-07-04 SeongJae Parkmm/damon/sysfs: rename damon_sysfs_set_targets() to...
2024-07-04 SeongJae Parkmm/damon/sysfs: remove unnecessary online tuning handli...
2024-07-04 SeongJae Parkmm/damon/sysfs-schemes: use damos_commit_quota_goals()
2024-07-04 SeongJae Parkmm/damon/sysfs: use damon_commit_ctx()
2024-07-04 SeongJae Parkmm/damon/core: implement DAMON context commit function
2024-07-04 SeongJae Parkmm/damon/core: implement DAMOS quota goals online commi...
2024-07-04 Baolin Wangmm: memcontrol: add VM_BUG_ON_FOLIO() to catch lru...
2024-07-04 Honggyu KimDocs/damon: document damos_migrate_{hot,cold}
2024-07-04 Hyeongtak Jimm/damon/paddr: introduce DAMOS_MIGRATE_HOT action...
2024-07-04 Honggyu Kimmm/damon/paddr: introduce DAMOS_MIGRATE_COLD action...
2024-07-04 Honggyu Kimmm/migrate: add MR_DAMON to migrate_reason
2024-07-04 Hyeongtak Jimm/damon/sysfs-schemes: add target_nid on sysfs-schemes
2024-07-04 Honggyu Kimmm: rename alloc_demote_folio to alloc_migrate_folio
2024-07-04 Honggyu Kimmm: make alloc_demote_folio externally invokable for...
2024-07-04 Wei Yangmm/mm_init.c: simplify logic of deferred_[init|free...
2024-07-04 Miaohe Linmm/memory-failure: correct comment in me_swapcache_dirty
2024-07-04 Miaohe Linmm/memory-failure: remove obsolete comment in kill_proc()
2024-07-04 Miaohe Linmm/memory-failure: fix comment of get_hwpoison_page()
2024-07-04 Miaohe Linmm/memory-failure: move some function declarations...
2024-07-04 Miaohe Linmm/memory-failure: remove obsolete comment in unpoison_...
2024-07-04 Miaohe Linmm/memory-failure: use helper macro task_pid_nr()
2024-07-04 Miaohe Linmm/memory-failure: don't export hwpoison_filter() when...
2024-07-04 Miaohe Linmm/memory-failure: remove confusing initialization...
2024-07-04 Miaohe Linmm/memory-failure: remove unneeded empty string
2024-07-04 Miaohe Linmm/memory-failure: save some page_folio() calls
2024-07-04 Miaohe Linmm/memory-failure: add macro GET_PAGE_MAX_RETRY_NUM
2024-07-04 Miaohe Linmm/memory-failure: remove MF_MSG_SLAB
2024-07-04 Miaohe Linmm/memory-failure: simplify put_ref_page()
2024-07-04 Oscar Salvadormm/hugetlb: guard dequeue_hugetlb_folio_nodemask agains...
2024-07-04 Xiu Jianfengmm/hugetlb_cgroup: switch to the new cftypes
2024-07-04 Xiu Jianfengmm/hugetlb_cgroup: prepare cftypes based on template
2024-07-04 Xiu Jianfengmm/hugetlb_cgroup: identify the legacy using cgroup_sub...
2024-07-04 Sourav Pandamm: report per-page metadata information
2024-07-04 Edward Liawselftests/mm: guard defines from shm
2024-07-04 Edward Liawselftests/mm: include linux/mman.h
2024-07-04 Anastasia Belovamm/memory_hotplug: prevent accessing by index=-1
next