Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-23 13:06:28 to 2024-01-24 20:04:34 UTC [more...]

[PATCH v7 0/5] Add DAX ABI for memmap_on_memory
 2024-01-24 20:03 UTC  (4+ messages)
` [PATCH v7 1/5] dax/bus.c: replace driver-core lock usage by a local rwsem
` [PATCH v7 2/5] dax/bus.c: replace several sprintf() with sysfs_emit()
` [PATCH v7 3/5] Documentatiion/ABI: Add ABI documentation for sys-bus-dax

[PATCH] exec: Check __FMODE_EXEC instead of in_execve for LSMs
 2024-01-24 19:58 UTC  (4+ messages)

[6.8-rc1 Regression] Unable to exec apparmor_parser from virt-aa-helper
 2024-01-24 19:41 UTC  (13+ messages)

[PATCH] exec: Distinguish in_execve from in_exec
 2024-01-24 19:23 UTC 

Project: Improving the PCP allocator
 2024-01-24 19:18 UTC  (2+ messages)

[PATCH v7 0/4] Introduce mseal()
 2024-01-24 19:17 UTC  (12+ messages)
` [PATCH v7 2/4] mseal: add mseal syscall

[linux-next:master 1198/1678] include/linux/mm_inline.h:401:30: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2024-01-24 19:11 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] State Of The Page
 2024-01-24 19:05 UTC  (6+ messages)

[PATCH] mm/compaction: add check mechanism to avoid cma alloc fail
 2024-01-24 18:40 UTC  (7+ messages)
  ` 回复: "

[PATCH] highmem: Add kernel-doc for memcpy_*_folio()
 2024-01-24 18:12 UTC 

[PATCH 1/2] mm: vmalloc: Improve description of vmap node layer
 2024-01-24 18:09 UTC  (2+ messages)
` [PATCH 2/2] mm: vmalloc: Refactor vmalloc_dump_obj() function

[PATCH v2 0/3] mm/mempolicy: weighted interleave mempolicy and sysfs extension
 2024-01-24 18:01 UTC  (9+ messages)
` [PATCH v2 3/3] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving

[PATCH] Revert "mm:vmscan: fix inaccurate reclaim during proactive reclaim"
 2024-01-24 17:46 UTC  (8+ messages)

[PATCH] mm: memcg: optimize parent iteration in memcg_rstat_updated()
 2024-01-24 17:38 UTC  (2+ messages)

[PATCH v2] mm: kmsan: remove runtime checks from kmsan_unpoison_memory()
 2024-01-24 17:31 UTC 

[PATCH] mm: kmsan: remove runtime checks from kmsan_unpoison_memory()
 2024-01-24 17:23 UTC  (3+ messages)

[PATCH v4 00/22] stackdepot: allow evicting stack traces
 2024-01-24 16:24 UTC  (5+ messages)
` [PATCH v4 12/22] lib/stackdepot: use read/write lock

Limited/Broken functionality of ASLR for Libs >= 2MB
 2024-01-24 16:08 UTC  (8+ messages)

[PATCH v2] mm/mmap: introduce vma_set_range()
 2024-01-24 15:47 UTC  (2+ messages)

[PATCH v1] mm/userfaultfd: UFFDIO_MOVE implementation should use ptep_get()
 2024-01-24 13:57 UTC  (3+ messages)

[PATCH] selftests/mm: Update va_high_addr_switch.sh to check CPU for la57 flag
 2024-01-24 13:39 UTC  (3+ messages)

[PATCH] mm:vmscan: shrink skip folios in the exiting task
 2024-01-24 13:20 UTC  (2+ messages)

[PATCH v2] mm/memory-failure: fix crash in split_huge_page_to_list from soft_offline_page
 2024-01-24 13:15 UTC  (2+ messages)

[PATCH v9 00/10] Multi-size THP for anonymous memory
 2024-01-24 12:42 UTC  (10+ messages)
` [PATCH v9 02/10] mm: Non-pmd-mappable, large folios for folio_add_new_anon_rmap()

[PATCH v11 00/26] DEPT(Dependency Tracker)
 2024-01-24 11:59 UTC  (27+ messages)
` [PATCH v11 01/26] llist: Move llist_{head,node} definition to types.h
` [PATCH v11 02/26] dept: Implement Dept(Dependency Tracker)
` [PATCH v11 03/26] dept: Add single event dependency tracker APIs
` [PATCH v11 04/26] dept: Add lock "
` [PATCH v11 05/26] dept: Tie to Lockdep and IRQ tracing
` [PATCH v11 06/26] dept: Add proc knobs to show stats and dependency graph
` [PATCH v11 07/26] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v11 08/26] dept: Apply sdt_might_sleep_{start,end}() to swait
` [PATCH v11 09/26] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v11 10/26] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v11 11/26] dept: Distinguish each syscall context from another
` [PATCH v11 12/26] dept: Distinguish each work "
` [PATCH v11 13/26] dept: Add a mechanism to refill the internal memory pools on running out
` [PATCH v11 14/26] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH v11 15/26] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait
` [PATCH v11 16/26] dept: Track timeout waits separately with a new Kconfig
` [PATCH v11 17/26] dept: Apply timeout consideration to wait_for_completion()/complete()
` [PATCH v11 18/26] dept: Apply timeout consideration to swait
` [PATCH v11 19/26] dept: Apply timeout consideration to waitqueue wait
` [PATCH v11 20/26] dept: Apply timeout consideration to hashed-waitqueue wait
` [PATCH v11 21/26] dept: Apply timeout consideration to dma fence wait
` [PATCH v11 22/26] dept: Record the latest one out of consecutive waits of the same class
` [PATCH v11 23/26] dept: Make Dept able to work with an external wgen
` [PATCH v11 24/26] dept: Track PG_locked with dept
` [PATCH v11 25/26] dept: Print event context requestor's stacktrace on report
` [PATCH v11 26/26] locking/lockdep, fs/jbd2: Use a weaker annotation in journal handling

[PATCH 0/3] Memory management patches needed by Rust Binder
 2024-01-24 11:20 UTC  (4+ messages)
` [PATCH 1/3] rust: add userspace pointers
` [PATCH 2/3] rust: add typed accessors for "
` [PATCH 3/3] rust: add abstraction for `struct page`

[PATCH] mm: Remove double faults once write a device pfn
 2024-01-24 11:04 UTC  (7+ messages)

[RESEND PATCH v4 0/7] hugetlb: parallelize hugetlb page init on boot
 2024-01-24 10:52 UTC  (4+ messages)
` [PATCH v4 7/7] hugetlb: parallelize 1G hugetlb initialization

[RFC PATCH] filemap: add mapping_mapped check in filemap_unaccount_folio()
 2024-01-24 10:11 UTC  (9+ messages)
    ` SECURITY PROBLEM: Any user can crash the kernel with TCP ZEROCOPY

[PATCH 1/2] mm/hugetlb: Restore the reservation if needed
 2024-01-24  9:22 UTC  (2+ messages)

[linus:master] [mm] 8d59d2214c: vm-scalability.throughput -36.6% regression
 2024-01-24  9:11 UTC  (6+ messages)

[PATCH] percpu: improve percpu_alloc_percpu_fail event trace
 2024-01-24  8:13 UTC  (5+ messages)

[PATCH v2 0/2] mm: zswap: simplify zswap_swapoff()
 2024-01-24  7:34 UTC  (6+ messages)
` [PATCH v2 1/2] mm: swap: enforce updating inuse_pages at the end of swap_range_free()
` [PATCH v2 2/2] mm: zswap: remove unnecessary trees cleanups in zswap_swapoff()

[PATCH 0/2] mm: zswap: simplify zswap_swapoff()
 2024-01-24  7:20 UTC  (19+ messages)
` [PATCH 1/2] mm: swap: update inuse_pages after all cleanups are done
` [PATCH 2/2] mm: zswap: remove unnecessary tree cleanups in zswap_swapoff()

[PATCH v3] Hugetlb pages should not be reserved by shmat() if SHM_NORESERVE
 2024-01-24  7:03 UTC  (2+ messages)

Recent-ish changes in binfmt_elf made my program segfault
 2024-01-24  6:59 UTC  (2+ messages)

[linux-next:master 13015/13783] drivers/net/virtio_net.c:4340:35: error: '%u' directive writing between 1 and 10 bytes into a region of size 9
 2024-01-24  6:43 UTC  (3+ messages)

[PATCH RFC 0/2] btrfs: defrag: further preparation for multi-page sector size
 2024-01-24  5:50 UTC  (5+ messages)

[PATCH v1 00/11] mm/memory: optimize fork() with PTE-mapped THP
 2024-01-24  5:46 UTC  (25+ messages)
` [PATCH v1 01/11] arm/pgtable: define PFN_PTE_SHIFT on arm and arm64
` [PATCH v1 10/11] mm/memory: ignore dirty/accessed/soft-dirty bits in folio_pte_batch()

[PATCH] mm/mmap: simplify vma_merge()
 2024-01-24  3:45 UTC  (3+ messages)

[PATCH v2 0/9] swapin refactor for optimization and unified readahead
 2024-01-24  3:31 UTC  (9+ messages)
` [PATCH v2 8/9] mm/swap: introduce a helper for swapin without vmfault

[linux-next:master] BUILD REGRESSION 774551425799cb5bbac94e1768fd69eec4f78dd4
 2024-01-24  3:23 UTC 

[PATCH -next v6 0/2] Make memory reclamation measurable
 2024-01-24  2:41 UTC  (2+ messages)

[PATCH 0/5] Fix and cleanups to page-writeback
 2024-01-24  2:01 UTC  (7+ messages)
` [PATCH 2/5] mm: correct calculation of cgroup wb's bg_thresh in wb_over_bg_thresh
` [PATCH 5/5] mm: remove stale comment __folio_mark_dirty

[PATCH v12] exec: Fix dead-lock in de_thread with ptrace_attach
 2024-01-24  0:09 UTC  (9+ messages)
      ` [PATCH v14] "

[PATCH] ARM64: Dynamically allocate cpumasks and increase supported CPUs to 512
 2024-01-23 23:55 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH 3/3] mm/maps: read proc/pid/maps under RCU
 2024-01-23 23:48 UTC  (5+ messages)

[PATCH v2 1/3] mm: make vm_area_struct anon_name field RCU-safe
 2024-01-23 23:10 UTC  (3+ messages)
` [PATCH v2 2/3] mm: add mm_struct sequence number to detect write locks
` [PATCH v2 3/3] mm/maps: read proc/pid/maps under RCU

[PATCH v3 0/3] mm, lru_gen: batch update pages when aging
 2024-01-23 18:45 UTC  (4+ messages)
` [PATCH v3 1/3] mm, lru_gen: try to prefetch next page when scanning LRU
` [PATCH v3 2/3] mm, lru_gen: batch update counters on aging
` [PATCH v3 3/3] mm, lru_gen: move pages in bulk when aging

[PATCH v1] mm: thp_get_unmapped_area must honour topdown preference
 2024-01-23 18:06 UTC  (3+ messages)

[PATCH] blk-wbt: Fix detection of dirty-throttled tasks
 2024-01-23 17:58 UTC 

[linux-next:master 865/1400] drivers/regulator/qcom_smd-regulator.c:14:21: sparse: sparse: symbol 'smd_vreg_rpm' was not declared. Should it be static?
 2024-01-23 17:42 UTC 

[RESEND PATCH] mm: align larger anonymous mappings on THP boundaries
 2024-01-23 17:33 UTC  (10+ messages)

fb_defio and page->mapping
 2024-01-23 17:20 UTC 

[RFC PATCH] stackdepot: use variable size records for non-evictable entries
 2024-01-23 15:55 UTC  (3+ messages)

[PATCH v2] readahead: Avoid multiple marked readahead pages
 2024-01-23 15:32 UTC 

[PATCH 00/10] netfs, afs, cifs, cachefiles, erofs: Miscellaneous fixes
 2024-01-23 15:03 UTC  (3+ messages)

[PATCH v2 1/2] selftests/mm: run_vmtests.sh: add missing tests
 2024-01-23 14:45 UTC  (3+ messages)

Purpose of maple_node objects to be its size aligned
 2024-01-23 14:40 UTC  (3+ messages)

[PATCH] mm/mmap: introduce vma_range_init()
 2024-01-23 14:39 UTC  (8+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).