linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-02 21:56:19 to 2021-09-04 10:50:36 UTC [more...]

[PATCH v6 00/33] SLUB: reduce irq disabled scope and make it RT compatible
 2021-09-04 10:49 UTC  (13+ messages)
` [PATCH v6 01/33] mm, slub: don't call flush_all() from slab_debug_trace_open()
` [PATCH v6 02/33] mm, slub: allocate private object map for debugfs listings
` [PATCH v6 03/33] mm, slub: allocate private object map for validate_slab_cache()
` [PATCH v6 04/33] mm, slub: don't disable irq for debug_check_no_locks_freed()
` [PATCH v6 05/33] mm, slub: remove redundant unfreeze_partials() from put_cpu_partial()
` [PATCH v6 06/33] mm, slub: extract get_partial() from new_slab_objects()
` [PATCH v6 07/33] mm, slub: dissolve new_slab_objects() into ___slab_alloc()
` [PATCH v6 08/33] mm, slub: return slab page from get_partial() and set c->page afterwards
` [PATCH v6 09/33] mm, slub: restructure new page checks in ___slab_alloc()
` [PATCH v6 10/33] mm, slub: simplify kmem_cache_cpu and tid setup
` [PATCH v6 11/33] mm, slub: move disabling/enabling irqs to ___slab_alloc()
` [PATCH v6 12/33] mm, slub: do initial checks in ___slab_alloc() with irqs enabled

[PATCH v2] mm: Add configuration to control whether vmpressure notifier is enabled
 2021-09-04 10:41 UTC  (7+ messages)

[PATCH] mm/page_isolation: fix potential missing call to unset_migratetype_isolate()
 2021-09-04  9:20 UTC 

[PATCH] mm/page_isolation: don't putback unisolated page
 2021-09-04  9:18 UTC 

[PATCH Vx RESEND] mm,hugetlb: remove mlock ulimit for SHM_HUGETLB
 2021-09-04  7:54 UTC 

[syzbot] WARNING: kmalloc bug in hash_netport_create
 2021-09-04  8:23 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 2f453ff3ea7f62187901c9b094a06f1328e6a900
 2021-09-04  2:34 UTC 

[linux-next:master] BUILD REGRESSION 14c6345e6e6ca0570f3897214f24748ef6009761
 2021-09-04  1:23 UTC 

[PATCH] mm/gup: further simplify __gup_device_huge()
 2021-09-04  0:42 UTC 

[PATCH] mm: hwpoison: deal with page cache THP
 2021-09-04  0:03 UTC  (12+ messages)

incoming
 2021-09-03 23:48 UTC  (118+ messages)
` [patch 036/212] mm, slab: make flush_slab() possible to call with irqs enabled
` [patch 071/212] mm: gup: fix potential pgmap refcnt leak in __gup_device_huge()
` [patch 118/212] lazy tlb: allow lazy tlb mm refcounting to be configurable
` [patch 119/212] lazy tlb: shoot lazies, a non-refcounting lazy tlb option
` [patch 120/212] powerpc/64s: enable MMU_LAZY_TLB_SHOOTDOWN
` [patch 121/212] mmc: JZ4740: remove the flush_kernel_dcache_page call in jz4740_mmc_read_data
` [patch 122/212] mmc: mmc_spi: replace flush_kernel_dcache_page with flush_dcache_page
` [patch 123/212] scatterlist: "
` [patch 124/212] mm: remove flush_kernel_dcache_page
` [patch 125/212] mm,do_huge_pmd_numa_page: remove unnecessary TLB flushing code
` [patch 126/212] mm: change fault_in_pages_* to have an unsigned size parameter
` [patch 127/212] mm/pagemap: add mmap_assert_locked() annotations to find_vma*()
` [patch 128/212] remap_file_pages: Use vma_lookup() instead of find_vma()
` [patch 129/212] mm/mremap: fix memory account on do_munmap() failure
` [patch 130/212] mm/bootmem_info.c: mark __init on register_page_bootmem_info_section
` [patch 131/212] mm: sparse: pass section_nr to section_mark_present
` [patch 132/212] mm: sparse: pass section_nr to find_memory_block
` [patch 133/212] mm: sparse: remove __section_nr() function
` [patch 134/212] mm/sparse: set SECTION_NID_SHIFT to 6
` [patch 135/212] include/linux/mmzone.h: avoid a warning in sparse memory support
` [patch 136/212] mm/sparse: clarify pgdat_to_phys
` [patch 137/212] mm/vmalloc: use batched page requests in bulk-allocator
` [patch 138/212] mm/vmalloc: remove gfpflags_allow_blocking() check
` [patch 139/212] lib/test_vmalloc.c: add a new 'nr_pages' parameter
` [patch 140/212] mm/vmalloc: fix wrong behavior in vread
` [patch 141/212] mm/kasan: move kasan.fault to mm/kasan/report.c
` [patch 142/212] kasan: test: rework kmalloc_oob_right
` [patch 143/212] kasan: test: avoid writing invalid memory
` [patch 144/212] kasan: test: avoid corrupting memory via memset
` [patch 145/212] kasan: test: disable kmalloc_memmove_invalid_size for HW_TAGS
` [patch 146/212] kasan: test: only do kmalloc_uaf_memset for generic mode
` [patch 147/212] kasan: test: clean up ksize_uaf
` [patch 148/212] kasan: test: avoid corrupting memory in copy_user_test
` [patch 149/212] kasan: test: avoid corrupting memory in kasan_rcu_uaf
` [patch 150/212] mm/page_alloc: always initialize memory map for the holes
` [patch 151/212] microblaze: simplify pte_alloc_one_kernel()
` [patch 152/212] mm: introduce memmap_alloc() to unify memory map allocation
` [patch 153/212] memblock: stop poisoning raw allocations
` [patch 154/212] mm/page_alloc.c: fix 'zone_id' may be used uninitialized in this function warning
` [patch 155/212] mm/page_alloc: make alloc_node_mem_map() __init rather than __ref
` [patch 156/212] mm/page_alloc.c: use in_task()
` [patch 157/212] mm/page_isolation: tracing: trace all test_pages_isolated failures
` [patch 158/212] mm/hwpoison: remove unneeded variable unmap_success
` [patch 159/212] mm/hwpoison: fix potential pte_unmap_unlock pte error
` [patch 160/212] mm/hwpoison: change argument struct page **hpagep to *hpage
` [patch 161/212] mm/hwpoison: fix some obsolete comments
` [patch 162/212] mm: hwpoison: don't drop slab caches for offlining non-LRU page
` [patch 163/212] doc: hwpoison: correct the support for hugepage
` [patch 164/212] mm: hwpoison: dump page for unhandlable page
` [patch 165/212] mm: fix panic caused by __page_handle_poison()
` [patch 166/212] hugetlb: simplify prep_compound_gigantic_page ref count racing code
` [patch 167/212] hugetlb: drop ref count earlier after page allocation
` [patch 168/212] hugetlb: before freeing hugetlb page set dtor to appropriate value
` [patch 169/212] hugetlb: fix hugetlb cgroup refcounting during vma split
` [patch 170/212] userfaultfd: change mmap_changing to atomic
` [patch 171/212] userfaultfd: prevent concurrent API initialization
` [patch 172/212] selftests/vm/userfaultfd: wake after copy failure
` [patch 173/212] mm/numa: automatically generate node migration order
` [patch 174/212] mm/migrate: update node demotion order on hotplug events
` [patch 175/212] mm/migrate: enable returning precise migrate_pages() success count
` [patch 176/212] mm/migrate: demote pages during reclaim
` [patch 177/212] mm/vmscan: add page demotion counter
` [patch 178/212] mm/vmscan: add helper for querying ability to age anonymous pages
` [patch 179/212] mm/vmscan: Consider anonymous pages without swap
` [patch 180/212] mm/vmscan: never demote for memcg reclaim
` [patch 181/212] mm/migrate: add sysfs interface to enable reclaim migration
` [patch 182/212] mm/vmpressure: replace vmpressure_to_css() with vmpressure_to_memcg()
` [patch 183/212] mm/vmscan: remove the PageDirty check after MADV_FREE pages are page_ref_freezed
` [patch 184/212] mm/vmscan: remove misleading setting to sc->priority
` [patch 185/212] mm/vmscan: remove unneeded return value of kswapd_run()
` [patch 186/212] mm/vmscan: add 'else' to remove check_pending label
` [patch 187/212] mm, vmscan: guarantee drop_slab_node() termination
` [patch 188/212] mm: compaction: optimize proactive compaction deferrals
` [patch 189/212] mm: compaction: support triggering of proactive compaction by user
` [patch 190/212] mm/mempolicy: use readable NUMA_NO_NODE macro instead of magic number
` [patch 191/212] mm/mempolicy: add MPOL_PREFERRED_MANY for multiple preferred nodes
` [patch 192/212] mm/memplicy: add page allocation function for MPOL_PREFERRED_MANY policy
` [patch 193/212] mm/hugetlb: add support for mempolicy MPOL_PREFERRED_MANY
` [patch 194/212] mm/mempolicy: advertise new MPOL_PREFERRED_MANY
` [patch 195/212] mm/mempolicy: unify the create() func for bind/interleave/prefer-many policies
` [patch 196/212] mm/mempolicy.c: use in_task() in mempolicy_slab_node()
` [patch 197/212] memblock: make memblock_find_in_range method private
` [patch 198/212] mm: introduce process_mrelease system call
` [patch 199/212] mm: wire up syscall process_mrelease
` [patch 200/212] mm/migrate: correct kernel-doc notation
` [patch 201/212] selftests: vm: add KSM merge test
` [patch 202/212] selftests: vm: add KSM unmerge test
` [patch 203/212] selftests: vm: add KSM zero page merging test
` [patch 204/212] selftests: vm: add KSM merging across nodes test
` [patch 205/212] mm: KSM: fix data type
` [patch 206/212] selftests: vm: add KSM merging time test
` [patch 207/212] selftests: vm: add COW time test for KSM pages
` [patch 208/212] mm/percpu,c: remove obsolete comments of pcpu_chunk_populated()
` [patch 209/212] mm/vmstat: correct some wrong comments
` [patch 210/212] mm/vmstat: simplify the array size calculation
` [patch 211/212] mm/vmstat: remove unneeded return value
` [patch 212/212] mm/madvise: add MADV_WILLNEED to process_madvise()

Is it possible to implement the per-node page cache for programs/libraries?
 2021-09-03 23:42 UTC  (8+ messages)

[linux-next:master 6882/11721] include/linux/page-flags.h:488:1: warning: unused parameter 'folio'
 2021-09-03 23:27 UTC 

[PATCH v9 1/3] mm: rearrange madvise code to allow for reuse
 2021-09-03 22:28 UTC  (10+ messages)
` [PATCH v9 2/3] mm: add a field to store names for private anonymous memory
` [PATCH v9 3/3] mm: add anonymous vma name refcounting

[PATCH] Add LD_NUMA_REPLICATION for glibc
 2021-09-03 22:16 UTC  (2+ messages)

[PATCH v2 0/5] mm: A few cleanup patches around zap, shmem and uffd
 2021-09-03 20:02 UTC  (13+ messages)
` [PATCH v2 1/5] mm/shmem: Unconditionally set pte dirty in mfill_atomic_install_pte
` [PATCH v2 4/5] mm: Add zap_skip_check_mapping() helper
` [PATCH v2 5/5] mm: Add ZAP_FLAG_SKIP_SWAP and zap_flags

