linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-25 13:59:29 to 2023-08-28 10:49:08 UTC [more...]

[PATCH 0/6] Add printf attribute to kselftest functions
 2023-08-28 10:48 UTC 

[PATCH] mm: allow a controlled amount of unfairness in the page lock
 2023-08-28 10:14 UTC  (3+ messages)

[PATCH 00/12] Batch hugetlb vmemmap modification operations
 2023-08-28  9:42 UTC  (19+ messages)
` [PATCH 01/12] hugetlb: clear flags in tail pages that will be freed individually
` [PATCH 02/12] hugetlb: Use a folio in free_hpage_workfn()
` [PATCH 03/12] hugetlb: Remove a few calls to page_folio()
` [PATCH 04/12] hugetlb: Convert remove_pool_huge_page() to remove_pool_hugetlb_folio()
` [PATCH 05/12] hugetlb: restructure pool allocations
` [PATCH 06/12] hugetlb: perform vmemmap optimization on a list of pages
` [PATCH 07/12] hugetlb: perform vmemmap restoration "
` [PATCH 08/12] hugetlb: batch freeing of vmemmap pages
` [PATCH 09/12] hugetlb_vmemmap: Optimistically set Optimized flag
` [PATCH 10/12] hugetlb: batch PMD split for bulk vmemmap dedup
` [PATCH 11/12] hugetlb: batch TLB flushes when freeing vmemmap
` [PATCH 12/12] hugetlb: batch TLB flushes when restoring vmemmap

[linux-next:master 12875/13109] drivers/parisc/led.c:317:undefined reference to `led_classdev_unregister'
 2023-08-28  9:33 UTC 

[v3 0/4] mm: hugetlb: Skip initialization of gigantic tail struct pages if freed by HVO
 2023-08-28  9:18 UTC  (12+ 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 3/4] memblock: introduce MEMBLOCK_RSRV_NOINIT_VMEMMAP flag

[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-28  9:07 UTC  (2+ messages)
` crypto: powerpc/chacha20,poly1305-p10 - Add dependency on VSX

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

[PATCH v2] fs: clean up usage of noop_dirty_folio
 2023-08-28  7:54 UTC 

[PATCH v12 2/2] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2023-08-28  6:57 UTC  (8+ messages)
` [PATCH v13] mm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE "
` [PATCH v14] "

[PATCH v33 0/6] Implement IOCTL to get and optionally clear info about PTEs
 2023-08-28  6:57 UTC  (3+ messages)
` [PATCH v33 2/6] fs/proc/task_mmu: "

[PATCH] fs: clean up usage of noop_dirty_folio
 2023-08-28  6:36 UTC  (4+ messages)

[PATCH] mm/mmap: Tighten up cmdline_parse_stack_guard_gap()
 2023-08-28  5:22 UTC 

[RFC v1 1/3] mm/mmu_notifier: Add a new notifier for mapping updates (new pages)
 2023-08-28  4:38 UTC  (17+ messages)

[PATCH] mm/mmap: Define DEFAULT_STACK_GUARD_GAP
 2023-08-28  3:52 UTC 

[PATCH v2] cma: introduce CMA_ALLOC_DEBUG config
 2023-08-28  3:18 UTC  (5+ messages)

[PATCH v2] mm: memory-failure: use rcu lock instead of tasklist_lock when collect_procs()
 2023-08-28  2:36 UTC  (8+ messages)

[PATCH v3] mm: memory-failure: use rcu lock instead of tasklist_lock when collect_procs()
 2023-08-28  2:25 UTC 

[PATCH 03/12] filemap: update ki_pos in generic_perform_write
 2023-08-28  1:04 UTC  (3+ messages)

[linux-next:master 10517/12910] drivers/net/ethernet/mellanox/mlx5/core/lib/macsec_fs.c:1191:14: sparse: sparse: restricted __be64 degrades to integer
 2023-08-27 22:19 UTC 

[PATCH v6 00/11] io_uring getdents
 2023-08-27 21:32 UTC  (16+ messages)
` [PATCH 01/11] fs: split off vfs_getdents function of getdents64 syscall
` [PATCH 02/11] xfs: add NOWAIT semantics for readdir
` [PATCH 03/11] vfs: add nowait flag for struct dir_context
` [PATCH 04/11] vfs: add a vfs helper for io_uring file pos lock
` [PATCH 05/11] vfs: add file_pos_unlock() for io_uring usage
` [PATCH 06/11] vfs: add a nowait parameter for touch_atime()
` [PATCH 07/11] vfs: add nowait parameter for file_accessed()
` [PATCH 08/11] vfs: move file_accessed() to the beginning of iterate_dir()
` [PATCH 09/11] vfs: error out -EAGAIN if atime needs to be updated
` [PATCH 10/11] vfs: trylock inode->i_rwsem in iterate_dir() to support nowait
` [PATCH 11/11] io_uring: add support for getdents

[linux-next:master 6813/12910] kasan_init.c:undefined reference to `kasan_early_shadow_pmd'
 2023-08-27 20:36 UTC 

[PATCH v1 0/3] udmabuf: Add support for page migration out of movable zone or CMA
 2023-08-27 19:05 UTC  (12+ messages)

[PATCH v3 0/5] MDWE without inheritance
 2023-08-27 13:11 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 3/5] mm: Make PR_MDWE_REFUSE_EXEC_GAIN an unsigned long
` [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] mm/kmemleak: Move up cond_resched() call in page scanning loop
 2023-08-27 13:07 UTC  (2+ messages)

[RFC PATCH 0/4] Convert perf ringbuffer to folios
 2023-08-27 11:50 UTC  (8+ messages)
` [RFC PATCH 1/4] perf: Convert perf_mmap_(alloc,free)_page "
` [RFC PATCH 3/4] perf: Use vmalloc_to_folio()
` [RFC PATCH 4/4] perf: Use folios for the aux ringbuffer & pagefault path

[PATCH] mm: refactor si_mem_available()
 2023-08-27 11:08 UTC 

[PATCH v5 0/7] Optimize mremap during mutual alignment within PMD
 2023-08-27 10:15 UTC  (16+ messages)
` [PATCH v5 1/7] mm/mremap: Optimize the start addresses in move_page_tables()
` [PATCH v5 2/7] mm/mremap: Allow moves within the same VMA
` [PATCH v5 3/7] selftests: mm: Fix failure case when new remap region was not found
` [PATCH v5 4/7] selftests: mm: Add a test for mutually aligned moves > PMD size
` [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

[PATCH 5.4 0/1] mm: allow a controlled amount of unfairness in the page lock
 2023-08-27  8:52 UTC  (4+ messages)

[PATCH] mm: Add vmalloc_user_node()
 2023-08-27  7:03 UTC  (2+ messages)

[PATCH] mm: remove remnants of SPLIT_RSS_COUNTING
 2023-08-27  6:32 UTC  (4+ messages)

[RFC PATCH] mm/damon/core: add a tracepoint for damos apply target regions
 2023-08-27  0:40 UTC 

[RFC PATCH] mm/damon/core: use number of passed access sampling as a timer
 2023-08-27  0:37 UTC 

warning: unsafe memset() usage lacked '__write_overflow' symbol in lib/test_fortify/write_overflow-memset.c
 2023-08-26 22:45 UTC 

[RFC PATCH] Introduce persistent memory pool
 2023-08-26 20:04 UTC  (7+ messages)

[PATCH 0/2] execve scalability issues, part 1
 2023-08-26 18:33 UTC  (2+ messages)

fs/proc/task_mmu: Implement IOCTL for efficient page table scanning
 2023-08-26 13:07 UTC  (2+ messages)
`  "

[RFC PATCH 0/2] mm/gup: move pinned pages to unevictable list to avoid meaningless scan
 2023-08-26  9:22 UTC  (3+ messages)
` [RFC PATCH 1/2] "
` [RFC PATCH 2/2] mm/gup: remove folio_maybe_dma_pinned() calls in shrink_page_list()

[PATCH v2 0/3] Fixes and cleanups to break_down_buddy_pages
 2023-08-26 15:47 UTC  (4+ messages)
` [PATCH v2 1/3] mm/page_alloc: correct start page when guard page debug is enabled
` [PATCH v2 2/3] mm/page_alloc: remove unnecessary check in break_down_buddy_pages
` [PATCH v2 3/3] mm/page_alloc: remove unnecessary next_page "

[PATCH v2 0/7] Fixes and cleanups to compaction
 2023-08-26 15:36 UTC  (4+ 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

[linux-next:master] BUILD REGRESSION 6269320850097903b30be8f07a5c61d9f7592393
 2023-08-26  7:20 UTC 

[RFC PATCH 0/3] Reduce NUMA balance caused TLB-shootdowns in a VM
 2023-08-26  6:39 UTC  (3+ messages)
` [RFC PATCH 3/3] KVM: x86/mmu: skip zap maybe-dma-pinned pages for NUMA migration

[PATCH] mm/hugeltb: fix nodes huge page allocation when there are surplus pages
 2023-08-26  3:57 UTC 

[PATCH] slub: Introduce CONFIG_SLUB_RCU_DEBUG
 2023-08-26  3:32 UTC  (2+ messages)

[PATCH v2 0/4] mm/hugetlb: fix /sys and /proc fs dealing with persistent hugepages
 2023-08-26  2:51 UTC  (11+ messages)
` [PATCH v2 1/4] mm/hugetlb: fix the inconsistency of /proc/sys/vm/nr_huge_pages

[linux-next:pending-fixes] BUILD SUCCESS 77d7dd335c8aace21e366c2d267c864cfbcb59c0
 2023-08-26  2:42 UTC 

[PATCH v2 0/29] block: Make blkdev_get_by_*() return handle
 2023-08-26  2:28 UTC  (4+ messages)

slab/for-next: 102 Tests: 102 Passed, 0 Failed
 2023-08-26  2:03 UTC 

[PATCH rfc -next v2 00/10] mm: convert to generic VMA lock-based page fault
 2023-08-26  1:07 UTC  (7+ messages)
` [PATCH rfc v2 01/10] mm: add a generic VMA lock-based page fault handler
` [PATCH rfc v2 04/10] s390: mm: use try_vma_locked_page_fault()

[RFC PATCH] mm/damon/sysfs: add __counted_by() annotation
 2023-08-26  0:54 UTC  (3+ messages)

[linux-next:master 5069/12910] include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct utp_upiu_header) == 12"
 2023-08-26  0:18 UTC  (3+ messages)

[PATCH RFC v5 00/29] io_uring getdents
 2023-08-25 22:53 UTC  (31+ messages)
` [PATCH 02/29] xfs: rename XBF_TRYLOCK to XBF_NOWAIT
` [PATCH 10/29] vfs: add S_NOWAIT for nowait time update
` [PATCH 11/29] vfs: trylock inode->i_rwsem in iterate_dir() to support nowait
` [PATCH 12/29] xfs: enforce GFP_NOIO implicitly during nowait time update
` [PATCH 13/29] xfs: make xfs_trans_alloc() support nowait semantics
` [PATCH 14/29] xfs: support nowait for xfs_log_reserve()
` [PATCH 15/29] xfs: don't wait for free space in xlog_grant_head_check() in nowait case
` [PATCH 16/29] xfs: add nowait parameter for xfs_inode_item_init()
` [PATCH 17/29] xfs: make xfs_trans_ijoin() error out -EAGAIN
` [PATCH 18/29] xfs: set XBF_NOWAIT for xfs_buf_read_map if necessary
` [PATCH 19/29] xfs: support nowait memory allocation in _xfs_buf_alloc()
` [PATCH 20/29] xfs: distinguish error type of memory allocation failure for nowait case
` [PATCH 21/29] xfs: return -EAGAIN when bulk memory allocation fails in "
` [PATCH 22/29] xfs: comment page allocation for nowait case in xfs_buf_find_insert()
` [PATCH 23/29] xfs: don't print warn info for -EAGAIN error in xfs_buf_get_map()
` [PATCH 24/29] xfs: support nowait for xfs_buf_read_map()
` [PATCH 25/29] xfs: support nowait for xfs_buf_item_init()
` [PATCH 26/29] xfs: return -EAGAIN when nowait meets sync in transaction commit
` [PATCH 27/29] xfs: add a comment for xlog_kvmalloc()
` [PATCH 28/29] xfs: support nowait semantics for xc_ctx_lock in xlog_cil_commit()
` [PATCH 29/29] io_uring: add support for getdents

Kernel hardening project suggestion: Normalizing ->ctor slabs and TYPESAFE_BY_RCU slabs
 2023-08-25 21:22 UTC  (2+ messages)

[linux-next:master 3581/12910] arch/powerpc/kvm/../../../virt/kvm/vfio.c:89:7: error: attribute declaration must precede definition
 2023-08-25 20:04 UTC  (5+ messages)

[GIT PULL] hotfixes for 6.5
 2023-08-25 19:34 UTC  (2+ messages)

[linux-next:master 11860/12910] drivers/of/unittest.c:3763:43: error: invalid use of undefined type 'struct overlay_info'
 2023-08-25 19:05 UTC 

[PATCH 0/3] memcg: non-unified flushing for userspace stats
 2023-08-25 18:44 UTC  (15+ messages)
` [PATCH 3/3] mm: memcg: use non-unified stats flushing for userspace reads

[PATCH] mm: fix draining remote pageset
 2023-08-25 17:06 UTC  (11+ messages)

[PATCH v3 0/2] execve scalability issues, part 1
 2023-08-25 15:14 UTC  (2+ messages)

[PATCH v3] mm/thp: fix "mm: thp: kill __transhuge_page_enabled()"
 2023-08-25 15:09 UTC  (10+ messages)
        ` [EXTERNAL] "

[linux-next:master 12846/12910] arch/x86/kernel/cpu/microcode/amd.c:504:58: warning: 'h.bin' directive output may be truncated writing 5 bytes into a region of size between 1 and 7
 2023-08-25 14:53 UTC 

[RFC PATCH 00/14] Rearrange batched folio freeing
 2023-08-25 13:59 UTC  (13+ messages)
` [RFC PATCH 01/14] mm: Make folios_put() the basis of release_pages()
` [RFC PATCH 02/14] mm: Convert free_unref_page_list() to use folios
` [RFC PATCH 03/14] mm: Add free_unref_folios()
` [RFC PATCH 04/14] mm: Use folios_put() in __folio_batch_release()
` [RFC PATCH 06/14] mm: Remove use of folio list from folios_put()
` [RFC PATCH 07/14] mm: Use free_unref_folios() in put_pages_list()
` [RFC PATCH 08/14] mm: use __page_cache_release() in folios_put()
` [RFC PATCH 09/14] mm: Handle large folios in free_unref_folios()
` [RFC PATCH 10/14] mm: Allow non-hugetlb large folios to be batch processed
` [RFC PATCH 11/14] mm: Free folios in a batch in shrink_folio_list()
` [RFC PATCH 12/14] mm: Free folios directly in move_folios_to_lru()
` [RFC PATCH 14/14] mm: Remove free_unref_page_list()


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