linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH] fs/exec.c: Add fast path for ENOENT on PATH search before allocating mm
 2023-11-07 20:37 UTC  (3+ messages)

[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-11-07 20:27 UTC  (8+ messages)
` [PATCH v10 06/50] x86/sev: Add the host SEV-SNP initialization support

[PATCH v2] mm: Fix for negative counter: nr_file_hugepages
 2023-11-07 20:20 UTC  (5+ messages)

folio_alloc_buffers() doing allocations > order 1 with GFP_NOFAIL
 2023-11-07 19:24 UTC  (6+ messages)
  ` cgroups: warning for metadata allocation with GFP_NOFAIL (was Re: folio_alloc_buffers() doing allocations > order 1 with GFP_NOFAIL)

[PATCH] mm/vmscan: consider previously reclaimed pages in shrink_lruvec()
 2023-11-07 18:33 UTC  (2+ messages)

[PATCH 0/6] mm: cleanup and use more folio in page fault
 2023-11-07 18:27 UTC  (11+ messages)
` [PATCH 1/6] mm: ksm: use more folio api in ksm_might_need_to_copy()
` [PATCH 2/6] mm: memory: use a folio in validate_page_before_insert()
` [PATCH 3/6] mm: memory: rename page_copy_prealloc() to folio_prealloc()
` [PATCH 4/6] mm: memory: use a folio in do_cow_page()
` [PATCH 5/6] mm: memory: use folio_prealloc() in wp_page_copy()
` [PATCH 6/6] mm: memory: use folio_prealloc() in do_anonymous_page()

[PATCH v3 4/4] mm: swap: Swap-out small-sized THP without splitting
 2023-11-07 18:05 UTC  (6+ messages)

[PATCHv6 1/1] mm: optimization on page allocation when CMA enabled
 2023-11-07 17:28 UTC  (2+ messages)

[PATCH] mm:hugetlb_cgroup: Fix the wrong format specifier
 2023-11-07 16:32 UTC  (3+ messages)

mm/filemap.c:4249:1: sparse: sparse: Using plain integer as NULL pointer
 2023-11-07 16:29 UTC 

[PATCH 0/4] sysctl: Remove sentinel elements from fs dir
 2023-11-07 16:22 UTC  (6+ messages)
` [PATCH 1/4] cachefiles: Remove the now superfluous sentinel element from ctl_table array
` [PATCH 2/4] aio: Remove the now superfluous sentinel elements "
` [PATCH 3/4] sysctl: "
` [PATCH 4/4] coda: "

[PATCH v2] kpageflags: respect folio head-page flag placement
 2023-11-07 15:34 UTC  (7+ messages)

[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
 2023-11-07 14:38 UTC  (49+ messages)
` [PATCH 01/34] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
` [PATCH 02/34] KVM: Assert that mmu_invalidate_in_progress *never* goes negative
` [PATCH 03/34] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH 08/34] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [PATCH 09/34] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
` [PATCH 12/34] KVM: Introduce per-page memory attributes
` [PATCH 14/34] fs: Rename anon_inode_getfile_secure() and anon_inode_getfd_secure()
` [PATCH 15/34] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [PATCH 18/34] KVM: x86/mmu: Handle page fault for private memory
` [PATCH 21/34] KVM: x86: Add support for "protected VMs" that can utilize "
` [PATCH 22/34] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper
` [PATCH 23/34] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
` [PATCH 24/34] KVM: selftests: Add support for creating private memslots
` [PATCH 25/34] KVM: selftests: Add helpers to convert guest memory b/w private and shared
` [PATCH 26/34] KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)
` [PATCH 27/34] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
` [PATCH 28/34] KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data
` [PATCH 30/34] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper
` [PATCH 31/34] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
` [PATCH 32/34] KVM: selftests: Add basic selftest for guest_memfd()
` [PATCH 33/34] KVM: selftests: Test KVM exit behavior for private memory/access

selftests: gpio: crash on arm64
 2023-11-07 13:51 UTC  (6+ messages)

[PATCH v3 00/13] mm: jit/text allocator
 2023-11-07 10:44 UTC  (7+ messages)
` [PATCH v3 04/13] mm/execmem, arch: convert remaining overrides of module_alloc to execmem

[PATCH] arm64: mm: drop tlb flush operation when clearing the access bit
 2023-11-07 10:12 UTC  (4+ messages)

[PATCH v6 0/4] riscv: tlb flush improvements
 2023-11-07  8:38 UTC  (3+ messages)

[PATCH v10 0/3] mm: use memmap_on_memory semantics for dax/kmem
 2023-11-07  7:22 UTC  (4+ messages)
` [PATCH v10 1/3] mm/memory_hotplug: replace an open-coded kmemdup() in add_memory_resource()
` [PATCH v10 2/3] mm/memory_hotplug: split memmap_on_memory requests across memblocks
` [PATCH v10 3/3] dax/kmem: allow kmem to add memory with memmap_on_memory

[PATCH v2 00/11] riscv: ASID-related and UP-related TLB flush enhancements
 2023-11-07  6:50 UTC  (2+ messages)

[PATCH v6 0/4] riscv: tlb flush improvements
 2023-11-07  6:50 UTC  (2+ messages)

[PATCH v2 0/3] mm/gup: Introduce pin_user_pages_fd() for pinning shmem/hugetlbfs file pages (v2)
 2023-11-07  4:40 UTC  (7+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] udmabuf: Pin the pages using pin_user_pages_fd() API (v2)
` [PATCH v2 3/3] selftests/dma-buf/udmabuf: Add tests to verify data after page migration

Intermittent storage (dm-crypt?) freeze - regression 6.4->6.5
 2023-11-07  4:18 UTC  (21+ messages)
                            ` [PATCH] swiotlb-xen: provide the "max_mapping_size" method
                                `  "
                                  ` [PATCH v2] "

[PATCH] mm/damon/sysfs: eliminate potential uninitialized variable warning
 2023-11-07  3:54 UTC  (7+ messages)

[PATCH v1] mm/filemap: increase usage of folio_next_index() helper
 2023-11-07  2:46 UTC 

[linux-next:pending-fixes] BUILD SUCCESS b9892b3a09980b1b785541463ff6948360afdcde
 2023-11-07  2:24 UTC 

[PATCH v5 0/6] workload-specific and memory pressure-driven zswap writeback
 2023-11-07  0:31 UTC  (12+ messages)
` [PATCH v5 1/6] list_lru: allows explicit memcg and NUMA node selection
` [PATCH v5 2/6] memcontrol: allows mem_cgroup_iter() to check for onlineness
` [PATCH v5 3/6] zswap: make shrinking memcg-aware
  ` [PATCH v5 3/6] zswap: make shrinking memcg-aware (fix)
` [PATCH v5 4/6] mm: memcg: add per-memcg zswap writeback stat
` [PATCH v5 5/6] selftests: cgroup: update per-memcg zswap writeback selftest
` [PATCH v5 6/6] zswap: shrinks zswap pool based on memory pressure

[linux-next:master 16381/16504] drivers/video/fbdev/via/viafbdev.c:577:37: error: implicit declaration of function 'memdup_array_user'; did you mean 'memdup_user'?
 2023-11-07  0:30 UTC 

[PATCH AUTOSEL 4.14 2/4] binfmt_misc: cleanup on filesystem umount
 2023-11-07  0:05 UTC  (2+ messages)

[PATCH AUTOSEL 6.6 05/13] binfmt_elf: Support segments with 0 filesz and misaligned starts
 2023-11-07  0:04 UTC  (4+ messages)
` [PATCH AUTOSEL 6.6 07/13] binfmt_misc: cleanup on filesystem umount

[PATCH 0/3] mm/damon/sysfs: fix unhandled return values
 2023-11-06 23:51 UTC  (5+ messages)
` [PATCH 1/3] mm/damon/sysfs: check error from damon_sysfs_update_target()
` [PATCH 2/3] mm/damon/sysfs-schemes: handle tried regions sysfs directory allocation failure
` [PATCH 3/3] mm/damon/sysfs-schemes: handle tried region "

[PATCH AUTOSEL 4.19 3/5] binfmt_misc: cleanup on filesystem umount
 2023-11-06 23:17 UTC 

[PATCH AUTOSEL 5.4 3/5] binfmt_misc: cleanup on filesystem umount
 2023-11-06 23:16 UTC 

[PATCH AUTOSEL 5.10 3/5] binfmt_misc: cleanup on filesystem umount
 2023-11-06 23:16 UTC 

[PATCH AUTOSEL 5.15 3/6] binfmt_misc: cleanup on filesystem umount
 2023-11-06 23:16 UTC 

[PATCH AUTOSEL 6.1 06/11] binfmt_misc: cleanup on filesystem umount
 2023-11-06 23:15 UTC 

[PATCH AUTOSEL 6.5 05/13] binfmt_elf: Support segments with 0 filesz and misaligned starts
 2023-11-06 23:15 UTC  (2+ messages)
` [PATCH AUTOSEL 6.5 07/13] binfmt_misc: cleanup on filesystem umount

[PATCH v4] zswap: memcontrol: implement zswap writeback disabling
 2023-11-06 23:11 UTC 

[PATCH v1] tools/cgroup: introduce cgroup v2 memory.events listener
 2023-11-06 22:09 UTC  (2+ messages)

[linux-next:master 10351/16504] drivers/iio/imu/bmi323/bmi323_i2c.c:69:28: sparse: sparse: symbol 'bmi323_i2c_regmap_config' was not declared. Should it be static?
 2023-11-06 22:03 UTC 

[PATCH v2 0/2] mm: the dirty folio unmap redundantly
 2023-11-06 21:35 UTC  (3+ messages)
` [PATCH v2 1/2] mm:vmscan: the dirty folio in folio list skip unmap

[PATCH RFC 00/20] kasan: save mempool stack traces
 2023-11-06 20:10 UTC  (21+ messages)
` [PATCH RFC 01/20] kasan: rename kasan_slab_free_mempool to kasan_mempool_poison_object
` [PATCH RFC 02/20] kasan: move kasan_mempool_poison_object
` [PATCH RFC 03/20] kasan: document kasan_mempool_poison_object
` [PATCH RFC 04/20] kasan: add return value for kasan_mempool_poison_object
` [PATCH RFC 05/20] kasan: introduce kasan_mempool_unpoison_object
` [PATCH RFC 06/20] kasan: introduce kasan_mempool_poison_pages
` [PATCH RFC 07/20] kasan: introduce kasan_mempool_unpoison_pages
` [PATCH RFC 08/20] kasan: clean up __kasan_mempool_poison_object
` [PATCH RFC 09/20] kasan: save free stack traces for slab mempools
` [PATCH RFC 10/20] kasan: clean up and rename ____kasan_kmalloc
` [PATCH RFC 11/20] kasan: introduce poison_kmalloc_large_redzone
` [PATCH RFC 12/20] kasan: save alloc stack traces for mempool
` [PATCH RFC 13/20] mempool: use new mempool KASAN hooks
` [PATCH RFC 14/20] mempool: introduce mempool_use_prealloc_only
` [PATCH RFC 15/20] kasan: add mempool tests
` [PATCH RFC 16/20] kasan: rename pagealloc tests
` [PATCH RFC 17/20] kasan: reorder tests
` [PATCH RFC 18/20] kasan: rename and document kasan_(un)poison_object_data
` [PATCH RFC 19/20] skbuff: use mempool KASAN hooks
` [PATCH RFC 20/20] io_uring: use mempool KASAN hook

[PATCH v1] mm: Fix for negative counter: nr_file_hugepages
 2023-11-06 19:33 UTC  (5+ messages)

[PATCH v9 0/3] mm: use memmap_on_memory semantics for dax/kmem
 2023-11-06 18:54 UTC  (3+ messages)
` [PATCH v9 1/3] mm/memory_hotplug: replace an open-coded kmemdup() in add_memory_resource()

[PATCH] mm:vmscan: fix return negative unneed to detect VM_EXEC
 2023-11-06 18:40 UTC 

[GIT PULL] memblock update for v6.7
 2023-11-06 18:32 UTC 

Conditions for FOLL_LONGTERM mapping in fsdax
 2023-11-06 18:15 UTC  (2+ messages)

[PATCH v3 00/19] stackdepot: allow evicting stack traces
 2023-11-06 17:41 UTC  (4+ messages)

[PATCH v13 00/35] KVM: guest_memfd() and per-page attributes
 2023-11-06 15:56 UTC  (14+ messages)
` [PATCH v13 16/35] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [PATCH v13 20/35] KVM: x86/mmu: Handle page fault for private memory
` [PATCH v13 23/35] KVM: x86: Add support for "protected VMs" that can utilize "
` [PATCH v13 27/35] KVM: selftests: Add helpers to convert guest memory b/w private and shared

[PATCH 00/10] mm: convert mm counter to take a folio
 2023-11-06 15:49 UTC  (11+ messages)
` [PATCH 01/10] mm: swap: introduce pfn_swap_entry_to_folio()
` [PATCH 02/10] s390: pgtable: use a folio in ptep_zap_swap_entry()
` [PATCH 03/10] mm: huge_memory: use a folio in __split_huge_pmd_locked()
` [PATCH 04/10] mm: huge_memory: use a folio in zap_huge_pmd()
` [PATCH 05/10] mm: memory: use a folio in copy_nonpresent_pte()
` [PATCH 06/10] mm: memory: use a folio in zap_pte_range()
` [PATCH 07/10] mm: memory: use a folio in do_set_pmd()
` [PATCH 08/10] mm: memory: use a folio in insert_page_into_pte_locked()
` [PATCH 09/10] mm: convert mm_counter() to take a folio
` [PATCH 10/10] mm: convert mm_counter_file() "

[PATCH 08/12] maple_tree: Separate ma_state node from status
 2023-11-06 15:45 UTC  (3+ messages)
` [PATCH] maple_tree: Fix comments about MAS_*
` [PATCH] maple_tree: Update forking to separate maple state and node

[PATCH rfc v2 00/10] mm: convert mm counter to take a folio
 2023-11-06 15:08 UTC  (6+ messages)
` [PATCH v2 06/10] mm: memory: use a folio in zap_pte_range()

mm/debug_vm_pgtable.c:860 warning triggered
 2023-11-06  9:06 UTC  (4+ messages)

[PATCH v8] mm: vmscan: try to reclaim swapcache pages if no swap space
 2023-11-06  7:44 UTC  (2+ messages)

[PATCH v7] mm: vmscan: try to reclaim swapcache pages if no swap space
 2023-11-06  6:43 UTC  (3+ messages)

[PATCH -V3 3/9] mm, pcp: reduce lock contention for draining high-order pages
 2023-11-06  6:38 UTC  (3+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox