linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-01 10:18:11 to 2021-09-02 21:51:32 UTC [more...]

incoming
 2021-09-02 21:51 UTC  (31+ messages)
` [patch 001/212] ia64: fix typo in a comment
` [patch 002/212] ia64: fix #endif comment for reserve_elfcorehdr()
` [patch 003/212] ia64: make reserve_elfcorehdr() static
` [patch 004/212] ia64: make num_rsvd_regions static
` [patch 005/212] ocfs2: remove an unnecessary condition
` [patch 006/212] ocfs2: quota_local: fix possible uninitialized-variable access in ocfs2_local_read_info()
` [patch 007/212] ocfs2: ocfs2_downconvert_lock failure results in deadlock
` [patch 008/212] arch/csky/kernel/probes/kprobes.c: fix bugon.cocci warnings
` [patch 009/212] mm, slub: don't call flush_all() from slab_debug_trace_open()
` [patch 010/212] mm, slub: allocate private object map for debugfs listings
` [patch 011/212] mm, slub: allocate private object map for validate_slab_cache()
` [patch 012/212] mm, slub: don't disable irq for debug_check_no_locks_freed()
` [patch 013/212] mm, slub: remove redundant unfreeze_partials() from put_cpu_partial()
` [patch 014/212] mm, slub: unify cmpxchg_double_slab() and __cmpxchg_double_slab()
` [patch 015/212] mm, slub: extract get_partial() from new_slab_objects()
` [patch 016/212] mm, slub: dissolve new_slab_objects() into ___slab_alloc()
` [patch 017/212] mm, slub: return slab page from get_partial() and set c->page afterwards
` [patch 018/212] mm, slub: restructure new page checks in ___slab_alloc()
` [patch 019/212] mm, slub: simplify kmem_cache_cpu and tid setup
` [patch 020/212] mm, slub: move disabling/enabling irqs to ___slab_alloc()
` [patch 021/212] mm, slub: do initial checks in ___slab_alloc() with irqs enabled
` [patch 022/212] mm, slub: move disabling irqs closer to get_partial() in ___slab_alloc()
` [patch 023/212] mm, slub: restore irqs around calling new_slab()
` [patch 024/212] mm, slub: validate slab from partial list or page allocator before making it cpu slab
` [patch 025/212] mm, slub: check new pages with restored irqs
` [patch 026/212] mm, slub: stop disabling irqs around get_partial()
` [patch 027/212] mm, slub: move reset of c->page and freelist out of deactivate_slab()
` [patch 028/212] mm, slub: make locking in deactivate_slab() irq-safe
` [patch 029/212] mm, slub: call deactivate_slab() without disabling irqs

[linux-next:master] BUILD REGRESSION 34560ced20599a01660a693f464c7c7dc83db1d9
 2021-09-02 20:57 UTC 

[RFC] KVM: mm: fd-based approach for supporting KVM guest private memory
 2021-09-02 20:42 UTC  (39+ messages)

[PATCH v2 0/5] mm: A few cleanup patches around zap, shmem and uffd
 2021-09-02 20:18 UTC  (6+ messages)
` [PATCH v2 1/5] mm/shmem: Unconditionally set pte dirty in mfill_atomic_install_pte
` [PATCH v2 2/5] mm: Clear vmf->pte after pte_unmap_same() returns
` [PATCH v2 3/5] mm: Drop first_index/last_index in zap_details
` [PATCH v2 4/5] mm: Add zap_skip_check_mapping() helper
` [PATCH v2 5/5] mm: Add ZAP_FLAG_SKIP_SWAP and zap_flags

[PATCH 0/1 v2] Protect vmstats on PREEMPT_RT
 2021-09-02 20:07 UTC  (4+ messages)
` [PATCH 1/1] mm/vmstat: Protect per cpu variables with preempt disable on RT

[GIT PULL] memblock
 2021-09-02 20:05 UTC  (2+ messages)

[PATCH Part1 v5 00/38] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-09-02 19:58 UTC  (21+ messages)
` [PATCH Part1 v5 28/38] x86/compressed/64: enable SEV-SNP-validated CPUID in #VC handler
` [PATCH Part1 v5 32/38] x86/sev: enable SEV-SNP-validated CPUID in #VC handlers
` [PATCH Part1 v5 34/38] x86/sev: Add snp_msg_seqno() helper
` [PATCH Part1 v5 35/38] x86/sev: Register SNP guest request platform device

slub: BUG: Invalid wait context
 2021-09-02 19:55 UTC  (6+ messages)

[PATCH] oom_kill: oom_score_adj broken for processes with small memory usage
 2021-09-02 19:55 UTC  (4+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 521f6987a1166d4b332f6c85158750b94fd5c083
 2021-09-02 19:18 UTC 

[PATCH] mm: hwpoison: deal with page cache THP
 2021-09-02 18:32 UTC  (9+ messages)

[PATCH RESEND 0/8] hugetlb: add demote/split page functionality
 2021-09-02 18:17 UTC  (9+ messages)

[PATCH v1 00/14] Add MEMORY_DEVICE_PUBLIC for CPU-accessible coherent device memory
 2021-09-02 18:07 UTC  (14+ messages)
` [PATCH v1 03/14] mm: add iomem vma selection for memory migration

[PATCH v4 0/3] virtio-mem: disallow mapping virtio-mem memory via /dev/mem
 2021-09-02 16:09 UTC  (4+ messages)
