linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-19 20:16:11 to 2024-08-20 23:58:25 UTC [more...]

[PATCH v6 00/20] Avoid MAP_FIXED gap exposure
 2024-08-20 23:57 UTC  (8+ messages)
` [PATCH v6 01/20] mm/vma: Correctly position vma_iterator in __split_vma()
` [PATCH v6 02/20] mm/vma: Introduce abort_munmap_vmas()
` [PATCH v6 03/20] mm/vma: Introduce vmi_complete_munmap_vmas()
` [PATCH v6 04/20] mm/vma: Extract the gathering of vmas from do_vmi_align_munmap()
` [PATCH v6 05/20] mm/vma: Introduce vma_munmap_struct for use in munmap operations
` [PATCH v6 06/20] mm/vma: Change munmap to use vma_munmap_struct() for accounting and surrounding vmas
` [PATCH v6 07/20] mm/vma: Extract validate_mm() from vma_complete()

[PATCH v12 00/10] enable bs > ps in XFS
 2024-08-20 23:24 UTC  (8+ messages)

[PATCH 0/4] mm, netfs, afs: Truncation fixes
 2024-08-20 23:20 UTC  (5+ messages)
` [PATCH 1/4] mm: Fix missing folio invalidation calls during truncation
` [PATCH 2/4] afs: Fix post-setattr file edit to do truncation correctly
` [PATCH 3/4] netfs: Fix netfs_release_folio() to say no if folio dirty
` [PATCH 4/4] netfs: Fix trimming of streaming-write folios in netfs_inval_folio()

[PATCH v2 1/4] mm: Add optional close() to struct vm_special_mapping
 2024-08-20 23:14 UTC  (14+ messages)

[PATCH] maple_tree: Remove rcu_read_lock() from mt_validate()
 2024-08-20 22:53 UTC  (3+ messages)

[PATCH v11 00/14] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-08-20 22:46 UTC  (3+ messages)
` [PATCH v11 04/14] cxl/mbox: Add GET_SUPPORTED_FEATURES mailbox command

[PATCH v4 0/4] mm: ZSWAP swap-out of mTHP folios
 2024-08-20 22:09 UTC  (9+ messages)
` [PATCH v4 2/4] mm: zswap: zswap_store() extended to handle "

[PATCH v2] mm: add lazyfree folio to lru tail
 2024-08-20 21:46 UTC  (4+ messages)
  ` 回复: "

[PATCH v4 0/6] mm: split underused THPs
 2024-08-20 21:30 UTC  (10+ messages)
` [PATCH v4 4/6] mm: Introduce a pageflag for partially mapped folios

[PATCH v3 0/4] Rust KASAN Support
 2024-08-20 20:49 UTC  (14+ messages)
` [PATCH v3 1/4] kbuild: rust: Define probing macros for rustc
` [PATCH v3 2/4] kbuild: rust: Enable KASAN support
` [PATCH v3 3/4] rust: kasan: Rust does not support KHWASAN
` [PATCH v3 4/4] kasan: rust: Add KASAN smoke test via UAF

[PATCH v2] mm/memory: Don't require head page for do_set_pmd()
 2024-08-20 20:33 UTC  (6+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 137108eea6fb72fb5c5d3025c814fff4554e376e
 2024-08-20 20:26 UTC 

[PATCH v4 0/4] Rust KASAN Support
 2024-08-20 19:57 UTC  (8+ messages)
` [PATCH v4 1/4] kbuild: rust: Define probing macros for rustc
` [PATCH v4 2/4] rust: kasan: Rust does not support KHWASAN
` [PATCH v4 3/4] kbuild: rust: Enable KASAN support
` [PATCH v4 4/4] kasan: rust: Add KASAN smoke test via UAF

[PATCH v1] mm: Defines obj_cgroup_get() if CONFIG_MEMCG is not defined
 2024-08-20 19:50 UTC 

[PATCH] Reenable NUMA policy support in the slab allocator
 2024-08-20 19:24 UTC  (2+ messages)

[PATCH 0/5] page allocation tag compression
 2024-08-20 18:35 UTC  (13+ messages)
` [PATCH 1/5] alloc_tag: load module tags into separate continuous memory
` [PATCH 5/5] alloc_tag: config to store page allocation tag refs in page flags

[PATCH v3 00/13] uprobes: RCU-protected hot path optimizations
 2024-08-20 18:01 UTC  (6+ messages)
` [PATCH RFC v3 09/13] uprobes: SRCU-protect uretprobe lifetime (with timeout)

[PATCH 1/4] mm/mempolicy: Use folio_alloc_mpol_noprof() in alloc_pages_noprof()
 2024-08-20 17:58 UTC  (3+ messages)

[PATCH v10 00/40] arm64/gcs: Provide support for GCS in userspace
 2024-08-20 17:56 UTC  (16+ messages)
` [PATCH v10 13/40] arm64/mm: Map pages for guarded control stack
` [PATCH v10 19/40] arm64/gcs: Context switch GCS state for EL0
` [PATCH v10 20/40] arm64/gcs: Ensure that new threads have a GCS

[linux-next:master 400/5508] drivers/gpu/drm/xe/xe_migrate.c:304:52: error: result of comparison of constant 274877906944 with expression of type 'resource_size_t' (aka 'unsigned int') is always true
 2024-08-20 17:47 UTC 

[RFC 0/5] implement asynchronous BLKDISCARD via io_uring
 2024-08-20 17:19 UTC  (12+ messages)
` [RFC 5/5] block: implement io_uring discard cmd

[PATCH RFC 0/4] mm: Introduce guest_memfd library
 2024-08-20 16:56 UTC  (4+ messages)
` [PATCH RFC 3/4] mm: guest_memfd: Add option to remove guest private memory from direct map

[linux-next:master] BUILD REGRESSION bb1b0acdcd66e0d8eedee3570d249e076b89ab32
 2024-08-20 16:26 UTC 

[PATCH] mm: shrinker: Use min() to improve shrinker_debugfs_scan_write()
 2024-08-20  4:22 UTC 

[PATCH net-next v13 04/14] mm: page_frag: add '_va' suffix to page_frag API
 2024-08-20 16:02 UTC  (13+ messages)
  ` [PATCH net-next v13 11/14] mm: page_frag: introduce prepare/probe/commit API

[PATCH v2 5/7] rcu/kvfree: Add kvfree_rcu_barrier() API
 2024-08-20 16:02 UTC  (3+ messages)

[PATCH v3 0/7] mm: Optimize mseal checks
 2024-08-20 15:45 UTC  (17+ messages)
` [PATCH v3 1/7] mm: Move can_modify_vma to mm/vma.h
` [PATCH v3 2/7] mm/munmap: Replace can_modify_mm with can_modify_vma
` [PATCH v3 3/7] mm/mprotect: "
` [PATCH v3 4/7] mm/mremap: "
` [PATCH v3 5/7] mseal: Replace can_modify_mm_madv with a vma variant
` [PATCH v3 6/7] mm: Remove can_modify_mm()
` [PATCH v3 7/7] selftests/mm: add more mseal traversal tests

[PATCH] mm/memcontrol: respect zswap.writeback setting from parent cg too
 2024-08-20 15:28 UTC  (12+ messages)

[PATCH v2 1/2] mm/memcontrol: respect zswap.writeback setting from parent cg too
 2024-08-20 15:26 UTC  (7+ messages)
` [PATCH v2 2/2] selftests: test_zswap: add test for hierarchical zswap.writeback

[PATCH v6 00/26] Generic `Allocator` support for Rust
 2024-08-20 15:26 UTC  (4+ messages)
` [PATCH v6 09/26] rust: alloc: implement kernel `Box`

[PATCH v4 18/29] arm64: add POE signal support
 2024-08-20 14:45 UTC  (14+ messages)

[tip:x86/urgent] [x86/kaslr] dfb3911c36: kernel_BUG_at_arch/x86/mm/physaddr.c
 2024-08-20 14:37 UTC  (3+ messages)

[PATCH] mm: vma remove the redundant avc binded with old folio
 2024-08-20 14:33 UTC 

[PATCH v2] mm: remove migration for HugePage in isolate_single_pageblock()
 2024-08-20 14:01 UTC  (5+ messages)

[PATCH RFC] mm: fix refcount check in mapping_evict_folio
 2024-08-20 14:00 UTC  (3+ messages)

[PATCH v12 0/6]arm64: add ARCH_HAS_COPY_MC support
 2024-08-20 13:26 UTC  (14+ messages)
` [PATCH v12 2/6] arm64: add support for ARCH_HAS_COPY_MC
` [PATCH v12 4/6] arm64: support copy_mc_[user]_highpage()
` [PATCH v12 6/6] arm64: send SIGBUS to user process for SEA exception

[PATCH v3 0/7] mm: workingset reporting
 2024-08-20 13:00 UTC  (2+ messages)

[PATCH v1] mm: always inline _compound_head() with CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP=y
 2024-08-20 12:22 UTC 

[linux-next:master 5236/5508] arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dtb: bluetooth: 'vddaon-supply' is a required property
 2024-08-20 11:59 UTC 

[PATCH mm-unstable v2 0/5] Improve mem_cgroup_iter()
 2024-08-20 11:59 UTC  (5+ messages)
` [PATCH mm-unstable v2 4/5] mm: restart if multiple traversals raced

[linux-next:master 5294/5508] arch/arm64/boot/dts/rockchip/rk3399-ficus.dtb: bluetooth: Unevaluated properties are not allowed ('clock-names' was unexpected)
 2024-08-20 11:49 UTC 

[PATCH v6] mm: override mTHP "enabled" defaults at kernel cmdline
 2024-08-20 10:52 UTC 

[PATCH 00/26] Address Space Isolation (ASI) 2024
 2024-08-20 10:52 UTC  (3+ messages)
` [PATCH 26/26] KVM: x86: asi: Add some mitigations on address space transitions

[PATCH] KVM: x86: Use gfn_to_pfn_cache for steal_time
 2024-08-20 10:11 UTC  (3+ messages)

[PATCH v2] mm: skip less than check for MAX_NR_ZONES
 2024-08-20 10:06 UTC  (3+ messages)

[syzbot] [mm?] WARNING in zswap_swapoff
 2024-08-20  9:53 UTC  (7+ messages)

[PATCH v2 0/5] support shmem mTHP collapse
 2024-08-20  9:49 UTC  (6+ messages)
` [PATCH v2 1/5] mm: khugepaged: expand the is_refcount_suitable() to support file folios
` [PATCH v2 2/5] mm: khugepaged: use the number of pages in the folio to check the reference count
` [PATCH v2 3/5] mm: khugepaged: support shmem mTHP copy
` [PATCH v2 4/5] mm: khugepaged: support shmem mTHP collapse
` [PATCH v2 5/5] selftests: mm: support shmem mTHP collapse testing

[PATCH resend v2 0/5] mm: memory_hotplug: improve do_migrate_range()
 2024-08-20  9:46 UTC  (4+ messages)
` [PATCH v2 4/5] mm: migrate: add isolate_folio_to_list()

[PATCH v8 4/6] RISC-V: Detect unaligned vector accesses supported
 2024-08-20  9:25 UTC  (2+ messages)

[PATCH] mm/swap, workingset: make anon shadow nodes memcg aware
 2024-08-20  9:23 UTC 

gcc-8: mm/swapfile.c:863:40: error: array subscript 1 is above array bounds of 'struct list_head[1]' [-Werror=array-bounds]
 2024-08-20  8:51 UTC  (5+ messages)

[PATCH v4 0/2] Add support for Congatec CGEB BIOS interface
 2024-08-20  8:48 UTC  (3+ messages)

[PATCH 0/5] mm: finish three more folio conversion
 2024-08-20  8:41 UTC  (12+ messages)
` [PATCH 1/5] mm: remove find_subpage()

[PATCH 00/16] Consolidate iommu page table implementations
 2024-08-20  8:22 UTC  (5+ messages)
` [PATCH 16/16] iommupt: Add the Intel VT-D second stage page table format

[PATCH v5] mm: override mTHP "enabled" defaults at kernel cmdline
 2024-08-20  8:15 UTC  (4+ messages)

[linux-next:master 5288/5508] arch/arc/boot/dts/axs103.dtb: pct: 'reg' is a required property
 2024-08-20  7:19 UTC 

[PATCH 0/2] Improve migration by backing off earlier
 2024-08-20  7:16 UTC  (13+ messages)
` [PATCH 1/2] mm: Retry migration earlier upon refcount mismatch

[linux-next:master 5281/5508] security/landlock/task.c:126: warning: Function parameter or struct member 'scope' not described in 'domain_is_scoped'
 2024-08-20  7:09 UTC 

[RESEND PATCH v1] mm/vmalloc: fix page mapping if vm_area_alloc_pages() with high order fallback to order 0
 2024-08-20  6:54 UTC  (13+ messages)

[PATCH] netfs, ceph: Partially revert "netfs: Replace PG_fscache by setting folio->private and marking dirty"
 2024-08-20  6:33 UTC  (2+ messages)

[PATCH] use might_sleep check if kmap_high is called from atomic context
 2024-08-20  6:33 UTC  (3+ messages)

[PATCH v3 0/4] mm: clarify nofail memory allocation
 2024-08-20  6:24 UTC  (21+ messages)
` [PATCH v3 3/4] mm: BUG_ON to avoid NULL deference while __GFP_NOFAIL fails

[PATCH net-next v21 05/13] page_pool: devmem support
 2024-08-20  6:04 UTC 

[PATCH v3 1/3] riscv: mm: Use hint address in mmap if available
 2024-08-20  2:43 UTC  (6+ messages)

[PATCH] mm: kmem: fix split_page_memcg()
 2024-08-20  2:37 UTC  (3+ messages)

[PATCH v2] mm: allow read-ahead with IOCB_NOWAIT set
 2024-08-20  2:26 UTC 

[PATCH RFC] SLUB: Add support for per object memory policies
 2024-08-20  1:29 UTC 

[linux-next:fs-current] BUILD SUCCESS 821df8c2c7643908191ce0232e03e08e4cfa7472
 2024-08-19 23:34 UTC 

[PATCH v2 1/2] mm: krealloc: consider spare memory for __GFP_ZERO
 2024-08-19 23:23 UTC  (2+ messages)

[PATCH v6 00/11] mm: multi-gen LRU: Walk secondary MMU page tables while aging
 2024-08-19 22:47 UTC  (7+ messages)
` [PATCH v6 03/11] KVM: arm64: Relax locking for kvm_test_age_gfn and kvm_age_gfn

[PATCH v5 0/9] mm: swap: mTHP swap allocator base on swap cluster order
 2024-08-19 21:27 UTC  (6+ messages)


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).