linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-28 12:30:35 to 2023-08-30 03:02:01 UTC [more...]

[PATCH v5] mm: vmscan: try to reclaim swapcache pages if no swap space
 2023-08-30  3:56 UTC 

[PATCH] mm/mmap: Define DEFAULT_STACK_GUARD_GAP
 2023-08-30  2:55 UTC  (3+ messages)

[PATCH v4] mm: vmscan: try to reclaim swapcache pages if no swap space
 2023-08-30  1:51 UTC  (4+ messages)

[RFC PATCH] mm/damon/core: use number of passed access sampling as a timer
 2023-08-30  1:51 UTC  (2+ messages)

[RFC PATCH] mm/damon/core: add a tracepoint for damos apply target regions
 2023-08-30  1:36 UTC  (3+ messages)

[GIT PULL] MM updates for 6.6-rc1
 2023-08-30  1:33 UTC  (5+ messages)

[PATCH v6 0/7] fs: implement multigrain timestamps
 2023-08-30  1:22 UTC  (7+ messages)
` [PATCH v6 1/7] fs: pass the request_mask to generic_fillattr

[PATCH v2 00/89] fs: new accessors for inode->i_ctime
 2023-08-30  0:48 UTC  (4+ messages)
` [PATCH v2 08/92] fs: new helper: simple_rename_timestamp

[PATCH] mm/mremap: fix unaccount of memory on vma_merge() failure
 2023-08-30  0:45 UTC 

[PATCH] mm: fix unaccount of memory on vma_link() failure
 2023-08-30  0:43 UTC 

[RFC PATCH] Introduce persistent memory pool
 2023-08-29 22:07 UTC  (3+ messages)

[linux-next:master 11990/13297] drivers/platform/x86/mlx-platform.c:6204:8: error: call to undeclared function 'pci_request_region'; ISO C99 and later do not support implicit function declarations
 2023-08-29 22:31 UTC 

[GIT PULL] non-MM updates for 6.6-rc1
 2023-08-29 22:22 UTC  (3+ messages)

[PATCH] hugetlb: set hugetlb page flag before optimizing vmemmap
 2023-08-29 21:37 UTC 

[PATCH v2 00/33] Separate struct slab from struct page
 2023-08-29 21:33 UTC  (5+ messages)
` slab tree for next

[PATCH 0/3] memcg: non-unified flushing for userspace stats
 2023-08-29 20:20 UTC  (30+ messages)
` [PATCH 3/3] mm: memcg: use non-unified stats flushing for userspace reads

[GIT PULL] slab updates for 6.6
 2023-08-29 20:18 UTC  (2+ messages)

[PATCH] mm/khugepaged: increase transparent_hugepage_recommend_disable parameter to disable active modification of min_free_kbytes
 2023-08-29 20:04 UTC  (2+ messages)

BUG: KCSAN: data-race in folio_batch_move_lru / mpage_read_end_io
 2023-08-29 19:13 UTC  (2+ messages)

[PATCH] mm: fix draining remote pageset
 2023-08-29 18:05 UTC  (13+ messages)

'struct dynamic': struct tag leak in UAPI headers
 2023-08-29 17:46 UTC  (7+ messages)

[PATCH 00/15] stackdepot: allow evicting stack traces
 2023-08-29 17:11 UTC  (16+ messages)
` [PATCH 01/15] stackdepot: check disabled flag when fetching
` [PATCH 02/15] stackdepot: simplify __stack_depot_save
` [PATCH 03/15] stackdepot: drop valid bit from handles
` [PATCH 04/15] stackdepot: add depot_fetch_stack helper
` [PATCH 05/15] stackdepot: use fixed-sized slots for stack records
` [PATCH 06/15] stackdepot: fix and clean-up atomic annotations
` [PATCH 07/15] stackdepot: rework helpers for depot_alloc_stack
` [PATCH 08/15] stackdepot: rename next_pool_required to new_pool_required
` [PATCH 09/15] stackdepot: store next pool pointer in new_pool
` [PATCH 10/15] stackdepot: store free stack records in a freelist
` [PATCH 11/15] stackdepot: use read/write lock
` [PATCH 12/15] stackdepot: add refcount for records
` [PATCH 13/15] stackdepot: add backwards links to hash table buckets
` [PATCH 14/15] stackdepot: allow users to evict stack traces
` [PATCH 15/15] kasan: use stack_depot_evict for tag-based modes

[PATCH v2] mm/hugeltb: fix nodes huge page allocation when there are surplus pages
 2023-08-29 16:57 UTC  (2+ messages)

[PATCH v2 0/2] maple_tree: mas_wr_append() fix ups
 2023-08-29 16:42 UTC  (3+ messages)
` [PATCH v2 1/2] maple_tree: Disable mas_wr_append() when other readers are possible

[PATCH v1 0/4] Optimize mmap_exit for large folios
 2023-08-29 15:59 UTC  (7+ messages)
` [PATCH v1 4/4] mm/mmu_gather: Store and process pages in contig ranges

[linux-next:master 12683/13297] drivers/scsi/qla2xxx/qla_nvme.c:1183:13: warning: unused variable 'fcport'
 2023-08-29 15:24 UTC 

[PATCH v2 0/7] Fixes and cleanups to compaction
 2023-08-29 15:06 UTC  (14+ messages)
` [PATCH v2 1/7] mm/compaction: use correct list in move_freelist_{head}/{tail}
` [PATCH v2 2/7] mm/compaction: call list_is_{first}/{last} more intuitively "
` [PATCH v2 7/7] mm/compaction: factor out code to test if we should run compaction for target order
  ` [PATCH v2 6/7] mm/compaction: improve comment of is_via_compact_memory
  ` [PATCH v2 3/7] mm/compaction: correctly return failure with bogus compound_order in strict mode
  ` [PATCH v2 4/7] mm/compaction: simplify pfn iteration in isolate_freepages_range
  ` [PATCH v2 5/7] mm/compaction: remove repeat compact_blockskip_flush check in reset_isolation_suitable

[PATCH v2 0/9] Mitigate a vmap lock contention v2
 2023-08-29 14:30 UTC  (11+ messages)
` [PATCH v2 1/9] mm: vmalloc: Add va_alloc() helper
` [PATCH v2 2/9] mm: vmalloc: Rename adjust_va_to_fit_type() function
` [PATCH v2 3/9] mm: vmalloc: Move vmap_init_free_space() down in vmalloc.c
` [PATCH v2 4/9] mm: vmalloc: Remove global vmap_area_root rb-tree
` [PATCH v2 5/9] mm: vmalloc: Remove global purge_vmap_area_root rb-tree
` [PATCH v2 6/9] mm: vmalloc: Offload free_vmap_area_lock lock
` [PATCH v2 7/9] mm: vmalloc: Support multiple nodes in vread_iter
` [PATCH v2 8/9] mm: vmalloc: Support multiple nodes in vmallocinfo
` [PATCH v2 9/9] mm: vmalloc: Set nr_nodes/node_size based on CPU-cores

[PATCH v6 00/11] io_uring getdents
 2023-08-29 13:05 UTC  (9+ messages)
` [PATCH 02/11] xfs: add NOWAIT semantics for readdir
` [PATCH 07/11] vfs: add nowait parameter for file_accessed()

allow building a kernel without buffer_heads v3
 2023-08-29 13:03 UTC  (6+ messages)
` [PATCH 3/6] block: open code __generic_file_write_iter for blkdev writes
` [PATCH 4/6] block: stop setting ->direct_IO

[PATCH] mm/mmap: Tighten up cmdline_parse_stack_guard_gap()
 2023-08-29 12:51 UTC  (2+ messages)

[linux-next:master 1647/12910] arch/powerpc/include/asm/switch_to.h:86:2: error: call to __compiletime_assert_261 declared with 'error' attribute: BUILD_BUG failed
 2023-08-29 11:48 UTC  (3+ messages)
` crypto: powerpc/chacha20,poly1305-p10 - Add dependency on VSX

[PATCH v3 0/29] block: Make blkdev_get_by_*() return handle
 2023-08-29 11:02 UTC  (4+ messages)

[PATCH] [RFC PATCH v2]mm/slub: Optimize slub memory usage
 2023-08-29  8:30 UTC  (11+ messages)

[PATCH v3] fs: clean up usage of noop_dirty_folio
 2023-08-29  8:11 UTC  (2+ messages)

[PATCH] mm: vmscan: use per-zone watermark when determine file_is_tiny
 2023-08-29  8:00 UTC 

[RFC PATCH V1 0/6] sched/numa: Enhance disjoint VMA scanning
 2023-08-29  6:06 UTC  (7+ messages)
` [RFC PATCH V1 1/6] sched/numa: Move up the access pid reset logic
` [RFC PATCH V1 2/6] sched/numa: Add disjoint vma unconditional scan logic
` [RFC PATCH V1 3/6] sched/numa: Remove unconditional scan logic using mm numa_scan_seq
` [RFC PATCH V1 4/6] sched/numa: Increase tasks' access history
` [RFC PATCH V1 5/6] sched/numa: Allow recently accessed VMAs to be scanned
` [RFC PATCH V1 6/6] sched/numa: Allow scanning of shared VMAs

kernel/user_namespace.c:239: warning: Function parameter or member 'map_up' not described in 'idmap_key'
 2023-08-29  5:13 UTC  (2+ messages)

[PATCH 10/12] hugetlb: batch PMD split for bulk vmemmap dedup
 2023-08-29  3:47 UTC  (5+ messages)

[v3 0/4] mm: hugetlb: Skip initialization of gigantic tail struct pages if freed by HVO
 2023-08-29  3:47 UTC  (11+ messages)
` [v3 1/4] mm: hugetlb_vmemmap: Use nid of the head page to reallocate it
` [v3 2/4] memblock: pass memblock_type to memblock_setclr_flag
` [v3 4/4] mm: hugetlb: Skip initialization of gigantic tail struct pages if freed by HVO

[RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
 2023-08-29  2:53 UTC  (3+ messages)

[PATCH v2 0/8] mm: migrate: more folio conversion and unify
 2023-08-29  2:10 UTC  (15+ messages)
` [PATCH v2 3/8] mm: migrate: convert numamigrate_isolate_page() to numamigrate_isolate_folio()
` [PATCH v2 4/8] mm: migrate: use a folio in migrate_misplaced_page()
` [PATCH v2 5/8] mm: migrate: use __folio_test_movable()
` [PATCH v2 6/8] mm: migrate: use a folio in add_page_for_migration()
` [PATCH v2 7/8] mm: migrate: remove PageHead() check for HugeTLB "
` [PATCH v2 8/8] mm: migrate: remove isolated variable "

[linux-next:master 12741/13109] drivers/scsi/qla2xxx/qla_nvme.c:1183:20: warning: unused variable 'fcport'
 2023-08-29  0:28 UTC 

[PATCH] mm/hugeltb: fix nodes huge page allocation when there are surplus pages
 2023-08-28 23:34 UTC  (2+ messages)

[PATCH v2 0/4] memcg: non-unified flushing for userspace stats
 2023-08-28 23:33 UTC  (5+ messages)
` [PATCH v2 1/4] mm: memcg: properly name and document unified stats flushing
` [PATCH v2 2/4] mm: memcg: add a helper for non-unified "
` [PATCH v2 3/4] mm: memcg: let non-unified root stats flushes help unified flushes
` [PATCH v2 4/4] mm: memcg: use non-unified stats flushing for userspace reads

[PATCH v5 0/7] Optimize mremap during mutual alignment within PMD
 2023-08-28 20:26 UTC  (19+ messages)
` [PATCH v5 2/7] mm/mremap: Allow moves within the same VMA
` [PATCH v5 5/7] selftests: mm: Add a test for remapping to area immediately after existing mapping
` [PATCH v5 6/7] selftests: mm: Add a test for remapping within a range
` [PATCH v5 7/7] selftests: mm: Add a test for moving from an offset from start of mapping

Performance implications of shrinking deferred objects proportional to priority
 2023-08-28 20:03 UTC 

[PATCH v4 0/6] MDWE without inheritance
 2023-08-28 18:45 UTC  (9+ messages)
` [PATCH v4 1/6] kselftest: vm: Fix tabs/spaces inconsistency in the mdwe test
` [PATCH v4 2/6] kselftest: vm: Fix mdwe's mmap_FIXED test case
` [PATCH v4 3/6] kselftest: vm: Check errnos in mdwe_test
` [PATCH v4 4/6] mm: Make PR_MDWE_REFUSE_EXEC_GAIN an unsigned long
` [PATCH v4 5/6] mm: Add a NO_INHERIT flag to the PR_SET_MDWE prctl
` [PATCH v4 6/6] kselftest: vm: Add tests for no-inherit memory-deny-write-execute

[PATCH] docs/mm: remove references to hmm_mirror ops and clean typos
 2023-08-28 18:41 UTC  (2+ messages)

[PATCH v3] mm: vmscan: try to reclaim swapcache pages if no swap space
 2023-08-28 17:34 UTC  (2+ messages)

[PATCH v2 0/3] Fixes and cleanups to break_down_buddy_pages
 2023-08-28 15:21 UTC  (3+ messages)
` [PATCH v2 1/3] mm/page_alloc: correct start page when guard page debug is enabled

[PATCH v3 0/5] MDWE without inheritance
 2023-08-28 14:47 UTC  (16+ messages)
` [PATCH v3 1/5] kselftest: vm: Fix tabs/spaces inconsistency in the mdwe test
` [PATCH v3 2/5] kselftest: vm: Fix mdwe's mmap_FIXED test case
` [PATCH v3 4/5] mm: Add a NO_INHERIT flag to the PR_SET_MDWE prctl
` [PATCH v3 5/5] kselftest: vm: Add tests for no-inherit memory-deny-write-execute

[PATCH v2] fs: clean up usage of noop_dirty_folio
 2023-08-28 14:42 UTC  (2+ messages)

[PATCH] slub: Introduce CONFIG_SLUB_RCU_DEBUG
 2023-08-28 14:39 UTC  (3+ messages)

[PATCH v2 0/29] block: Make blkdev_get_by_*() return handle
 2023-08-28 14:27 UTC  (7+ messages)

[PATCH 03/12] filemap: update ki_pos in generic_perform_write
 2023-08-28 14:15 UTC  (7+ messages)

[PATCH 0/6] Add printf attribute to kselftest functions
 2023-08-28 14:04 UTC  (4+ messages)
` [PATCH 2/6] selftests/cachestat: Fix print_cachestat format

[PATCH RESEND] tools/mm: fix undefined reference to pthread_once
 2023-08-28 12:58 UTC  (2+ messages)

[linux-next:master 13014/13109] include/linux/netlink.h:116:13: warning: 'sfc: Unsupported: only suppo...' directive output truncated writing 104 bytes into a region of size 80
 2023-08-28 12:51 UTC 

Fwd: bpf: bpf_probe_read_user_str() returns 0 for empty strings
 2023-08-28 12:30 UTC  (2+ messages)
`  "


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).