[RFC] KVM: mm: fd-based approach for supporting KVM guest private memory
 2021-09-03 19:15 UTC  (5+ messages)

[linux-next:master 10841/11508] drivers/clk/qcom/gcc-sm6350.c:179:37: warning: unused variable 'gcc_parent_data_2'
 2021-09-03 18:16 UTC  (5+ messages)

[PATCH v2 0/7] Remove in-tree usage of MAP_DENYWRITE
 2021-09-03 16:26 UTC  (3+ messages)

[RFC][PATCH] mm/page_isolation: tracing: trace all test_pages_isolated failures
 2021-09-03 16:21 UTC  (5+ messages)

[RFC PATCH v2 0/2] lib, stackdepot: check stackdepot handle before accessing slabs
 2021-09-03 16:03 UTC  (4+ messages)
` [RFC PATCH v2 2/2] lib, stackdepot: Add helper to print stack entries

[PATCH v8 0/3] Anonymous VMA naming patches
 2021-09-03 15:47 UTC  (6+ messages)
` [PATCH v8 2/3] mm: add a field to store names for private anonymous memory

[PATCH Part1 v5 00/38] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-09-03 12:08 UTC  (6+ messages)
` [PATCH Part1 v5 35/38] x86/sev: Register SNP guest request platform device

[PATCH v2] mmap_lock: Change trace and locking order
 2021-09-03 10:55 UTC  (2+ messages)

[syzbot] INFO: task hung in __lru_add_drain_all
 2021-09-03  8:32 UTC 

[PATCH] oom_kill: oom_score_adj broken for processes with small memory usage
 2021-09-03  7:49 UTC  (6+ messages)

[PATCH v4 0/3] virtio-mem: disallow mapping virtio-mem memory via /dev/mem
 2021-09-03  7:02 UTC  (3+ messages)
` [PATCH v4 3/3] "

[scsi] 61b3baad24: last_state.load_disk_fail
 2021-09-03  6:28 UTC  (4+ messages)

[FIX PATCH 0/2] Fix NUMA nodes fallback list ordering
 2021-09-03  4:43 UTC  (11+ messages)
` [FIX PATCH 1/2] mm/page_alloc: Print node fallback order
` [FIX PATCH 2/2] mm/page_alloc: Use accumulated load when building node fallback list

[PATCH] mmap_lock: Change trace and locking order
 2021-09-03  2:09 UTC  (3+ messages)

Strange mmap_lock tracepoint
 2021-09-03  1:57 UTC  (4+ messages)

[linux-next:master 8048/11508] arch/mips/alchemy/devboards/db1550.c:69:2: warning: unannotated fall-through between switch labels
 2021-09-03  0:35 UTC 

[PATCH 0/5] mm: A few cleanup patches around zap, shmem and uffd
 2021-09-02 23:30 UTC  (6+ messages)
` [PATCH 1/5] mm/shmem: Unconditionally set pte dirty in mfill_atomic_install_pte

[patch 075/212] mm/gup: remove try_get_page(), call try_get_compound_head() directly
 2021-09-02 23:23 UTC  (2+ messages)


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).