Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-20 10:32:42 to 2023-07-21 10:48:40 UTC [more...]

[PATCH v25 5/5] selftests: mm: add pagemap ioctl tests
 2023-07-21 10:48 UTC  (9+ messages)
` fs/proc/task_mmu: Implement IOCTL for efficient page table scanning
  `  "

[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
 2023-07-21 10:45 UTC  (15+ messages)
` [RFC PATCH v11 01/29] KVM: Wrap kvm_gfn_range.pte in a per-action union
` [RFC PATCH v11 06/29] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v11 08/29] KVM: Introduce per-page memory attributes
` [RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory

[RFC PATCH] arm64: mm: Fix kernel page tables incorrectly deleted during memory removal
 2023-07-21 10:36 UTC  (2+ messages)

[PATCH v5 00/38] New page table range API
 2023-07-21 10:14 UTC  (3+ messages)
` [PATCH v5 01/38] minmax: Add in_range() macro

[RFC PATCH v2 0/4] fix large folio for madvise_cold_or_pageout()
 2023-07-21  9:40 UTC  (5+ messages)
` [RFC PATCH v2 1/4] madvise: not use mapcount() against large folio for sharing check
` [RFC PATCH v2 2/4] madvise: Use notify-able API to clear and flush page table entries
` [RFC PATCH v2 3/4] mm: add functions folio_in_range() and folio_within_vma()
` [RFC PATCH v2 4/4] madvise: avoid trying to split large folio always in cold_pageout

[RFC 2/2] mm: alloc/free depth based PCP high auto-tuning
 2023-07-21  9:21 UTC  (13+ messages)

[RFC PATCH v2 00/20] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2023-07-21  8:17 UTC  (25+ messages)
` [RFC PATCH v2 01/20] tracing/filters: Dynamically allocate filter_pred.regex
` [RFC PATCH v2 02/20] tracing/filters: Enable filtering a cpumask field by another cpumask
` [RFC PATCH v2 03/20] tracing/filters: Enable filtering a scalar field by a cpumask
` [RFC PATCH v2 04/20] tracing/filters: Enable filtering the CPU common "
` [RFC PATCH v2 05/20] tracing/filters: Optimise cpumask vs cpumask filtering when user mask is a single CPU
` [RFC PATCH v2 06/20] tracing/filters: Optimise scalar vs cpumask filtering when the "
` [RFC PATCH v2 07/20] tracing/filters: Optimise CPU "
` [RFC PATCH v2 08/20] tracing/filters: Further optimise scalar vs cpumask comparison
` [RFC PATCH v2 09/20] tracing/filters: Document cpumask filtering
` [RFC PATCH v2 10/20] jump_label,module: Don't alloc static_key_mod for __ro_after_init keys
` [RFC PATCH v2 11/20] objtool: Flesh out warning related to pv_ops[] calls
` [RFC PATCH v2 12/20] objtool: Warn about non __ro_after_init static key usage in .noinstr
` [RFC PATCH v2 13/20] context_tracking: Make context_tracking_key __ro_after_init
` [RFC PATCH v2 14/20] x86/kvm: Make kvm_async_pf_enabled __ro_after_init
` [RFC PATCH v2 15/20] context-tracking: Introduce work deferral infrastructure
` [RFC PATCH v2 16/20] rcu: Make RCU dynticks counter size configurable
` [RFC PATCH v2 17/20] rcutorture: Add a test config to torture test low RCU_DYNTICKS width
` [RFC PATCH v2 18/20] context_tracking,x86: Defer kernel text patching IPIs
` [RFC PATCH v2 19/20] context_tracking,x86: Add infrastructure to defer kernel TLBI
` [RFC PATCH v2 20/20] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs

[PATCH 0/2] Two minor cleanups for compaction
 2023-07-21  7:44 UTC  (2+ messages)
  ` [PATCH 1/2] mm/compaction: correct comment of candidate pfn in fast_isolate_freepages

[PATCH v3] dma-contiguous: support numa CMA for specified node
 2023-07-21  7:42 UTC  (9+ messages)

[PATCH v2 0/2] Two minor cleanups for compaction
 2023-07-21 15:09 UTC  (2+ messages)
` [PATCH v2 2/2] mm/compaction: avoid unneeded pageblock_end_pfn when no_set_skip_hint is set

[PATCH] zsmalloc: Fix races between modifications of fullness and isolated
 2023-07-21  6:37 UTC 

allow building a kernel without buffer_heads
 2023-07-21  6:26 UTC  (22+ messages)
` [PATCH 1/6] fs: remove emergency_thaw_bdev
` [PATCH 2/6] fs: rename and move block_page_mkwrite_return
` [PATCH 3/6] block: open code __generic_file_write_iter for blkdev writes
` [PATCH 4/6] block: stop setting ->direct_IO
` [PATCH 5/6] block: use iomap for writes to block devices
` [PATCH 6/6] fs: add CONFIG_BUFFER_HEAD

[bug report] mmu_notifiers: rename invalidate_range notifier
 2023-07-21  6:23 UTC 

[PATCH 5.15.y] mm/damon/ops-common: atomically test and clear young on ptes and pmds
 2023-07-21  5:18 UTC  (2+ messages)

[PATCH RESEND 0/4] memory tiering: calculate abstract distance based on ACPI HMAT
 2023-07-21  4:15 UTC  (6+ messages)
` [PATCH RESEND 1/4] memory tiering: add abstract distance calculation algorithms management
` [PATCH RESEND 2/4] acpi, hmat: refactor hmat_register_target_initiators()
` [PATCH RESEND 3/4] acpi, hmat: calculate abstract distance with HMAT
` [PATCH RESEND 4/4] dax, kmem: calculate abstract distance with general interface

[PATCH] mm: Lock VMA in dup_anon_vma() before setting ->anon_vma
 2023-07-21  3:46 UTC 

[PATCH v4 00/10] Convert several functions in page_io.c to use a folio
 2023-07-21  3:44 UTC  (11+ messages)
` [PATCH v4 01/10] mm/page_io: remove unneeded ClearPageUptodate()
` [PATCH v4 02/10] mm/page_io: remove unneeded SetPageError()
` [PATCH v4 03/10] mm/page_io: introduce bio_first_folio_all()
` [PATCH v4 04/10] mm/page_io: use a folio in __end_swap_bio_write()
` [PATCH v4 05/10] mm/page_io: use a folio in __end_swap_bio_read()
` [PATCH v4 06/10] mm/page_io: use a folio in sio_read_complete()
` [PATCH v4 07/10] mm/page_io: use a folio in swap_writepage_bdev_sync()
` [PATCH v4 08/10] mm/page_io: use a folio in swap_writepage_bdev_async()
` [PATCH v4 09/10] mm/page_io: convert count_swpout_vm_event() to take in a folio
` [PATCH v4 10/10] mm/page_io: convert bio_associate_blkg_from_page() "

[RFC PATCH v2 0/3] support large folio for mlock
 2023-07-21  3:39 UTC  (22+ messages)
` [RFC PATCH v2 3/3] mm: mlock: update mlock_pte_range to handle large folio

[PATCH 0/4] Add KFENCE support for LoongArch
 2023-07-21  3:19 UTC  (13+ messages)
` [PATCH 1/4] LoongArch: mm: Add page table mapped mode support
` [PATCH 2/4] LoongArch: Get stack without NMI when providing regs parameter
` [PATCH 4/4] LoongArch: Add KFENCE support

[PATCH v3 00/10] Convert several functions in page_io.c to use a folio
 2023-07-21  2:30 UTC  (14+ messages)
` [PATCH v3 01/10] mm/page_io: remove unneeded ClearPageUptodate()
` [PATCH v3 02/10] mm/page_io: remove unneeded SetPageError()
` [PATCH v3 03/10] mm/page_io: introduce bio_first_folio_all()
` [PATCH v3 04/10] mm/page_io: use a folio in __end_swap_bio_write()
` [PATCH v3 05/10] mm/page_io: use a folio in __end_swap_bio_read()
` [PATCH v3 06/10] mm/page_io: use a folio in sio_read_complete()
` [PATCH v3 07/10] mm/page_io: use a folio in swap_writepage_bdev_sync()
` [PATCH v3 08/10] mm/page_io: use a folio in swap_writepage_bdev_async()
` [PATCH v3 09/10] mm/page_io: convert count_swpout_vm_event() to take in a folio
` [PATCH v3 10/10] mm/page_io: convert bio_associate_blkg_from_page() "

[PATCH] mm:vmscan: fix inaccurate reclaim during proactive reclaim
 2023-07-21  1:41 UTC 

[RFC PATCH 0/8] memory recharging for offline memcgs
 2023-07-21  0:07 UTC  (16+ messages)
` [RFC PATCH 7/8] memcg: add sysctl and config option to control memory recharging

[PATCH 0/4] A few fixup and cleanup patches for memory-failure
 2023-07-20 23:55 UTC  (5+ messages)
` [PATCH 4/4] mm: memory-failure: add PageOffline() check

[PATCH] mm/percpu.c: change GFP_KERNEL to GFP_ATOMIC
 2023-07-20 23:43 UTC  (2+ messages)

[PATCH v3] hugetlbfs: Fix integer overflow check in hugetlbfs_file_mmap()
 2023-07-20 23:36 UTC  (4+ messages)

[PATCH RFC v9 00/51] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-07-20 22:24 UTC  (7+ messages)
` [PATCH RFC v9 08/51] x86/speculation: Do not enable Automatic IBRS if SEV SNP is enabled

[RFC PATCH v2 00/21] mm/zsmalloc: Split zsdesc from struct page
 2023-07-20 21:57 UTC  (9+ messages)

[PATCH v2 0/4] mm: convert to vma_is_initial_heap/stack()
 2023-07-20 21:16 UTC  (7+ messages)
` [PATCH v2 3/4] selinux: use vma_is_initial_stack() and vma_is_initial_heap()

Using userfaultfd with KVM's async page fault handling causes processes to hung waiting for mmap_lock to be released
 2023-07-20 20:07 UTC  (5+ messages)

[PATCH v2] mm: Don't drop VMA locks in mm_drop_all_locks()
 2023-07-20 19:34 UTC 

[linux-next:master 3278/3762] security/selinux/hooks.c:249:41: sparse: sparse: Using plain integer as NULL pointer
 2023-07-20 19:18 UTC 

[PATCH] shmem: add support for user extended attributes
 2023-07-20 17:42 UTC  (4+ messages)

[PATCH] mm: Don't drop VMA locks in mm_drop_all_locks()
 2023-07-20 17:32 UTC  (5+ messages)

[linux-next:master] BUILD REGRESSION c58c49dd89324b18a812762a2bfa5a0458e4f252
 2023-07-20 17:02 UTC 

[linux-next:master 2315/3762] drivers/iio/adc/max14001.c:81:29: sparse: sparse: incorrect type in initializer (different base types)
 2023-07-20 16:30 UTC  (2+ messages)

[PATCH] mm,memblock: reset memblock.reserved to system init state to prevent UAF
 2023-07-20 16:25 UTC  (4+ messages)

[PATCH] mm:vmscan: fix inaccurate reclaim during proactive reclaim
 2023-07-20 16:24 UTC  (2+ messages)

[PATCH] [RFC PATCH v2]mm/slub: Optimize slub memory usage
 2023-07-20 15:05 UTC  (9+ messages)

[PATCH v2] hugetlbfs: Fix integer overflow check in hugetlbfs_file_mmap()
 2023-07-20 14:13 UTC  (2+ messages)

[linux-next:master] [NFSD] 767b1d5bad: canonical_address#:#[##]
 2023-07-20 13:31 UTC 

[linux-next:master 3146/3438] include/asm-generic/io.h:636:15: error: redefinition of 'inb_p'
 2023-07-20 13:28 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 4b0f0b4c608145d083dc9c63794d376e41db0b47
 2023-07-20 12:53 UTC 

RFC: allow building a kernel without buffer_heads
 2023-07-20 12:16 UTC  (8+ messages)
` [PATCH 16/17] block: use iomap for writes to block devices

collision between ZONE_MOVABLE and memblock allocations
 2023-07-20 12:13 UTC  (4+ messages)

[PATCH v2 00/32] mm: allow pte_offset_map[_lock]() to fail
 2023-07-20 12:06 UTC  (11+ messages)
` [PATCH v2 12/32] mm/vmalloc: vmalloc_to_page() use pte_offset_kernel()

[PATCH RESEND net-next 1/2] net-memcg: Scopify the indicators of sockmem pressure
 2023-07-20 11:34 UTC  (4+ messages)
    `  "

[PATCH v3 0/3] Optimize large folio interaction with deferred split
 2023-07-20 11:29 UTC  (4+ messages)
` [PATCH v3 1/3] mm: Allow deferred splitting of arbitrary large anon folios
` [PATCH v3 2/3] mm: Implement folio_remove_rmap_range()
` [PATCH v3 3/3] mm: Batch-zap large anonymous folio PTE mappings

[PATCH] mm: fix obsolete function name above debug_pagealloc_enabled_static()
 2023-07-20 11:28 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 read-only IMAP folder(s) and NNTP newsgroup(s).