[PATCH 00/22] Converge on using secs_to_jiffies()
2024-11-15 21:22 UTC (3+ messages)
` [PATCH 01/22] netfilter: conntrack: Cleanup timeout definitions
` [PATCH 02/22] coccinelle: misc: Add secs_to_jiffies script
[PATCH v2 00/13] zswap IAA compress batching
2024-11-15 21:16 UTC (4+ messages)
` [PATCH v2 01/13] crypto: acomp - Define two new interfaces for compress/decompress batching
[PATCH v1] mm: zswap: Fix a potential memory leak in zswap_decompress()
2024-11-15 21:12 UTC (13+ messages)
[LSF/MM/BPF TOPIC] Measuring limits and enhancing buffered IO
2024-11-15 20:42 UTC (13+ messages)
[PATCH 0/5] Track node vacancy to reduce worst case allocation counts
2024-11-15 20:34 UTC (10+ 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 v4 00/33] netfs: Read performance improvements and "single-blob" support
2024-11-15 20:32 UTC (7+ messages)
` [PATCH v4 07/33] netfs: Abstract out a rolling folio buffer implementation
` [PATCH v4 23/33] afs: Use netfslib for directories
` [PATCH v4 28/33] netfs: Change the read result collector to only use one work item
[PATCH 1/2] mm: swap_cgroup: allocate swap_cgroup map using vcalloc()
2024-11-15 20:19 UTC (4+ messages)
` [PATCH 2/2] mm: swap_cgroup: get rid of __lookup_swap_cgroup()
[PATCH v4 0/6] fuse: remove temp page copies in writeback
2024-11-15 20:17 UTC (13+ messages)
` [PATCH v4 1/6] mm: add AS_WRITEBACK_MAY_BLOCK mapping flag
` [PATCH v4 6/6] fuse: remove tmp folio for writebacks and internal rb tree
[PATCH RFC v3 0/2] mm: Refactor KVM guest_memfd to introduce guestmem library
2024-11-15 20:13 UTC (6+ messages)
` [PATCH RFC v3 1/2] KVM: guest_memfd: Convert .free_folio() to .release_folio()
[PATCH 6.1.y 0/4] fix error handling in mmap_region() and refactor (hotfixes)
2024-11-15 20:09 UTC (10+ 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 6.6.y 0/5] fix error handling in mmap_region() and refactor (hotfixes)
2024-11-15 20:09 UTC (8+ 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] docs/mm: add more warnings around page table access
2024-11-15 19:04 UTC (3+ messages)
[PATCH RESEND] mm/damon: fix order of arguments in damos_before_apply tracepoint
2024-11-15 18:20 UTC
[RFC PATCH v3 0/6] Direct Map Removal for guest_memfd
2024-11-15 17:23 UTC (11+ messages)
[PATCH v8 00/19] fanotify: add pre-content hooks
2024-11-15 15:59 UTC (21+ 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
[PATCH -next] mm/ksm: Add missing IS_ERR_OR_NULL check for stable_tree_search()
2024-11-15 15:52 UTC (4+ messages)
[PATCH v2 0/5] Support large folios for tmpfs
2024-11-15 15:44 UTC (14+ 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 "
[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 (11+ messages)
` [PATCH v3 4/9] mm: introduce skip_none_ptes()
[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 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 1/1] sched/numa: Fix memory leak due to the overwritten vma->numab_state
2024-11-15 11:02 UTC
[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 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
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 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 (8+ messages)
[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 (2+ messages)
` [PATCH net-next v1 09/10] net: replace page_frag with page_frag_cache
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox