linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-20 08:55:36 to 2023-04-21 20:58:25 UTC [more...]

[PATCH] [v2] kasan: use internal prototypes matching gcc-13 builtins
 2023-04-21 20:56 UTC 

[PATCH 0/5] block: simplify with PAGE_SECTORS_SHIFT
 2023-04-21 20:15 UTC  (8+ messages)
` [PATCH 1/5] dm integrity: simplify by using PAGE_SECTORS_SHIFT
` [PATCH 2/5] drbd: use PAGE_SECTORS_SHIFT and PAGE_SECTORS
` [PATCH 3/5] iomap: simplify iomap_init() with PAGE_SECTORS
` [PATCH 4/5] dm bufio: simplify by using PAGE_SECTORS_SHIFT
` [PATCH 5/5] zram: use generic PAGE_SECTORS and PAGE_SECTORS_SHIFT

[linux-next:master 13449/13717] drivers/vdpa/mlx5/net/mlx5_vnet.c:2896:17: error: implicit declaration of function 'mlx5_msix_free'; did you mean 'mlx5_db_free'?
 2023-04-21 19:53 UTC 

[PATCH v4 0/3] page_owner: print stacks and their counter
 2023-04-21 19:53 UTC  (8+ messages)
` [PATCH v4 1/3] lib/stackdepot: Add a refcount field in stack_record
` [PATCH v4 2/3] mm, page_owner: Add page_owner_stacks file to print out only stacks and their counte
` [PATCH v4 3/3] mm,page_owner: Filter out stacks by a threshold counter

DAMON Beer/Coffee/Tea chat series
 2023-04-21 19:45 UTC  (2+ messages)

[RFC 00/48] RISC-V CoVE support
 2023-04-21 19:24 UTC  (14+ messages)
` [RFC 01/48] mm/vmalloc: Introduce arch hooks to notify ioremap/unmap changes
` [RFC 10/48] RISC-V: KVM: Implement static memory region measurement
` [RFC 45/48] RISC-V: ioremap: Implement for arch specific ioremap hooks

[PATCH v5 0/5] cgroup: eliminate atomic rstat flushing
 2023-04-21 18:54 UTC  (7+ messages)
` [PATCH v5 1/5] writeback: move wb_over_bg_thresh() call outside lock section
` [PATCH v5 2/5] memcg: flush stats non-atomically in mem_cgroup_wb_stats()
` [PATCH v5 3/5] memcg: calculate root usage from global state
` [PATCH v5 4/5] memcg: remove mem_cgroup_flush_stats_atomic()
` [PATCH v5 5/5] cgroup: remove cgroup_rstat_flush_atomic()

[PATCH] module: add debugging auto-load duplicate module support
 2023-04-21 18:45 UTC  (10+ messages)

[PATCH v9 0/3] mm: process/cgroup ksm support
 2023-04-21 18:28 UTC  (13+ messages)
` [PATCH v1 0/3] mm/ksm: improve PR_SET_MEMORY_MERGE=0 handling and cleanup disabling KSM
  ` [PATCH v1 1/3] mm/ksm: unmerge and clear VM_MERGEABLE when setting PR_SET_MEMORY_MERGE=0
  ` [PATCH v1 2/3] selftests/ksm: ksm_functional_tests: add prctl unmerge test
  ` [PATCH v1 3/3] mm/ksm: move disabling KSM from s390/gmap code to KSM code

[syzbot] [ext4?] [mm?] KCSAN: data-race in strscpy / strscpy (3)
 2023-04-21 18:20 UTC  (6+ messages)

[linux-next:master 6260/13289] drivers/net/arcnet/com20020.c:74:7: warning: performing pointer arithmetic on a null pointer has undefined behavior
 2023-04-21 18:00 UTC 

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

[linux-next:master 9460/12794] drivers/bluetooth/btnxpuart.c:1277:34: warning: unused variable 'nxpuart_of_match_table'
 2023-04-21 17:39 UTC 

[PATCH mm-unstable RFC 0/5] cgroup: eliminate atomic rstat
 2023-04-21 17:21 UTC  (18+ messages)
` [PATCH mm-unstable RFC 1/5] writeback: move wb_over_bg_thresh() call outside lock section
` [PATCH mm-unstable RFC 2/5] memcg: flush stats non-atomically in mem_cgroup_wb_stats()
` [PATCH mm-unstable RFC 3/5] memcg: calculate root usage from global state
` [PATCH mm-unstable RFC 4/5] memcg: remove mem_cgroup_flush_stats_atomic()
` [PATCH mm-unstable RFC 5/5] cgroup: remove cgroup_rstat_flush_atomic()

[PATCH] arm64: Also reset KASAN tag if page is not PG_mte_tagged
 2023-04-21 17:20 UTC  (3+ messages)

[RFC PATCH 00/26] mm: reliable huge page allocator
 2023-04-21 17:14 UTC  (42+ messages)
` [RFC PATCH 01/26] block: bdev: blockdev page cache is movable
` [RFC PATCH 02/26] mm: compaction: avoid GFP_NOFS deadlocks
` [RFC PATCH 03/26] mm: make pageblock_order 2M per default
` [RFC PATCH 04/26] mm: page_isolation: write proper kerneldoc
` [RFC PATCH 05/26] mm: page_alloc: per-migratetype pcplist for THPs
` [RFC PATCH 06/26] mm: page_alloc: consolidate free page accounting
` [RFC PATCH 07/26] mm: page_alloc: move capture_control to the page allocator
` [RFC PATCH 08/26] mm: page_alloc: claim blocks during compaction capturing
` [RFC PATCH 10/26] mm: page_alloc: allow compaction capturing from larger blocks
` [RFC PATCH 11/26] mm: page_alloc: introduce MIGRATE_FREE
` [RFC PATCH 12/26] mm: page_alloc: per-migratetype free counts
` [RFC PATCH 13/26] mm: compaction: remove compaction result helpers
` [RFC PATCH 14/26] mm: compaction: simplify should_compact_retry()
` [RFC PATCH 15/26] mm: compaction: simplify free block check in suitable_migration_target()
` [RFC PATCH 25/26] mm: page_alloc: disallow fallbacks when 2M defrag is enabled

Can you drop the splice patches?
 2023-04-21 15:57 UTC  (2+ messages)

[PATCH v2] mm: Fix memcg writeback for rt tasks
 2023-04-21 14:57 UTC  (3+ messages)

[PATCH] kasan: use internal prototypes matching gcc-13 builtins
 2023-04-21 14:40 UTC  (3+ messages)

[PATCH v3 0/4] Fix mas_empty_area() search
 2023-04-21 13:55 UTC  (5+ messages)
` [PATCH v3 1/4] maple_tree: Make maple state reusable after mas_empty_area_rev()
` [PATCH v3 2/4] maple_tree: Update mtree_alloc_rrange() and mtree_alloc_range() testing
` [PATCH v3 3/4] maple_tree: Fix mas_empty_area() search
` [PATCH v3 4/4] mm/mmap: Regression fix for unmapped_area{_topdown}

[LSF/MM/BPF TOPIC] reducing direct map fragmentation
 2023-04-21 12:41 UTC  (4+ messages)
` [Lsf-pc] "

[PATCH V2 0/6] shmem: Add user and group quota support for tmpfs
 2023-04-21 12:34 UTC  (15+ messages)
` [PATCH V2 1/6] shmem: make shmem_inode_acct_block() return error
` [PATCH V2 2/6] shmem: make shmem_get_inode() return ERR_PTR instead of NULL
` [PATCH V2 4/6] shmem: prepare shmem quota infrastructure
` [PATCH V2 5/6] shmem: quota support
` [PATCH 6/6] Add default quota limit mount options

LSFMMBPF proposal [MM]: Eliminate vmap/vmalloc lock contention
 2023-04-21 12:03 UTC  (2+ messages)
` [Lsf-pc] "

[RFC PATCH 0/3] fs: opportunistic high-res file timestamps
 2023-04-21 10:47 UTC  (4+ messages)
` [RFC PATCH 1/3] fs: add infrastructure for opportunistic high-res ctime/mtime updates

[PATCH drm-next v3 00/15] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
 2023-04-21 10:46 UTC  (3+ messages)
` [PATCH drm-next v3 04/15] drm: manager to keep track of GPUs VA mappings

[RFC PATCH 0/3][RESEND] fs: opportunistic high-res file timestamps
 2023-04-21 10:23 UTC  (5+ messages)
` [RFC PATCH 1/3][RESEND] fs: add infrastructure for opportunistic high-res ctime/mtime updates

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

[RFC PATCH 0/3] permit write-sealed memfd read-only shared mappings
 2023-04-21  9:06 UTC  (4+ messages)
` [RFC PATCH 3/3] mm: perform the mapping_map_writable() check after call_mmap()

[PATCHv2] mm: skip CMA pages when they are not available
 2023-04-21  9:02 UTC  (6+ messages)

[GIT PULL] slab updates for 6.4
 2023-04-21  8:39 UTC 

[PATCH] mm/page_alloc: consider pfn holes after pfn_valid() in __pageblock_pfn_to_page()
 2023-04-21  7:44 UTC  (8+ messages)

[PATCH v4 00/22] bio: check return values of bio_add_page
 2023-04-21  6:57 UTC  (13+ messages)
` [PATCH v4 01/22] swap: use __bio_add_page to add page to bio
` [PATCH v4 03/22] dm: dm-zoned: use __bio_add_page for adding single metadata page
` [PATCH v4 05/22] md: use __bio_add_page to add single page
` [PATCH v4 11/22] gfs2: use __bio_add_page for adding single page to bio
` [PATCH v4 15/22] md: check for failure when adding pages in alloc_behind_master_bio
` [PATCH v4 17/22] md: raid1: check if adding pages to resync bio fails
` [PATCH v4 18/22] dm-crypt: check if adding pages to clone "
` [PATCH v4 19/22] block: mark bio_add_page as __must_check
` [PATCH v4 20/22] block: add __bio_add_folio
` [PATCH v4 21/22] fs: iomap: use __bio_add_folio where possible
` [PATCH v4 22/22] block: mark bio_add_folio as __must_check
  ` [PATCH v4 13/22] zram: use __bio_add_page for adding single page to bio

[PATCH v2] mm: hwpoison: coredump: support recovery from dump_user_range()
 2023-04-21  5:43 UTC  (9+ messages)

[linux-next:master] BUILD REGRESSION 44bf136283e567b2b62653be7630e7511da41da2
 2023-04-21  4:55 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 884374c58391a3e1a508201f98e94ee14ed38548
 2023-04-21  4:54 UTC 

[PATCH v18 00/15] splice, block: Use page pinning and kill ITER_PIPE
 2023-04-21  2:25 UTC  (6+ messages)
` [PATCH v18 09/15] iov_iter: Kill ITER_PIPE

[RFC PATCH 3/3][RESEND] xfs: mark the inode for high-res timestamp update in getattr
 2023-04-21  2:04 UTC  (2+ messages)

Using page-fault handler in binder
 2023-04-21  0:41 UTC  (3+ messages)

[RFC PATCH] migrate_pages: Never block waiting for the page lock
 2023-04-21  0:36 UTC  (8+ messages)

[PATCH mm-unstable v1] mm: don't check VMA write permissions if the PTE/PMD indicates write permissions
 2023-04-21  0:30 UTC  (2+ messages)

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

[PATCH 00/33] Split ptdesc from struct page
 2023-04-20 23:32 UTC  (6+ messages)
` [PATCH 01/33] s390: Use _pt_s390_gaddr for gmap address tracking

[linux-next:master 12330/13289] drivers/virt/fsl_hypervisor.c:799:52: error: too many arguments to function call, expected 2, have 3
 2023-04-20 21:13 UTC 

[PATCH] fs/ntfs3: disable page fault during ntfs_fiemap()
 2023-04-20 21:11 UTC  (4+ messages)
    ` [PATCH] vfs: allow using kernel buffer during fiemap operation

[PATCH v1] shmem: stable directory cookies
 2023-04-20 20:12 UTC  (3+ messages)

[linux-next:master 11560/13289] fs/ext4/super.c:1262:6: warning: unused variable 'i'
 2023-04-20 20:01 UTC 

[linux-next:master 11560/13289] fs/ext4/super.c:1262:13: warning: unused variable 'i'
 2023-04-20 19:51 UTC 

[PATCH v2 6/6] shmem: add support to ignore swap
 2023-04-20 19:18 UTC  (3+ messages)
` [PATCH] shmem: restrict noswap option to initial user namespace

[PATCH v3 00/13] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8
 2023-04-20 17:43 UTC  (12+ messages)
` [PATCH v3 13/13] dma: arm64: Add CONFIG_DMA_BOUNCE_UNALIGNED_KMALLOC and enable it for arm64

[PATCH next] hugetlb: pte_alloc_huge() to replace huge pte_alloc_map()
 2023-04-20 17:08 UTC  (2+ messages)

[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-04-20 16:31 UTC  (5+ messages)
` [PATCH RFC v8 12/56] x86/sev: Add RMP entry lookup helpers

[linux-next:master 12857/13075] csky-linux-ld: phy_device.c:undefined reference to `devm_led_classdev_register_ext'
 2023-04-20 15:35 UTC 

[PATCH v4 0/6] remove the vmas parameter from GUP APIs
 2023-04-20 15:31 UTC  (20+ messages)
` [PATCH v4 4/6] io_uring: rsrc: avoid use of vmas parameter in pin_user_pages()

[PATCH 1/2] binfmt_elf_fdpic: support 64-bit systems
 2023-04-20 14:58 UTC  (2+ messages)

[linux-next:master 12854/13075] arc-elf-ld: phy_device.c:undefined reference to `devm_led_classdev_register_ext'
 2023-04-20 13:22 UTC 

[PATCH v11 2/2] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2023-04-20 12:09 UTC  (4+ messages)
` [RFC PATCH v11.1 "

[Resend PATCH] mm: mark folio as workingset in lru_deactivate_fn
 2023-04-20 12:06 UTC  (2+ messages)

[PATCH v2 00/31] selftests/mm: Split / Refactor userfault test
 2023-04-20 10:55 UTC  (5+ messages)
` [PATCH v2 16/31] selftests/mm: UFFDIO_API test
` [PATCH v2 19/31] selftests/mm: Rename uffd_stats to uffd_args

[linux-next:master 12854/13075] phy_device.c:undefined reference to `devm_led_classdev_register_ext'
 2023-04-20  9:44 UTC 

[PATCH v3 00/19] bio: check return values of bio_add_page
 2023-04-20  8:55 UTC  (4+ messages)
` [PATCH v3 11/19] gfs: use __bio_add_page for adding single page to bio


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