linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-13 22:21:10 to 2024-02-14 22:04:39 UTC [more...]

[PATCH v5 0/3] Enable >0 order folio memory compaction
 2024-02-14 22:04 UTC 

[PATCH] kasan/test: avoid gcc warning for intentional overflow
 2024-02-14 22:01 UTC  (2+ messages)

[PATCH] sched/numa, mm: do not promote folios to nodes not set N_MEMORY
 2024-02-14 21:13 UTC  (4+ messages)

[PATCH v2 bpf-next 00/20] bpf: Introduce BPF arena
 2024-02-14 20:53 UTC  (48+ messages)
` [PATCH v2 bpf-next 04/20] mm: Expose vmap_pages_range() to the rest of the kernel
` [PATCH v2 bpf-next 05/20] bpf: Introduce bpf_arena
` [PATCH v2 bpf-next 07/20] bpf: Add x86-64 JIT support for PROBE_MEM32 pseudo instructions
` [PATCH v2 bpf-next 08/20] bpf: Add x86-64 JIT support for bpf_cast_user instruction
` [PATCH v2 bpf-next 10/20] bpf: Recognize btf_decl_tag("arg:arena") as PTR_TO_ARENA
` [PATCH v2 bpf-next 11/20] libbpf: Add __arg_arena to bpf_helpers.h
` [PATCH v2 bpf-next 12/20] libbpf: Add support for bpf_arena
` [PATCH v2 bpf-next 13/20] libbpf: Allow specifying 64-bit integers in map BTF
` [PATCH v2 bpf-next 14/20] libbpf: Recognize __arena global varaibles
` [PATCH v2 bpf-next 16/20] bpf: Add helper macro bpf_arena_cast()
` [PATCH v2 bpf-next 17/20] selftests/bpf: Add unit tests for bpf_arena_alloc/free_pages
` [PATCH v2 bpf-next 20/20] selftests/bpf: Convert simple page_frag allocator to per-cpu

[PATCH v3 00/10] mm/memory: optimize unmap/zap with PTE-mapped THP
 2024-02-14 20:44 UTC  (11+ messages)
` [PATCH v3 01/10] mm/memory: factor out zapping of present pte into zap_present_pte()
` [PATCH v3 02/10] mm/memory: handle !page case in zap_present_pte() separately
` [PATCH v3 03/10] mm/memory: further separate anon and pagecache folio handling in zap_present_pte()
` [PATCH v3 04/10] mm/memory: factor out zapping folio pte into zap_present_folio_pte()
` [PATCH v3 05/10] mm/mmu_gather: pass "delay_rmap" instead of encoded page to __tlb_remove_page_size()
` [PATCH v3 06/10] mm/mmu_gather: define ENCODED_PAGE_FLAG_DELAY_RMAP
` [PATCH v3 07/10] mm/mmu_gather: add tlb_remove_tlb_entries()
` [PATCH v3 08/10] mm/mmu_gather: add __tlb_remove_folio_pages()
` [PATCH v3 09/10] mm/mmu_gather: improve cond_resched() handling with large folios and expensive page freeing
` [PATCH v3 10/10] mm/memory: optimize unmap/zap with PTE-mapped THP

[PATCH v3 00/35] Memory allocation profiling
 2024-02-14 20:30 UTC  (64+ messages)
` [PATCH v3 01/35] lib/string_helpers: Add flags param to string_get_size()
` [PATCH v3 05/35] mm: introduce slabobj_ext to support slab object extensions
` [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
` [PATCH v3 23/35] mm/slub: Mark slab_free_freelist_hook() __always_inline

[PATCH 1/2] mm/migrate_device: further convert migrate_device_unmap() to folios
 2024-02-14 20:20 UTC  (2+ messages)
