linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-22 05:25:20 to 2021-12-25 05:13:02 UTC [more...]

incoming
 2021-12-25  5:12 UTC  (10+ messages)
` [patch 1/9] kfence: fix memory leak when cat kfence objects
` [patch 2/9] mm: mempolicy: fix THP allocations escaping mempolicy restrictions
` [patch 3/9] kernel/crash_core: suppress unknown crashkernel parameter warning
` [patch 4/9] MAINTAINERS: mark more list instances as moderated
` [patch 5/9] mm, hwpoison: fix condition in free hugetlb page path
` [patch 6/9] mm: delete unsafe BUG from page_cache_add_speculative()
` [patch 7/9] mm/page_alloc: fix __alloc_size attribute for alloc_pages_exact_nid
` [patch 8/9] mm/damon/dbgfs: protect targets destructions with kdamond_lock
` [patch 9/9] mm/hwpoison: clear MF_COUNT_INCREASED before retrying get_any_page()

[PATCH] Revert "mm/usercopy: Drop extra is_vmalloc_or_module() check"
 2021-12-25  2:05 UTC  (5+ messages)

[linux-next:master] BUILD SUCCESS ea586a076e8aa606c59b66d86660590f18354b11
 2021-12-24 22:48 UTC 

[RFC] mm/migration: Add trace events for THP migrations
 2021-12-24 14:48 UTC  (2+ messages)

[RFC][PATCH 0/3] sched: User Managed Concurrency Groups
 2021-12-24 11:27 UTC  (3+ messages)
` [RFC][PATCH 3/3] sched: User Mode Concurency Groups

[linux-next:pending-fixes] BUILD SUCCESS 727655660152ca7ecf0b594cac52966638f71d74
 2021-12-24  9:57 UTC 

remove Xen tmem leftovers
 2021-12-24  7:02 UTC  (16+ messages)
` [PATCH 01/13] mm: remove cleancache
` [PATCH 02/13] frontswap: remove frontswap_writethrough
` [PATCH 03/13] frontswap: remove frontswap_tmem_exclusive_gets
` [PATCH 04/13] frontswap: remove frontswap_shrink
` [PATCH 05/13] frontswap: remove frontswap_curr_pages
` [PATCH 06/13] frontswap: simplify frontswap_init
` [PATCH 07/13] frontswap: remove the frontswap exports
` [PATCH 08/13] mm: simplify try_to_unuse
` [PATCH 09/13] frontswap: remove frontswap_test
` [PATCH 10/13] frontswap: simplify frontswap_register_ops
` [PATCH 11/13] mm: mark swap_lock and swap_active_head static
` [PATCH 12/13] frontswap: remove support for multiple ops
` [PATCH 13/13] mm: hide the FRONTSWAP Kconfig symbol

[PATCH 00/48] Folios for 5.17
 2021-12-24  6:14 UTC  (70+ messages)
` [PATCH 01/48] filemap: Remove PageHWPoison check from next_uptodate_page()
` [PATCH 02/48] fs/writeback: Convert inode_switch_wbs_work_fn to folios
` [PATCH 03/48] mm/doc: Add documentation for folio_test_uptodate
` [PATCH 04/48] mm/writeback: Improve __folio_mark_dirty() comment
` [PATCH 05/48] pagevec: Add folio_batch
` [PATCH 06/48] iov_iter: Add copy_folio_to_iter()
` [PATCH 07/48] iov_iter: Convert iter_xarray to use folios
` [PATCH 08/48] mm: Add folio_test_pmd_mappable()
` [PATCH 09/48] filemap: Add folio_put_wait_locked()
` [PATCH 10/48] filemap: Convert page_cache_delete to take a folio
` [PATCH 11/48] filemap: Add filemap_unaccount_folio()
` [PATCH 12/48] filemap: Convert tracing of page cache operations to folio
` [PATCH 13/48] filemap: Add filemap_remove_folio and __filemap_remove_folio
` [PATCH 14/48] filemap: Convert find_get_entry to return a folio
` [PATCH 15/48] filemap: Remove thp_contains()
` [PATCH 16/48] filemap: Convert filemap_get_read_batch to use folios
` [PATCH 17/48] filemap: Convert find_get_pages_contig to folios
` [PATCH 18/48] filemap: Convert filemap_read_page to take a folio
` [PATCH 19/48] filemap: Convert filemap_create_page to folio
` [PATCH 20/48] filemap: Convert filemap_range_uptodate to folios
` [PATCH 21/48] readahead: Convert page_cache_async_ra() to take a folio
` [PATCH 22/48] readahead: Convert page_cache_ra_unbounded to folios
` [PATCH 23/48] filemap: Convert do_async_mmap_readahead to take a folio
` [PATCH 24/48] filemap: Convert filemap_fault to folio
` [PATCH 25/48] filemap: Add read_cache_folio and read_mapping_folio
` [PATCH 26/48] filemap: Convert filemap_get_pages to use folios
` [PATCH 27/48] filemap: Convert page_cache_delete_batch to folios
` [PATCH 33/48] mm: Add unmap_mapping_folio()
` [PATCH 34/48] shmem: Convert part of shmem_undo_range() to use a folio

