linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 0/9] fix, rework and clean up for maple tree
 2023-04-25 11:05 UTC  (4+ messages)
` [PATCH 1/9] maple_tree: Fix allocation when min is equal to max in mas_empty_area/_area_rev()
` [PATCH 2/9] maple_tree: Make maple state reusable after mas_empty_area()
` [PATCH 3/9] maple_tree: Modify the allocation method of mtree_alloc_range/rrange()

[PATCH v3] mm/gup: disallow GUP writing to file-backed mappings by default
 2023-04-25 10:11 UTC  (2+ messages)

[PATCH v3 1/2] mm/page_alloc: drop the unnecessary pfn_valid() for start pfn
 2023-04-25  9:05 UTC  (7+ messages)
` [PATCH v3 2/2] mm/page_alloc: add some comments to explain the possible hole in __pageblock_pfn_to_page()

[PATCH v2 0/2] Reduce lock contention related with large folio
 2023-04-25  8:46 UTC  (3+ messages)
` [PATCH v2 1/2] THP: avoid lock when check whether THP is in deferred list
` [PATCH v2 2/2] lru: allow large batched add large folio to lru list

[PATCH v3 00/55] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES)
 2023-04-25  8:30 UTC  (4+ messages)
` [PATCH v3 41/55] iscsi: Assume "sendpage" is okay in iscsi_tcp_segment_map()

[PATCH v2 0/4] migrate: Avoid unbounded blocks in MIGRATE_SYNC_LIGHT
 2023-04-25  8:00 UTC  (13+ messages)
` [PATCH v2 1/4] mm/filemap: Add folio_lock_timeout()
` [PATCH v2 3/4] migrate_pages: Don't wait forever locking pages in MIGRATE_SYNC_LIGHT

[RFC 00/48] RISC-V CoVE support
 2023-04-25  8:00 UTC  (7+ messages)
` [RFC 45/48] RISC-V: ioremap: Implement for arch specific ioremap hooks

[PATCH] mmzone: Introduce for_each_populated_zone_pgdat()
 2023-04-25  6:38 UTC  (7+ messages)

[linux-next:master] BUILD REGRESSION 3b85b9b39960c08f29fa91b8d984d055dde6017e
 2023-04-25  6:14 UTC 

[GIT PULL] ext4 changes for the 6.4 merge window
 2023-04-25  4:18 UTC 

[PATCH RFC] Randomized slab caches for kmalloc()
 2023-04-25  3:55 UTC  (7+ messages)

[RFC PATCH 00/26] mm: reliable huge page allocator
 2023-04-25  3:12 UTC  (8+ messages)
` [RFC PATCH 14/26] mm: compaction: simplify should_compact_retry()
` [RFC PATCH 20/26] mm: vmscan: use compaction_suitable() check in kswapd

[PATCH v2] mm: hwpoison: coredump: support recovery from dump_user_range()
 2023-04-25  1:47 UTC  (12+ messages)

[RFC PATCH 2/3] Revert "android: binder: stop saving a pointer to the VMA"
 2023-04-25  1:43 UTC  (3+ messages)

[RFC PATCH 0/4] change ->index to PAGE_SIZE for hugetlb pages
 2023-04-25  1:27 UTC  (2+ messages)

LSFMMBPF proposal [MM]: Eliminate vmap/vmalloc lock contention
 2023-04-25  1:11 UTC  (7+ messages)
` [Lsf-pc] "

[PATCH v2] mm/gup: disallow GUP writing to file-backed mappings by default
 2023-04-24 23:30 UTC  (18+ messages)

[RFC 0/8] shmem: add support for blocksize > PAGE_SIZE
 2023-04-24 23:05 UTC  (7+ messages)
` [RFC 2/8] shmem: convert to use folio_test_hwpoison()

[PATCH v2 0/3] fs: multigrain timestamps
 2023-04-24 22:40 UTC  (7+ messages)
` [PATCH v2 1/3] fs: add infrastructure for multigrain inode i_m/ctime
` [PATCH v2 2/3] shmem: mark for high-res timestamps on next update after getattr
` [PATCH v2 3/3] xfs: mark the inode for high-res timestamp update in getattr

[PATCH mm-stable v2 0/3] mm/ksm: improve PR_SET_MEMORY_MERGE=0 handling and cleanup disabling KSM
 2023-04-24 22:36 UTC  (2+ messages)

[PATCH next] mm/khugepaged: fix conflicting mods to collapse_file()
 2023-04-24 22:07 UTC  (5+ messages)

[syzbot] [cgroups?] [mm?] KCSAN: data-race in drain_all_stock / drain_obj_stock (4)
 2023-04-24 21:10 UTC  (7+ messages)
` [PATCH] mm: kmem: fix a NULL pointer dereference in obj_stock_flush_required()

[linux-next:master 12780/13853] arch/um/drivers/harddog_user.c:6:10: fatal error: stdio.h: No such file or directory
 2023-04-24 21:00 UTC  (2+ messages)

RFC: allow building a kernel without buffer_heads
 2023-04-24 19:37 UTC  (25+ messages)
` [PATCH 01/17] fs: unexport buffer_check_dirty_writeback
` [PATCH 02/17] fs: remove the special !CONFIG_BLOCK def_blk_fops
` [PATCH 03/17] fs: rename and move block_page_mkwrite_return
` [PATCH 04/17] fs: remove emergency_thaw_bdev
` [PATCH 05/17] filemap: update ki_pos in generic_perform_write
  ` [Cluster-devel] "
` [PATCH 06/17] filemap: add a kiocb_write_and_wait helper
` [PATCH 07/17] filemap: add a kiocb_invalidate_pages helper
` [PATCH 08/17] filemap: add a kiocb_invalidate_post_write helper
` [PATCH 09/17] fs: factor out a direct_write_fallback helper
` [PATCH 10/17] iomap: use kiocb_write_and_wait and kiocb_invalidate_pages
` [PATCH 11/17] iomap: assign current->backing_dev_info in iomap_file_buffered_write
` [PATCH 12/17] fuse: use direct_write_fallback
` [PATCH 13/17] block: don't plug in blkdev_write_iter
` [PATCH 14/17] block: open code __generic_file_write_iter for blkdev writes
` [PATCH 15/17] block: stop setting ->direct_IO
` [PATCH 16/17] block: use iomap for writes to block devices
` [PATCH 17/17] fs: add CONFIG_BUFFER_HEAD

[PATCH v2 0/2] mm/slab: trivial fixup for SLAB_TYPESAFE_BY_RCU example code snippet
 2023-04-24 18:35 UTC  (5+ messages)
` [PATCH v2 1/2] mm/slab: add a missing semicolon on SLAB_TYPESAFE_BY_RCU example code

[PATCH v4 0/2] mm/slab: trivial fixup for SLAB_TYPESAFE_BY_RCU example code snippet
 2023-04-24 18:34 UTC  (3+ messages)
` [PATCH v4 2/2] mm/slab: break up RCU readers on SLAB_TYPESAFE_BY_RCU example code

[PATCH] mm/gup: disallow GUP writing to file-backed mappings by default
 2023-04-24 17:59 UTC  (16+ messages)

[PATCH v5 0/5] cgroup: eliminate atomic rstat flushing
 2023-04-24 17:17 UTC  (5+ messages)
` [PATCH v5 1/5] writeback: move wb_over_bg_thresh() call outside lock section
` [PATCH v5 5/5] cgroup: remove cgroup_rstat_flush_atomic()

drivers/interconnect/qcom/icc-rpmh.c:165:28: sparse: sparse: incorrect type in assignment (different base types)
 2023-04-24 17:06 UTC 

[PATCH] string: use __builtin_memcpy() in strlcpy/strlcat
 2023-04-24 16:24 UTC  (3+ messages)

[PATCH] mm/folio: Avoid special handling for order value 0 in folio_set_order
 2023-04-24 15:40 UTC  (5+ messages)

[PATCH V7 0/2] mm: shmem: support POSIX_FADV_[WILL|DONT]NEED for shmem files
 2023-04-24 15:04 UTC  (4+ messages)
` [PATCH V7 2/2] mm: shmem: implement POSIX_FADV_[WILL|DONT]NEED for shmem

[PATCH linux-next v2] mm: workingset: update description of the source file
 2023-04-24 14:21 UTC  (2+ messages)

[syzbot] [fs?] [mm?] KCSAN: data-race in __filemap_remove_folio / folio_mapping (2)
 2023-04-24 14:21 UTC  (6+ messages)

[PATCH v2 1/2] mm/page_alloc: drop the unnecessary pfn_valid() for start pfn
 2023-04-24 13:08 UTC  (14+ messages)
` [PATCH v2 2/2] mm/page_alloc: add some comments to explain the possible hole in __pageblock_pfn_to_page()

[RFC PATCH 0/3] permit write-sealed memfd read-only shared mappings
 2023-04-24 12:23 UTC  (5+ messages)

In-flight collision: ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP renaming
 2023-04-24 12:13 UTC  (2+ messages)

[PATCH v4] of: fdt: Scan /memreserve/ last
 2023-04-24 11:38 UTC 

[syzbot] [mm?] kernel BUG in truncate_inode_partial_folio
 2023-04-24 11:33 UTC 

[PATCH -V2] mm,unmap: avoid flushing TLB in batch if PTE is inaccessible
 2023-04-24  9:25 UTC  (2+ messages)

[syzbot] [mm?] KCSAN: data-race in generic_fillattr / shmem_unlink (3)
 2023-04-24  8:28 UTC  (2+ messages)

[PATCH 0/5] block: simplify with PAGE_SECTORS_SHIFT
 2023-04-24  8:26 UTC  (10+ messages)
` [PATCH 2/5] drbd: use PAGE_SECTORS_SHIFT and PAGE_SECTORS
` [PATCH 3/5] iomap: simplify iomap_init() with PAGE_SECTORS
` [PATCH 5/5] zram: use generic PAGE_SECTORS and PAGE_SECTORS_SHIFT

[syzbot] [ext4?] [mm?] KCSAN: data-race in strscpy / strscpy (3)
 2023-04-24  8:25 UTC  (6+ messages)

[syzbot] [fs?] [mm?] possible deadlock in do_writepages
 2023-04-24  8:11 UTC 

[syzbot] [mm?] KCSAN: data-race in generic_fillattr / shmem_mknod (2)
 2023-04-24  7:58 UTC 

[syzbot] [mm?] [fs?] KCSAN: data-race in __filemap_remove_folio / shmem_get_folio_gfp
 2023-04-24  7:48 UTC  (2+ messages)

[PATCH] [v2] kasan: use internal prototypes matching gcc-13 builtins
 2023-04-24  7:34 UTC  (2+ messages)

[RFC PATCH 2/3][RESEND] shmem: mark for high-res timestamps on next update after getattr
 2023-04-24  7:20 UTC  (2+ messages)

[PATCH v7 0/2] ACPI: APEI: handle synchronous exceptions with proper si_code
 2023-04-24  6:24 UTC  (2+ messages)

[PATCH v4 0/3] page_owner: print stacks and their counter
 2023-04-24  3:54 UTC  (3+ messages)

[linux-next:master 12586/13717] drivers/net/phy/marvell.c:2887 m88e1318_led_blink_set() warn: inconsistent indenting
 2023-04-23 16:54 UTC 

[PATCH v4 0/6] remove the vmas parameter from GUP APIs
 2023-04-23 15:12 UTC  (3+ messages)
` [PATCH v4 1/6] mm/gup: remove unused vmas parameter from get_user_pages()

[linux-next:master] [perf vendor events intel] 9d9675bb41: perf-sanity-tests.perf_all_metricgroups_test.fail
 2023-04-23 13:50 UTC  (2+ messages)

[PATCH] Fix some coding style errors in memblock.c
 2023-04-23 13:29 UTC 

[lkp@intel.com: [linux-next:master 13449/13717] drivers/vdpa/mlx5/net/mlx5_vnet.c:2896:3: error: implicit declaration of function 'mlx5_msix_free' is invalid in C99]
 2023-04-23 11:42 UTC  (4+ 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