linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH -next] mm/ksm: Add missing IS_ERR_OR_NULL check for stable_tree_search()
 2024-11-15 15:41 UTC  (3+ messages)

[PATCH v2 0/5] Support large folios for tmpfs
 2024-11-15 15:35 UTC  (13+ messages)
` [PATCH v2 1/5] mm: factor out the order calculation into a new helper
` [PATCH v2 3/5] mm: shmem: add large folio support for tmpfs
` [PATCH v2 4/5] mm: shmem: add a kernel command line to change the default huge policy "

[PATCH v8 00/19] fanotify: add pre-content hooks
 2024-11-15 15:30 UTC  (20+ messages)
` [PATCH v8 01/19] fs: get rid of __FMODE_NONOTIFY kludge
` [PATCH v8 02/19] fsnotify: opt-in for permission events at file open time
` [PATCH v8 03/19] fsnotify: add helper to check if file is actually being watched
` [PATCH v8 04/19] fanotify: don't skip extra event info if no info_mode is set
` [PATCH v8 05/19] fanotify: rename a misnamed constant
` [PATCH v8 06/19] fanotify: reserve event bit of deprecated FAN_DIR_MODIFY
` [PATCH v8 07/19] fsnotify: introduce pre-content permission events
` [PATCH v8 08/19] fsnotify: pass optional file access range in pre-content event
` [PATCH v8 09/19] fsnotify: generate pre-content permission event on truncate
` [PATCH v8 10/19] fanotify: introduce FAN_PRE_ACCESS permission event
` [PATCH v8 11/19] fanotify: report file range info with pre-content events
` [PATCH v8 12/19] fanotify: allow to set errno in FAN_DENY permission response
` [PATCH v8 13/19] fanotify: add a helper to check for pre content events
` [PATCH v8 14/19] fanotify: disable readahead if we have pre-content watches
` [PATCH v8 15/19] mm: don't allow huge faults for files with pre content watches
` [PATCH v8 16/19] fsnotify: generate pre-content permission event on page fault
` [PATCH v8 17/19] xfs: add pre-content fsnotify hook for write faults
` [PATCH v8 18/19] btrfs: disable defrag on pre-content watched files
` [PATCH v8 19/19] fs: enable pre-content events on supported file systems

[PATCHSET v5 0/17] Uncached buffered IO
 2024-11-15 15:06 UTC  (22+ messages)
` [PATCH 01/17] mm/filemap: change filemap_create_folio() to take a struct kiocb
` [PATCH 02/17] mm/readahead: add folio allocation helper
` [PATCH 03/17] mm: add PG_uncached page flag
` [PATCH 04/17] mm/readahead: add readahead_control->uncached member
` [PATCH 05/17] mm/filemap: use page_cache_sync_ra() to kick off read-ahead
` [PATCH 06/17] mm/truncate: add folio_unmap_invalidate() helper
` [PATCH 07/17] fs: add RWF_UNCACHED iocb and FOP_UNCACHED file_operations flag
` [PATCH 08/17] mm/filemap: add read support for RWF_UNCACHED
` [PATCH 09/17] mm/filemap: drop uncached pages when writeback completes
` [PATCH 10/17] mm/filemap: make buffered writes work with RWF_UNCACHED
` [PATCH 11/17] mm/filemap: add filemap_fdatawrite_range_kick() helper
` [PATCH 12/17] mm: add FGP_UNCACHED folio creation flag
` [PATCH 13/17] ext4: add RWF_UNCACHED write support
` [PATCH 14/17] iomap: make buffered writes work with RWF_UNCACHED
` [PATCH 15/17] xfs: punt uncached write completions to the completion wq
` [PATCH 16/17] xfs: flag as supporting FOP_UNCACHED
` [PATCH 17/17] btrfs: add support for uncached writes

[PATCH v3 0/9] synchronously scan and reclaim empty user PTE pages
 2024-11-15 14:59 UTC  (13+ messages)
` [PATCH v3 4/9] mm: introduce skip_none_ptes()
` [PATCH v3 8/9] x86: mm: free page table pages by RCU instead of semi RCU
` [PATCH v3 9/9] x86: select ARCH_SUPPORTS_PT_RECLAIM if X86_64

[RFC] mm/kmemleak: Fix sleeping function called from invalid context at print message
 2024-11-15 14:54 UTC 

[GIT PULL] slab updates for 6.13
 2024-11-15 14:22 UTC 

[PATCH RFC/RFT v2 0/2] Converge common flows for cpu assisted shadow stack
 2024-11-15 14:17 UTC  (12+ messages)
` [PATCH RFC/RFT v2 1/2] mm: helper `is_shadow_stack_vma` to check shadow stack vma
` [PATCH RFC/RFT v2 2/2] kernel: converge common shadow stack flow agnostic to arch

[PATCH net-next v23 0/7] Replace page_frag with page_frag_cache (Part-1)
 2024-11-15 14:12 UTC  (5+ messages)
` [PATCH net-next v23 1/7] mm: page_frag: add a test module for page_frag

[PATCH v9 00/29] Generic `Allocator` support for Rust
 2024-11-15 14:00 UTC  (3+ messages)

[PATCH v3 0/3] mm/slub: Improve data handling of krealloc() when orig_size is enabled
 2024-11-15 13:29 UTC  (6+ messages)
` [PATCH v3 1/3] mm/slub: Consider kfence case for get_orig_size()
` [PATCH v3 2/3] mm/slub: Improve redzone check and zeroing for krealloc()

Proposal: bi-weekly guest_memfd upstream call
 2024-11-15 13:18 UTC  (3+ messages)

[PATCH 6.6.y 0/5] fix error handling in mmap_region() and refactor (hotfixes)
 2024-11-15 12:41 UTC  (6+ messages)
` [PATCH 6.6.y 1/5] mm: avoid unsafe VMA hook invocation when error arises on mmap hook
` [PATCH 6.6.y 2/5] mm: unconditionally close VMAs on error
` [PATCH 6.6.y 3/5] mm: refactor map_deny_write_exec()
` [PATCH 6.6.y 4/5] mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handling
` [PATCH 6.6.y 5/5] mm: resolve faulty mmap_region() error path behaviour

[PATCH 6.1.y 0/4] fix error handling in mmap_region() and refactor (hotfixes)
 2024-11-15 12:40 UTC  (5+ messages)
` [PATCH 6.1.y 1/4] mm: avoid unsafe VMA hook invocation when error arises on mmap hook
` [PATCH 6.1.y 2/4] mm: unconditionally close VMAs on error
` [PATCH 6.1.y 3/4] mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handling
` [PATCH 6.1.y 4/4] mm: resolve faulty mmap_region() error path behaviour

[PATCH 5.15.y 0/4] fix error handling in mmap_region() and refactor (hotfixes)
 2024-11-15 12:38 UTC  (5+ messages)
` [PATCH 5.15.y 1/4] mm: avoid unsafe VMA hook invocation when error arises on mmap hook
` [PATCH 5.15.y 2/4] mm: unconditionally close VMAs on error
` [PATCH 5.15.y 3/4] mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handling
` [PATCH 5.15.y 4/4] mm: resolve faulty mmap_region() error path behaviour

[PATCH 5.10.y 0/4] fix error handling in mmap_region() and refactor (hotfixes)
 2024-11-15 12:36 UTC  (4+ messages)
` [PATCH 5.10.y 1/4] mm: avoid unsafe VMA hook invocation when error arises on mmap hook
` [PATCH 5.10.y 2/4] mm: unconditionally close VMAs on error
` [PATCH 5.10.y 4/4] mm: resolve faulty mmap_region() error path behaviour

[PATCH v15 00/15] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-11-15 12:21 UTC  (9+ messages)
` [PATCH v15 11/15] EDAC: Add memory repair control feature

[PATCH v7 00/18] fanotify: add pre-content hooks
 2024-11-15 11:47 UTC  (13+ messages)
` [PATCH v7 05/18] fsnotify: introduce pre-content permission events
` [PATCH v7 09/18] fanotify: introduce FAN_PRE_ACCESS permission event

[PATCH v2 00/13] zswap IAA compress batching
 2024-11-15 11:32 UTC  (3+ messages)
` [PATCH v2 01/13] crypto: acomp - Define two new interfaces for compress/decompress batching

[PATCH v2 1/1] sched/numa: Fix memory leak due to the overwritten vma->numab_state
 2024-11-15 11:02 UTC 

[PATCH RFC v3 0/2] mm: Refactor KVM guest_memfd to introduce guestmem library
 2024-11-15 10:58 UTC  (5+ messages)
` [PATCH RFC v3 1/2] KVM: guest_memfd: Convert .free_folio() to .release_folio()

[PATCH v1 00/11] fs/proc/vmcore: kdump support for virtio-mem on s390
 2024-11-15 10:04 UTC  (13+ messages)
` [PATCH v1 01/11] fs/proc/vmcore: convert vmcore_cb_lock into vmcore_mutex
` [PATCH v1 02/11] fs/proc/vmcore: replace vmcoredd_mutex by vmcore_mutex
` [PATCH v1 04/11] fs/proc/vmcore: move vmcore definitions from kcore.h to crash_dump.h

[PATCH 0/5] Track node vacancy to reduce worst case allocation counts
 2024-11-15  7:52 UTC  (9+ messages)
` [PATCH 1/5] maple_tree: convert mas_prealloc_calc() to take in a maple write state
` [PATCH 2/5] maple_tree: use height and depth consistently
` [PATCH 3/5] maple_tree: use vacant nodes to reduce worst case allocations
` [PATCH 4/5] maple_tree: break on convergence in mas_spanning_rebalance()
` [PATCH 5/5] maple_tree: add sufficient height

[PATCH 5.4.y 0/4] Backport fix of CVE-2024-47674 to 5.10
 2024-11-15  5:27 UTC  (7+ messages)
` [PATCH 5.4.y 1/4] mm: clarify a confusing comment for remap_pfn_range()
` [PATCH 5.4.y 2/4] mm: fix ambiguous comments for better code readability
` [PATCH 5.4.y 3/4] mm/memory.c: make remap_pfn_range() reject unaligned addr
` [PATCH 5.4.y 4/4] mm: add remap_pfn_range_notrack

[PATCH stable 5.15] mm/memory: add non-anonymous page check in the copy_present_page()
 2024-11-15  5:24 UTC  (4+ messages)
` Patch "mm/memory: add non-anonymous page check in the copy_present_page()" has been added to the 5.15-stable tree

[PATCH v8 00/29] riscv control-flow integrity for usermode
 2024-11-15  3:19 UTC  (9+ messages)
` [PATCH v8 24/29] riscv: enable kernel access to shadow stack memory via FWFT sbi call

[PATCH v4 0/6] fuse: remove temp page copies in writeback
 2024-11-15  2:18 UTC  (7+ messages)
` [PATCH v4 6/6] fuse: remove tmp folio for writebacks and internal rb tree

DAMON Beer/Coffee/Tea chat reminder for the week of 2024-11-18
 2024-11-15  1:25 UTC 

fs/proc/vmcore.c:424:19: warning: 'mmap_vmcore_fault' defined but not used
 2024-11-14 23:56 UTC  (2+ messages)

[linux-next:master] [alloc_tag] 0f9b685626: BUG:KASAN:vmalloc-out-of-bounds_in_move_module
 2024-11-14 23:40 UTC  (3+ messages)

[PATCH] docs/mm: add more warnings around page table access
 2024-11-14 21:12 UTC 

[PATCH v3] docs/mm: add VMA locks documentation
 2024-11-14 20:54 UTC 

[PATCH v2] docs/mm: add VMA locks documentation
 2024-11-14 20:45 UTC  (5+ messages)

PageOffline: refcount, flags and memdesc
 2024-11-14 20:45 UTC  (5+ messages)

[linux-next:master] BUILD REGRESSION 37c5695cb37a20403947062be8cb7e00f6bed353
 2024-11-14 20:37 UTC 

[PATCH] tools/mm: fix show_page() build error
 2024-11-14 20:03 UTC  (3+ messages)

[PATCH v3 00/17] Provide a new two step DMA mapping API
 2024-11-14 17:02 UTC  (6+ messages)

[PATCH RFC 0/6] SLUB percpu sheaves
 2024-11-14 16:57 UTC  (3+ messages)
` [PATCH RFC 2/6] mm/slub: add sheaf support for batching kfree_rcu() operations

[PATCH v4 1/1] memcg/hugetlb: Add hugeTLB counters to memcg
 2024-11-14 16:42 UTC  (9+ messages)

[PATCH v4 00/33] netfs: Read performance improvements and "single-blob" support
 2024-11-14 16:39 UTC  (3+ messages)
` [PATCH v4 28/33] netfs: Change the read result collector to only use one work item

[PATCH v2 0/5] move per-vma lock into vm_area_struct
 2024-11-14 16:21 UTC  (12+ messages)
` [PATCH v2 4/5] mm: make vma cache SLAB_TYPESAFE_BY_RCU

[RFC 0/8] enable bs > ps for block devices
 2024-11-14 13:47 UTC  (4+ messages)
` [RFC 2/8] fs/mpage: avoid negative shift for large blocksize

[PATCH v3] mm/vmscan: stop the loop if enough pages have been page_out
 2024-11-14 12:56 UTC  (12+ messages)
                  ` 回复: "

[linux-next:pending-fixes] BUILD SUCCESS bf0a5c36d8f1ef2832c378b8371fb0cfc6c8ea56
 2024-11-14 12:34 UTC 

[PATCH net-next v1 00/10] Replace page_frag with page_frag_cache (Part-2)
 2024-11-14 12:16 UTC  (11+ messages)
` [PATCH net-next v1 01/10] mm: page_frag: some minor refactoring before adding new API
` [PATCH net-next v1 02/10] net: rename skb_copy_to_page_nocache() helper
` [PATCH net-next v1 03/10] mm: page_frag: update documentation for page_frag
` [PATCH net-next v1 04/10] mm: page_frag: introduce page_frag_alloc_abort() related API
` [PATCH net-next v1 05/10] mm: page_frag: introduce refill prepare & commit API
` [PATCH net-next v1 06/10] mm: page_frag: introduce alloc_refill "
` [PATCH net-next v1 07/10] mm: page_frag: introduce probe related API
` [PATCH net-next v1 08/10] mm: page_frag: add testing for the newly added API
` [PATCH net-next v1 09/10] net: replace page_frag with page_frag_cache
` [PATCH net-next v1 10/10] mm: page_frag: add an entry in MAINTAINERS for page_frag

[RFC PATCH v1 00/57] Boot-time page size selection for arm64
 2024-11-14 11:15 UTC  (14+ messages)
` [RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
  ` [RFC PATCH v1 04/57] mm/page_alloc: Make page_frag_cache boot-time page size compatible
  ` [RFC PATCH v1 06/57] mm: Remove PAGE_SIZE compile-time constant assumption
    ` [RFC PATCH] mm/slab: Avoid build bug for calls to kmalloc with a large constant
  ` [RFC PATCH v1 11/57] fork: Permit boot-time THREAD_SIZE determination
  ` [RFC PATCH v1 15/57] stackdepot: Remove PAGE_SIZE compile-time constant assumption

[linux-next:fs-current] BUILD SUCCESS 2729727ceaa6340ae436570511e4c2819450cf4e
 2024-11-14 11:12 UTC 

[linux-next:fs-next] BUILD SUCCESS f2b6f8d59c7d6d007e625ebd54ba3dbbdbffa7ff
 2024-11-14 11:10 UTC 

[RFC PATCH v2 02/13] x86/um: nommu: elf loader for fdpic
 2024-11-14 10:41 UTC  (12+ messages)

[PATCH v2] mm/compaction: remove unnecessary detection code
 2024-11-14 10:06 UTC  (6+ messages)

[PATCH 0/7] kernel/cgroups: Add "dev" memory accounting cgroup
 2024-11-14  8:45 UTC  (5+ messages)
` [PATCH 1/7] kernel/cgroup: "

[PATCH v1] mm: zswap: Fix a potential memory leak in zswap_decompress()
 2024-11-14  7:24 UTC  (12+ 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