linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-13 04:18:45 to 2023-12-13 21:09:28 UTC [more...]

[PATCH V2] maple_tree: do not preallocate nodes for slot stores
 2023-12-13 21:09 UTC  (3+ messages)

[PATCH] mm: memcg: remove direct use of __memcg_kmem_uncharge_page
 2023-12-13 20:58 UTC  (14+ messages)

[PATCH 6.6.y] maple_tree: do not preallocate nodes for slot stores
 2023-12-13 20:54 UTC  (2+ messages)

[PATCH v2 0/4] riscv: Use READ_ONCE()/WRITE_ONCE() for pte accesses
 2023-12-13 20:30 UTC  (5+ messages)
` [PATCH v2 1/4] riscv: Use WRITE_ONCE() when setting page table entries
` [PATCH v2 2/4] mm: Introduce pudp/p4dp/pgdp_get() functions
` [PATCH v2 3/4] riscv: mm: Only compile pgtable.c if MMU
` [PATCH v2 4/4] riscv: Use accessors to page table entries instead of direct dereference

[PATCH RFC v2 00/27] Add support for arm64 MTE dynamic tag storage reuse
 2023-12-13 20:30 UTC  (11+ messages)
` [PATCH RFC v2 11/27] arm64: mte: Reserve tag storage memory

[akpm-mm:mm-unstable 208/262] lib/maple_tree.c:5506:30: error: 'struct ma_state' has no member named 'end'
 2023-12-13 20:15 UTC  (2+ messages)

[PATCH v3 0/2] kvm: arm64: allow vm to select DEVICE_* and
 2023-12-13 20:05 UTC  (5+ messages)
` [PATCH v3 2/2] kvm: arm64: set io memory s2 pte as normalnc for vfio pci devices

[PATCH v7 00/39] arm64/gcs: Provide support for GCS in userspace
 2023-12-13 20:02 UTC  (15+ messages)
` [PATCH v7 02/39] prctl: arch-agnostic prctl for shadow stack
` [PATCH v7 20/39] arm64/gcs: Context switch GCS state for EL0

drivers/uio/uio_aec.c:50:49: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-12-13 19:48 UTC 

[PATCH 0/6] mm/damon: misc updates for 6.8
 2023-12-13 19:03 UTC  (7+ messages)
` [PATCH 1/6] mm/damon: update email of SeongJae
` [PATCH 2/6] mm/damon/core-test: test max_nr_accesses overflow caused divide-by-zero
` [PATCH 3/6] Docs/mm/damon/design: place execution model and data structures at the beginning
` [PATCH 4/6] Docs/admin-guide/mm/damon/usage: update context directory section label
` [PATCH 5/6] Docs/admin-guide/mm/damon/usage: add links to sysfs files hierarchy
` [PATCH 6/6] Docs/admin-guide/mm/damon/usage: use a list for 'state' sysfs file input commands

[PATCH 00/15] kexec: Allow preservation of ftrace buffers
 2023-12-13 18:56 UTC  (5+ messages)
` [PATCH 03/15] kexec: Add Kexec HandOver (KHO) generation helpers
` [PATCH 04/15] kexec: Add KHO parsing support

