All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-03-22 21:44:20 to 2022-03-22 21:49:01 UTC [more...]

incoming
 2022-03-22 21:49 UTC  (192+ messages)
` [patch 102/227] mm/page_alloc: free pages in a single pass during bulk free
` [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 132/227] mm: sparsemem: move vmemmap related to HugeTLB to CONFIG_HUGETLB_PAGE_FREE_VMEMMAP
` [patch 133/227] mm/hugetlb: generalize ARCH_WANT_GENERAL_HUGETLB
` [patch 134/227] hugetlb: clean up potential spectre issue warnings
` [patch 135/227] mm/hugetlb: use helper macro __ATTR_RW
` [patch 136/227] mm/hugetlb.c: export PageHeadHuge()
` [patch 137/227] mm: remove unneeded local variable follflags
` [patch 138/227] userfaultfd: provide unmasked address on page-fault
` [patch 139/227] userfaultfd/selftests: fix uninitialized_var.cocci warning
` [patch 140/227] mm/fs: delete PF_SWAPWRITE
` [patch 141/227] mm: __isolate_lru_page_prepare() in isolate_migratepages_block()
` [patch 142/227] mm/list_lru: optimize memcg_reparent_list_lru_node()
` [patch 143/227] mm: lru_cache_disable: replace work queue synchronization with synchronize_rcu
` [patch 144/227] mm: workingset: replace IRQ-off check with a lockdep assert
` [patch 145/227] mm: vmscan: fix documentation for page_check_references()
` [patch 146/227] mm: compaction: cleanup the compaction trace events
` [patch 147/227] mempolicy: mbind_range() set_policy() after vma_merge()
` [patch 148/227] mm/oom_kill: remove unneeded is_memcg_oom check
` [patch 149/227] mm,migrate: fix establishing demotion target
` [patch 150/227] mm/migrate: fix race between lock page and clear PG_Isolated
` [patch 151/227] mm/thp: refix __split_huge_pmd_locked() for migration PMD
` [patch 152/227] mm/cma: provide option to opt out from exposing pages on activation failure
` [patch 153/227] powerpc/fadump: opt out from freeing pages on cma "
` [patch 154/227] NUMA Balancing: add page promotion counter
` [patch 155/227] NUMA balancing: optimize page placement for memory tiering system
` [patch 156/227] memory tiering: skip to scan fast memory
` [patch 157/227] mm: page_io: fix psi memory pressure error on cold swapins
` [patch 158/227] mm/vmstat: add event for ksm swapping in copy
` [patch 159/227] mm/ksm: use helper macro __ATTR_RW
` [patch 160/227] mm/hwpoison: check the subpage, not the head page
` [patch 161/227] mm/madvise: use vma_lookup() instead of find_vma()
` [patch 162/227] mm: madvise: return correct bytes advised with process_madvise
` [patch 163/227] mm: madvise: skip unmapped vma holes passed to process_madvise
` [patch 164/227] mm, memory_hotplug: make arch_alloc_nodedata independent on CONFIG_MEMORY_HOTPLUG
` [patch 165/227] mm: handle uninitialized numa nodes gracefully
` [patch 166/227] mm, memory_hotplug: drop arch_free_nodedata
` [patch 167/227] mm, memory_hotplug: reorganize new pgdat initialization
` [patch 168/227] mm: make free_area_init_node aware of memory less nodes
` [patch 169/227] memcg: do not tweak node in alloc_mem_cgroup_per_node_info
` [patch 170/227] drivers/base/memory: add memory block to memory group after registration succeeded
` [patch 171/227] drivers/base/node: consolidate node device subsystem initialization in node_dev_init()
` [patch 172/227] mm/memory_hotplug: remove obsolete comment of __add_pages
` [patch 173/227] mm/memory_hotplug: avoid calling zone_intersects() for ZONE_NORMAL
` [patch 174/227] mm/memory_hotplug: clean up try_offline_node
` [patch 175/227] mm/memory_hotplug: fix misplaced comment in offline_pages
` [patch 176/227] drivers/base/node: rename link_mem_sections() to register_memory_block_under_node()
` [patch 177/227] drivers/base/memory: determine and store zone for single-zone memory blocks
` [patch 178/227] drivers/base/memory: clarify adding and removing of "
` [patch 179/227] mm: only re-generate demotion targets when a numa node changes its N_CPU state
` [patch 180/227] mm/thp: ClearPageDoubleMap in first page_add_file_rmap()
` [patch 181/227] mm/zswap.c: allow handling just same-value filled pages
` [patch 182/227] mm: remove usercopy_warn()
` [patch 183/227] mm: uninline copy_overflow()
` [patch 184/227] mm/usercopy: return 1 from hardened_usercopy __setup() handler
` [patch 185/227] mm/early_ioremap: declare early_memremap_pgprot_adjust()
` [patch 186/227] highmem: document kunmap_local()
` [patch 187/227] mm/highmem: remove unnecessary done label
` [patch 188/227] mm/page_table_check.c: use strtobool for param parsing
` [patch 189/227] mm/kfence: remove unnecessary CONFIG_KFENCE option
` [patch 190/227] kfence: allow re-enabling KFENCE after system startup
` [patch 191/227] kfence: alloc kfence_pool "
` [patch 192/227] kunit: fix UAF when run kfence test case test_gfpzero
` [patch 193/227] kunit: make kunit_test_timeout compatible with comment
` [patch 194/227] kfence: test: try to avoid test_gfpzero trigger rcu_stall
` [patch 195/227] kfence: allow use of a deferrable timer
` [patch 196/227] mm/hmm.c: remove unneeded local variable ret
` [patch 197/227] mm/damon/dbgfs/init_regions: use target index instead of target id
` [patch 198/227] Docs/admin-guide/mm/damon/usage: update for changed initail_regions file input
` [patch 199/227] mm/damon/core: move damon_set_targets() into dbgfs
` [patch 200/227] mm/damon: remove the target id concept
` [patch 201/227] mm/damon: remove redundant page validation
` [patch 202/227] mm/damon: rename damon_primitives to damon_operations
` [patch 203/227] mm/damon: let monitoring operations can be registered and selected
` [patch 204/227] mm/damon/paddr,vaddr: register themselves to DAMON in subsys_initcall
` [patch 205/227] mm/damon/reclaim: use damon_select_ops() instead of damon_{v,p}a_set_operations()
` [patch 206/227] mm/damon/dbgfs: "
` [patch 207/227] mm/damon/dbgfs: use operations id for knowing if the target has pid

Floor Tiles Order
 2022-03-22 21:46 UTC 

[PATCH] btrfs: do not clear read-only when adding sprout device
 2022-03-22 21:46 UTC  (2+ messages)

[PATCH 00/17] cruft packs
 2022-03-22 21:45 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/17] Documentation/technical: add cruft-packs.txt

RTT-PROBE: lore-subspace-rtt
 2022-03-22 21:46 UTC 

[Intel-gfx] [PATCH v2 1/4] drm/i915/display: Program PIPE_MBUS_DBOX_CTL with adl-p values
 2022-03-22 21:46 UTC  (4+ messages)
` [Intel-gfx] [PATCH v2 2/4] drm/i915/display: Add HAS_MBUS_JOINING
` [Intel-gfx] [PATCH v2 3/4] drm/i915/display/adlp: Fix programing of PIPE_MBUS_DBOX_CTL
` [Intel-gfx] [PATCH v2 4/4] drm/i915/display: Remove MBUS joining invalid TODOs

improve the bio allocation interface v2
 2022-03-22 21:19 UTC  (3+ messages)
` [PATCH 01/19] fs: remove mpage_alloc
  ` [dm-devel] "


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.