[PATCH v1 06/11] mm: support GUP-triggered unsharing via FAULT_FLAG_UNSHARE (!hugetlb)
 2021-12-24  4:53 UTC  (22+ messages)

[PATCH v3 kvm/queue 00/16] KVM: mm: fd-based approach for supporting KVM guest private memory
 2021-12-24  4:25 UTC  (29+ messages)
` [PATCH v3 kvm/queue 01/16] mm/shmem: Introduce F_SEAL_INACCESSIBLE
` [PATCH v3 kvm/queue 02/16] mm/memfd: Introduce MFD_INACCESSIBLE flag
` [PATCH v3 kvm/queue 03/16] mm/memfd: Introduce MEMFD_OPS
` [PATCH v3 kvm/queue 04/16] KVM: Extend the memslot to support fd-based private memory
` [PATCH v3 kvm/queue 05/16] KVM: Maintain ofs_tree for fast memslot lookup by file offset
` [PATCH v3 kvm/queue 06/16] KVM: Implement fd-based memory using MEMFD_OPS interfaces
` [PATCH v3 kvm/queue 07/16] KVM: Refactor hva based memory invalidation code
` [PATCH v3 kvm/queue 08/16] KVM: Special handling for fd-based memory invalidation
` [PATCH v3 kvm/queue 09/16] KVM: Split out common memory invalidation code
` [PATCH v3 kvm/queue 10/16] KVM: Implement fd-based memory invalidation
` [PATCH v3 kvm/queue 11/16] KVM: Add kvm_map_gfn_range
` [PATCH v3 kvm/queue 12/16] KVM: Implement fd-based memory fallocation
` [PATCH v3 kvm/queue 13/16] KVM: Add KVM_EXIT_MEMORY_ERROR exit
` [PATCH v3 kvm/queue 14/16] KVM: Handle page fault for private memory
` [PATCH v3 kvm/queue 15/16] KVM: Use kvm_userspace_memory_region_ext
` [PATCH v3 kvm/queue 16/16] KVM: Register/unregister private memory slot to memfd

[linux-next:master] BUILD SUCCESS 79f063d60c8cfc0c215d342cb7778e2ad402c2d5
 2021-12-24  2:10 UTC 

Selecting MMU page size for a new architecture
 2021-12-23 23:03 UTC 

[RFC PATCH 0/3] mm/memcg: Address PREEMPT_RT problems instead of disabling it
 2021-12-23 21:48 UTC  (9+ messages)
` [RFC PATCH 1/3] mm/memcg: Protect per-CPU counter by disabling preemption on PREEMPT_RT
` [RFC PATCH 2/3] mm/memcg: Add a local_lock_t for IRQ and TASK object
` [RFC PATCH 3/3] mm/memcg: Allow the task_obj optimization only on non-PREEMPTIBLE kernels

[PATCH v2] memcg: add per-memcg vmalloc stat
 2021-12-23 20:27 UTC  (7+ messages)

[PATCH v4 0/3] Handle warning of allocation failure on DMA zone w/o managed pages
 2021-12-23 15:01 UTC  (8+ messages)
` [PATCH v4 1/3] mm_zone: add function to check if managed dma zone exists
` [PATCH v4 2/3] dma/pool: create dma atomic pool only if dma zone has managed pages
` [PATCH v4 3/3] mm/page_alloc.c: do not warn allocation failure on zone DMA if no "

[PATCH] mm/util.c: Make kvfree() safe for calling while holding spinlocks
 2021-12-23 12:34 UTC  (5+ messages)

[PATCH] mm/damon: move the implementation of damon_insert_region to damon.h
 2021-12-23 12:10 UTC  (2+ messages)

[PATCH v2 0/2] Add a new scheme to support demotion on tiered memory system
 2021-12-23 11:31 UTC  (11+ messages)
` [PATCH v2 1/2] mm: Export the demote_page_list() function
` [PATCH v2 2/2] mm/damon: Add a new scheme to support demotion on tiered memory system

[PATCH/RFC] mm: add and use batched version of __tlb_remove_table()
 2021-12-23  9:55 UTC  (4+ messages)

[linux-next:pending-fixes] BUILD SUCCESS b5f0860e19b1e6ac634308b70049180d800e1619
 2021-12-23  9:18 UTC 

[PATCH 2/2] mm/damon: Add a new scheme to support demotion on tiered memory system
 2021-12-23  8:53 UTC  (4+ messages)

[PATCH v3 0/5] Avoid requesting page from DMA zone when no managed pages
 2021-12-23  8:52 UTC  (8+ messages)
` [PATCH v3 5/5] mm/slub: do not create dma-kmalloc if no managed pages in DMA zone

mmotm 2021-12-22-19-02 uploaded
 2021-12-23  6:38 UTC  (2+ messages)
` mmotm 2021-12-22-19-02 uploaded (drivers/gpu/drm/i915/display/intel_backlight.o)

[PATCH] mm,fs: Split dump_mapping() out from dump_page()
 2021-12-23  5:12 UTC  (2+ messages)

[PATCH v3] psi: fix possible trigger missing in the window
 2021-12-23  1:11 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION 2bd48302750c652889a2604b3df8b591c1d3af08
 2021-12-23  0:48 UTC 

[PATCH v4 00/68] fscache, cachefiles: Rewrite
 2021-12-22 23:31 UTC  (2+ messages)
` [PATCH v4 68/68] 9p, afs, ceph, cifs, nfs: Use current_is_kswapd() rather than gfpflags_allow_blocking()

[GIT PULL] memblock: fix memblock_phys_alloc() section mismatch error
 2021-12-22 20:29 UTC  (4+ messages)

[PATCH v2 00/33] Separate struct slab from struct page
 2021-12-22 16:56 UTC  (6+ messages)

[RFC net-next 0/2] IOAM queue depth and buffer occupancy
 2021-12-22 16:13 UTC  (11+ messages)
` [RFC net-next 2/2] ipv6: ioam: Support for Buffer occupancy data field

[PATCH v4 0/5] x86: Show in sysfs if a memory node is able to do encryption
 2021-12-22 15:35 UTC  (6+ messages)
` [PATCH v4 3/5] x86/e820: Tag e820_entry with crypto capabilities

[PATCH v8 00/40] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-12-22 15:16 UTC  (3+ messages)
` [PATCH v8 11/40] x86/sev: Register GHCB memory when SEV-SNP is active

[linux-next:master 7851/9257] fs/cifs/fscache.c:21:35: sparse: sparse: cast from restricted __le64
 2021-12-22 15:12 UTC 

[linux-next:master 8108/9257] drivers/net/wireless/mediatek/mt76/mt7615/mac.c:279:29: sparse: sparse: cast to restricted __le32
 2021-12-22 15:12 UTC 

[f2fs] d4dd19ec1e: stress-ng.ioprio.ops_per_sec 418.8% improvement
 2021-12-22 14:34 UTC 

[RFC 0/1] memfd: Support mapping to zero page on reading
 2021-12-22 12:34 UTC  (2+ messages)
` [RFC 1/1] "

[PATCH v3] mm: fix panic in __alloc_pages
 2021-12-22 11:41 UTC  (11+ messages)

[linux-next:master 4910/8895] drivers/net/wireless/intel/iwlwifi/iwl-dbg-tlv.c:1265:6: warning: stack frame size (1056) exceeds limit (1024) in '_iwl_dbg_tlv_time_point'
 2021-12-22 11:28 UTC 

[PATCH 2/2] mm/damon: Add a new scheme to support demotion on tiered memory system
 2021-12-22 11:17 UTC  (2+ messages)

[PATCH mm v4 00/39] kasan, vmalloc, arm64: add vmalloc tagging support for SW/HW_TAGS
 2021-12-22 11:11 UTC  (4+ messages)
` [PATCH mm v4 32/39] kasan, arm64: don't tag executable vmalloc allocations

[PATCH 0/2] Add a new scheme to support demotion on tiered memory system
 2021-12-22  9:57 UTC  (3+ messages)

[PATCH v2] mm/damon: Add access checking for hugetlb pages
 2021-12-22  9:32 UTC  (3+ messages)

[PATCH v4 00/23] Userspace P2PDMA with O_DIRECT NVMe devices
 2021-12-22  8:22 UTC  (5+ messages)
` [PATCH v4 01/23] lib/scatterlist: cleanup macros into static inline functions


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