linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v3 0/3] fs,mm: add kmem_cache_create_rcu()
 2024-08-28 15:05 UTC  (5+ messages)
` [PATCH v3 1/3] mm: remove unused root_cache argument
` [PATCH v3 2/3] mm: add kmem_cache_create_rcu()
` [PATCH v3 3/3] fs: use kmem_cache_create_rcu()

[linux-next:master 4179/4667] drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:3301:3: error: call to undeclared function 'pci_prepare_ats'; ISO C99 and later do not support implicit function declarations
 2024-08-28 14:51 UTC  (2+ messages)

[PATCH v2 00/19] mm: Support huge pfnmaps
 2024-08-28 14:41 UTC  (10+ messages)
` [PATCH v2 06/19] mm/pagewalk: Check pfnmap for folio_walk_start()

[PATCH v8 0/8] Improve the copy of task comm
 2024-08-28 14:10 UTC  (19+ messages)
` [PATCH v8 1/8] Get rid of __get_task_comm()
` [PATCH v8 2/8] auditsc: Replace memcpy() with strscpy()
` [PATCH v8 3/8] security: Replace memcpy() with get_task_comm()
` [PATCH v8 4/8] bpftool: Ensure task comm is always NUL-terminated
` [PATCH v8 5/8] mm/util: Fix possible race condition in kstrdup()
` [PATCH v8 6/8] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}
` [PATCH v8 7/8] net: Replace strcpy() with strscpy()
` [PATCH v8 8/8] drm: "

[PATCH] bcachefs: Switch to memalloc_flags_do() for vmalloc allocations
 2024-08-28 14:06 UTC 

[PATCH -next v3 0/3] Add str_true_false()/str_false_true() helper
 2024-08-28 12:59 UTC  (7+ messages)
` [PATCH -next v3 1/3] lib/string_choices: "

[RFC 0/2] mm: introduce THP deferred setting
 2024-08-28 12:54 UTC  (17+ messages)

[PATCH v2 00/17] Wire up getrandom() vDSO implementation on powerpc
 2024-08-28 12:51 UTC  (12+ messages)
` [PATCH v2 05/17] vdso: Avoid call to memset() by getrandom

[PATCH 0/4] mm: convert to folio_isolate_movable()
 2024-08-28 12:36 UTC  (7+ messages)
` [PATCH 1/4] mm: migrate: add folio_isolate_movable()
` [PATCH 2/4] mm: compaction: convert to folio_isolate_movable()

[linux-next:master] [mm/migrate] b28dd7507f: ltp.move_pages04.fail
 2024-08-28 12:30 UTC  (8+ messages)
    ` [LTP] "

[PATCH] regcache: use map->alloc_flags also for allocating cache
 2024-08-28 12:28 UTC 

[PATCH v2 0/3] fs,mm: add kmem_cache_create_rcu()
 2024-08-28 12:18 UTC  (10+ messages)
` [PATCH v2 1/3] mm: remove unused root_cache argument
` [PATCH v2 2/3] mm: add kmem_cache_create_rcu()
` [PATCH v2 3/3] fs: use kmem_cache_create_rcu()

[PATCH net-next v15 06/13] mm: page_frag: reuse existing space for 'size' and 'pfmemalloc'
 2024-08-28 12:12 UTC  (13+ messages)
` [PATCH net-next v15 07/13] mm: page_frag: some minor refactoring before adding new API
` [PATCH net-next v15 08/13] mm: page_frag: use __alloc_pages() to replace alloc_pages_node()

[PATCH 0/9] netfs, cifs: Combined repost of fixes for truncation, DIO read and read-retry
 2024-08-28 11:38 UTC  (3+ messages)
` [PATCH 1/9] mm: Fix missing folio invalidation calls during truncation

[PATCH 0/5] regmap: Improve lock handling with maple tree
 2024-08-28 11:32 UTC  (4+ messages)
` [PATCH 2/5] regmap: Hold the regmap lock when allocating and freeing the cache

[PATCH v2 00/14] introduce pte_offset_map_{ro|rw}_nolock()
 2024-08-28 10:48 UTC  (6+ messages)
` [PATCH v2 01/14] mm: pgtable: "

[PATCH RFC 0/3] add support for mm-local memory allocations
 2024-08-28  9:50 UTC  (2+ messages)

[PATCH v5 0/3] mm: ZSWAP swap-out of mTHP folios
 2024-08-28  9:35 UTC  (4+ messages)
` [PATCH v5 1/3] mm: Define obj_cgroup_get() if CONFIG_MEMCG is not defined
` [PATCH v5 2/3] mm: zswap: zswap_store() extended to handle mTHP folios
` [PATCH v5 3/3] mm: swap: Count successful mTHP ZSWAP stores in sysfs mTHP zswpout stats

[PATCH -next v2] mm: make use of the helper macro LIST_HEAD()
 2024-08-28  9:22 UTC  (2+ messages)

[linux-next:master 6479/7353] drivers/pinctrl/sophgo/pinctrl-cv18xx.c:142:23: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2024-08-28  9:20 UTC 

[linux-next:master] [mm] [confidence: ] 131e4ef350: BUG:kernel_NULL_pointer_dereference,address
 2024-08-28  8:50 UTC  (2+ messages)

[PATCH v5 9/9] mm: shmem: support large folio swap out
 2024-08-28  8:28 UTC  (2+ messages)
` [PATCH] mm: shmem: support large folio swap out fix 2

[PATCH v4 0/4] mm: ZSWAP swap-out of mTHP folios
 2024-08-28  7:43 UTC  (15+ messages)

[PATCH] mm: vmalloc: Refactor vm_area_alloc_pages() function
 2024-08-28  7:40 UTC  (2+ messages)

[RESEND PATCH v1] mm/vmalloc: fix page mapping if vm_area_alloc_pages() with high order fallback to order 0
 2024-08-28  7:14 UTC  (12+ messages)

[PATCH 00/16] mm: Introduce MAP_BELOW_HINT
 2024-08-28  6:34 UTC  (18+ messages)
` [PATCH 01/16] mm: Add MAP_BELOW_HINT
` [PATCH 02/16] riscv: mm: Do not restrict mmap address based on hint
` [PATCH 03/16] mm: Add flag and len param to arch_get_mmap_base()
` [PATCH 04/16] mm: Add generic MAP_BELOW_HINT
` [PATCH 05/16] riscv: mm: Support MAP_BELOW_HINT
` [PATCH 06/16] arm64: "
` [PATCH 07/16] powerpc: "
` [PATCH 08/16] x86: "
` [PATCH 09/16] loongarch: "
` [PATCH 10/16] arm: "
` [PATCH 11/16] mips: "
` [PATCH 12/16] parisc: "
` [PATCH 13/16] s390: "
` [PATCH 14/16] sh: "
` [PATCH 15/16] sparc: "
` [PATCH 16/16] selftests/mm: Create MAP_BELOW_HINT test

[PATCH] mm: page_alloc: simpify page del and expand
 2024-08-28  6:26 UTC  (3+ messages)

[PATCH] mm/vmstat: Defer the refresh_zone_stat_thresholds after all CPUs bringup
 2024-08-28  5:37 UTC  (5+ messages)

[PATCH 0/2] get rid of PF_MEMALLOC_NORECLAIM
 2024-08-28  4:11 UTC  (7+ messages)
` [PATCH 2/2] mm: drop PF_MEMALLOC_NORECLAIM

[PATCH 1/2] bcachefs: do not use PF_MEMALLOC_NORECLAIM
 2024-08-28  4:09 UTC  (3+ messages)
` [PATCH 1/2 v2] "

[PATCH v2] vma remove the unneeded avc bound with non-CoWed folio
 2024-08-28  3:51 UTC  (6+ messages)

[PATCH 00/10] shrinker debugging, .to_text() report (resend)
 2024-08-28  3:43 UTC  (10+ messages)
` [PATCH 02/10] mm: shrinker: Add a .to_text() method for shrinkers
` [PATCH 03/10] mm: shrinker: Add new stats for .to_text()
` [PATCH 10/10] fs: super_cache_to_text()

[PATCH 0/4] Increase the number of bits available in page_type
 2024-08-28  3:35 UTC  (3+ messages)
` [PATCH 3/4] mm: Support only one page_type per page

[syzbot] [mm?] possible deadlock in __mmap_lock_do_trace_start_locking
 2024-08-28  3:31 UTC  (2+ messages)

[PATCH V1] mm, slub: avoid zeroing kmalloc redzone
 2024-08-28  2:43 UTC  (3+ messages)

[linux-next:master 6060/6439] mm/memory_hotplug.c:1811:33: error: implicit declaration of function 'unmap_posioned_folio'; did you mean 'unmap_poisoned_folio'?
 2024-08-28  2:37 UTC  (3+ messages)

[PATCH v1] memcg: add charging of already allocated slab objects
 2024-08-28  2:36 UTC  (5+ messages)

[PATCH net-next v22 05/13] page_pool: devmem support
 2024-08-28  2:24 UTC  (2+ messages)

[PATCH -next] mm: make use of the helper macro LIST_HEAD()
 2024-08-28  1:27 UTC  (3+ messages)

[PATCH v7 0/8] Improve the copy of task comm
 2024-08-28  1:19 UTC  (3+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 7c2f45ba09606d0e109dbe16eb3d85061b22a5fe
 2024-08-28  1:13 UTC 

[linux-next:fs-next] BUILD SUCCESS f4b12800690072e8359071ec04e67c25cd6555f8
 2024-08-28  1:11 UTC 

[linux-next:fs-current] BUILD SUCCESS b0afab08b69cdbca2b38fd7c3a0672f9241d0bc1
 2024-08-28  0:40 UTC 

[PATCH v2] memcg: add charging of already allocated slab objects
 2024-08-28  0:34 UTC  (2+ messages)

[PATCH v3] slab: Introduce kmalloc_obj() and family
 2024-08-28  0:19 UTC  (3+ messages)

[PATCH v5 00/21] mm/zsmalloc: add zpdesc memory descriptor for zswap.zpool
 2024-08-27 23:19 UTC  (4+ messages)

[PATCH] riscv: make ZONE_DMA32 optional
 2024-08-27 23:10 UTC  (2+ messages)

[PATCH mm-unstable v3 0/5] Improve mem_cgroup_iter()
 2024-08-27 23:07 UTC  (6+ messages)
` [PATCH mm-unstable v3 1/5] cgroup: clarify css sibling linkage is protected by cgroup_mutex or RCU
` [PATCH mm-unstable v3 2/5] mm: don't hold css->refcnt during traversal
` [PATCH mm-unstable v3 3/5] mm: increment gen # before restarting traversal
` [PATCH mm-unstable v3 4/5] mm: restart if multiple traversals raced
` [PATCH mm-unstable v3 5/5] mm: clean up mem_cgroup_iter()

[PATCH] [POC/RFE]: Avoid silently growing struct file due to SLAB_TYPESAFE_BY_RCU
 2024-08-27 20:34 UTC  (8+ messages)
` [PATCH] [RFC] mm: add kmem_cache_create_rcu()

[syzbot] [mm?] BUG: unable to handle kernel paging request in mmap_region
 2024-08-27 19:38 UTC  (3+ messages)

[PATCH v6 00/26] Generic `Allocator` support for Rust
 2024-08-27 19:21 UTC  (6+ messages)
` [PATCH v6 09/26] rust: alloc: implement kernel `Box`

[linux-next:master] BUILD REGRESSION 6f923748057a4f6aa187e0d5b22990d633a48d12
 2024-08-27 19:12 UTC 

[regression] oops on heavy compilations ("kernel BUG at mm/zswap.c:1005!" and "Oops: invalid opcode: 0000")
 2024-08-27 18:48 UTC  (8+ messages)

[REGRESSION] cifs: triggers bad flatpak & ostree signatures, corrupts ffmpeg & mkvmerge outputs
 2024-08-27 18:38 UTC  (2+ messages)

[PATCH 0/7] Split list_lru lock into per-cgroup scope
 2024-08-27 18:35 UTC  (2+ messages)

[REGRESSION] cifs: Subreq overread in dmesg, invalid argument & no data available in apps
 2024-08-27 18:15 UTC  (3+ messages)

[PATCH v2] mm: add lazyfree folio to lru tail
 2024-08-27 17:56 UTC  (9+ messages)
            ` 回复: "

[PATCH v7 15/21] mm: Change failure of MAP_FIXED to restoring the gap on failure
 2024-08-27 17:15 UTC  (2+ messages)
` [PATCH] mm/vma: Fix null pointer dereference in vms_abort_munmap_vmas()

[bug report] mm: change failure of MAP_FIXED to restoring the gap on failure
 2024-08-27 16:09 UTC  (2+ messages)

[PATCH] x86/mm/pat: Support splitting of virtual memory areas
 2024-08-27 16:01 UTC  (3+ messages)

[PATCH v1] mm:slab:use kmem_cache_free() to free
 2024-08-27 15:54 UTC  (5+ messages)
` [PATCH] mm: slab: use "

[PATCH v4 0/2] cxl: add device reporting poison handler
 2024-08-27 15:52 UTC  (5+ messages)
` [PATCH v4 1/2] cxl/core: introduce device reporting poison hanlding
` [PATCH v4 2/2] cxl: avoid duplicated report from MCE & device

[PATCH] cifs: Fix copy offload to flush destination region
 2024-08-27 15:47 UTC 

[PATCH v2 0/8] x86/module: use large ROX pages for text allocations
 2024-08-27 15:40 UTC  (4+ messages)
` [PATCH v2 5/8] ftrace: Add swap_func to ftrace_process_locs()

[PATCH resend v2 0/5] mm: memory_hotplug: improve do_migrate_range()
 2024-08-27 15:38 UTC  (12+ messages)
` [PATCH v2 3/5] mm: memory_hotplug: check hwpoisoned page firstly in do_migrate_range()
` [PATCH v2 5/5] mm: memory_hotplug: unify Huge/LRU/non-LRU movable folio isolation

The mapping->invalidate_lock, copy-offload and cifs
 2024-08-27 14:46 UTC 

[PATCH 6.10 009/273] netfs, ceph: Revert "netfs: Remove deprecated use of PG_private_2 as a second writeback flag"
 2024-08-27 14:35 UTC 

[PATCH] acpi/hmat,mm/memtier: always register hmat adist calculation callback
 2024-08-27 14:33 UTC  (7+ 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