linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v3 00/59] netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib
 2023-12-07 21:21 UTC  (39+ messages)
` [PATCH v3 01/59] netfs, fscache: Move fs/fscache/* into fs/netfs/
` [PATCH v3 02/59] netfs, fscache: Combine fscache with netfs
` [PATCH v3 03/59] netfs, fscache: Remove ->begin_cache_operation
` [PATCH v3 04/59] netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink
` [PATCH v3 05/59] netfs: Move pinning-for-writeback from fscache to netfs
` [PATCH v3 06/59] netfs: Add a procfile to list in-progress requests
` [PATCH v3 07/59] netfs: Allow the netfs to make the io (sub)request alloc larger
` [PATCH v3 08/59] netfs: Add a ->free_subrequest() op
` [PATCH v3 09/59] afs: Don't use folio->private to record partial modification
` [PATCH v3 10/59] netfs: Provide invalidate_folio and release_folio calls
` [PATCH v3 11/59] netfs: Implement unbuffered/DIO vs buffered I/O locking
` [PATCH v3 12/59] netfs: Add iov_iters to (sub)requests to describe various buffers
` [PATCH v3 13/59] netfs: Add support for DIO buffering
` [PATCH v3 14/59] netfs: Provide tools to create a buffer in an xarray
` [PATCH v3 15/59] netfs: Add bounce buffering support
` [PATCH v3 16/59] netfs: Add func to calculate pagecount/size-limited span of an iterator
` [PATCH v3 17/59] netfs: Limit subrequest by size or number of segments
` [PATCH v3 18/59] netfs: Export netfs_put_subrequest() and some tracepoints
` [PATCH v3 19/59] netfs: Extend the netfs_io_*request structs to handle writes
` [PATCH v3 20/59] netfs: Add a hook to allow tell the netfs to update its i_size
` [PATCH v3 21/59] netfs: Make netfs_put_request() handle a NULL pointer
` [PATCH v3 22/59] netfs: Make the refcounting of netfs_begin_read() easier to use
` [PATCH v3 23/59] netfs: Prep to use folio->private for write grouping and streaming write
` [PATCH v3 24/59] netfs: Dispatch write requests to process a writeback slice
` [PATCH v3 25/59] netfs: Provide func to copy data to pagecache for buffered write
` [PATCH v3 26/59] netfs: Make netfs_read_folio() handle streaming-write pages
` [PATCH v3 27/59] netfs: Allocate multipage folios in the writepath
` [PATCH v3 28/59] netfs: Implement support for unbuffered/DIO read
` [PATCH v3 29/59] netfs: Implement unbuffered/DIO write support
` [PATCH v3 30/59] netfs: Implement buffered write API
` [PATCH v3 31/59] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite()
` [PATCH v3 32/59] netfs: Provide netfs_file_read_iter()
` [PATCH v3 33/59] netfs, cachefiles: Pass upper bound length to allow expansion
` [PATCH v3 34/59] netfs: Provide a writepages implementation
` [PATCH v3 35/59] netfs: Provide minimum blocksize parameter
` [PATCH v3 36/59] netfs: Make netfs_skip_folio_read() take account of blocksize
` [PATCH v3 37/59] netfs: Perform content encryption
` [PATCH v3 38/59] netfs: Decrypt encrypted content

[PATCH] maple_tree: Fix mas_prev() state separation code
 2023-12-07 21:04 UTC  (2+ messages)

[PATCH] block: Remove special-casing of compound pages
 2023-12-07 21:04 UTC  (2+ messages)

[PATCH v6] zswap: memcontrol: implement zswap writeback disabling
 2023-12-07 19:26 UTC  (2+ messages)

[PATCH] drm/amdkfd: Fix sparse __rcu annotation warnings
 2023-12-07 19:14 UTC  (2+ messages)

[PATCH V2 0/1] Add swappiness argument to memory.reclaim
 2023-12-07 19:00 UTC  (3+ messages)
` [PATCH 1/1] mm: add swapiness= arg "

[PATCH 0/1] Add swappiness argument to memory.reclaim
 2023-12-07 18:57 UTC  (6+ messages)

[PATCH 0/7] mm/zswap: optimize the scalability of zswap rb-tree
 2023-12-07 18:57 UTC  (13+ messages)
` [PATCH 4/7] mm/zswap: change dstmem size to one page

[PATCH v3] ELF: AT_PAGE_SHIFT_MASK -- supply userspace with available page shifts
 2023-12-07 18:44 UTC 

high kswapd CPU usage with symmetrical swap in/out pattern with multi-gen LRU
 2023-12-07 18:23 UTC  (15+ messages)

[PATCH RFC/RFT 0/4] Remove preventive sfence.vma
 2023-12-07 16:37 UTC  (8+ messages)
` [PATCH RFC/RFT 1/4] riscv: Stop emitting preventive sfence.vma for new vmalloc mappings
` [PATCH RFC/RFT 2/4] riscv: Add a runtime detection of invalid TLB entries caching
` [PATCH RFC/RFT 3/4] riscv: Stop emitting preventive sfence.vma for new userspace mappings
` [PATCH RFC/RFT 4/4] TEMP: riscv: Add debugfs interface to retrieve #sfence.vma

[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-12-07 16:20 UTC  (11+ messages)
` [PATCH v10 14/50] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH v10 15/50] crypto: ccp: Provide API to issue SEV and SNP commands
` [PATCH v10 16/50] x86/sev: Introduce snp leaked pages list

[PATCH v9 00/10] Multi-size THP for anonymous memory
 2023-12-07 16:12 UTC  (11+ messages)
` [PATCH v9 01/10] mm: Allow deferred splitting of arbitrary anon large folios
` [PATCH v9 02/10] mm: Non-pmd-mappable, large folios for folio_add_new_anon_rmap()
` [PATCH v9 03/10] mm: thp: Introduce multi-size THP sysfs interface
` [PATCH v9 04/10] mm: thp: Support allocation of anonymous multi-size THP
` [PATCH v9 05/10] selftests/mm/kugepaged: Restore thp settings at exit
` [PATCH v9 06/10] selftests/mm: Factor out thp settings management
` [PATCH v9 07/10] selftests/mm: Support multi-size THP interface in thp_settings
` [PATCH v9 08/10] selftests/mm/khugepaged: Enlighten for multi-size THP
` [PATCH v9 09/10] selftests/mm/cow: Generalize do_run_with_thp() helper
` [PATCH v9 10/10] selftests/mm/cow: Add tests for anonymous multi-size THP

[PATCH v8 00/10] Multi-size THP for anonymous memory
 2023-12-07 15:50 UTC  (24+ messages)
` [PATCH v8 03/10] mm: thp: Introduce multi-size THP sysfs interface
` [PATCH v8 04/10] mm: thp: Support allocation of anonymous multi-size THP

[PATCH v3 00/25] Permission Overlay Extension
 2023-12-07 15:44 UTC  (17+ messages)
` [PATCH v3 04/25] arm64: disable trapping of POR_EL0 to EL2
` [PATCH v3 05/25] arm64: context switch POR_EL0 register
` [PATCH v3 07/25] arm64: enable the Permission Overlay Extension for EL0
` [PATCH v3 09/25] arm64: define VM_PKEY_BIT* for arm64
` [PATCH v3 10/25] arm64: mask out POIndex when modifying a PTE
` [PATCH v3 11/25] arm64: enable ARCH_HAS_PKEYS on arm64

[RFC PATCH 00/11] mempolicy2, mbind2, and weighted interleave
 2023-12-07 15:43 UTC  (14+ messages)
` [RFC PATCH 01/11] mm/mempolicy: implement the sysfs-based weighted_interleave interface
` [RFC PATCH 02/11] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving
` [RFC PATCH 03/11] mm/mempolicy: refactor sanitize_mpol_flags for reuse
` [RFC PATCH 04/11] mm/mempolicy: create struct mempolicy_args for creating new mempolicies
` [RFC PATCH 05/11] mm/mempolicy: refactor kernel_get_mempolicy for code re-use
` [RFC PATCH 06/11] mm/mempolicy: allow home_node to be set by mpol_new
` [RFC PATCH 07/11] mm/mempolicy: add userland mempolicy arg structure
` [RFC PATCH 08/11] mm/mempolicy: add set_mempolicy2 syscall
` [RFC PATCH 10/11] mm/mempolicy: add the mbind2 syscall
` [RFC PATCH 11/11] mm/mempolicy: extend set_mempolicy2 and mbind2 to support weighted interleave

[PATCH 0/5] riscv: Use READ_ONCE()/WRITE_ONCE() for pte accesses
 2023-12-07 15:34 UTC  (2+ messages)

[PATCH] mm: fix VMA heap bounds checking
 2023-12-07 15:25 UTC 

[PATCH v3] ELF: document some de-facto PT_* ABI quirks
 2023-12-07 15:03 UTC  (2+ messages)

[RFC PATCH 00/86] Make the kernel preemptible
 2023-12-07 14:22 UTC  (11+ messages)
` [RFC PATCH 48/86] rcu: handle quiescent states for PREEMPT_RCU=n

[PATCH -RFC 0/2] mm/ext4: avoid data corruption when extending DIO write race with buffered read
 2023-12-07 14:15 UTC  (12+ messages)

[PATCH] mm: do not protect VMA lock object in vma_end_read()
 2023-12-07 14:00 UTC 

[RFC PATCH 47/86] rcu: select PREEMPT_RCU if PREEMPT
 2023-12-07 13:44 UTC  (11+ messages)

[PATCH v6 0/5] mm/gup: Introduce memfd_pin_user_pages() for pinning memfd pages (v6)
 2023-12-07 13:35 UTC  (9+ messages)
` [PATCH v6 3/5] "

[PATCH] memblock: Return NUMA_NO_NODE instead of -1 to improve code readability
 2023-12-07 13:10 UTC 

[PATCH] lib/string: shrink lib/string.i via IWYU
 2023-12-07 12:55 UTC  (2+ messages)

[linux-next:master 5474/5882] fs/ntfs3/ntfs.h:530:1: error: static assertion failed due to requirement 'sizeof(struct ATTR_LIST_ENTRY) == 32': sizeof(struct ATTR_LIST_ENTRY) == 0x20
 2023-12-07 12:44 UTC 

[linux-next:master 5087/5882] drivers/perf/riscv_pmu_sbi.c:1008:35: error: initialization of 'int (*)(const struct ctl_table *, int, void *, size_t *, loff_t *)' {aka 'int (*)(const struct ctl_table *, int, void *, unsigned int *, long long int *)'} from incompatible pointer type 'i
 2023-12-07 12:34 UTC 

[PATCH net-next 2/6] page_frag: unify gfp bit for order 3 page allocation
 2023-12-07 11:27 UTC  (5+ messages)
` [PATCH net-next 5/6] net: introduce page_frag_cache_drain()

[PATCH 0/1] mm/khugepaged: map anonymous pte-mapped THPs by pmds
 2023-12-07 10:37 UTC  (6+ messages)
` [PATCH v2 0/2] attempt to "
  ` [PATCH v2 1/2] mm/khugepaged: "
  ` [PATCH v2 2/2] mm/khugepaged: add case for mapping "

[RFC V3 PATCH] arm64: mm: swap: save and restore mte tags for large folios
 2023-12-07 10:03 UTC  (20+ messages)

[PATCH v3 0/4] mm: convert to vma_is_initial_heap/stack()
 2023-12-07  9:23 UTC  (7+ messages)
` [PATCH v3 3/4] selinux: use vma_is_initial_stack() and vma_is_initial_heap()

drivers/net/ethernet/freescale/ucc_geth.c:2167:17: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-12-07  9:13 UTC 

[linux-next:master 4353/4884] arch/mips/kernel/machine_kexec.c:76:17: error: 'kexec_args' undeclared
 2023-12-07  8:59 UTC  (2+ messages)

[linux-next:master 5063/5273] drivers/perf/riscv_pmu_sbi.c:1008:19: error: incompatible function pointer types initializing 'proc_handler *' (aka 'int (*)(const struct ctl_table *, int, void *, unsigned long *, long long *)') with an expression of type 'int (struct ctl_table *, int, v
 2023-12-07  8:35 UTC  (2+ messages)
` [PATCH -next] drivers: perf: Fix build error by adding const to ctl_table argument of handler

[PATCH v6 0/1] mm: report per-page metadata information
 2023-12-07  7:31 UTC  (6+ messages)

[PATCH 0/2] riscv: Enable percpu page first chunk allocator
 2023-12-07  5:46 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION 577a4ee0b96fb043c9cf4a533c550ff587e526cf
 2023-12-07  5:41 UTC 

[PATCH v2 00/21] remove the SLAB allocator
 2023-12-07  2:45 UTC  (20+ messages)
` [PATCH v2 12/21] mm/slab: consolidate includes in the internal mm/slab.h
` [PATCH v2 13/21] mm/slab: move pre/post-alloc hooks from slab.h to slub.c
` [PATCH v2 14/21] mm/slab: move memcg related functions "
` [PATCH v2 15/21] mm/slab: move struct kmem_cache_node "
` [PATCH v2 17/21] mm/slab: move kmalloc_slab() to mm/slab.h
` [PATCH v2 18/21] mm/slab: move kmalloc() functions from slab_common.c to slub.c
` [PATCH v2 19/21] mm/slub: remove slab_alloc() and __kmem_cache_alloc_lru() wrappers
` [PATCH v2 20/21] mm/slub: optimize alloc fastpath code layout
` [PATCH v2 21/21] mm/slub: optimize free fast path "

[PATCH v8 0/6] workload-specific and memory pressure-driven zswap writeback
 2023-12-07  2:32 UTC  (9+ messages)
` [PATCH v8 6/6] zswap: shrinks zswap pool based on memory pressure
  ` [PATCH v8 6/6] zswap: shrinks zswap pool based on memory pressure (fix)

[PATCH] mm: compaction: avoid fast_isolate_freepages blindly choose improper pageblock
 2023-12-07  1:57 UTC  (2+ messages)

[RFC PATCH] mm: compaction: avoid fast_isolate_freepages blindly choose improper pageblock
 2023-12-07  1:50 UTC  (4+ messages)

WARNING: CPU: 6 PID: 474 at include/linux/maple_tree.h:712 mmap_region (include/linux/maple_tree.h:556 include/linux/maple_tree.h:731
 2023-12-07  1:41 UTC  (5+ messages)

[RFC v2] mm: Multi-Gen LRU: fix use mm/page_idle/bitmap
 2023-12-07  1:30 UTC  (3+ messages)

[PATCH RFC 00/39] mm/rmap: interface overhaul
 2023-12-07  0:56 UTC  (5+ messages)
` [PATCH RFC 02/39] mm/rmap: introduce and use hugetlb_remove_rmap()

[PATCH v7 00/39] arm64/gcs: Provide support for GCS in userspace
 2023-12-06 21:44 UTC  (7+ messages)
` [PATCH v7 21/39] arm64/gcs: Allocate a new GCS for threads with GCS enabled
` [PATCH v7 22/39] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v7 23/39] arm64/mm: Implement map_shadow_stack()

[PATCH] mm: Support order-1 folios in the page cache
 2023-12-06 21:07 UTC  (3+ messages)

[PATCH 0/2] arm64: hugetlb: Fix page fault loop for sw-dirty/hw-clean contiguous PTEs
 2023-12-06 21:01 UTC  (5+ messages)

[PATCH] ELF, MAINTAINERS: specifically mention ELF
 2023-12-06 20:34 UTC  (3+ messages)

[PATCH 0/2] riscv: Increase mmap_rnd_bits_max on Sv48/57
 2023-12-06 20:28 UTC  (3+ messages)

[PATCH v4 00/11] cxl: Add support for CXL feature commands, CXL device patrol scrub control and DDR5 ECS control features
 2023-12-06 19:38 UTC  (2+ messages)

[PATCH 2/7] mm: shrinker: Add a .to_text() method for shrinkers
 2023-12-06 19:13 UTC  (11+ messages)

[PATCH v5] zswap: memcontrol: implement zswap writeback disabling
 2023-12-06 18:15 UTC  (14+ 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