Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-13 15:42:06 to 2023-12-14 07:38:19 UTC [more...]

[PATCH v5 0/4] Add DAX ABI for memmap_on_memory
 2023-12-14  7:37 UTC  (2+ messages)
` [PATCH v5 1/4] Documentatiion/ABI: Add ABI documentation for sys-bus-dax

[PATCH 0/3] A Solution to Re-enable hugetlb vmemmap optimize on Arm
 2023-12-14  7:39 UTC  (4+ messages)
` [PATCH 1/3] mm: HVO: introduce helper function to update and flush pgtable
` [PATCH 2/3] arm64: mm: HVO: support BBM of vmemmap pgtable safely
` [PATCH 3/3] arm64: mm: Re-enable OPTIMIZE_HUGETLB_VMEMMAP

[PATCH net-next v10 0/4] skbuff: Optimize SKB coalescing for page pool
 2023-12-14  6:11 UTC  (5+ messages)
` [PATCH net-next v10 2/4] page_pool: halve BIAS_MAX for multiple user references of a fragment
` [PATCH net-next v10 3/4] skbuff: Add a function to check if a page belongs to page_pool
` [PATCH net-next v10 4/4] skbuff: Optimization of SKB coalescing for page pool

[PATCH 00/13] kmsan: Enable on powerpc
 2023-12-14  5:55 UTC  (9+ messages)
` [PATCH 05/13] powerpc: Unpoison buffers populated by hcalls
` [PATCH 07/13] powerpc/kprobes: Unpoison instruction in kprobe struct
` [PATCH 08/13] powerpc: Unpoison pt_regs
` [PATCH 09/13] powerpc: Disable KMSAN checks on functions which walk the stack
` [PATCH 10/13] powerpc: Define KMSAN metadata address ranges for vmalloc and ioremap
` [PATCH 11/13] powerpc: Implement architecture specific KMSAN interface
` [PATCH 12/13] powerpc/string: Add KMSAN support
` [PATCH 13/13] powerpc: Enable KMSAN on powerpc

[linux-next:master] BUILD REGRESSION 48e8992e33abf054bcc0bb2e77b2d43bb899212e
 2023-12-14  5:49 UTC 

[PATCH v2 0/4] riscv: Use READ_ONCE()/WRITE_ONCE() for pte accesses
 2023-12-14  5:34 UTC  (6+ 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] ARM64: Implement arch_report_meminfo()
 2023-12-14  5:25 UTC  (3+ messages)

[akpm-mm:mm-unstable 153/301] mm/list_lru.c:110:1: error: unused function 'list_lru_from_kmem'
 2023-12-14  5:09 UTC 

[linux-next:master 6722/7300] drivers/hid/hid-nintendo.c:371:13: error: initializer element is not constant
 2023-12-14  4:59 UTC 

[PATCH] mm: Migrate high-order folios in swap cache correctly
 2023-12-14  4:58 UTC 

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

[PATCH -next v3 2/2] mm: vmscan: add new event to trace shrink lru
 2023-12-14  3:59 UTC 

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

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

[PATCH net-next v8 0/4] skbuff: Optimize SKB coalescing for page pool
 2023-12-14  2:46 UTC  (8+ messages)
` [PATCH net-next v8 4/4] skbuff: Optimization of "

[PATCH] mm: memcg: remove direct use of __memcg_kmem_uncharge_page
 2023-12-14  1:46 UTC  (17+ messages)

[PATCH] mm: compaction: avoid fast_isolate_freepages blindly choose improper pageblock
 2023-12-14  1:34 UTC  (3+ messages)

[RFC PATCH v3 00/11] Introduce mseal()
 2023-12-14  1:31 UTC  (6+ messages)
` [RFC PATCH v3 11/11] mseal:add documentation

[linux-next:master 6386/7300] kernel/rcu/tree.c:2965:(.text+0x5b44): relocation truncated to fit: R_CKCORE_PCREL_IMM16BY4 against `__jump_table'
 2023-12-14  1:25 UTC 

[BUG REPORT][ARM] Compacting glibc code pages causes random process crashes in user space (SIGILL, SIGSEGV)
 2023-12-14  1:07 UTC 

[PATCH] mm: remove redundant lru_add_drain() prior to unmapping pages
 2023-12-14  1:03 UTC  (3+ messages)

[PATCH 0/5] mm/zswap: dstmem reuse optimizations and cleanups
 2023-12-14  1:02 UTC  (14+ messages)
` [PATCH 1/5] mm/zswap: reuse dstmem when decompress
` [PATCH 2/5] mm/zswap: change dstmem size to one page
` [PATCH 3/5] mm/zswap: refactor out __zswap_load()
` [PATCH 4/5] mm/zswap: cleanup zswap_load()
` [PATCH 5/5] mm/zswap: cleanup zswap_reclaim_entry()

[PATCH] mm/zswap: Improve with alloc_workqueue() call
 2023-12-14  1:02 UTC  (5+ messages)

[PATCH -v2 mm 0/4] lib/stackdepot, kasan: fixes for stack eviction series
 2023-12-14  0:47 UTC  (5+ messages)
` [PATCH -v2 mm 1/4] lib/stackdepot: add printk_deferred_enter/exit guards
` [PATCH -v2 mm 2/4] kasan: handle concurrent kasan_record_aux_stack calls
` [PATCH -v2 mm 3/4] kasan: memset free track in qlink_free
` [PATCH -v2 mm 4/4] lib/stackdepot: fix comment in include/linux/stackdepot.h

[PATCH mm 0/4] lib/stackdepot, kasan: fixes for stack eviction series
 2023-12-14  0:41 UTC  (6+ messages)
` [PATCH mm 2/4] kasan: handle concurrent kasan_record_aux_stack calls

[PATCH v3 00/34] kmsan: Enable on s390
 2023-12-13 23:24 UTC  (28+ messages)
` [PATCH v3 02/34] kmsan: Make the tests compatible with kmsan.panic=1
` [PATCH v3 04/34] kmsan: Increase the maximum store size to 4096
` [PATCH v3 05/34] kmsan: Fix is_bad_asm_addr() on arches with overlapping address spaces
` [PATCH v3 06/34] kmsan: Fix kmsan_copy_to_user() "
` [PATCH v3 08/34] kmsan: Remove an x86-specific #include from kmsan.h
` [PATCH v3 10/34] kmsan: Export panic_on_kmsan
` [PATCH v3 11/34] kmsan: Allow disabling KMSAN checks for the current task
` [PATCH v3 14/34] mm: slub: Let KMSAN access metadata
` [PATCH v3 15/34] mm: slub: Unpoison the memchr_inv() return value
` [PATCH v3 16/34] mm: kfence: Disable KMSAN when checking the canary
` [PATCH v3 17/34] lib/zlib: Unpoison DFLTCC output buffers
` [PATCH v3 18/34] kmsan: Accept ranges starting with 0 on s390
` [PATCH v3 19/34] s390: Turn off KMSAN for boot, vdso and purgatory
` [PATCH v3 20/34] s390: Use a larger stack for KMSAN
` [PATCH v3 21/34] s390/boot: Add the KMSAN runtime stub
` [PATCH v3 22/34] s390/checksum: Add a KMSAN check
` [PATCH v3 23/34] s390/cpacf: Unpoison the results of cpacf_trng()
` [PATCH v3 24/34] s390/cpumf: Unpoison STCCTM output buffer
` [PATCH v3 25/34] s390/diag: Unpoison diag224() "
` [PATCH v3 26/34] s390/ftrace: Unpoison ftrace_regs in kprobe_ftrace_handler()
` [PATCH v3 27/34] s390/irqflags: Do not instrument arch_local_irq_*() with KMSAN
` [PATCH v3 28/34] s390/mm: Define KMSAN metadata for vmalloc and modules
` [PATCH v3 29/34] s390/string: Add KMSAN support
` [PATCH v3 31/34] s390/uaccess: Add KMSAN support to put_user() and get_user()
` [PATCH v3 32/34] s390/unwind: Disable KMSAN checks
` [PATCH v3 33/34] s390: Implement the architecture-specific kmsan functions
` [PATCH v3 34/34] kmsan: Enable on s390

drivers/video/fbdev/atmel_lcdfb.c:342:9: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-12-14  0:19 UTC 

[PATCH] kunit: kasan_test: disable fortify string checker on kmalloc_oob_memset
 2023-12-13 23:42 UTC  (4+ messages)

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

[linux-next:pending-fixes] BUILD SUCCESS 91523d2e24e55ae76d35f6920af9711f1091772f
 2023-12-13 23:23 UTC 

[PATCH 00/13] More swap folio conversions
 2023-12-13 23:14 UTC  (15+ messages)
` [PATCH 01/13] mm: Return the folio from __read_swap_cache_async()
` [PATCH 02/13] mm: Pass a folio to __swap_writepage()
` [PATCH 03/13] mm: Pass a folio to swap_writepage_fs()
` [PATCH 04/13] mm: Pass a folio to swap_writepage_bdev_sync()
` [PATCH 05/13] mm: Pass a folio to swap_writepage_bdev_async()
` [PATCH 06/13] mm: Pass a folio to swap_readpage_fs()
` [PATCH 07/13] mm: Pass a folio to swap_readpage_bdev_sync()
` [PATCH 08/13] mm: Pass a folio to swap_readpage_bdev_async()
` [PATCH 09/13] mm: Convert swap_page_sector() to swap_folio_sector()
` [PATCH 10/13] mm: Convert swap_readpage() to swap_read_folio()
` [PATCH 11/13] mm: Remove page_swap_info()
` [PATCH 12/13] mm: Return a folio from read_swap_cache_async()
` [PATCH 13/13] mm: Convert swap_cluster_readahead and swap_vma_readahead to return a folio

[PATCH v10] mm: vmscan: try to reclaim swapcache pages if no swap space
 2023-12-13 23:13 UTC  (12+ messages)

[PATCH v3 00/11] mempolicy2, mbind2, and weighted interleave
 2023-12-13 22:41 UTC  (9+ messages)
` [PATCH v3 01/11] mm/mempolicy: implement the sysfs-based weighted_interleave interface
` [PATCH v3 02/11] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving
` [PATCH v3 06/11] mm/mempolicy: allow home_node to be set by mpol_new
` [PATCH v3 07/11] mm/mempolicy: add userland mempolicy arg structure
` [PATCH v3 08/11] mm/mempolicy: add set_mempolicy2 syscall
` [PATCH v3 09/11] mm/mempolicy: add get_mempolicy2 syscall
` [PATCH v3 10/11] mm/mempolicy: add the mbind2 syscall
` [PATCH v3 11/11] mm/mempolicy: extend set_mempolicy2 and mbind2 to support weighted interleave

[linux-next:master 6248/7300] drivers/hwmon/max31827.c:394:16: sparse: sparse: dubious: x & !y
 2023-12-13 22:30 UTC 

[akpm-mm:mm-unstable 208/262] lib/maple_tree.c:5506:25: error: no member named 'end' in 'struct ma_state'
 2023-12-13 22:30 UTC 

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

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

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

[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  (11+ 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 v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-12-13 18:53 UTC  (18+ 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 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  (11+ 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  (12+ messages)
` [PATCH v4 06/39] netfs: Add a procfile to list in-progress requests
` [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 18/39] netfs: Export netfs_put_subrequest() and some tracepoints

[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 v4 00/13] netfs, cifs: Delegate high-level I/O to netfslib
 2023-12-13 15:41 UTC  (12+ messages)
` [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


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 read-only IMAP folder(s) and NNTP newsgroup(s).