Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-14 08:57:06 to 2024-03-16 03:14:24 UTC [more...]

[RFC PATCH v2 00/19] PKS write protected page tables
 2024-03-16  3:14 UTC  (6+ messages)

[PATCH 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-03-16  2:52 UTC  (13+ messages)
` [PATCH 01/11] stackleak: don't modify ctl_table argument
` [PATCH 02/11] cgroup: bpf: constify ctl_table arguments and fields
` [PATCH 03/11] hugetlb: constify ctl_table arguments of utility functions
` [PATCH 04/11] utsname: constify ctl_table arguments of utility function
` [PATCH 05/11] neighbour: "
` [PATCH 06/11] ipv4/sysctl: constify ctl_table arguments of utility functions
` [PATCH 07/11] ipv6/addrconf: "
` [PATCH 08/11] ipv6/ndisc: constify ctl_table arguments of utility function
` [PATCH 09/11] ipvs: constify ctl_table arguments of utility functions
` [PATCH 10/11] sysctl: constify ctl_table arguments of utility function
` [PATCH 11/11] sysctl: treewide: constify the ctl_table argument of handlers

[PATCH] mm: cachestat: avoid bogus workingset test during swapping & invalidation races
 2024-03-16  2:41 UTC  (7+ messages)
      ` [PATCH] mm: cachestat: fix two shmem bugs

[PATCH] mm: memcg: add NULL check to obj_cgroup_put()
 2024-03-16  1:58 UTC 

[PATCH v6] zswap: replace RB tree with xarray
 2024-03-16  1:30 UTC  (3+ messages)

[PATCH 0/1] Add XSAVE layout description to Core files for debuggers to support varying XSAVE layouts
 2024-03-15 23:51 UTC  (19+ messages)
` [PATCH 1/1] x86/elf: Add a new .note section containing Xfeatures information to x86 core files

[PATCH v2] mm,page_owner: Fix recursion
 2024-03-15 22:26 UTC 

[PATCH v5 00/11] IOMMU memory observability
 2024-03-15 21:53 UTC  (5+ messages)
` [PATCH v5 02/11] iommu/dma: use iommu_put_pages_list() to releae freelist

[patch RFC] mm/slab: introduce KZALLOC_FREE() cleanup-ed allocation macro
 2024-03-15 21:39 UTC  (2+ messages)

[RFC PATCH 2/2] selinux: wire up new execstack LSM hook
 2024-03-15 20:22 UTC  (6+ messages)
` [RFC PATCH 1/2] lsm: introduce new hook security_vm_execstack

[PATCH 0/8] Some cleanups for memory-failure
 2024-03-15 19:22 UTC  (18+ messages)
` [PATCH 1/8] mm/memory-failure: Remove fsdax_pgoff argument from __add_to_kill
` [PATCH 6/8] mm/memory-failure: Convert memory_failure() to use a folio

[PATCH 0/3] mm: random cleanups
 2024-03-15 17:48 UTC  (11+ messages)
` [PATCH 2/3] mm/compaction: add and use for_each_populated_zone_pgdat() helper
` [PATCH 3/3] mm/vmstat: simplfy extfrag_show_print with fragmentation_index()

[PATCH v5 00/37] Memory allocation profiling
 2024-03-15 17:06 UTC  (9+ messages)
` [PATCH v5 14/37] lib: introduce support for page allocation tagging
` [PATCH v5 23/37] mm/slab: add allocation accounting into slab allocation and free paths

[PATCH] mm: kmsan: fix instrumentation recursion on preempt_count
 2024-03-15 16:32 UTC  (3+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 625effb89ad8daac7079235bcdb392598466b3eb
 2024-03-15 16:16 UTC 

[linux-next:master] BUILD REGRESSION a1e7655b77e3391b58ac28256789ea45b1685abb
 2024-03-15 15:59 UTC 

[PATCH] mm,page_owner: Fix refcount imbalance
 2024-03-15 15:55 UTC  (3+ messages)

MGLRU premature memcg OOM on slow writes
 2024-03-15 14:27 UTC  (12+ messages)

[PATCH] mm: Increase folio batch size
 2024-03-15 14:08 UTC 

[PATCH v3 00/11] enable bs > ps in XFS
 2024-03-15 13:21 UTC  (3+ messages)
` [PATCH v3 03/11] filemap: allocate mapping_min_order folios in the page cache

[PATCH] mm,page_owner: Fix recursion
 2024-03-15 13:07 UTC  (2+ messages)

[PATCH] mm: fix a race scenario in folio_isolate_lru
 2024-03-15 12:46 UTC  (3+ messages)

[PATCH 0/2] Reliable testing for hugetlb
 2024-03-15 12:32 UTC  (9+ messages)
` [PATCH 1/2] mm: Turn folio_test_hugetlb into a PageType
` [PATCH 2/2] mm: Remove a call to compound_head() from is_page_hwpoison()

[PATCH 1/1] mm/khugepaged: reduce process visible downtime by pre-zeroing hugepage
 2024-03-15 12:18 UTC  (7+ messages)

[RFC PATCH v3 0/5] mm: support large folios swap-in
 2024-03-15 12:06 UTC  (19+ messages)
` [RFC PATCH v3 2/5] mm: swap: introduce swap_nr_free() for batched swap_free()
` [RFC PATCH v3 5/5] mm: support large folios swapin as a whole

[PATCH v4 0/6] Swap-out mTHP without splitting
 2024-03-15 11:38 UTC  (9+ messages)
` [PATCH v4 5/6] mm: vmscan: Avoid split during shrink_folio_list()
` [PATCH v4 6/6] mm: madvise: Avoid split during MADV_PAGEOUT and MADV_COLD

[linus:master] [mm] 99fbb6bfc1: will-it-scale.per_process_ops -4.7% regression
 2024-03-15 11:11 UTC  (3+ messages)

[PATCH] Revert "mm: skip CMA pages when they are not available"
 2024-03-15 10:43 UTC  (7+ messages)
  ` reply: "
` [PATCH v2] "

[PATCH v2 0/9] slab: Introduce dedicated bucket allocator
 2024-03-15 10:28 UTC  (4+ messages)

[RFC PATCH v2] mm: support multi-size THP numa balancing
 2024-03-15  9:18 UTC 

[PATCH v3 4/4] rust: add abstraction for `struct page`
 2024-03-15  8:16 UTC  (3+ messages)

[PATCH] memtest: use {READ,WRITE}_ONCE in memory scanning
 2024-03-15  6:24 UTC  (3+ messages)

[PATCH] cpufreq: dt: always allocate zeroed cpumask
 2024-03-15  5:50 UTC  (4+ messages)

[RFC 00/14] Dynamic Kernel Stacks
 2024-03-15  4:17 UTC  (31+ messages)
` [RFC 06/14] fork: zero vmap stack using clear_page() instead of memset()
` [RFC 08/14] fork: separate vmap stack alloction and free calls
` [RFC 11/14] x86: add support for Dynamic Kernel Stacks

[PATCH RFC 0/4] memcg_kmem hooks refactoring and kmem_cache_charge()
 2024-03-15  3:23 UTC  (3+ messages)
` [PATCH RFC 1/4] mm, slab: move memcg charging to post-alloc hook

[linux-next:master 13396/13397] WARNING: modpost: vmlinux: section mismatch in reference: bitmap_allocate_region+0x50 (section: .text.unlikely) -> __setup_str_initcall_blacklist (section: .init.rodata)
 2024-03-15  3:06 UTC 

[linux-next:master 13404/13571] drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c:105:73: warning: '.bin' directive output may be truncated writing 4 bytes into a region of size between 2 and 31
 2024-03-15  2:54 UTC 

[PATCH v1 0/2] mm/madvise: make MADV_POPULATE_(READ|WRITE) handle VM_FAULT_RETRY properly
 2024-03-15  2:25 UTC  (4+ messages)
` [PATCH v1 1/2] "
` [PATCH v1 2/2] mm/madvise: don't perform madvise VMA walk for MADV_POPULATE_(READ|WRITE)

[GIT PULL] non-MM updates for 6.9-rc1
 2024-03-15  1:20 UTC  (2+ messages)

[GIT PULL] MM updates for 6.9-rc1
 2024-03-15  1:20 UTC  (2+ messages)

[PATCH v10 00/12] Support page table check PowerPC
 2024-03-15  0:45 UTC  (3+ messages)
  ` [PATCH v10 11/12] powerpc: mm: Use set_pte_at_unchecked() for early-boot / internal usages

[PATCH] slub: avoid scanning all partial slabs in get_slabinfo()
 2024-03-14 23:45 UTC  (17+ messages)

[RFC PATCH v5 00/29] TDX KVM selftests
 2024-03-14 21:46 UTC  (3+ messages)
` [RFC PATCH v5 27/29] KVM: selftests: Propagate KVM_EXIT_MEMORY_FAULT to userspace

Unmapping KVM Guest Memory from Host Kernel
 2024-03-14 21:45 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 9bb9b28d0568991b1d63e66fe75afa5f97ad1156
 2024-03-14 20:49 UTC 

Splitting pinned folios
 2024-03-14 17:57 UTC  (7+ messages)
  ` updated documentation: "

[PATCH v1] x86/mm/pat: fix VM_PAT handling in COW mappings
 2024-03-14 17:12 UTC  (4+ messages)

[PATCH v3] ARM64: Dynamically allocate cpumasks and increase supported CPUs to 512
 2024-03-14 17:01 UTC  (14+ messages)

[PATCH] x86/pm: Fix false positive kmemleak report in msr_build_context()
 2024-03-14 15:55 UTC  (4+ messages)

[PATCH v2] vmstat: Keep count of the maximum page reached by the kernel stack
 2024-03-14 14:54 UTC 

[PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
 2024-03-14 14:03 UTC  (11+ messages)
` [musl] "

[PATCH v17 00/35] Drivers for Gunyah hypervisor
 2024-03-14 14:03 UTC  (7+ messages)
` [PATCH v17 17/35] gunyah: rsc_mgr: Add memory parcel RPC
` [PATCH v17 29/35] gunyah: rsc_mgr: Add RPC to set VM boot context
` [PATCH v17 30/35] virt: gunyah: Allow userspace to initialize context of primary vCPU

[PATCH] vmstat: Keep count of the maximum page reached by the kernel stack
 2024-03-14 13:42 UTC  (3+ messages)

[PATCH 00/13] mm/treewide: Remove pXd_huge() API
 2024-03-14 13:11 UTC  (6+ messages)
  ` [PATCH 12/13] mm/treewide: Remove pXd_huge()
  ` [PATCH 11/13] mm/treewide: Replace pXd_huge() with pXd_leaf()
  ` [PATCH 09/13] mm/powerpc: Redefine "

[PATCH v2 12/12] selftests/mm: virtual_address_range: conform to TAP format output
 2024-03-14 12:33 UTC  (3+ messages)
` [PATCH] selftests/mm: virtual_address_range: Switch to ksft_exit_fail_msg

[linux-next:master 8475/13571] sound/core/pcm_native.c:4106:5-11: inconsistent IS_ERR and PTR_ERR on line 4107
 2024-03-14 12:32 UTC 

[linux-next:pending-fixes] BUILD SUCCESS d5f8ee808c593453ce8e74b31159acca3cfe04a3
 2024-03-14 11:57 UTC 

[LSF/MM/BPF TOPIC] Swap Abstraction "the pony"
 2024-03-14 11:19 UTC  (9+ messages)
  ` [Lsf-pc] "

[PATCH] selftests: mm: restore settings from only parent process
 2024-03-14  9:40 UTC 

[PATCH v3 0/5] selftests/mm: Improve run_vmtests.sh
 2024-03-14  9:31 UTC  (5+ messages)
` [PATCH v3 4/5] selftests/mm: protection_keys: save/restore nr_hugepages settings


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