linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC PATCH 0/7] Block and NMMe PCI use of new DMA mapping API
 2024-10-27 14:21 UTC  (5+ messages)
` [RFC PATCH 1/7] block: share more code for bio addition helpers
` [RFC PATCH 2/7] block: don't merge different kinds of P2P transfers in a single bio
` [RFC PATCH 4/7] blk-mq: add scatterlist-less DMA mapping helpers
` [RFC PATCH 5/7] nvme-pci: remove struct nvme_descriptor

[PATCH 00/18] Provide a new two step DMA mapping API
 2024-10-27 14:21 UTC  (19+ messages)
` [PATCH 01/18] PCI/P2PDMA: refactor the p2pdma mapping helpers
` [PATCH 02/18] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH 03/18] iommu: generalize the batched sync after map interface
` [PATCH 04/18] dma-mapping: Add check if IOVA can be used
` [PATCH 05/18] dma: Provide an interface to allow allocate IOVA
` [PATCH 06/18] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH 07/18] dma-mapping: Implement link/unlink ranges API
` [PATCH 08/18] dma-mapping: add a dma_need_unmap helper
` [PATCH 09/18] docs: core-api: document the IOVA-based API
` [PATCH 10/18] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH 11/18] mm/hmm: provide generic DMA managing logic
` [PATCH 12/18] RDMA/umem: Store ODP access mask information in PFN
` [PATCH 13/18] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH 14/18] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH 15/18] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH 16/18] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH 17/18] vfio/mlx5: Explicitly store page list
` [PATCH 18/18] vfio/mlx5: Convert vfio to use DMA link API

[PATCH hotfix 6.12 v2] mm/mlock: set the correct prev on failure
 2024-10-27 13:32 UTC  (2+ messages)

[PATCH] mm/mlock: set the correct prev on failure
 2024-10-27 12:38 UTC  (4+ messages)

[PATCH v2 0/2] add detect count for hung tasks
 2024-10-27 12:07 UTC  (3+ messages)
` [PATCH v2 1/2] hung_task: "
` [PATCH v2 2/2] hung_task: add docs for hung_task_detect_count

[BUG] ZSwap leaks memory upon being disabled
 2024-10-27 11:28 UTC  (13+ messages)

FOSDEM 2025: Kernel Devroom CfP
 2024-10-27  8:13 UTC 

[PATCH hotfix 1/2] mm/thp: fix deferred split queue not partially_mapped
 2024-10-27  7:07 UTC  (14+ messages)
` [PATCH hotfix 2/2] mm/thp: fix deferred split unqueue naming and locking

[PATCH v2] memcg: workingset: remove folio_memcg_rcu usage
 2024-10-27  6:55 UTC  (2+ messages)

[PATCH RFC] mm: count zeromap read and set for swapout and swapin
 2024-10-27  2:45 UTC  (2+ messages)

[linux-next:master 6626/7183] ld.lld: error: undefined symbol: __get_vm_area_node
 2024-10-27  1:11 UTC 

[PATCH RFC] mm: mitigate large folios usage and swap thrashing for nearly full memcg
 2024-10-27  0:14 UTC 

[PATCH -next] memcg: factor out mem_cgroup_stat_aggregate()
 2024-10-26 23:12 UTC  (2+ messages)

[PATCH] memcg: workingset: remove folio_memcg_rcu usage
 2024-10-26 16:34 UTC  (3+ messages)

[PATCH v1 0/6] memcg-v1: fully deprecate charge moving
 2024-10-26 15:26 UTC  (15+ messages)
` [PATCH v1 3/6] memcg-v1: no need for memcg locking for dirty tracking
` [PATCH v1 4/6] memcg-v1: no need for memcg locking for writeback tracking
` [PATCH v1 5/6] memcg-v1: no need for memcg locking for MGLRU
` [PATCH v1 6/6] memcg-v1: remove memcg move locking code

[linux-next:fs-next] BUILD SUCCESS 7466aac4b8b9a33dddbc443ca7a2c4e4fb709189
 2024-10-26 14:24 UTC 

[PATCH v2] mm: shmem: fallback to page size splice if large folio has poisoned pages
 2024-10-26 13:51 UTC 

[PATCH v6] mm/vmscan: wake up flushers conditionally to avoid cgroup OOM
 2024-10-26 11:57 UTC 

[PATCH] mm/show_mem: Use str_yes_no() helper in show_free_areas()
 2024-10-26 10:35 UTC 