[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-12-13 18:53 UTC  (23+ messages)
` [PATCH v10 03/50] KVM: SEV: Do not intercept accesses to MSR_IA32_XSS for SEV-ES guests
` [PATCH v10 04/50] x86/cpufeatures: Add SEV-SNP CPU feature
` [PATCH v10 05/50] x86/speculation: Do not enable Automatic IBRS if SEV SNP is enabled
` [PATCH v10 20/50] KVM: SEV: Select CONFIG_KVM_SW_PROTECTED_VM when CONFIG_KVM_AMD_SEV=y
` [PATCH v10 23/50] KVM: SEV: Make AVIC backing, VMSA and VMCB memory allocation SNP safe

[PATCH v4 0/4] mm/ksm: Add ksm advisor
 2023-12-13 18:27 UTC  (5+ messages)
` [PATCH v4 1/4] mm/ksm: add "
` [PATCH v4 2/4] mm/ksm: add sysfs knobs for advisor
` [PATCH v4 3/4] mm/ksm: add tracepoint for ksm advisor
` [PATCH v4 4/4] mm/ksm: document ksm advisor and its sysfs knobs

[PATCH] kernel: Introduce a write lock/unlock wrapper for tasklist_lock
 2023-12-13 18:27 UTC  (3+ messages)

[PATCH v7 0/6] mm/gup: Introduce memfd_pin_folios() for pinning memfd folios (v7)
 2023-12-13 18:03 UTC  (12+ messages)
` [PATCH v7 3/6] "
` [PATCH v7 4/6] udmabuf: Convert udmabuf driver to use folios
` [PATCH v7 5/6] udmabuf: Pin the pages using memfd_pin_folios() API (v5)

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

[RFC PATCH v2 0/2] Node migration between memory tiers
 2023-12-13 17:53 UTC  (3+ messages)
` [PATCH 1/2] base/node: Add sysfs for memtier_override
` [PATCH 2/2] memory tier: Support node migration between tiers

[PATCH mm 0/4] lib/stackdepot, kasan: fixes for stack eviction series
 2023-12-13 16:50 UTC  (9+ messages)
` [PATCH mm 1/4] lib/stackdepot: add printk_deferred_enter/exit guards
` [PATCH mm 2/4] kasan: handle concurrent kasan_record_aux_stack calls

[PATCH V4 0/1] Add swappiness argument to memory.reclaim
 2023-12-13 16:41 UTC  (7+ messages)
` [PATCH V4 1/2] mm: add defines for min/max swappiness
` [PATCH V4 2/2] mm: add swapiness= arg to memory.reclaim

[PATCH v4 00/13] netfs, cifs: Delegate high-level I/O to netfslib
 2023-12-13 15:41 UTC  (14+ messages)
` [PATCH v4 01/13] netfs: Rearrange netfs_io_subrequest to put request pointer first
` [PATCH v4 02/13] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest
` [PATCH v4 03/13] cifs: Share server EOF pos with netfslib
` [PATCH v4 04/13] cifs: Set zero_point in the copy_file_range() and remap_file_range()
` [PATCH v4 05/13] cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest
` [PATCH v4 06/13] cifs: Use more fields from netfs_io_subrequest
` [PATCH v4 07/13] cifs: Make wait_mtu_credits take size_t args
` [PATCH v4 08/13] cifs: Implement netfslib hooks
` [PATCH v4 09/13] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c
` [PATCH v4 10/13] cifs: Cut over to using netfslib
` [PATCH v4 11/13] cifs: Remove some code that's no longer used, part 1
` [PATCH v4 12/13] cifs: Remove some code that's no longer used, part 2
` [PATCH v4 13/13] cifs: Remove some code that's no longer used, part 3

[bug report] mm: convert ksm_might_need_to_copy() to work on folios
 2023-12-13 15:37 UTC  (2+ messages)

[PATCH v3 00/59] netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib
 2023-12-13 15:32 UTC  (4+ messages)
` [PATCH v3 04/59] netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink

[PATCH] fix comparison of unsigned expression < 0
 2023-12-13 15:31 UTC  (5+ messages)

[PATCH v3 00/25] Permission Overlay Extension
 2023-12-13 15:02 UTC  (4+ messages)
` [PATCH v3 12/25] arm64: handle PKEY/POE faults

[PATCH v2 00/33] kmsan: Enable on s390
 2023-12-13 15:01 UTC  (4+ messages)
` [PATCH v2 12/33] kmsan: Allow disabling KMSAN checks for the current task

[PATCH] kunit: kasan_test: disable fortify string checker on kmalloc_oob_memset
 2023-12-13 14:34 UTC  (2+ messages)

fs/pstore/ram_core.c:532:36: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-12-13 14:13 UTC 

[PATCH v6 5/5] selftests/mm: add UFFDIO_MOVE ioctl test
 2023-12-13 14:00 UTC  (17+ messages)

[PATCH] [RFC] mm: migrate: rcu stalls because of invalid swap cache entries
 2023-12-13 13:57 UTC  (4+ messages)

[PATCH 06/15] arm64: Add KHO support
 2023-12-13 13:41 UTC  (3+ messages)

[PATCH] mm/zswap: Improve with alloc_workqueue() call
 2023-12-13 13:20 UTC  (3+ messages)

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

[PATCH v2 00/13] Remove _folio_dtor and _folio_order
 2023-12-13 12:23 UTC  (5+ messages)
` [PATCH v2 07/13] mm: Remove HUGETLB_PAGE_DTOR

[PATCH net-next v9 0/4] skbuff: Optimize SKB coalescing for page pool
 2023-12-13 11:38 UTC  (3+ messages)
` [PATCH net-next v9 2/4] page_pool: halve BIAS_MAX for multiple user references of a fragment

[PATCH] mm: ksm: Remove unnecessary try_to_freeze()
 2023-12-13 11:37 UTC  (5+ messages)

[PATCH 02/15] memblock: Declare scratch memory as CMA
 2023-12-13 11:32 UTC  (2+ messages)

[PATCH v3 0/4] supplement of slab allocator removal
 2023-12-13 11:23 UTC  (4+ messages)
` [PATCH v3 4/4] mm/slub: correct the default value of slub_min_objects in doc

[PATCH 08/15] tracing: Introduce names for ring buffers
 2023-12-13 11:22 UTC  (2+ messages)

[linux-next:master 6771/7300] fs/afs/main.c:159:9: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-12-13 11:22 UTC 

[PATCH v2 0/3] supplement of slab allocator removal
 2023-12-13 11:10 UTC  (5+ messages)
` [RFC PATCH v2 2/3] mm/slub: unify all sl[au]b parameters with "slab_$param"

[linux-next:master 7115/7300] ld.lld: error: undefined symbol: __bad_xchg
 2023-12-13 10:31 UTC  (2+ messages)

Would it be possible to add FGP_FIXED_ORDER for __filemap_get_folio()?
 2023-12-13 10:03 UTC  (3+ messages)

[linux-next:master 6565/7300] fs/bcachefs/btree_iter.c:1442:28: warning: variable 'path' set but not used
 2023-12-13  9:54 UTC 

[RFC PATCH v2] mm/filemap: avoid buffered read/write race to read inconsistent data
 2023-12-13  9:31 UTC  (2+ messages)

[PATCH v1 00/39] mm/rmap: interface overhaul
 2023-12-13  9:03 UTC  (6+ messages)
` [PATCH v1 06/39] mm/rmap: add hugetlb sanity checks
` [PATCH v1 07/39] mm/rmap: convert folio_add_file_rmap_range() into folio_add_file_rmap_[pte|ptes|pmd]()

[PATCH v2 0/2] riscv: Enable percpu page first chunk allocator
 2023-12-13  8:36 UTC  (3+ messages)
` [PATCH v2 1/2] mm: Introduce flush_cache_vmap_early()

[PATCH mm-unstable v1 1/4] mm/mglru: fix underprotected page cache
 2023-12-13  7:59 UTC  (6+ messages)

[linux-next:master 6674/7300] drivers/perf/riscv_pmu_sbi.c:1015:35: error: initialization of 'int (*)(struct ctl_table *, int, void *, size_t *, loff_t *)' {aka 'int (*)(struct ctl_table *, int, void *, long unsigned int *, long long int *)'} from incompatible pointer type 'int (*)(
 2023-12-13  7:47 UTC 

[PATCH] mm: remove redundant lru_add_drain() prior to unmapping pages
 2023-12-13  7:28 UTC 

[RFC PATCH v3 00/11] Introduce mseal()
 2023-12-13  7:24 UTC  (3+ messages)
` [RFC PATCH v3 01/11] mseal: Add mseal syscall

[PATCH v9 00/10] Multi-size THP for anonymous memory
 2023-12-13  7:21 UTC  (3+ messages)
` [PATCH v9 04/10] mm: thp: Support allocation of anonymous multi-size THP

[PATCH net-next v8 0/4] skbuff: Optimize SKB coalescing for page pool
 2023-12-13  7:09 UTC  (5+ messages)
` [PATCH net-next v8 4/4] skbuff: Optimization of "

[PATCH -next 0/2] Make memory reclamation measurable
 2023-12-13  6:30 UTC  (4+ messages)
` [PATCH -next 2/2] mm: vmscan: add new event to trace shrink lru

[PATCH -next] drivers: perf: Fix build error by adding const to ctl_table argument of handler
 2023-12-13  6:28 UTC  (3+ messages)

[PATCH] gfp: gfp_types.h: fix typos & punctuation
 2023-12-13  4:33 UTC 

[PATCH 0/5] mm/zswap: dstmem reuse optimizations and cleanups
 2023-12-13  4:18 UTC  (2+ messages)
` [PATCH 5/5] mm/zswap: cleanup zswap_reclaim_entry()


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).