linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[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 v3 4/4] mm: swap: Swap-out small-sized THP without splitting
 2023-11-06 21:39 UTC  (4+ messages)

[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 v5 0/6] workload-specific and memory pressure-driven zswap writeback
 2023-11-06 20:57 UTC  (10+ 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 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

[PATCH] mm/damon/sysfs: eliminate potential uninitialized variable warning
 2023-11-06 20:49 UTC  (6+ messages)

[PATCH] mm:hugetlb_cgroup: Fix the wrong format specifier
 2023-11-06 20:40 UTC  (2+ messages)

[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 v2 0/3] mm/gup: Introduce pin_user_pages_fd() for pinning shmem/hugetlbfs file pages (v2)
 2023-11-06 17:48 UTC  (5+ 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

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

Intermittent storage (dm-crypt?) freeze - regression 6.4->6.5
 2023-11-06 17:12 UTC  (20+ messages)
                            ` [PATCH] swiotlb-xen: provide the "max_mapping_size" method
                                `  "
                                  ` [PATCH v2] "

[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
 2023-11-06 16:24 UTC  (60+ 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 04/34] KVM: WARN if there are dangling MMU invalidations at VM destruction
` [PATCH 05/34] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER
` [PATCH 06/34] KVM: PPC: Return '1' unconditionally for KVM_CAP_SYNC_MMU
` [PATCH 07/34] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
` [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 10/34] KVM: Add a dedicated mmu_notifier flag for reclaiming freed memory
` [PATCH 11/34] KVM: Drop .on_unlock() mmu_notifier hook
` [PATCH 12/34] KVM: Introduce per-page memory attributes
` [PATCH 13/34] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
` [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 16/34] KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN
` [PATCH 17/34] KVM: x86: Disallow hugepages when memory attributes are mixed
` [PATCH 18/34] KVM: x86/mmu: Handle page fault for private memory
` [PATCH 19/34] KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro
` [PATCH 20/34] KVM: Allow arch code to track number of memslot address spaces per VM
` [PATCH 21/34] KVM: x86: Add support for "protected VMs" that can utilize private memory
` [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 29/34] KVM: selftests: Add x86-only selftest for private memory conversions
` [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
` [PATCH 34/34] KVM: selftests: Add a memory region subtest to validate invalid flags
` [PATCH 35/34] KVM: Prepare for handling only shared mappings in mmu_notifier events
` [PATCH 36/34] KVM: Add transparent hugepage support for dedicated guest memory

[PATCH v13 00/35] KVM: guest_memfd() and per-page attributes
 2023-11-06 15:56 UTC  (20+ 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  (15+ messages)
` [PATCH v2 01/10] mm: swap: introduce pfn_swap_entry_to_folio()
` [PATCH v2 02/10] s390: pgtable: use a folio in ptep_zap_swap_entry()
` [PATCH v2 03/10] mm: huge_memory: use a folio in __split_huge_pmd_locked()
` [PATCH v2 04/10] mm: huge_memory: use a folio in zap_huge_pmd()
` [PATCH v2 05/10] mm: memory: use a folio in copy_nonpresent_pte()
` [PATCH v2 06/10] mm: memory: use a folio in zap_pte_range()
` [PATCH v2 07/10] mm: memory: use a folio in do_set_pmd()
` [PATCH v2 08/10] mm: memory: use a folio in insert_page_into_pte_locked()
` [PATCH v2 09/10] mm: convert mm_counter() to take a folio
` [PATCH v2 10/10] mm: convert mm_counter_file() "

mm/debug_vm_pgtable.c:860 warning triggered
 2023-11-06  9:06 UTC  (5+ 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)

[RFC PATCH v3 0/4] Node Weights and Weighted Interleave
 2023-11-06  5:08 UTC  (19+ messages)

Subject: [PATCH RFC 0/4] Demotion Profiling Improvements
 2023-11-06  5:02 UTC  (9+ messages)
` [PATCH RFC 3/4] mm/vmstat: rename pgdemote_* to pgdemote_dst_* and add pgdemote_src_*

[PATCH V2 0/3] mm: page_alloc: fixes for early oom kills
 2023-11-05 12:55 UTC  (5+ messages)
` [PATCH V2 1/3] mm: page_alloc: unreserve highatomic page blocks before oom
` [PATCH V2 2/3] mm: page_alloc: correct high atomic reserve calculations
` [PATCH V3 3/3] mm: page_alloc: drain pcp lists before oom kill

[PATCH] mm/page_owner: record and dump free_pid and free_tgid
 2023-11-05  7:19 UTC 

[linux-next:master] BUILD REGRESSION e27090b1413ff236ca1aec26d6b022149115de2c
 2023-11-04 11:38 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 3985620ae80d3c4b95988e034f350e6c11aee27b
 2023-11-04 11:30 UTC 

[linux-next:master 16102/16110] /bin/bash: line 1: 54552 Segmentation fault LLVM_OBJCOPY="loongarch64-linux-objcopy" pahole -J --btf_gen_floats -j --lang_exclude=rust --skip_encoding_btf_inconsistent_proto --btf_gen_optimized --btf_base vmlinux drivers/cxl/core/cxl_core.ko
 2023-11-04  7:55 UTC 

[PATCH v3 4/4] mm: swap: Swap-out small-sized THP without splitting
 2023-11-04  5:49 UTC  (2+ messages)

[PATCH v1 10/12] dyndbg: add processing of T(race) flag argument
 2023-11-04  4:33 UTC 

[PATCH rfc 00/18] mm: convert to use folio mm counter
 2023-11-04  3:58 UTC  (3+ messages)

[PATCH v2 0/6] shmem: high order folios support in write path
 2023-11-03 23:12 UTC  (5+ messages)
` [RFC PATCH 00/11] "
    ` [RFC PATCH 01/11] XArray: add cmpxchg order test

[PATCH RFC] kasan: use stack_depot_put for Generic mode
 2023-11-03 21:27 UTC 

[PATCH v1 08/12] dyndbg: move flags field to a new structure
 2023-11-03 20:57 UTC 

[PATCH 1/1] lib/stackdepot: print disabled message only if truly disabled
 2023-11-03 20:37 UTC  (2+ 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