[PATCH 1/1] sched/numa: Fix memory leak due to the overwritten vma->numab_state
2024-11-08 20:50 UTC (3+ messages)
[PATCH v1 00/17] Provide a new two step DMA mapping API
2024-11-08 20:27 UTC (17+ messages)
` [PATCH v1 09/17] docs: core-api: document the IOVA-based API
[PATCH v3 00/13] zswap IAA compress batching
2024-11-08 20:23 UTC (21+ messages)
` [PATCH v3 08/13] mm: zswap: acomp_ctx mutex lock/unlock optimizations
` [PATCH v3 09/13] mm: zswap: Modify struct crypto_acomp_ctx to be configurable in nr of acomp_reqs
` [PATCH v3 10/13] mm: zswap: Add a per-cpu "acomp_batch_ctx" to struct zswap_pool
` [PATCH v3 11/13] mm: zswap: Allocate acomp_batch_ctx resources for a given zswap_pool
` [PATCH v3 12/13] mm: Add sysctl vm.compress-batching switch for compress batching during swapout
` [PATCH v3 13/13] mm: zswap: Compress batching with Intel IAA in zswap_store() of large folios
[PATCHSET v4] Uncached buffered IO
2024-11-08 20:18 UTC (29+ messages)
` [PATCH 01/13] mm/filemap: change filemap_create_folio() to take a struct kiocb
` [PATCH 02/13] mm/readahead: add folio allocation helper
` [PATCH 03/13] mm: add PG_uncached page flag
` [PATCH 04/13] mm/readahead: add readahead_control->uncached member
` [PATCH 05/13] mm/filemap: use page_cache_sync_ra() to kick off read-ahead
` [PATCH 06/13] mm/truncate: make invalidate_complete_folio2() public
` [PATCH 07/13] fs: add FOP_UNCACHED flag
` [PATCH 08/13] fs: add read support for RWF_UNCACHED
` [PATCH 09/13] mm: drop uncached pages when writeback completes
` [PATCH 10/13] mm/filemap: make buffered writes work with RWF_UNCACHED
` [PATCH 11/13] iomap: "
` [PATCH 12/13] ext4: flag as supporting FOP_UNCACHED
` [PATCH 13/13] xfs: "
[PATCH v2 0/7] synchronously scan and reclaim empty user PTE pages
2024-11-08 20:09 UTC (16+ messages)
` [PATCH v2 1/7] mm: khugepaged: retract_page_tables() use pte_offset_map_rw_nolock()
` [PATCH v2 3/7] mm: introduce do_zap_pte_range()
` [PATCH v2 5/7] mm: pgtable: try to reclaim empty PTE page in madvise(MADV_DONTNEED)
` [PATCH v2 6/7] x86: mm: free page table pages by RCU instead of semi RCU
[PATCH v6 0/2] Rust support for mm_struct, vm_area_struct, and mmap for miscdevice
2024-11-08 20:05 UTC (4+ messages)
` [PATCH v6 1/2] rust: mm: add abstractions for mm_struct and vm_area_struct
kmemleak reports related to napi_get_frags_check
2024-11-08 19:40 UTC
[RFC PATCH v1 00/10] mm: Introduce and use folio_owner_ops
2024-11-08 19:33 UTC (13+ messages)
` [RFC PATCH v1 01/10] mm/hugetlb: rename isolate_hugetlb() to folio_isolate_hugetlb()
` [RFC PATCH v1 02/10] mm/migrate: don't call folio_putback_active_hugetlb() on dst hugetlb folio
` [RFC PATCH v1 03/10] mm/hugetlb: rename "folio_putback_active_hugetlb()" to "folio_putback_hugetlb()"
` [RFC PATCH v1 04/10] mm/hugetlb-cgroup: convert hugetlb_cgroup_css_offline() to work on folios
` [RFC PATCH v1 05/10] mm/hugetlb: use folio->lru int demote_free_hugetlb_folios()
` [RFC PATCH v1 06/10] mm/hugetlb: use separate folio->_hugetlb_list for hugetlb-internals
` [RFC PATCH v1 07/10] mm: Introduce struct folio_owner_ops
` [RFC PATCH v1 08/10] mm: Use getters and setters to access page pgmap
` [RFC PATCH v1 09/10] mm: Use owner_ops on folio_put for zone device pages
` [RFC PATCH v1 10/10] mm: hugetlb: Use owner_ops on folio_put for hugetlb
[RFC PATCH 0/4] memory tiering fairness by per-cgroup control of promotion and demotion
2024-11-08 19:01 UTC (2+ messages)
[PATCH v3 0/4] scftorture: Avoid kfree from IRQ context
2024-11-08 19:01 UTC (9+ messages)
` [PATCH v3 1/4] scftorture: Avoid additional div operation
` [PATCH v3 2/4] scftorture: Wait until scf_cleanup_handler() completes
` [PATCH v3 3/4] scftorture: Move memory allocation outside of preempt_disable region
` [PATCH v3 4/4] scftorture: Use a lock-less list to free memory
[PATCH v4 0/6] fuse: remove temp page copies in writeback
2024-11-08 19:00 UTC (11+ messages)
` [PATCH v4 1/6] mm: add AS_WRITEBACK_MAY_BLOCK mapping flag
` [PATCH v4 2/6] mm: skip reclaiming folios in legacy memcg writeback contexts that may block
` [PATCH v4 3/6] fs/writeback: in wait_sb_inodes(), skip wait for AS_WRITEBACK_MAY_BLOCK mappings
` [PATCH v4 4/6] mm/memory-hotplug: add finite retries in offline_pages() if migration fails
` [PATCH v4 5/6] mm/migrate: skip migrating folios under writeback with AS_WRITEBACK_MAY_BLOCK mappings
` [PATCH v4 6/6] fuse: remove tmp folio for writebacks and internal rb tree
[PATCH] lib/alloc_tag: Remove the sysctl configuration to prevent users from disabling it at runtime
2024-11-08 18:16 UTC (2+ messages)
[PATCH 0/3] mm,TPP: Enable promotion of unmapped pagecache
2024-11-08 18:00 UTC (6+ messages)
slab warning: kmem_cache of name 'dm_bufio_buffer' already exists
2024-11-08 17:43 UTC (14+ messages)
[GIT PULL] slab fix for 6.12-rc7
2024-11-08 17:39 UTC (2+ messages)
[PATCH v4 00/33] netfs: Read performance improvements and "single-blob" support
2024-11-08 17:32 UTC (34+ messages)
` [PATCH v4 01/33] kheaders: Ignore silly-rename files
` [PATCH v4 02/33] netfs: Remove call to folio_index()
` [PATCH v4 03/33] netfs: Fix a few minor bugs in netfs_page_mkwrite()
` [PATCH v4 04/33] netfs: Remove unnecessary references to pages
` [PATCH v4 05/33] netfs: Use a folio_queue allocation and free functions
` [PATCH v4 06/33] netfs: Add a tracepoint to log the lifespan of folio_queue structs
` [PATCH v4 07/33] netfs: Abstract out a rolling folio buffer implementation
` [PATCH v4 08/33] netfs: Make netfs_advance_write() return size_t
` [PATCH v4 09/33] netfs: Split retry code out of fs/netfs/write_collect.c
` [PATCH v4 10/33] netfs: Drop the error arg from netfs_read_subreq_terminated()
` [PATCH v4 11/33] netfs: Drop the was_async "
` [PATCH v4 12/33] netfs: Don't use bh spinlock
` [PATCH v4 13/33] afs: Don't use mutex for I/O operation lock
` [PATCH v4 14/33] afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY
` [PATCH v4 15/33] afs: Fix directory format encoding struct
` [PATCH v4 16/33] netfs: Remove some extraneous directory invalidations
` [PATCH v4 17/33] cachefiles: Add some subrequest tracepoints
` [PATCH v4 18/33] cachefiles: Add auxiliary data trace
` [PATCH v4 19/33] afs: Add more tracepoints to do with tracking validity
` [PATCH v4 20/33] netfs: Add functions to build/clean a buffer in a folio_queue
` [PATCH v4 21/33] netfs: Add support for caching single monolithic objects such as AFS dirs
` [PATCH v4 22/33] afs: Make afs_init_request() get a key if not given a file
` [PATCH v4 23/33] afs: Use netfslib for directories
` [PATCH v4 24/33] afs: Use netfslib for symlinks, allowing them to be cached
` [PATCH v4 25/33] afs: Eliminate afs_read
` [PATCH v4 26/33] afs: Fix cleanup of immediately failed async calls
` [PATCH v4 27/33] afs: Make {Y,}FS.FetchData an asynchronous operation
` [PATCH v4 28/33] netfs: Change the read result collector to only use one work item
` [PATCH v4 29/33] afs: Make afs_mkdir() locally initialise a new directory's content
` [PATCH v4 30/33] afs: Use the contained hashtable to search a directory
` [PATCH v4 31/33] afs: Locally initialise the contents of a new symlink on creation
` [PATCH v4 32/33] afs: Add a tracepoint for afs_read_receive()
` [PATCH v4 33/33] netfs: Report on NULL folioq in netfs_writeback_unlock_folios()
[RFC PATCH 0/4] Add fbind() and NUMA mempolicy support for KVM guest_memfd
2024-11-08 17:31 UTC (6+ messages)
[PATCH v3 28/33] netfs: Change the read result collector to only use one work item
2024-11-08 17:23 UTC (4+ messages)
` [PATCH v3 00/33] netfs: Read performance improvements and "single-blob" support
` [PATCH v3 23/33] afs: Use netfslib for directories
[PATCH 6.6 00/28] fix CVE-2024-46701
2024-11-08 17:03 UTC (8+ messages)
[PATCH v15 00/15] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
2024-11-08 16:59 UTC (14+ messages)
` [PATCH v15 01/15] EDAC: Add support for EDAC device features control
` [PATCH v15 02/15] EDAC: Add scrub control feature
` [PATCH v15 04/15] cxl: Add Get Supported Features command for kernel usage
` [PATCH v15 11/15] EDAC: Add memory repair control feature
` [PATCH v15 14/15] cxl/memfeature: Add CXL memory device memory sparing "
[linux-next:fs-current] BUILD SUCCESS 6eb5109a27ed8698809c3bf5acb5df0a579f0095
2024-11-08 16:25 UTC
[linux-next:pending-fixes] BUILD SUCCESS aded6a2e0817d76cdd8010ea7c0b217b55cbe78b
2024-11-08 15:40 UTC
[PATCH 0/4] Support large folios for tmpfs
2024-11-08 15:30 UTC (9+ messages)
` [PATCH 1/4] mm: factor out the order calculation into a new helper
` [PATCH 2/4] mm: shmem: change shmem_huge_global_enabled() to return huge order bitmap
` [PATCH 3/4] mm: shmem: add large folio support for tmpfs
` [PATCH 4/4] docs: tmpfs: update the huge folios policy for tmpfs and shmem
[PATCH 0/3] Introduce acctmem
2024-11-08 15:06 UTC (3+ messages)
` [PATCH 2/3] mm: Simplify split_page_memcg()
[PATCH v6 0/5] introduce PIDFD_SELF* sentinels
2024-11-08 14:28 UTC (6+ messages)
` [PATCH v6 2/5] pidfd: add PIDFD_SELF_* sentinels to refer to own thread/process
[PATCH v2] mm/readahead: Fix large folio support in async readahead
2024-11-08 14:17 UTC
[PATCH] selftests: hugetlb_dio: Check for initial conditions to skip in the start
2024-11-08 14:13 UTC (4+ messages)
[PATCH v2] docs/mm: add VMA locks documentation
2024-11-08 13:57 UTC
[PATCH] docs/mm: add VMA locks documentation
2024-11-08 12:34 UTC (8+ messages)
[linux-next:fs-next] BUILD SUCCESS 9de5765e47288aa4a9969ac05aad1906df695677
2024-11-08 11:41 UTC
[RFC PATCH v3 0/6] Direct Map Removal for guest_memfd
2024-11-08 10:36 UTC (3+ messages)
[PATCH v2 0/3] scftorture: Avoid kfree from IRQ context
2024-11-08 10:32 UTC (5+ messages)
` [PATCH v2 3/3] scftorture: Use a lock-less list to free memory
[PATCH] mm: Fix __wp_page_copy_user fallback path for remote mm
2024-11-08 9:55 UTC (6+ messages)
[ISSUE] split_folio() and dirty IOMAP folios
2024-11-08 9:11 UTC (5+ messages)
[PATCH net-next v3 6/9] ice: use <linux/packing.h> for Tx and Rx queue context data
2024-11-08 8:08 UTC
[PATCH net-next v3 3/9] lib: packing: add pack_fields() and unpack_fields()
2024-11-08 7:47 UTC
[PATCH RFC v2 0/2] mTHP-friendly compression in zsmalloc and zram based on multi-pages
2024-11-08 6:51 UTC (3+ messages)
[syzbot] [mm?] BUG: stack guard page was hit in v9fs_file_read_iter
2024-11-08 3:40 UTC (2+ messages)
` [PATCH] netfs: If didn't read new data then abandon retry
[PATCH 0/4] maple_tree: current split may result in deficient node
2024-11-08 3:19 UTC (11+ messages)
` [PATCH 1/4] "
` [PATCH 3/4] maple_tree: use the correct min to calculate split
[linux-next:master] BUILD REGRESSION 74741a050b79d31d8d2eeee12c77736596d0a6b2
2024-11-08 1:06 UTC
[PATCH net-next v23 0/7] Replace page_frag with page_frag_cache (Part-1)
2024-11-08 0:02 UTC (3+ messages)
[PATCH v3 0/6] fuse: remove temp page copies in writeback
2024-11-07 23:35 UTC (3+ messages)
` [PATCH v3 6/6] fuse: remove tmp folio for writebacks and internal rb tree
[PATCH] mm: export copy_to_kernel_nofault
2024-11-07 22:29 UTC (7+ messages)
[PATCH v3 23/33] afs: Use netfslib for directories
2024-11-06 12:35 UTC
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