` [PATCH 2/2] mm/migrate_device: further convert migrate_device_finalize() "

[PATCH v2 0/2] mm/zswap: optimize for dynamic zswap_pools
 2024-02-14 20:10 UTC  (5+ messages)
` [PATCH v2 1/2] mm/zswap: global lru and shrinker shared by all zswap_pools
` [PATCH v2 2/2] mm/zswap: change zswap_pool kref to percpu_ref

[RFC PATCH 0/9] shmem: fix llseek in hugepages
 2024-02-14 19:49 UTC  (2+ messages)

[RFC v2 00/14] enable bs > ps in XFS
 2024-02-14 19:00 UTC  (36+ messages)
` [RFC v2 01/14] fs: Allow fine-grained control of folio sizes
` [RFC v2 03/14] filemap: use mapping_min_order while allocating folios
` [RFC v2 04/14] readahead: set file_ra_state->ra_pages to be at least mapping_min_order
` [RFC v2 05/14] readahead: align index to mapping_min_order in ondemand_ra and force_ra
` [RFC v2 10/14] iomap: fix iomap_dio_zero() for fs bs > system page size
` [RFC v2 12/14] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [RFC v2 13/14] xfs: add an experimental CONFIG_XFS_LBS option
` [RFC v2 14/14] xfs: enable block size larger than page size support

[PATCH RFC 0/1] mm/zswap: fix LRU reclaim for zswap writeback folios
 2024-02-14 18:59 UTC  (7+ messages)
` [PATCH RFC 1/1] mm/swap: queue reclaimable folio to local rotate batch when !folio_test_lru()

[PATCH v3] mm: swap: async free swap slot cache entries
 2024-02-14 18:56 UTC  (3+ messages)

[PATCH] kasan: guard release_free_meta() shadow access with kasan_arch_is_ready()
 2024-02-14 18:48 UTC 

[PATCH v2 00/12] conform tests to TAP format output
 2024-02-14 18:00 UTC  (4+ messages)
` [PATCH v2 09/12] selftests/mm: thp_settings: conform "

[PATCH v4 0/7] Split a folio to any lower order folios
 2024-02-14 17:38 UTC  (33+ messages)
` [PATCH v4 1/7] mm/memcg: use order instead of nr in split_page_memcg()
` [PATCH v4 2/7] mm/page_owner: use order instead of nr in split_page_owner()
` [PATCH v4 3/7] mm: memcg: make memcg huge page split support any order split
` [PATCH v4 4/7] mm: page_owner: add support for splitting to any order in split page_owner
` [PATCH v4 5/7] mm: thp: split huge page to any lower order pages (except order-1)
` [PATCH v4 6/7] mm: truncate: split huge page cache page to a non-zero order if possible

shmem patches headsup: Re: [ANNOUNCE] xfs-linux: for-next updated to 9ee85f235efe
 2024-02-14 17:04 UTC  (4+ messages)

[PATCH v9 0/7] page_owner: print stacks and their outstanding allocations
 2024-02-14 17:01 UTC  (8+ messages)
` [PATCH v9 1/7] lib/stackdepot: Fix first entry having a 0-handle
` [PATCH v9 2/7] lib/stackdepot: Move stack_record struct definition into the header
` [PATCH v9 3/7] mm,page_owner: Maintain own list of stack_records structs
` [PATCH v9 4/7] mm,page_owner: Implement the tracking of the stacks count
` [PATCH v9 5/7] mm,page_owner: Display all stacks and their count
` [PATCH v9 6/7] mm,page_owner: Filter out stacks by a threshold
` [PATCH v9 7/7] mm,page_owner: Update Documentation regarding page_owner_stacks

[PATCH v1 00/26] Add AMD Secure Nested Paging (SEV-SNP) Initialization Support
 2024-02-14 16:56 UTC  (11+ messages)
` [PATCH v1 04/26] x86/sev: Add the host SEV-SNP initialization support

[PATCH] cxl/mbox: Add Get Log Capabilities, Clear Log and Get Supported Logs Sub-List commands
 2024-02-14 16:09 UTC  (3+ messages)
  ` [EXT] "

[PATCH v6 0/3] per-vma locks in userfaultfd
 2024-02-14 15:17 UTC  (2+ messages)

[PATCH v9 0/5] Introduce mseal
 2024-02-14 15:11 UTC  (6+ messages)
` [PATCH v9 1/5] mseal: Wire up mseal syscall
` [PATCH v9 2/5] mseal: add "
` [PATCH v9 3/5] selftest mm/mseal memory sealing
` [PATCH v9 4/5] mseal:add documentation
` [PATCH v9 5/5] selftest mm/mseal read-only elf memory segment

[PATCH] mm/huge_memory: fix swap entry values of tail pages of THP
 2024-02-14 14:34 UTC  (7+ messages)

[linux-next:master 1016/2825] make[2]: *** kselftest/livepatch/test_modules: No such file or directory. Stop
 2024-02-14 14:27 UTC  (7+ messages)

LSF/MM/BPF: 2024: Call for Proposals
 2024-02-14 13:03 UTC  (3+ messages)
  ` LSF/MM/BPF: 2024: Call for Proposals [Reminder]
    ` LSF/MM/BPF: 2024: Call for Proposals [Final Reminder]

[PATCH v2 0/4] Memory management patches needed by Rust Binder
 2024-02-14 10:51 UTC  (4+ messages)
` [PATCH v2 2/4] uaccess: always export _copy_[from|to]_user with CONFIG_RUST

[PATCH] mm: memblock: avoid to create memmap for memblock nomap regions
 2024-02-14  9:15 UTC  (12+ messages)

[PATCH V7 0/2] mm: shmem: support POSIX_FADV_[WILL|DONT]NEED for shmem files
 2024-02-14  9:13 UTC  (7+ messages)
` [PATCH V7 2/2] mm: shmem: implement POSIX_FADV_[WILL|DONT]NEED for shmem

[PATCH] selftests/mm: Don't needlessly use sudo to obtain root in run_vmtests.sh
 2024-02-14  8:53 UTC  (6+ messages)

[PATCH bpf-next 00/16] bpf: Introduce BPF arena
 2024-02-14  8:31 UTC  (4+ messages)
` [PATCH bpf-next 03/16] mm: Expose vmap_pages_range() to the rest of the kernel

[PATCH v5 0/8] Introduce cpu_dcache_is_aliasing() to fix DAX regression
 2024-02-14  6:59 UTC  (5+ messages)
` [PATCH v5 5/8] virtio: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal

[PATCH mm-unstable v1 0/5] mm/mglru: code cleanup and
 2024-02-14  6:05 UTC  (6+ messages)
` [PATCH mm-unstable v1 1/5] mm/mglru: drop unused parameter
` [PATCH mm-unstable v1 2/5] mm/mglru: improve should_run_aging()
` [PATCH mm-unstable v1 3/5] mm/mglru: improve reset_mm_stats()
` [PATCH mm-unstable v1 4/5] mm/mglru: improve struct lru_gen_mm_walk
` [PATCH mm-unstable v1 5/5] mm/mglru: improve swappiness handling

[PATCH] selftests: damon: add access_memory to .gitignore
 2024-02-13 23:57 UTC 

[PATCH v3 0/4] selftests: add missing gitignore files and include generated objects
 2024-02-13 23:38 UTC  (6+ messages)
` [PATCH v3 1/4] selftests: uevent: add missing gitignore
` [PATCH v3 2/4] selftests: thermal: intel: power_floor: "
` [PATCH v3 3/4] selftests: thermal: intel: workload_hint: "
` [PATCH v3 4/4] selftests: damon: add access_memory to .gitignore

[PATCH v2] mm: swap: async free swap slot cache entries
 2024-02-13 22:46 UTC  (10+ messages)

[linux-next:master 4835/6424] io_uring/io_uring.c:2175:23: sparse: sparse: cast to restricted io_req_flags_t
 2024-02-13 22:38 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).