linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v7 0/8] Reduce TLB flushes by 94% by improving folio migration
 2024-02-01  2:18 UTC  (2+ messages)

[PATCH v4 0/3] mm/mempolicy: weighted interleave mempolicy and sysfs extension
 2024-02-01  2:01 UTC  (10+ messages)
` [PATCH v4 3/3] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving

[PATCH v8 0/4] Introduce mseal
 2024-02-01  1:55 UTC  (7+ messages)
` [PATCH v8 1/4] mseal: Wire up mseal syscall
` [PATCH v8 2/4] mseal: add "
` [PATCH v8 3/4] selftest mm/mseal memory sealing
` [PATCH v8 4/4] mseal:add documentation

[PATCH] mm: swap: async free swap slot cache entries
 2024-02-01  1:21 UTC  (8+ messages)

[PATCH v2] mm: swap: async free swap slot cache entries
 2024-02-01  1:17 UTC 

[PATCH 1/1] mm/khugepaged: bypassing unnecessary scans with MMF_DISABLE_THP check
 2024-02-01  1:13 UTC  (10+ messages)

[PATCH v3 0/7] swapin refactor for optimization and unified readahead
 2024-02-01  0:52 UTC  (7+ messages)
` [PATCH v3 6/7] mm/swap, shmem: use unified swapin helper for shmem
  ` Whether is the race for SWP_SYNCHRONOUS_IO possible? (was Re: [PATCH v3 6/7] mm/swap, shmem: use unified swapin helper for shmem)

[PATCH 00/20] mm: zswap: cleanups
 2024-01-31 23:37 UTC  (27+ messages)
` [PATCH 11/20] mm: zswap: function ordering: pool refcounting
` [PATCH 13/20] mm: zswap: function ordering: pool params
` [PATCH 14/20] mm: zswap: function ordering: public lru api
` [PATCH 15/20] mm: zswap: function ordering: move entry sections out of LRU section
` [PATCH 16/20] mm: zswap: function ordering: move entry section out of tree section
` [PATCH 17/20] mm: zswap: function ordering: compress & decompress functions
` [PATCH 18/20] mm: zswap: function ordering: per-cpu compression infra
` [PATCH 19/20] mm: zswap: function ordering: writeback
` [PATCH 20/20] mm: zswap: function ordering: shrink_memcg_cb

[PATCH v2 4/5] mm: ptdump: Have ptdump_check_wx() return bool
 2024-01-31 23:11 UTC  (3+ messages)

[PATCH v2 0/2] test_xarray: advanced API multi-index tests
 2024-01-31 22:51 UTC  (3+ messages)
` [PATCH v2 1/2] test_xarray: add tests for advanced multi-index use
` [PATCH v2 2/2] XArray: add cmpxchg order test

Do we still need SLAB_MEM_SPREAD (and possibly others)?
 2024-01-31 22:40 UTC  (3+ messages)

[RFC PATCH v3 0/4] Introduce cpu_dcache_is_aliasing() to fix DAX regression
 2024-01-31 22:18 UTC  (11+ messages)
` [RFC PATCH v3 1/4] dm: Treat alloc_dax failure as non-fatal
` [RFC PATCH v3 2/4] dax: Check for data cache aliasing at runtime
` [RFC PATCH v3 3/4] Introduce cpu_dcache_is_aliasing() across all architectures
` [RFC PATCH v3 4/4] dax: Fix incorrect list of data cache aliasing architectures

[PATCH v2 0/3] per-vma locks in userfaultfd
 2024-01-31 21:43 UTC  (17+ messages)
` [PATCH v2 2/3] userfaultfd: protect mmap_changing with rw_sem in userfaulfd_ctx
` [PATCH v2 3/3] userfaultfd: use per-vma locks in userfaultfd operations

[PATCH RFC v2] kasan: add atomic tests
 2024-01-31 21:00 UTC 

[PATCH v7 0/4] Introduce mseal()
 2024-01-31 20:51 UTC  (4+ messages)

[RFC PATCH v2 0/8] Introduce dcache_is_aliasing() to fix DAX regression
 2024-01-31 20:42 UTC  (13+ messages)
` [RFC PATCH v2 1/8] dax: Introduce dax_is_supported()
` [RFC PATCH v2 3/8] ext2: Use dax_is_supported()
` [RFC PATCH v2 7/8] Introduce dcache_is_aliasing() across all architectures
` [RFC PATCH v2 8/8] dax: Fix incorrect list of dcache aliasing architectures

[PATCH] mm: memcg: Use larger chunks for proactive reclaim
 2024-01-31 20:12 UTC  (4+ messages)

[PATCH 1/2] mm: mmap: no need to call khugepaged_enter_vma() for stack
 2024-01-31 18:46 UTC  (4+ messages)
` [PATCH 2/2] mm: mmap: map MAP_STACK to VM_NOHUGEPAGE

[linux-next:master] [block/mq] 574e7779cf: fio.write_iops -72.9% regression
 2024-01-31 18:42 UTC  (3+ messages)

[linux-next:master 1016/2825] make[2]: *** kselftest/livepatch/test_modules: No such file or directory. Stop
 2024-01-31 18:40 UTC  (5+ messages)

[linux-next:master 2565/2825] mm/userfaultfd.c:983 move_zeropage_pte() warn: inconsistent returns 'dst_ptl'
 2024-01-31 18:03 UTC  (3+ messages)

[linux-next:master 432/3001] drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c:6699:30-31: WARNING opportunity for swap() (fwd)
 2024-01-31 17:59 UTC 

[PATCH v2 1/1] userfaultfd: handle zeropage moves by UFFDIO_MOVE
 2024-01-31 17:56 UTC 

[PATCH v3 0/3] riscv: mm: Extend mappable memory up to hint address
 2024-01-31 15:59 UTC  (6+ messages)
` [PATCH v3 1/3] riscv: mm: Use hint address in mmap if available
` [PATCH v3 2/3] selftests: riscv: Generalize mm selftests
` [PATCH v3 3/3] docs: riscv: Define behavior of mmap

[PATCH RFC v2 0/4] Svvptc extension to remove preventive sfence.vma
 2024-01-31 15:59 UTC  (5+ messages)
` [PATCH RFC/RFT v2 1/4] riscv: Add ISA extension parsing for Svvptc
` [PATCH RFC/RFT v2 2/4] dt-bindings: riscv: Add Svvptc ISA extension description
` [PATCH RFC/RFT v2 3/4] riscv: Stop emitting preventive sfence.vma for new vmalloc mappings
` [PATCH RFC/RFT v2 4/4] riscv: Stop emitting preventive sfence.vma for new userspace mappings with Svvptc

[PATCH v3 00/15] mm/memory: optimize fork() with PTE-mapped THP
 2024-01-31 15:11 UTC  (17+ messages)

[PATCH v3 00/17] kexec: Allow preservation of ftrace buffers
 2024-01-31 14:49 UTC  (3+ messages)
` [PATCH v3 08/17] arm64: Add KHO support

[linux-next:master] BUILD REGRESSION 06f658aadff0e483ee4f807b0b46c9e5cba62bfa
 2024-01-31 14:39 UTC 

[PATCH v1 0/9] mm/memory: optimize unmap/zap with PTE-mapped THP
 2024-01-31 14:20 UTC  (16+ messages)
` [PATCH v1 9/9] "

[PATCH RFC v3 00/35] Add support for arm64 MTE dynamic tag storage reuse
 2024-01-31 14:18 UTC  (33+ messages)
` [PATCH RFC v3 04/35] mm: page_alloc: Partially revert "mm: page_alloc: remove stale CMA guard code"
` [PATCH RFC v3 06/35] mm: cma: Make CMA_ALLOC_SUCCESS/FAIL count the number of pages
` [PATCH RFC v3 07/35] mm: cma: Add CMA_RELEASE_{SUCCESS,FAIL} events
` [PATCH RFC v3 08/35] mm: cma: Introduce cma_alloc_range()
` [PATCH RFC v3 09/35] mm: cma: Introduce cma_remove_mem()
` [PATCH RFC v3 11/35] mm: Allow an arch to hook into folio allocation when VMA is known

[PATCH 01/12] selftests/mm: map_fixed_noreplace: conform test to TAP format output
 2024-01-31 14:05 UTC  (12+ messages)
` [PATCH 02/12] selftests/mm: map_hugetlb: "
` [PATCH 03/12] selftests/mm: map_populate: "
` [PATCH 04/12] selftests/mm: mlock-random-test: "
` [PATCH 05/12] selftests/mm: mlock2-tests: "
` [PATCH 06/12] selftests/mm: mrelease_test: "
` [PATCH 07/12] selftests/mm: mremap_dontunmap: "
` [PATCH 08/12] selftests/mm: split_huge_page_test: "
` [PATCH 09/12] selftests/mm: thp_settings: conform "
` [PATCH 10/12] selftests/mm: thuge-gen: "
` [PATCH 11/12] selftests/mm: transhuge-stress: "
` [PATCH 12/12] selftests/mm: virtual_address_range: "

[PATCHv6 1/1] block: introduce content activity based ioprio
 2024-01-31 13:22 UTC  (2+ messages)

[PATCH v2] mm: compaction: update the cc->nr_migratepages when allocating or freeing the freepages
 2024-01-31 13:16 UTC 

[PATCH v2] mm:vmscan: shrink skip folio mapped by an exiting task
 2024-01-31 13:12 UTC 

Convert write_cache_pages() to an iterator v5
 2024-01-31 13:01 UTC  (10+ messages)
` [PATCH 19/19] writeback: simplify writeback iteration

[linus:master] [mm] 728be28fae: stress-ng.rawsock.ops_per_sec 92.8% improvement
 2024-01-31 12:51 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS WITH WARNING 60b9561aaa2811b5bff20d52b08d72bd2183f7cb
 2024-01-31 11:19 UTC 

[Syzkaller & bisect] There is BUG: unable to handle kernel paging request in fuse_copy_one in intel-6.8-rc2
 2024-01-31 10:54 UTC  (4+ messages)

[PATCH] mm/vmscan: Change the type of file from int to bool
 2024-01-31 10:38 UTC 

[RFC PATCH v2 00/31] Upstream kvx Linux port
 2024-01-31 10:28 UTC  (6+ messages)
` [RFC PATCH v2 31/31] kvx: Add IPI driver

[PATCH 1/2] mm: vmalloc: Improve description of vmap node layer
 2024-01-31  9:49 UTC  (4+ messages)
` [PATCH 2/2] mm: vmalloc: Refactor vmalloc_dump_obj() function

[PATCH 33/82] mm/vmalloc: Refactor intentional wrap-around calculation
 2024-01-31  9:44 UTC  (5+ messages)

[PATCH] mm/slab: Add slabreclaim flag to slabinfo
 2024-01-31  9:44 UTC 

[PATCH] mm/slab: Add slabreclaim flag to slabinfo
 2024-01-31  8:49 UTC 

[linux-next:master 2759/3001] sound/core/sound_kunit.c:106:9: sparse: sparse: restricted snd_pcm_format_t degrades to integer
 2024-01-31  8:25 UTC 

[PATCH] fs,hugetlb: Fix NULL pointer dereference in hugetlbs_fill_super
 2024-01-31  7:42 UTC  (3+ messages)

[PATCH -next v4 0/3] minor improvements for x86 mce processing
 2024-01-31  7:02 UTC  (3+ messages)
` [PATCH -next v4 2/3] x86/mce: rename MCE_IN_KERNEL_COPYIN to MCE_IN_KERNEL_COPY_MC

Subject: [PATCH RFC 0/4] Demotion Profiling Improvements
 2024-01-31  6:52 UTC  (8+ messages)
` [PATCH RFC 1/4] drivers/base/node: Add demotion_nodes sys infterface

hugetlbfs: WARNING: bad unlock balance detected during MADV_REMOVE
 2024-01-31  6:51 UTC  (8+ messages)

[PATCH v2] mm/mmap: use SZ_{8K, 128K} helper macro
 2024-01-31  3:19 UTC 

[linux-next:pending-fixes 269/310] drivers/pci/bus.c:440: warning: Function parameter or struct member 'top' not described in 'pci_walk_bus'
 2024-01-31  1:36 UTC 

[PATCH RFC gmem v1 0/8] KVM: gmem hooks/changes needed for x86 (other archs?)
 2024-01-31  1:13 UTC  (3+ messages)
` [PATCH RFC gmem v1 8/8] KVM: x86: Determine shared/private faults based on vm_type

[linux-next:master 2549/2825] mm/mempolicy.c:2438:17: sparse: sparse: incorrect type in argument 2 (different address spaces)
 2024-01-31  0:30 UTC 

[PATCH RFC 00/12] x86 NUMA-aware kernel replication
 2024-01-30 23:36 UTC  (7+ messages)
` [PATCH RFC 02/12] mm: add config option and per-NUMA node VMS support

[PATCH 0/2] netfs: Miscellaneous fixes
 2024-01-30 21:57 UTC  (3+ messages)
` [PATCH 2/2] netfs: Fix missing zero-length check in unbuffered write

[PATCH] Revert "mm:vmscan: fix inaccurate reclaim during proactive reclaim"
 2024-01-30 21:56 UTC  (9+ messages)

[PATCH v2 0/3] riscv: mm: Use hint address in mmap if available
 2024-01-30 21:51 UTC  (4+ messages)
` [PATCH v2 1/3] "

page:  |  | latest

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