[PATCH v14 00/14] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-10-26 10:35 UTC  (13+ messages)
` [PATCH v14 04/14] cxl: Add Get Supported Features command for kernel usage
` [PATCH v14 05/14] cxl/mbox: Add GET_FEATURE mailbox command
` [PATCH v14 06/14] cxl/mbox: Add SET_FEATURE "
` [PATCH v14 07/14] cxl/memfeature: Add CXL memory device patrol scrub control feature
` [PATCH v14 08/14] cxl/memfeature: Add CXL memory device ECS "
` [PATCH v14 09/14] ACPI:RAS2: Add ACPI RAS2 driver
` [PATCH v14 10/14] ras: mem: Add memory "
` [PATCH v14 11/14] EDAC: Add memory repair control feature
` [PATCH v14 12/14] cxl/mbox: Add support for PERFORM_MAINTENANCE mailbox command
` [PATCH v14 13/14] cxl/memfeature: Add CXL memory device sPPR control feature
` [PATCH v14 14/14] cxl/memfeature: Add CXL memory device memory sparing "

[PATCH v3 0/5] fix error handling in mmap_region() and refactor
 2024-10-26 10:34 UTC  (7+ messages)
` [PATCH v3 4/5] mm: remove unnecessary reset state logic on merge new VMA
` [PATCH v3 5/5] mm: defer second attempt at merge on mmap()

[PATCH] mm: add per-order mTHP swpin counters
 2024-10-26  8:24 UTC 

[PATCH v3 0/5] implement lightweight guard pages
 2024-10-26  7:42 UTC  (20+ messages)
` [PATCH v3 1/5] mm: pagewalk: add the ability to install PTEs
` [PATCH v3 3/5] mm: madvise: implement lightweight guard page mechanism

[PATCH net-next v3 3/3] page_pool: fix IOMMU crash when driver has already unbound
 2024-10-26  7:33 UTC  (9+ messages)

[PATCH v6 0/5] introduce PIDFD_SELF* sentinels
 2024-10-26  7:25 UTC  (5+ messages)
` [PATCH v6 1/5] pidfd: extend pidfd_get_pid() and de-duplicate pid lookup
` [PATCH v6 3/5] tools: testing: separate out wait_for_pid() into helper header
` [PATCH v6 4/5] selftests: pidfd: add pidfd.h UAPI wrapper
` [PATCH v6 5/5] selftests: pidfd: add tests for PIDFD_SELF_*

[PATCH v1 00/14] futex: More futex2 bits
 2024-10-26  7:21 UTC  (6+ messages)
` [PATCH v1 11/14] futex: Implement FUTEX2_NUMA

[RFC PATCH v1 00/57] Boot-time page size selection for arm64
 2024-10-26  6:54 UTC  (4+ messages)
` [RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
  ` [RFC PATCH v1 20/57] crypto: Remove PAGE_SIZE compile-time constant assumption

[PATCH v14 3/3] ACPI: APEI: handle synchronous exceptions in task work
 2024-10-26  6:46 UTC  (4+ messages)

[PATCH 0/2 v2] memcg: tracepoint for flushing stats
 2024-10-26  6:36 UTC  (4+ messages)
` [PATCH 1/2 v2] memcg: add memcg flush tracepoint event
` [PATCH 2/2 v2] memcg: use memcg flush tracepoint

Pmemfs/guestmemfs discussion recap and open questions
 2024-10-26  6:07 UTC  (2+ messages)

[PATCH] mm: krealloc: Fix MTE false alarm in __do_krealloc
 2024-10-26  5:46 UTC  (2+ messages)

[PATCH v2 1/2] mm: use aligned address in clear_gigantic_page()
 2024-10-26  5:43 UTC  (2+ messages)
` [PATCH v2 2/2] mm: use aligned address in copy_user_gigantic_page()

[PATCH mm-unstable v2] mm/page_alloc: keep track of free highatomic
 2024-10-26  5:35 UTC  (4+ messages)

[PATCH v5 3/7] Change the symbols order when --ffunction-sections is enabled
 2024-10-26  5:17 UTC  (4+ messages)

[PATCH] mm: shmem: fallback to page size splice if large folio has poisoned subpages
 2024-10-26  4:01 UTC  (5+ messages)

[linux-next:master 6626/7183] riscv32-linux-ld: mm/execmem.c:380:undefined reference to `__get_vm_area_node'
 2024-10-26  2:37 UTC 

[PATCH resend 1/2] mm: always use base address when clear gigantic page
 2024-10-26  1:34 UTC  (3+ messages)

[PATCH] mm/page-writeback: Raise wb_thresh to prevent write blocking with strictlimit
 2024-10-26  0:02 UTC  (3+ messages)

[PATCH v4 00/17] Introduce a store type enum for the Maple tree
 2024-10-25 23:58 UTC  (5+ messages)
` [PATCH v4 16/17] maple_tree: remove unneeded mas_wr_walk() in mas_store_prealloc()

[linux-next:master] BUILD REGRESSION a39230ecf6b3057f5897bc4744a790070cfbe7a8
 2024-10-25 23:10 UTC 

[PATCH v2 0/2] fuse: remove extra page copies in writeback
 2024-10-25 22:40 UTC  (20+ messages)
` [PATCH v2 2/2] fuse: remove tmp folio for writebacks and internal rb tree

[linux-next:fs-current] BUILD SUCCESS 3eb36688ea36a6ef531a52bd837c3e04b92ec564
 2024-10-25 22:23 UTC 

[PATCH v5 0/5] introduce PIDFD_SELF* sentinels
 2024-10-25 22:17 UTC  (11+ messages)
` [PATCH v5 2/5] pidfd: add PIDFD_SELF_* sentinels to refer to own thread/process

[PATCH v6 00/33] riscv control-flow integrity for usermode
 2024-10-25 21:58 UTC  (3+ messages)
` [PATCH v6 07/33] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)

[PATCH 0/6] futex: The remaining futex2 bits
 2024-10-25 21:23 UTC  (5+ messages)
` [PATCH 2/6] futex: Implement FUTEX2_NUMA

[PATCH v2 0/6] Split list_lru lock into per-cgroup scope
 2024-10-25 21:13 UTC  (3+ messages)
` [PATCH v2 5/6] mm/list_lru: split the lock to "

[PATCH v2 00/31] netfs: Read performance improvements and "single-blob" support
 2024-10-25 20:39 UTC  (32+ messages)
` [PATCH v2 01/31] netfs: Remove call to folio_index()
` [PATCH v2 02/31] netfs: Fix a few minor bugs in netfs_page_mkwrite()
` [PATCH v2 03/31] netfs: Remove unnecessary references to pages
` [PATCH v2 04/31] netfs: Use a folio_queue allocation and free functions
` [PATCH v2 05/31] netfs: Add a tracepoint to log the lifespan of folio_queue structs
` [PATCH v2 06/31] netfs: Abstract out a rolling folio buffer implementation
` [PATCH v2 07/31] netfs: Make netfs_advance_write() return size_t
` [PATCH v2 08/31] netfs: Split retry code out of fs/netfs/write_collect.c
` [PATCH v2 09/31] netfs: Drop the error arg from netfs_read_subreq_terminated()
` [PATCH v2 10/31] netfs: Drop the was_async "
` [PATCH v2 11/31] netfs: Don't use bh spinlock
` [PATCH v2 12/31] afs: Don't use mutex for I/O operation lock
` [PATCH v2 13/31] afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY
` [PATCH v2 14/31] afs: Fix directory format encoding struct
` [PATCH v2 15/31] netfs: Remove some extraneous directory invalidations
` [PATCH v2 16/31] cachefiles: Add some subrequest tracepoints
` [PATCH v2 17/31] cachefiles: Add auxiliary data trace
` [PATCH v2 18/31] afs: Add more tracepoints to do with tracking validity
` [PATCH v2 19/31] netfs: Add functions to build/clean a buffer in a folio_queue
` [PATCH v2 20/31] netfs: Add support for caching single monolithic objects such as AFS dirs
` [PATCH v2 21/31] afs: Make afs_init_request() get a key if not given a file
` [PATCH v2 22/31] afs: Use netfslib for directories
` [PATCH v2 23/31] afs: Use netfslib for symlinks, allowing them to be cached
` [PATCH v2 24/31] afs: Eliminate afs_read
` [PATCH v2 25/31] afs: Make {Y,}FS.FetchData an asynchronous operation
` [PATCH v2 26/31] netfs: Change the read result collector to only use one work item
` [PATCH v2 27/31] afs: Make afs_mkdir() locally initialise a new directory's content
` [PATCH v2 28/31] afs: Use the contained hashtable to search a directory
` [PATCH v2 29/31] afs: Locally initialise the contents of a new symlink on creation
` [PATCH v2 30/31] afs: Add a tracepoint for afs_read_receive()
` [PATCH v2 31/31] netfs: Report on NULL folioq in netfs_writeback_unlock_folios()

[RFC PATCH v3 0/4] Support large folios for tmpfs
 2024-10-25 20:21 UTC  (13+ messages)

[rppt-memblock:for-next] BUILD SUCCESS c404f7bfe175730b83e0f5fe5822a02509800b9c
 2024-10-25 20:15 UTC 

[PATCH 0/3] mm/vma: miss to restore vmi.index on expansion failure
 2024-10-25 20:14 UTC  (3+ messages)

[linux-next:pending-fixes] BUILD REGRESSION a06df994e3b96f0f6b97e5d2679c41f60d182bbe
 2024-10-25 20:13 UTC 

[syzbot] [mm?] WARNING in get_taint (2)
 2024-10-25 19:50 UTC 

[PATCH v3] Avoid memory barrier in read_seqcount() through load acquire
 2024-10-25 19:30 UTC  (9+ messages)

[linux-next:pending-fixes 301/373] mm/vmscan.c:3498: undefined reference to `pmdp_test_and_clear_young'
 2024-10-25 19:21 UTC  (2+ messages)

[RFC 0/4] mm: zswap: add support for zswapin of large folios
 2024-10-25 19:10 UTC  (7+ messages)
` [RFC 1/4] mm/zswap: skip swapcache for swapping in zswap pages

[PATCH for-next 3/7] selftests/mm: Add a few missing gitignore files
 2024-10-25 19:10 UTC  (2+ messages)

[PATCH 0/2] memcg: tracepoint for flushing stats
 2024-10-25 18:26 UTC  (8+ messages)
` [PATCH 2/2] memcg: use memcg flush tracepoint

[PATCH v1 0/6] mm/arm64: re-enable HVO
 2024-10-25 17:31 UTC  (6+ messages)
` [PATCH v1 3/6] irqchip/gic-v3: support SGI broadcast

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox