mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-15 22:45:22 to 2022-03-22 21:45:38 UTC [more...]

incoming
 2022-03-22 21:45 UTC  (134+ messages)
` [patch 001/227] linux/kthread.h: remove unused macros
` [patch 002/227] scripts/spelling.txt: add more spellings to spelling.txt
` [patch 003/227] ntfs: add sanity check on allocation size
` [patch 004/227] ocfs2: cleanup some return variables
` [patch 005/227] fs/ocfs2: fix comments mentioning i_mutex
` [patch 006/227] doc: convert 'subsection' to 'section' in gfp.h
` [patch 007/227] mm: document and polish read-ahead code
` [patch 008/227] mm: improve cleanup when ->readpages doesn't process all pages
` [patch 009/227] fuse: remove reliance on bdi congestion
` [patch 010/227] nfs: "
` [patch 011/227] ceph: "
` [patch 012/227] remove inode_congested()
` [patch 013/227] remove bdi_congested() and wb_congested() and related functions
` [patch 014/227] f2fs: replace congestion_wait() calls with io_schedule_timeout()
` [patch 015/227] block/bfq-iosched.c: use "false" rather than "BLK_RW_ASYNC"
` [patch 016/227] remove congestion tracking framework
` [patch 017/227] mount: warn only once about timestamp range expiration
` [patch 018/227] mm/memremap: avoid calling kasan_remove_zero_shadow() for device private memory
` [patch 019/227] filemap: remove find_get_pages()
` [patch 020/227] mm/writeback: minor clean up for highmem_dirtyable_memory
` [patch 021/227] mm: fs: fix lru_cache_disabled race in bh_lru
` [patch 022/227] mm: fix invalid page pointer returned with FOLL_PIN gups
` [patch 023/227] mm/gup: follow_pfn_pte(): -EEXIST cleanup
` [patch 024/227] mm/gup: remove unused pin_user_pages_locked()
` [patch 025/227] mm: change lookup_node() to use get_user_pages_fast()
` [patch 026/227] mm/gup: remove unused get_user_pages_locked()
` [patch 027/227] mm/swap: fix confusing comment in folio_mark_accessed
` [patch 028/227] tmpfs: support for file creation time
` [patch 029/227] shmem: mapping_set_exiting() to help mapped resilience
` [patch 030/227] tmpfs: do not allocate pages on read
` [patch 031/227] mm: shmem: use helper macro __ATTR_RW
` [patch 032/227] memcg: replace in_interrupt() with !in_task()
` [patch 033/227] memcg: add per-memcg total kernel memory stat
` [patch 034/227] mm/memcg: mem_cgroup_per_node is already set to 0 on allocation
` [patch 035/227] mm/memcg: retrieve parent memcg from css.parent
` [patch 036/227] memcg: refactor mem_cgroup_oom
` [patch 037/227] memcg: unify force charging conditions
` [patch 038/227] selftests: memcg: test high limit for single entry allocation
` [patch 039/227] memcg: synchronously enforce memory.high for large overcharges
` [patch 040/227] mm/memcontrol: return 1 from cgroup.memory __setup() handler
` [patch 041/227] mm/memcg: revert ("mm/memcg: optimize user context object stock access")
` [patch 042/227] mm/memcg: disable threshold event handlers on PREEMPT_RT
` [patch 043/227] mm/memcg: protect per-CPU counter by disabling preemption on PREEMPT_RT where needed
` [patch 044/227] mm/memcg: opencode the inner part of obj_cgroup_uncharge_pages() in drain_obj_stock()
` [patch 045/227] mm/memcg: protect memcg_stock with a local_lock_t
` [patch 046/227] mm/memcg: disable migration instead of preemption in drain_all_stock()
` [patch 047/227] mm: list_lru: transpose the array of per-node per-memcg lru lists
` [patch 048/227] mm: introduce kmem_cache_alloc_lru
` [patch 049/227] fs: introduce alloc_inode_sb() to allocate filesystems specific inode
` [patch 050/227] fs: allocate inode by using alloc_inode_sb()
` [patch 051/227] f2fs: "
` [patch 052/227] mm: dcache: use kmem_cache_alloc_lru() to allocate dentry
` [patch 053/227] xarray: use kmem_cache_alloc_lru to allocate xa_node
` [patch 054/227] mm: memcontrol: move memcg_online_kmem() to mem_cgroup_css_online()
` [patch 055/227] mm: list_lru: allocate list_lru_one only when needed
` [patch 056/227] mm: list_lru: rename memcg_drain_all_list_lrus to memcg_reparent_list_lrus
` [patch 057/227] mm: list_lru: replace linear array with xarray
` [patch 058/227] mm: memcontrol: reuse memory cgroup ID for kmem ID
` [patch 059/227] mm: memcontrol: fix cannot alloc the maximum memcg ID
` [patch 060/227] mm: list_lru: rename list_lru_per_memcg to list_lru_memcg
` [patch 061/227] mm: memcontrol: rename memcg_cache_id to memcg_kmem_id
` [patch 062/227] memcg: enable accounting for tty-related objects
` [patch 063/227] selftests, x86: fix how check_cc.sh is being invoked
` [patch 064/227] mm: merge pte_mkhuge() call into arch_make_huge_pte()
` [patch 065/227] mm: remove mmu_gathers storage from remaining architectures
` [patch 066/227] mm: thp: fix wrong cache flush in remove_migration_pmd()
` [patch 067/227] mm: fix missing cache flush for all tail pages of compound page
` [patch 068/227] mm: hugetlb: fix missing cache flush in copy_huge_page_from_user()
` [patch 069/227] mm: hugetlb: fix missing cache flush in hugetlb_mcopy_atomic_pte()
` [patch 070/227] mm: shmem: fix missing cache flush in shmem_mfill_atomic_pte()
` [patch 071/227] mm: userfaultfd: fix missing cache flush in mcopy_atomic_pte() and __mcopy_atomic()
` [patch 072/227] mm: replace multiple dcache flush with flush_dcache_folio()
` [patch 073/227] mm: don't skip swap entry even if zap_details specified
` [patch 074/227] mm: rename zap_skip_check_mapping() to should_zap_page()
` [patch 075/227] mm: change zap_details.zap_mapping into even_cows
` [patch 076/227] mm: rework swap handling of zap_pte_range
` [patch 077/227] mm/mmap: return 1 from stack_guard_gap __setup() handler
` [patch 078/227] mm/memory.c: use helper function range_in_vma()
` [patch 079/227] mm/memory.c: use helper macro min and max in unmap_mapping_range_tree()
` [patch 080/227] mm: _install_special_mapping() apply VM_LOCKED_CLEAR_MASK
` [patch 081/227] mm/mmap: remove obsolete comment in ksys_mmap_pgoff
` [patch 082/227] mm/mremap:: use vma_lookup() instead of find_vma()
` [patch 083/227] mm/sparse: make mminit_validate_memmodel_limits() static
` [patch 084/227] mm/vmalloc: remove unneeded function forward declaration
` [patch 085/227] mm/vmalloc: Move draining areas out of caller context
` [patch 086/227] mm/vmalloc: add adjust_search_size parameter
` [patch 087/227] mm/vmalloc: eliminate an extra orig_gfp_mask
` [patch 088/227] mm/vmalloc.c: fix "unused function" warning
` [patch 089/227] mm/vmalloc: fix comments about vmap_area struct
` [patch 090/227] mm: page_alloc: avoid merging non-fallbackable pageblocks with others
` [patch 091/227] mm/mmzone.c: use try_cmpxchg() in page_cpupid_xchg_last()
` [patch 092/227] mm/mmzone.h: remove unused macros
` [patch 093/227] mm/page_alloc: don't pass pfn to free_unref_page_commit()
` [patch 094/227] cma: factor out minimum alignment requirement
` [patch 095/227] mm: enforce pageblock_order < MAX_ORDER
` [patch 096/227] mm/page_alloc: mark pagesets as __maybe_unused
` [patch 097/227] mm/pages_alloc.c: don't create ZONE_MOVABLE beyond the end of a node
` [patch 098/227] mm/page_alloc: fetch the correct pcp buddy during bulk free
` [patch 099/227] mm/page_alloc: track range of active PCP lists "
` [patch 100/227] mm/page_alloc: simplify how many pages are selected per pcp list "
` [patch 101/227] mm/page_alloc: drain the requested list first "
` [patch 102/227] mm/page_alloc: free pages in a single pass "
` [patch 103/227] mm/page_alloc: limit number of high-order pages on PCP "
` [patch 104/227] mm/page_alloc: do not prefetch buddies "
` [patch 105/227] arch/x86/mm/numa: Do not initialize nodes twice
` [patch 106/227] mm: count time in drain_all_pages during direct reclaim as memory pressure
` [patch 107/227] mm/page_alloc: call check_new_pages() while zone spinlock is not held
` [patch 108/227] mm/page_alloc: check high-order pages for corruption during PCP operations
` [patch 109/227] mm/memory-failure.c: remove obsolete comment
` [patch 110/227] mm/hwpoison: fix error page recovered but reported "not recovered"
` [patch 111/227] mm: invalidate hwpoison page cache page in fault path
` [patch 112/227] mm/memory-failure.c: minor clean up for memory_failure_dev_pagemap
` [patch 113/227] mm/memory-failure.c: catch unexpected -EFAULT from vma_address()
` [patch 114/227] mm/memory-failure.c: rework the signaling logic in kill_proc
` [patch 115/227] mm/memory-failure.c: fix race with changing page more robustly
` [patch 116/227] mm/memory-failure.c: remove PageSlab check in hwpoison_filter_dev
` [patch 117/227] mm/memory-failure.c: rework the try_to_unmap logic in hwpoison_user_mappings()
` [patch 118/227] mm/memory-failure.c: remove obsolete comment in __soft_offline_page
` [patch 119/227] mm/memory-failure.c: remove unnecessary PageTransTail check
` [patch 120/227] mm/hwpoison-inject: support injecting hwpoison to free page
` [patch 121/227] mm/hwpoison: avoid the impact of hwpoison_filter() return value on mce handler
` [patch 122/227] mm/hwpoison: add in-use hugepage hwpoison filter judgement
` [patch 123/227] mm/memory-failure.c: fix race with changing page compound again
` [patch 124/227] mm/memory-failure.c: avoid calling invalidate_inode_page() with unexpected pages
` [patch 125/227] mm/memory-failure.c: make non-LRU movable pages unhandlable
` [patch 126/227] mm, fault-injection: declare should_fail_alloc_page()
` [patch 127/227] mm/mlock: fix potential imbalanced rlimit ucounts adjustment
` [patch 128/227] mm: hugetlb: free the 2nd vmemmap page associated with each HugeTLB page
` [patch 129/227] mm: hugetlb: replace hugetlb_free_vmemmap_enabled with a static_key
` [patch 130/227] mm: sparsemem: use page table lock to protect kernel pmd operations
` [patch 131/227] selftests: vm: add a hugetlb test case
` [patch 133/227] mm/hugetlb: generalize ARCH_WANT_GENERAL_HUGETLB
` [patch 134/227] hugetlb: clean up potential spectre issue warnings

[folded-merged] mm-damon-sysfs-support-damos-watermarks-fix.patch removed from -mm tree
 2022-03-22 19:18 UTC 

[folded-merged] mm-damon-implement-a-minimal-stub-for-sysfs-based-damon-interface-fix.patch removed from -mm tree
 2022-03-22 19:17 UTC 

[folded-merged] highmem-document-kunmap_local-v2.patch removed from -mm tree
 2022-03-22 19:16 UTC 

[folded-merged] mm-memory_hotplug-remove-obsolete-comment-of-__add_pages-fix.patch removed from -mm tree
 2022-03-22 19:15 UTC 

[folded-merged] mm-only-re-generate-demotion-targets-when-a-numa-node-changes-its-n_cpu-state-v3.patch removed from -mm tree
 2022-03-22 19:16 UTC 

[folded-merged] mm-handle-uninitialized-numa-nodes-gracefully-fix.patch removed from -mm tree
 2022-03-22 19:15 UTC 

[folded-merged] userfaultfd-provide-unmasked-address-on-page-fault-v3-fix.patch removed from -mm tree
 2022-03-22 19:14 UTC 

[folded-merged] userfaultfd-provide-unmasked-address-on-page-fault-v3.patch removed from -mm tree
 2022-03-22 19:14 UTC 

[folded-merged] mm-export-pageheadhuge-fix.patch removed from -mm tree
 2022-03-22 19:13 UTC 

[folded-merged] hugetlb-clean-up-potential-spectre-issue-warnings-v2.patch removed from -mm tree
 2022-03-22 19:13 UTC 

[folded-merged] mm-hugetlb-free-the-2nd-vmemmap-page-associated-with-each-hugetlb-page-fix.patch removed from -mm tree
 2022-03-22 19:12 UTC 

[folded-merged] mm-memory-failurec-fix-race-with-changing-page-compound-again-fix.patch removed from -mm tree
 2022-03-22 19:12 UTC 

[folded-merged] mm-hwpoison-inject-support-injecting-hwpoison-to-free-page-fix.patch removed from -mm tree
 2022-03-22 19:11 UTC 

[folded-merged] arch-x86-mm-numa-do-not-initialize-nodes-twice-v2.patch removed from -mm tree
 2022-03-22 19:11 UTC 

[folded-merged] mm-dont-skip-swap-entry-even-if-zap_details-specified-v5.patch removed from -mm tree
 2022-03-22 19:10 UTC 

[folded-merged] mm-list_lru-replace-linear-array-with-xarray-fix.patch removed from -mm tree
 2022-03-22 19:09 UTC 

[folded-merged] tmpfs-support-for-file-creation-time-fix.patch removed from -mm tree
 2022-03-22 19:08 UTC 

[folded-merged] remove-bdi_congested-and-wb_congested-and-related-functions-fix.patch removed from -mm tree
 2022-03-22 19:03 UTC 

[to-be-updated] mm-mempolicy-fix-potential-mpol_new-leak-in-shared_policy_replace.patch removed from -mm tree
 2022-03-21 21:33 UTC 

[to-be-updated] vmap-dont-allow-invalid-pages.patch removed from -mm tree
 2022-03-21 21:16 UTC 

[nacked] mm-memcg-move-generation-assignment-and-comparison-together.patch removed from -mm tree
 2022-03-21 21:05 UTC 

[nacked] mm-memcg-set-pos-to-prev-unconditionally.patch removed from -mm tree
 2022-03-21 21:05 UTC 

[nacked] mm-memcg-set-memcg-after-css-verified-and-got-reference.patch removed from -mm tree
 2022-03-21 21:05 UTC 

[merged] configs-debug-restore-debug_info=y-for-overriding.patch removed from -mm tree
 2022-03-21 20:05 UTC 

[merged] ocfs2-fix-crash-when-initialize-filecheck-kobj-fails.patch removed from -mm tree
 2022-03-21 20:05 UTC 

[merged] mm-swap-get-rid-of-deadloop-in-swapin-readahead.patch removed from -mm tree
 2022-03-21 20:05 UTC 

mmotm 2022-03-16-17-42 uploaded
 2022-03-18  4:32 UTC  (12+ messages)
` mmotm 2022-03-16-17-42 uploaded (uml sub-x86_64, sched/fair, RCU)
` mmotm 2022-03-16-17-42 uploaded (drivers/iio/afe/iio-rescale.o)
` mmotm 2022-03-16-17-42 uploaded (drivers/pinctrl/nuvoton/pinctrl-wpcm450.c)

[to-be-updated] mm-rmap-introduce-pfn_mkclean_range-to-cleans-ptes.patch removed from -mm tree
 2022-03-17 23:28 UTC 

[to-be-updated] dax-fix-missing-writeprotect-the-pte-entry.patch removed from -mm tree
 2022-03-17 23:28 UTC 

[to-be-updated] mm-remove-range-parameter-from-follow_invalidate_pte.patch removed from -mm tree
 2022-03-17 23:28 UTC 

[to-be-updated] mm-pvmw-add-support-for-walking-devmap-pages.patch removed from -mm tree
 2022-03-17 23:28 UTC 

[to-be-updated] dax-fix-cache-flush-on-pmd-mapped-pages.patch removed from -mm tree
 2022-03-17 23:28 UTC 

[to-be-updated] mm-rmap-fix-cache-flush-on-thp-pages.patch removed from -mm tree
 2022-03-17 23:28 UTC 

+ mm-munlock-update-documentation-vm-unevictable-lrurst.patch added to -mm tree
 2022-03-17 22:58 UTC 

[merged] selftests-vm-fix-clang-build-error-multiple-output-files.patch removed from -mm tree
 2022-03-17 22:56 UTC 

[merged] mm-swap-get-rid-of-deadloop-in-swapin-readahead.patch removed from -mm tree
 2022-03-17 22:56 UTC 

[merged] ocfs2-fix-crash-when-initialize-filecheck-kobj-fails.patch removed from -mm tree
 2022-03-17 22:56 UTC 

[merged] configs-debug-restore-debug_info=y-for-overriding.patch removed from -mm tree
 2022-03-17 22:56 UTC 

incoming
 2022-03-16 23:15 UTC  (5+ messages)
` [patch 1/4] mm: swap: get rid of deadloop in swapin readahead
` [patch 2/4] configs/debug: restore DEBUG_INFO=y for overriding
` [patch 3/4] ocfs2: fix crash when initialize filecheck kobj fails
` [patch 4/4] selftests: vm: fix clang build error multiple output files

[alternative-merged] mm-fix-panic-in-__alloc_pages.patch removed from -mm tree
 2022-03-16 21:58 UTC 

+ mm-proc-remove-redundant-page-validation-of-pte_page.patch added to -mm tree
 2022-03-16 21:11 UTC 

+ hugetlb-fix-comments-about-avoiding-atomic-allocation-of-vmemmap-pages.patch added to -mm tree
 2022-03-16 21:10 UTC 

+ lib-fix-uninitialized_varcocci-warning.patch added to -mm tree
 2022-03-16 20:54 UTC 

+ kernel-panicc-remove-config_panic_on_oops_value-indirection.patch added to -mm tree
 2022-03-16 20:12 UTC 

+ locking-refcount-use-refcount_warn-to-simplify-code.patch added to -mm tree
 2022-03-16 19:39 UTC 

[folded-merged] memcg-sync-flush-only-if-periodic-flush-is-delayed-fix.patch removed from -mm tree
 2022-03-16 19:33 UTC 

[to-be-updated] selftests-vm-add-test-for-soft-dirty-pte-bit.patch removed from -mm tree
 2022-03-16 18:59 UTC 

+ mm-only-re-generate-demotion-targets-when-a-numa-node-changes-its-n_cpu-state-fix.patch added to -mm tree
 2022-03-16  0:06 UTC 

+ kthread-make-it-clear-that-kthread_create_on_node-might-be-terminated-by-any-fatal-signal.patch added to -mm tree
 2022-03-15 23:51 UTC 

+ tools-vm-page_owner_sortc-support-for-multi-value-selection-in-single-argument.patch added to -mm tree
 2022-03-15 22:45 UTC 

+ tools-vm-page_owner_sortc-use-fprintf-to-send-error-messages-to-stderr.patch added to -mm tree
 2022-03-15 22:45 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).