` [PATCH v4 1/3] kernel/resource: clean up and optimize iomem_is_exclusive()
` [PATCH v4 2/3] kernel/resource: disallow access to exclusive system RAM regions
` [PATCH v4 3/3] virtio-mem: disallow mapping virtio-mem memory via /dev/mem

[GIT PULL] Memory folios for v5.15
 2021-09-02 15:13 UTC  (12+ messages)

[RFC PATCH 0/1] mm: provide one common K(x) macro
 2021-09-02 14:52 UTC  (6+ messages)
` [RFC PATCH 1/1] "

[PATCH 0/5] mm: A few cleanup patches around zap, shmem and uffd
 2021-09-02 14:48 UTC  (12+ messages)
` [PATCH 1/5] mm/shmem: Unconditionally set pte dirty in mfill_atomic_install_pte
` [PATCH 2/5] mm: Clear vmf->pte after pte_unmap_same() returns
` [PATCH 3/5] mm: Drop first_index/last_index in zap_details
` [PATCH 4/5] mm: Introduce zap_details.zap_flags
` [PATCH 5/5] mm: Introduce ZAP_FLAG_SKIP_SWAP

[PATCH v2 0/5] Cleanups and fixup for page_alloc
 2021-09-02 14:03 UTC  (9+ messages)
` [PATCH v2 1/5] mm/page_alloc.c: remove meaningless VM_BUG_ON() in pindex_to_order()
` [PATCH v2 2/5] mm/page_alloc.c: simplify the code by using macro K()
` [PATCH v2 3/5] mm/page_alloc.c: fix obsolete comment in free_pcppages_bulk()
` [PATCH v2 4/5] mm/page_alloc.c: use helper function zone_spans_pfn()
` [PATCH v2 5/5] mm/page_alloc.c: avoid allocating highmem pages via alloc_pages_exact[_nid]

[RFC PATCH v2 00/19] PKS write protected page tables
 2021-09-02 13:56 UTC  (6+ messages)
` [RFC PATCH v2 11/19] mm/sparsemem: Use alloc_table() for table allocations

[PATCH v2] mm/page_alloc.c: avoid accessing uninitialized pcp page migratetype
 2021-09-02 12:13 UTC  (3+ messages)

[v3] hugetlbfs: Extend the definition of hugepages parameter to support node allocation
 2021-09-02 12:11 UTC 

[Request received]
 2021-09-02 11:15 UTC 

Is it possible to implement the per-node page cache for programs/libraries?
 2021-09-02 10:17 UTC  (17+ messages)

[linux-next:master 10841/11508] drivers/clk/qcom/gcc-sm6350.c:179:37: warning: unused variable 'gcc_parent_data_2'
 2021-09-02  9:01 UTC  (2+ messages)

[bpf] b89fbfbb85: netperf.Throughput_tps -21.3% regression
 2021-09-02  8:35 UTC  (3+ messages)
  ` [LKP] "

[RFC PATCH 2/2] lib, stackdepot: Add helper to print stack entries
 2021-09-02  8:00 UTC  (5+ messages)
  ` [RFC PATCH 1/2] lib, stackdepot: check stackdepot handle before accessing slabs

[RFC PATCH v2 0/2] lib, stackdepot: check stackdepot handle before accessing slabs
 2021-09-02  7:55 UTC  (5+ messages)
` [RFC PATCH v2 1/2] "
` [RFC PATCH v2 2/2] lib, stackdepot: Add helper to print stack entries

[RFC PATCH] mm/oom: detect and kill task which has allocation forbidden by cpuset limit
 2021-09-02  7:34 UTC  (7+ messages)

[PATCH v2 0/9] Free user PTE page table pages
 2021-09-02  7:04 UTC  (20+ messages)
` [PATCH v2 6/9] mm: free "

[PATCH 0/6] Cleanups and fixup for page_alloc
 2021-09-02  6:32 UTC  (12+ messages)
` [PATCH 3/6] mm/page_alloc.c: remove obsolete comment in free_pcppages_bulk()
` [PATCH 2/6] mm/page_alloc.c: simplify the code by using macro K()

[linux-next:master] BUILD REGRESSION c1b13fe76e95c0f64c9dba9876dfbdb0bd862d99
 2021-09-02  2:10 UTC 

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-09-01 23:06 UTC  (4+ messages)
` [PATCH Part2 v5 17/45] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command

[PATCH] mm,vmscan: fix divide by zero in get_scan_count
 2021-09-01 19:40 UTC  (5+ messages)

[RFC PATCH] mm: khugepaged: don't carry huge page to the next loop for !CONFIG_NUMA
 2021-09-01 17:25 UTC  (6+ messages)

[patch, v2] x86/pat: pass valid address to sanitize_phys()
 2021-09-01 17:08 UTC  (3+ messages)

Strange mmap_lock tracepoint
 2021-09-01 17:05 UTC  (3+ messages)

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

[PATCH v29 00/32] Control-flow Enforcement: Shadow Stack
 2021-09-01 15:24 UTC  (8+ messages)
` [PATCH v29 23/32] x86/cet/shstk: Add user-mode shadow stack support

[GIT PULL] Memory folios for v5.15
 2021-09-01 12:58 UTC  (11+ messages)

Folios: Can we resolve this please?
 2021-09-01 11:42 UTC  (4+ messages)

[PATCH v3 0/2] Do some code cleanups related to mm
 2021-09-01 10:27 UTC  (3+ messages)
` [PATCH v3 1/2] mm: introduce pmd_install() helper
` [PATCH v3 2/2] mm: remove redundant smp_wmb()


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