Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-10 02:02:25 to 2022-08-11 11:30:42 UTC [more...]

[RFC PATCH 0/4] x86/mm/cpa: merge small mappings whenever possible
 2022-08-11 11:30 UTC  (7+ messages)
` [RFC PATCH 1/4] x86/mm/cpa: restore global bit when page is present

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-11 11:30 UTC  (28+ messages)
` [PATCH v7 01/14] mm: Add F_SEAL_AUTO_ALLOCATE seal to memfd
` [PATCH v7 03/14] mm: Introduce memfile_notifier
` [PATCH v7 04/14] mm/shmem: Support memfile_notifier
` [PATCH v7 05/14] mm/memfd: Introduce MFD_INACCESSIBLE flag
` [PATCH v7 07/14] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v7 08/14] KVM: Rename mmu_notifier_*

[PATCHv7 00/14] mm, x86/cc: Implement support for unaccepted memory
 2022-08-11 11:26 UTC  (13+ messages)
` [PATCHv7 02/14] mm: Add "
` [PATCHv7 10/14] x86/mm: Avoid load_unaligned_zeropad() stepping into "
` [PATCHv7 14/14] x86/tdx: Add unaccepted memory support

[linux-next:master 14970/15097] csky-linux-ld: amdgpu_dm_mst_types.c:undefined reference to `dc_dsc_compute_bandwidth_range'
 2022-08-11 11:20 UTC 

[PATCH v2] Introduce sysfs interface to disable kfence for selected slabs
 2022-08-11 10:40 UTC  (5+ messages)

[PATCH v2 0/2] mm/hugetlb: fix write-fault handling for shared mappings
 2022-08-11 10:34 UTC  (3+ messages)
` [PATCH v2 1/2] mm/hugetlb: fix hugetlb not supporting softdirty tracking
` [PATCH v2 2/2] mm/hugetlb: support write-faults in shared mappings

[linux-next:master 14970/15097] ld.lld: error: undefined symbol: dc_dsc_get_policy_for_timing
 2022-08-11  9:48 UTC 

[PATCH v6] mm/page_owner.c: add llseek for page_owner
 2022-08-11  9:40 UTC  (4+ messages)

[PATCH] mm/mempolicy: fix lock contention on mems_allowed
 2022-08-11  9:09 UTC  (4+ messages)

[RFC PATCH] Introduce sysfs interface to disable kfence for selected slabs
 2022-08-11  9:04 UTC  (3+ messages)

[PATCH v1 0/2] mm/hugetlb: fix write-fault handling for shared mappings
 2022-08-11  8:48 UTC  (26+ messages)
` [PATCH v1 1/2] mm/hugetlb: fix hugetlb not supporting write-notify
` [PATCH v1 2/2] mm/hugetlb: support write-faults in shared mappings

[PATCH] mm, slub: restrict sysfs validation to debug caches and make it safe
 2022-08-11  8:42 UTC  (3+ messages)

[PATCH] dma/pool: do not complain if DMA pool is not allocated
 2022-08-11  8:42 UTC  (29+ messages)

[linux-next:master 14849/15097] drivers/vdpa/vdpa_sim/vdpa_sim_blk.c:201:3: error: expected expression
 2022-08-11  8:29 UTC  (4+ messages)

[PATCH v3] mm: release private data before split THP
 2022-08-11  8:18 UTC  (6+ messages)

[PATCH V2 0/1] mm/slub: release kobject if kobject_init_and_add failed in sysfs_slab_add
 2022-08-11  7:18 UTC  (2+ messages)
` [PATCH V2 1/1] "

[PATCH v1] mm/gup: fix FOLL_FORCE COW security issue and remove FOLL_COW
 2022-08-11  7:13 UTC  (5+ messages)
      ` [PATCH] sched/all: Change BUG_ON() instances to WARN_ON()

[PATCH v5 0/5] userfaultfd: add /dev/userfaultfd for fine grained access control
 2022-08-11  6:49 UTC  (7+ messages)
` [PATCH v5 2/5] "
` [PATCH v5 3/5] userfaultfd: selftests: modify selftest to use /dev/userfaultfd
` [PATCH v5 4/5] userfaultfd: update documentation to describe /dev/userfaultfd

[PATCH] mm/cma_debug: show complete cma name in debugfs directories
 2022-08-11  6:43 UTC  (3+ messages)

[PATCH v2 0/2] mm: Remember a/d bits for migration entries
 2022-08-11  5:44 UTC  (7+ messages)
` [PATCH v2 2/2] mm: Remember young/dirty bit for page migrations

remove iomap_writepage v2
 2022-08-11  5:58 UTC  (8+ messages)

[PATCH] mm/shmem: shmem_replace_page() remember NR_SHMEM
 2022-08-11  5:06 UTC 

[PATCH] mm/shmem: tmpfs fallocate use file_modified()
 2022-08-11  4:55 UTC 

[PATCH] mm/shmem: fix chattr fsflags support in tmpfs
 2022-08-11  4:51 UTC 

[PATCH -v2] mm/shmem: support FS_IOC_[SG]ETFLAGS in tmpfs
 2022-08-11  4:44 UTC  (3+ messages)
` [PATCH -v3] "

[PATCH] mm/slub: release kobject if kobject_init_and_add failed in sysfs_slab_add
 2022-08-11  3:52 UTC  (3+ messages)

[PATCH bpf-next 00/15] bpf: Introduce selectable memcg for bpf map
 2022-08-11  2:49 UTC  (19+ messages)
` [PATCH bpf-next 01/15] bpf: Remove unneeded memset in queue_stack_map creation
` [PATCH bpf-next 02/15] bpf: Use bpf_map_area_free instread of kvfree
` [PATCH bpf-next 03/15] bpf: Make __GFP_NOWARN consistent in bpf map creation
` [PATCH bpf-next 04/15] bpf: Use bpf_map_area_alloc consistently on "
` [PATCH bpf-next 05/15] bpf: Fix incorrect mem_cgroup_put
` [PATCH bpf-next 06/15] bpf: Define bpf_map_{get,put}_memcg for !CONFIG_MEMCG_KMEM
` [PATCH bpf-next 07/15] bpf: Call bpf_map_init_from_attr() immediately after map creation
` [PATCH bpf-next 08/15] bpf: Save memcg in bpf_map_init_from_attr()
` [PATCH bpf-next 09/15] bpf: Use scoped-based charge in bpf_map_area_alloc
` [PATCH bpf-next 10/15] bpf: Introduce new helpers bpf_ringbuf_pages_{alloc,free}
` [PATCH bpf-next 11/15] bpf: Use bpf_map_kzalloc in arraymap
` [PATCH bpf-next 12/15] bpf: Use bpf_map_kvcalloc in bpf_local_storage
` [PATCH bpf-next 13/15] mm, memcg: Add new helper get_obj_cgroup_from_cgroup
` [PATCH bpf-next 14/15] bpf: Add return value for bpf_map_init_from_attr
` [PATCH bpf-next 15/15] bpf: Introduce selectable memcg for bpf map

[linux-next:master 14719/14849] ld.lld: error: undefined symbol: pci_msi_mask_irq
 2022-08-11  2:29 UTC 

[PATCH 00/59] MM folio changes for 6.1
 2022-08-11  2:28 UTC  (4+ messages)
` [PATCH 18/59] mm: Convert do_swap_page()'s swapcache variable to a folio

[PATCH v3] mm: add thp_utilization metrics to /proc/thp_utilization
 2022-08-11  2:08 UTC  (18+ messages)

[PATCH v2 00/16] Allocate and free frozen pages
 2022-08-11  0:19 UTC  (15+ messages)
` [PATCH v2 01/16] mm/page_alloc: Cache page_zone() result in free_unref_page()
` [PATCH v2 02/16] mm/page_alloc: Rename free_the_page() to free_frozen_pages()
` [PATCH v2 03/16] mm/page_alloc: Export free_frozen_pages() instead of free_unref_page()
` [PATCH v2 04/16] mm/page_alloc: Move set_page_refcounted() to callers of post_alloc_hook()
` [PATCH v2 15/16] slab: Allocate frozen pages

(no subject)
 2022-08-10 22:57 UTC 

DAMON Beer/Coffee/Tea chat series
 2022-08-10 22:51 UTC 

[PATCH] hugetlb: freeze allocated pages before creating hugetlb pages
 2022-08-10 22:38 UTC  (3+ messages)

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-08-10 22:00 UTC  (6+ messages)
` [PATCH Part2 v6 09/49] x86/fault: Add support to handle the RMP fault for user address

[linux-next:pending-fixes 13358/13464] include/linux/fortify-string.h:44:33: warning: '__builtin_memcmp' specified bound 6 exceeds source size 0
 2022-08-10 20:11 UTC 

[PATCH v3] mm: add thp_utilization metrics to debugfs
 2022-08-10 19:57 UTC 

[PATCH v2 0/3] kvm/mm: Allow GUP to respond to non fatal signals
 2022-08-10 19:38 UTC  (2+ messages)

[RFC PATCH 0/1] zram: Allow rw_page when page isn't written back
 2022-08-10 19:18 UTC  (4+ messages)
` [RFC PATCH 1/1] "

[PATCH v2] mm: add thp_utilization metrics to debugfs
 2022-08-10 19:14 UTC  (3+ messages)

[PATCH v2] mm/slab_common: Deleting kobject in kmem_cache_destroy() without holding slab_mutex/cpu_hotplug_lock
 2022-08-10 18:45 UTC  (4+ messages)

[GIT PULL] remaining MM updates for 5.20-r1
 2022-08-10 18:33 UTC  (2+ messages)

[PATCH v2] binder_alloc: Add missing mmap_lock calls when using the VMA
 2022-08-10 18:14 UTC  (3+ messages)

[PATCH v3 0/7] mm: Remember a/d bits for migration entries
 2022-08-10 17:09 UTC  (16+ messages)
` [PATCH v3 3/7] mm/swap: Add swp_offset_pfn() to fetch PFN from swap entry
` [PATCH v3 4/7] mm/thp: Carry over dirty bit when thp splits on pmd
` [PATCH v3 5/7] mm: Remember young/dirty bit for page migrations
` [PATCH v3 6/7] mm/swap: Cache maximum swapfile size when init swap
` [PATCH v3 7/7] mm/swap: Cache swap migration A/D bits support

[PATCH v2] mm: align larger anonymous mappings on THP boundaries
 2022-08-10 17:06 UTC  (2+ messages)

[PATCH 0/5] Add process_memwatch syscall
 2022-08-10 17:05 UTC  (5+ messages)

[PATCH v2] mm: re-allow pinning of zero pfns (again)
 2022-08-10 16:53 UTC 

[PATCH] shmem: Update folio if shmem_replace_page() updates the page
 2022-08-10 16:03 UTC  (2+ messages)

[PATCH 00/15] bpf: Introduce selectable memcg for bpf map
 2022-08-10 15:21 UTC  (4+ messages)
` [PATCH 01/15] bpf: Remove unneeded memset in queue_stack_map creation
` [PATCH 02/15] bpf: Use bpf_map_area_free instread of kvfree

[PATCH V3] mm: fix use-after free of page_ext after race with memory-offline
 2022-08-10 14:31 UTC  (6+ messages)

[PATCH] mm/slab_common: Deleting kobject in kmem_cache_destroy() without holding slab_mutex/cpu_hotplug_lock
 2022-08-10 14:08 UTC  (3+ messages)

[ata] 0568e61225: stress-ng.copy-file.ops_per_sec -15.0% regression
 2022-08-10 13:57 UTC  (10+ messages)

[syzbot] WARNING in find_vma
 2022-08-10 13:48 UTC  (2+ messages)

[PATCH] virt: acrn: obtain pa from VMA with PFNMAP flag
 2022-08-10 12:19 UTC 

[PATCH v2] mm/gup: fix FOLL_FORCE COW security issue and remove FOLL_COW
 2022-08-10  9:18 UTC  (3+ messages)

[PATCH v1 1/2] Enable balloon drivers to report inflated memory
 2022-08-10  9:16 UTC  (8+ messages)

[PATCH v5] mm/page_owner.c: add llseek for page_owner
 2022-08-10  9:02 UTC  (4+ messages)

[PATCH v2] mm: add warning if __vm_enough_memory fails
 2022-08-10  8:32 UTC  (5+ messages)

[PATCH] mm: re-allow pinning of zero pfns (again)
 2022-08-10  2:12 UTC  (4+ messages)

[PATCH] binder_alloc: Add missing mmap_lock calls when using the VMA
 2022-08-10  2:04 UTC  (5+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).