linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC PATCH v1] mm/vmalloc: fix incorrect __vmap_pages_range_noflush() if vm_area_alloc_pages() from high order fallback to order0
 2024-07-24 20:02 UTC  (3+ messages)

[PATCH v10] mm: shrink skip folio mapped by an exiting process
 2024-07-24 19:55 UTC  (2+ messages)

[PATCH 0/7] minmax: reduce compilation time
 2024-07-24 19:52 UTC  (14+ messages)
` [PATCH 1/7] minmax: Put all the clamp() definitions together
` [PATCH 2/7] minmax: Use _Static_assert() instead of static_assert()
` [PATCH 3/7] compiler.h: Add __if_constexpr(expr, if_const, if_not_const)
` [PATCH 4/7] minmax: Simplify signedness check
` [PATCH 5/7] minmax: Factor out the zero-extension logic from umin/umax
` [PATCH 6/7] minmax: Optimise _Static_assert() check in clamp()
` [PATCH 7/7] minmax: minmax: Add __types_ok3() and optimise defines with 3 arguments

[PATCH] mm/cma: export total and free number of pages for CMA areas
 2024-07-24 19:50 UTC  (4+ messages)

[linux-next:master] [hugetlb] 003af997c8: libhugetlbfs-test.32/64bit.counters_sh.fail
 2024-07-24 19:48 UTC  (4+ messages)

[PATCH 1/1] mm/vmalloc: Add preempt point in purge_vmap_node() when enabling kasan
 2024-07-24 19:27 UTC  (5+ messages)

[PATCH v2 0/3] Some cleanups for shmem
 2024-07-24 19:15 UTC  (3+ messages)

[PATCH mm-unstable v1 0/4] Improve mem_cgroup_iter()
 2024-07-24 19:02 UTC  (5+ messages)
` [PATCH mm-unstable v1 1/4] mm: don't hold css->refcnt during traversal
` [PATCH mm-unstable v1 2/4] mm: increment gen # before restarting traversal
` [PATCH mm-unstable v1 3/4] mm: restart if multiple traversals raced
` [PATCH mm-unstable v1 4/4] mm: clean up mem_cgroup_iter()

[linux-next:master] BUILD REGRESSION 9ec6ec93f2c1e6cd2911e2a4acd5ac85e13bb3e2
 2024-07-24 18:40 UTC 

[PATCH 0/2] Remove PG_error
 2024-07-24 17:04 UTC  (4+ messages)
` [PATCH 1/2] fs: Remove calls to set and clear the folio error flag
` [PATCH 2/2] mm: Remove PG_error

[linux-next:pending-fixes] BUILD SUCCESS abc7217b467c17ee95fa4c7d329da71992030320
 2024-07-24 17:02 UTC 

[PATCH v4] vmstat: Kernel stack usage histogram
 2024-07-24 16:59 UTC  (9+ messages)

[RFC PATCH v5 07/29] KVM: selftests: TDX: Update load_td_memory_region for VM memory backed by guest memfd
 2024-07-24 16:42 UTC  (2+ messages)

[PATCH v2 0/2] allow KASAN to detect UAF in SLAB_TYPESAFE_BY_RCU slabs
 2024-07-24 16:34 UTC  (3+ messages)
` [PATCH v2 1/2] kasan: catch invalid free before SLUB reinitializes the object
` [PATCH v2 2/2] slub: Introduce CONFIG_SLUB_RCU_DEBUG

[PATCH v6 0/6] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-07-24 16:32 UTC  (3+ messages)

[PATCH v5 00/21] Avoid MAP_FIXED gap exposure
 2024-07-24 16:29 UTC  (3+ messages)
` [PATCH v5 18/21] mm/mmap: Move can_modify_mm() check down the stack

[PATCH v5 1/2] mm, memcg: cg2 memory{.swap,}.peak write handlers
 2024-07-24 16:19 UTC  (3+ messages)
` [PATCH v5 2/2] mm, memcg: cg2 memory{.swap,}.peak write tests

mm, memcg: cg2 memory{.swap,}.peak write handlers
 2024-07-24 16:11 UTC  (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] mm, memcg: cg2 memory{.swap,}.peak write tests

[PATCH v2] mm: kmem: add lockdep assertion to obj_cgroup_memcg
 2024-07-24 15:20 UTC  (2+ messages)

[PATCH v3 0/8] mm/mprotect: Fix dax puds
 2024-07-24 15:15 UTC  (2+ messages)

[RFC v11 09/14] mm: page_frag: use __alloc_pages() to replace alloc_pages_node()
 2024-07-24 15:03 UTC  (4+ messages)

Build performance regressions originating from min()/max() macros
 2024-07-24 14:47 UTC  (10+ messages)

[PATCH 0/5] mm: clarify nofail memory allocation
 2024-07-24 14:41 UTC  (27+ messages)
` [PATCH RFC 1/5] vpda: try to fix the potential crash due to misusing __GFP_NOFAIL
` [PATCH 2/5] mm: Document __GFP_NOFAIL must be blockable
` [PATCH 3/5] mm: BUG_ON to avoid NULL deference while __GFP_NOFAIL fails
` [PATCH 4/5] mm: Introduce GFP_NOFAIL with the inclusion of __GFP_RECLAIM
` [PATCH RFC 5/5] non-mm: discourage the usage of __GFP_NOFAIL and encourage GFP_NOFAIL

[PATCH v2 00/23] Generic `Allocator` support for Rust
 2024-07-24 14:35 UTC  (14+ messages)
` [PATCH v2 12/23] rust: alloc: add `Box` to prelude
` [PATCH v2 13/23] rust: alloc: import kernel `Box` type in types.rs
` [PATCH v2 14/23] rust: alloc: implement kernel `Vec` type
` [PATCH v2 15/23] rust: alloc: implement `IntoIterator` for `Vec`
` [PATCH v2 16/23] rust: alloc: implement `collect` for `IntoIter`
` [PATCH v2 17/23] rust: treewide: switch to the kernel `Vec` type
` [PATCH v2 18/23] rust: alloc: remove `VecExt` extension
` [PATCH v2 19/23] rust: alloc: add `Vec` to prelude
` [PATCH v2 20/23] rust: alloc: remove `GlobalAlloc` and `krealloc_aligned`
` [PATCH v2 21/23] rust: error: use `core::alloc::LayoutError`
` [PATCH v2 22/23] rust: str: test: replace `alloc::format`
` [PATCH v2 23/23] kbuild: rust: remove the `alloc` crate

[PATCH v3 0/3] Various memory tiering fixes
 2024-07-24 14:14 UTC  (6+ messages)
` [PATCH v3 1/3] memory tiering: read last_cpupid correctly in do_huge_pmd_numa_page()
` [PATCH v3 2/3] memory tiering: introduce folio_use_access_time() check
` [PATCH v3 3/3] memory tiering: count PGPROMOTE_SUCCESS when mem tiering is enabled

[syzbot] [mm?] possible deadlock in gup_fast_fallback
 2024-07-24 14:10 UTC  (2+ messages)

[PATCH] generic/736: don't run it on tmpfs
 2024-07-24 13:30 UTC  (3+ messages)

[PATCH] generic/732: don't run it on tmpfs
 2024-07-24 13:24 UTC  (3+ messages)

[PATCH v1] mm/numa_balancing: Fix the memory thrashing problem in the single-threaded process
 2024-07-24 12:11 UTC  (4+ messages)

LPA2 on non-LPA2 hardware broken with 16K pages
 2024-07-24 12:10 UTC  (9+ messages)

[syzbot] [input?] [mm?] WARNING in get_taint
 2024-07-24 10:26 UTC  (2+ messages)

[PATCH v2 0/3] mTHP allocation stats for file-backed memory
 2024-07-24 10:23 UTC  (7+ messages)
` [PATCH v2 3/3] mm: mTHP stats for pagecache folio allocations

[RFC PATCH v9 00/11] EDAC: Scrub: Introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-07-24  9:10 UTC  (4+ messages)
` [RFC PATCH v9 08/11] cxl/memscrub: Add CXL memory device ECS control feature

[PATCH] mm/x86/pat: Only untrack the pfn range if unmap region
 2024-07-24  8:53 UTC  (14+ messages)

[PATCH v4 0/3] mm: swap: mTHP swap allocator base on swap cluster order
 2024-07-24  8:33 UTC  (14+ messages)
` [PATCH v4 2/3] mm: swap: mTHP allocate swap entries from nonfull list

[vbabka:slub-percpu-sheaves-v1r1] [maple_tree] 7b59fb4e4f: WARNING:at_lib/debugobjects.c:#debug_print_object
 2024-07-24  8:25 UTC 

[PATCH v3] mm: Extend 'usage' parameter so that cluster_swap_free_nr() can be reused
 2024-07-24  7:46 UTC  (2+ messages)

[PATCH 3/6] mm: Convert page_to_pgoff() to page_pgoff()
 2024-07-24  7:24 UTC  (2+ messages)

[PATCH 2/6] mm: Constify page_address_in_vma()
 2024-07-24  7:24 UTC  (3+ messages)

[linux-next:master 13398/13762] arch/riscv/kernel/vendor_extensions/andes.c:11:33: sparse: sparse: symbol 'riscv_isa_vendor_ext_andes' was not declared. Should it be static?
 2024-07-24  7:13 UTC 

[linus:master] [mm] 24e44cc22a: BUG:KCSAN:data-race_in_pcpu_alloc_noprof/pcpu_block_update_hint_alloc
 2024-07-24  7:10 UTC  (11+ messages)

[RFC PATCH 0/3] Support large folios for tmpfs
 2024-07-24  7:04 UTC  (4+ messages)
` [RFC PATCH 1/3] mm: shmem: add file length arg in shmem_get_folio() path
` [RFC PATCH 2/3] mm: shmem: add large folio support to the write and fallocate paths
` [RFC PATCH 3/3] mm: shmem: use mTHP interface to control huge orders for tmpfs

[PATCH] mm: fix maxnode for mbind(), set_mempolicy() and migrate_pages()
 2024-07-24  6:27 UTC  (6+ messages)

[akpm-mm:mm-unstable 17/30] mm/vma_internal.h:46:10: fatal error: 'asm/page_types.h' file not found
 2024-07-24  5:41 UTC  (2+ messages)

[PATCH] selftests/exec: Fix grammar in an error message
 2024-07-24  4:21 UTC 

[PATCH v7 0/3] btrfs: try to allocate larger folios for metadata
 2024-07-24  3:46 UTC  (5+ messages)
` [PATCH v7 2/3] btrfs: always uses root memcgroup for filemap_add_folio()

[PATCH] mm: kmem: add lockdep assertion to obj_cgroup_memcg
 2024-07-24  2:26 UTC  (3+ messages)

[PATCH] mm: list_lru: fix UAF for memory cgroup
 2024-07-24  2:23 UTC  (3+ messages)

[PATCH 0/6] Remove page_mapping()
 2024-07-24  2:16 UTC  (2+ messages)
` [f2fs-dev] "

mm/gup.o: warning: objtool: faultin_page_range+0x100: unreachable instruction
 2024-07-24  2:03 UTC  (3+ messages)

[PATCH 1/3] mm: vmalloc: export __vmalloc_node_range
 2024-07-24  1:36 UTC  (14+ messages)

[PATCH v2 1/3] memory tiering: read last_cpupid correctly in do_huge_pmd_numa_page()
 2024-07-24  1:22 UTC  (8+ messages)
` [PATCH v2 3/3] memory tiering: count PGPROMOTE_SUCCESS when mem tiering is enabled

