linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v2 1/1] mm/madvise: add MADV_F_COLLAPSE_LIGHT to process_madvise()
 2024-01-19  1:46 UTC  (7+ messages)

[RFC] [PATCH 0/3] xfs: use large folios for buffers
 2024-01-19  1:31 UTC  (7+ messages)
` [PATCH 1/3] xfs: unmapped buffer item size straddling mismatch
` [PATCH 2/3] xfs: use folios in the buffer cache
` [PATCH 3/3] xfs: convert buffer cache to use high order folios

[GIT PULL] memblock: small update for 6.8
 2024-01-19  1:08 UTC  (2+ messages)

[PATCH 00/12] xfs: remove remaining kmem interfaces and GFP_NOFS usage
 2024-01-19  0:52 UTC  (24+ messages)
` [PATCH 01/12] xfs: convert kmem_zalloc() to kzalloc()
` [PATCH 03/12] xfs: move kmem_to_page()
` [PATCH 04/12] xfs: convert kmem_free() for kvmalloc users to kvfree()
` [PATCH 05/12] xfs: convert remaining kmem_free() to kfree()
` [PATCH 06/12] xfs: use an empty transaction for fstrim
` [PATCH 07/12] xfs: use __GFP_NOLOCKDEP instead of GFP_NOFS
` [PATCH 08/12] xfs: use GFP_KERNEL in pure transaction contexts
` [PATCH 09/12] xfs: place intent recovery under NOFS allocation context
` [PATCH 10/12] xfs: place the CIL under nofs "
` [PATCH 11/12] xfs: clean up remaining GFP_NOFS users
` [PATCH 12/12] xfs: use xfs_defer_alloc a bit more
  ` [PATCH 02/12] xfs: convert kmem_alloc() to kmalloc()

[PATCH] mm: huge_memory: don't force huge page alignment on 32 bit
 2024-01-19  0:16 UTC  (5+ messages)

[PATCH v3 0/4] Swap-out small-sized THP without splitting
 2024-01-18 23:54 UTC  (11+ messages)
` [PATCH RFC 0/6] mm: support large folios swap-in
  ` [PATCH RFC 1/6] arm64: mm: swap: support THP_SWAP on hardware with MTE
  ` [PATCH RFC 2/6] mm: swap: introduce swap_nr_free() for batched swap_free()
  ` [PATCH RFC 3/6] mm: swap: make should_try_to_free_swap() support large-folio
  ` [PATCH RFC 4/6] mm: support large folios swapin as a whole
  ` [PATCH RFC 5/6] mm: rmap: weaken the WARN_ON in __folio_add_anon_rmap()
  ` [PATCH RFC 6/6] mm: madvise: don't split mTHP for MADV_PAGEOUT

[GIT PULL] percpu changes for v6.8-rc1
 2024-01-18 23:35 UTC  (2+ messages)

[PATCH] userfaultfd: fix mmap_changing checking in mfill_atomic_hugetlb
 2024-01-18 23:29 UTC  (4+ messages)

[RESEND PATCH v4 0/7] hugetlb: parallelize hugetlb page init on boot
 2024-01-18 23:04 UTC  (11+ messages)
` [PATCH v4 1/7] hugetlb: code clean for hugetlb_hstate_alloc_pages
` [PATCH v4 2/7] hugetlb: split hugetlb_hstate_alloc_pages
` [PATCH v4 3/7] padata: dispatch works on different nodes
` [PATCH v4 4/7] hugetlb: pass *next_nid_to_alloc directly to for_each_node_mask_to_alloc
` [PATCH v4 5/7] hugetlb: have CONFIG_HUGETLBFS select CONFIG_PADATA
` [PATCH v4 6/7] hugetlb: parallelize 2M hugetlb allocation and initialization
` [PATCH v4 7/7] hugetlb: parallelize 1G hugetlb initialization

[PATCH] mm: writeback: ratelimit stat flush from mem_cgroup_wb_stats
 2024-01-18 22:42 UTC  (3+ messages)

The buddy allocator in a memdesc world
 2024-01-18 22:33 UTC 

[PATCH 0/3] mm/slub: some minor optimization and cleanup
 2024-01-18 22:14 UTC  (7+ messages)
` [PATCH 1/3] mm/slub: directly load freelist from cpu partial slab in the likely case
` [PATCH 2/3] mm/slub: remove full list manipulation for non-debug slab

[PATCH v3 00/11] Mitigate a vmap lock contention v3
 2024-01-18 21:28 UTC  (17+ messages)
` [PATCH v3 04/11] mm: vmalloc: Remove global vmap_area_root rb-tree
` [PATCH v3 07/11] mm: vmalloc: Offload free_vmap_area_lock lock
` [PATCH v3 10/11] mm: vmalloc: Set nr_nodes based on CPUs in a system

[PATCH v7 00/39] arm64/gcs: Provide support for GCS in userspace
 2024-01-18 21:10 UTC  (7+ messages)
` [PATCH v7 34/39] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v7 36/39] selftests/arm64: Add GCS signal tests

[linux-next:master 13015/13783] drivers/net/virtio_net.c:4340:35: error: '%u' directive writing between 1 and 10 bytes into a region of size 9
 2024-01-18 20:36 UTC 

[PATCH] writeback: move wb_wakeup_delayed defination to fs-writeback.c
 2024-01-18 20:33 UTC  (2+ messages)

[PATCH] writeback: avoid to move skipped wb in offline_cgwbs list
 2024-01-18 20:31 UTC 

[akpm-mm:mm-unstable 77/88] mm/mempolicy.c:3141:17: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2024-01-18 20:24 UTC 

[PATCH] flex_proportions: remove unused fprop_local_single
 2024-01-18 20:13 UTC 

[PATCH 0/2] RFC: zswap tree use xarray instead of RB tree
 2024-01-18 19:35 UTC  (22+ messages)
` [PATCH 1/2] mm: zswap.c: add xarray tree to zswap
` [PATCH 2/2] mm: zswap.c: remove RB tree

[PATCH 0/2] mm/zswap: optimize the scalability of zswap rb-tree
 2024-01-18 19:24 UTC  (20+ messages)
` [PATCH 1/2] mm/zswap: make sure each swapfile always have "
` [PATCH 2/2] mm/zswap: split "

[PATCH v2] mm: align larger anonymous mappings on THP boundaries
 2024-01-18 18:42 UTC  (24+ messages)

[PATCH] mm/zswap: Improve with alloc_workqueue() call
 2024-01-18 18:32 UTC  (13+ messages)

[PATCH] mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), again
 2024-01-18 18:19 UTC 

[RFC 0/3] reading proc/pid/maps under RCU
 2024-01-18 17:58 UTC  (5+ messages)

[PATCH] ARM64: Dynamically allocate cpumasks and increase supported CPUs to 512
 2024-01-18 17:53 UTC  (2+ messages)

[RESEND PATCH V2] mm: page_alloc: unreserve highatomic page blocks before oom
 2024-01-18 17:23 UTC  (2+ messages)

[RFC PATCH 0/4] DAMON based 2-tier memory management for CXL memory
 2024-01-18 17:17 UTC  (3+ messages)

[PATCH v2] mm: memory: move mem_cgroup_charge() into alloc_anon_folio()
 2024-01-18 15:59 UTC  (3+ messages)

[PATCH v3 13/17] tracing: Recover trace buffers from kexec handover
 2024-01-18 15:16 UTC  (3+ messages)

[PATCH v2 00/13] mm/gup: Unify hugetlb, part 2
 2024-01-18 15:15 UTC  (8+ messages)
` [PATCH v2 06/13] mm/gup: Drop folio_fast_pin_allowed() in hugepd processing

[PATCH] fs: binfmt_elf_efpic: don't use missing interpreter's properties
 2024-01-18 15:06 UTC 

[PATCH] MAINTAINERS: supplement of zswap maintainers update
 2024-01-18 14:58 UTC  (2+ messages)

[linux-next:master 13537/13783] arch/parisc/kernel/smp.c:369:17: sparse: sparse: cast truncates bits from constant value (aabbccdd11223344 becomes 11223344)
 2024-01-18 14:53 UTC 

[RFC 0/2] kasan: introduce mem track feature
 2024-01-18 14:30 UTC  (5+ messages)
` [RFC 1/2] kasan: introduce mem track feature base on kasan
` [RFC 2/2] kasan: add mem track interface and its test cases

[LSF/MM/BPF TOPIC] Dropping page cache of individual fs
 2024-01-18 14:26 UTC  (10+ messages)

[PATCH] fs: improve dump_mapping() robustness
 2024-01-18 14:04 UTC  (7+ messages)

[PATCH v1 00/26] Add AMD Secure Nested Paging (SEV-SNP) Initialization Support
 2024-01-18 14:03 UTC  (3+ messages)
` [PATCH v1 17/26] crypto: ccp: Handle non-volatile INIT_EX data when SNP is enabled

[PATCH v8 0/4] riscv: Use PUD/P4D/PGD pages for the linear mapping
 2024-01-18 13:01 UTC  (7+ messages)
          ` Fwd: "

[PATCH] mm, kmsan: fix infinite recursion due to RCU critical section
 2024-01-18 12:46 UTC  (5+ messages)

[PATCH 1/2] stackdepot: add stats counters exported via debugfs
 2024-01-18 11:01 UTC  (2+ messages)
` [PATCH 2/2] stackdepot: make fast paths lock-less again

[PATCH RFC 0/4] Fix file lock cache accounting, again
 2024-01-18  9:49 UTC  (10+ messages)
` [PATCH RFC 1/4] fs/locks: "
  ` [PATCH RFC 4/4] mitigations: Add flock cache accounting to 'mitigations=off'

[PATCH] mm/sparsemem: fix race in accessing memory_section->usage
 2024-01-18  9:43 UTC  (6+ messages)

[linux-next:master 697/13343] arch/loongarch/kvm/mmu.c:810:13: error: implicit declaration of function 'mmu_invalidate_retry_hva'; did you mean 'mmu_invalidate_retry_gfn'?
 2024-01-18  9:03 UTC  (4+ messages)

[PATCH] mm/mmap: simplify vma_merge()
 2024-01-18  8:23 UTC 

[PATCH] memblock: fix crash when reserved memory is not added to memory
 2024-01-18  6:42 UTC  (2+ messages)

[PATCH v3 0/7] hugetlb: parallelize hugetlb page init on boot
 2024-01-18  6:15 UTC  (8+ messages)
` [PATCH v3 3/7] padata: dispatch works on different nodes

[PATCH v3 14/17] tracing: Add kho serialization of trace events
 2024-01-18  5:23 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 943b9f0ab2cfbaea148dd6ac279957eb08b96904
 2024-01-18  4:42 UTC 

[PATCH 0/3] mm/mempolicy: weighted interleave mempolicy with sysfs extension
 2024-01-18  4:37 UTC  (11+ messages)
  ` [PATCH 3/3] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving
  ` [PATCH 1/3] mm/mempolicy: implement the sysfs-based weighted_interleave interface

[PATCH v1 1/2] mm/madvise: introduce MADV_TRY_COLLAPSE for attempted synchronous hugepage collapse
 2024-01-18  1:51 UTC  (4+ messages)

[PATCH RFC 1/2] stackdepot: add stats counters exported via debugfs
 2024-01-17 23:02 UTC  (4+ messages)
` [PATCH RFC 2/2] stackdepot: make fast paths lock-less again

[PATCH] userfaultfd: fix return error if mmap_changing is non-zero in MOVE ioctl
 2024-01-17 22:46 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