[PATCH v6 00/11] mm: multi-gen LRU: Walk secondary MMU page tables while aging
 2024-07-24  1:10 UTC  (12+ messages)
` [PATCH v6 01/11] KVM: Add lockless memslot walk to KVM
` [PATCH v6 02/11] KVM: x86: Relax locking for kvm_test_age_gfn and kvm_age_gfn
` [PATCH v6 03/11] KVM: arm64: "
` [PATCH v6 04/11] mm: Add missing mmu_notifier_clear_young for !MMU_NOTIFIER
` [PATCH v6 05/11] mm: Add fast_only bool to test_young and clear_young MMU notifiers
` [PATCH v6 06/11] mm: Add has_fast_aging to struct mmu_notifier
` [PATCH v6 07/11] KVM: Pass fast_only to kvm_{test_,}age_gfn
` [PATCH v6 08/11] KVM: x86: Optimize kvm_{test_,}age_gfn a little bit
` [PATCH v6 09/11] KVM: x86: Implement fast_only versions of kvm_{test_,}age_gfn
` [PATCH v6 10/11] mm: multi-gen LRU: Have secondary MMUs participate in aging
` [PATCH v6 11/11] KVM: selftests: Add multi-gen LRU aging to access_tracking_perf_test

[PATCH 0/9] Unify hugetlb into arch_get_unmapped_area functions
 2024-07-24  0:37 UTC  (3+ messages)
` [PATCH 7/9] mm: Drop hugetlb_get_unmapped_area{_*} functions

[PATCH v2] mm: Give kmap_lock before call flush_tlb_kernel_rang,avoid kmap_high deadlock
 2024-07-24  0:26 UTC  (3+ messages)

[PATCH v4 1/1] x86/elf: Add a new .note section containing xfeatures buffer layout info to x86 core files
 2024-07-23 22:58 UTC  (3+ messages)

[akpm-mm:mm-unstable 9/30] mm/memory-tiers.c:64:6: error: redefinition of 'folio_has_cpupid'
 2024-07-23 21:51 UTC  (4+ messages)

[RFC PATCH v5 00/29] TDX KVM selftests
 2024-07-23 21:25 UTC  (9+ messages)
` [RFC PATCH v5 01/29] KVM: selftests: Add function to allow one-to-one GVA to GPA mappings
` [RFC PATCH v5 04/29] KVM: selftests: Refactor steps in vCPU descriptor table initialization

[PATCH RFC 0/6] mm: THP-agnostic refactor on huge mappings
 2024-07-23 21:22 UTC  (6+ messages)

[linux-next:fs-next] BUILD SUCCESS 33377a26da328d72d38624595f2bd56b138f30e5
 2024-07-23 20:47 UTC 

mm, memcg: cg2 memory{.swap,}.peak write handlers
 2024-07-23 19:45 UTC  (4+ messages)
` [PATCH 1/2] "

[linux-next:master 13298/13495] drivers/gpu/drm/xe/xe_gt_tlb_invalidation.c:183 send_tlb_invalidation() warn: variable dereferenced before check 'fence' (see line 178)
 2024-07-23 19:25 UTC  (3+ messages)

[linux-next:master 13299/13550] drivers/gpu/drm/xe/xe_guc_submit.c:1417 guc_exec_queue_process_msg() error: dereferencing freed memory 'msg'
 2024-07-23 19:06 UTC 

[PATCH v2 0/2] Align kvrealloc() with krealloc()
 2024-07-23 18:56 UTC  (11+ messages)
` [PATCH v2 2/2] mm: kvmalloc: align "

[akpm-mm:mm-unstable 17/30] mm/vma_internal.h:46:10: fatal error: asm/page_types.h: No such file or directory
 2024-07-23 18:24 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