linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-24 14:14:52 to 2023-01-25 15:36:38 UTC [more...]

[PATCH v5 00/39] Shadow stacks for userspace
 2023-01-25 15:36 UTC  (22+ messages)
` [PATCH v5 10/39] x86/mm: Introduce _PAGE_COW
` [PATCH v5 18/39] mm: Handle faultless write upgrades for shstk
` [PATCH v5 23/39] mm: Don't allow write GUPs to shadow stack memory

A mapcount riddle
 2023-01-25 15:26 UTC  (7+ messages)

[LSF/MM/BPF BoF] Session for CXL memory
 2023-01-25 15:04 UTC  (8+ messages)
    ` [External] "

[PATCH 0/9] mm: kmemleak: fix unreported memory leaks
 2023-01-25 14:47 UTC  (5+ messages)
` [PATCH 1/9] mm: kmemleak: properly disable task stack scanning
` [PATCH 9/9] mm: kmemleak: fix undetected leaks for page aligned objects

[PATCH v7 0/4] Implement IOCTL to get and/or the clear info about PTEs
 2023-01-25 14:45 UTC  (17+ messages)
` [PATCH v7 1/4] userfaultfd: Add UFFD WP Async support
` [PATCH v7 3/4] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs

remove ->rw_page
 2023-01-25 14:32 UTC  (9+ messages)
` [PATCH 1/7] mpage: stop using bdev_{read,write}_page
` [PATCH 2/7] mm: remove the swap_readpage return value
` [PATCH 3/7] mm: factor out a swap_readpage_bdev helper
` [PATCH 4/7] mm: use an on-stack bio for synchronous swapin
` [PATCH 5/7] mm: remove the __swap_writepage return value
` [PATCH 6/7] mm: factor out a swap_writepage_bdev helper
` [PATCH 7/7] block: remove ->rw_page

[PATCH] mm/madvise: Fix VMA_ITERATOR start position
 2023-01-25 13:58 UTC 

[PATCH v4 00/49] VMA tree type safety and remove __vma_adjust()
 2023-01-25 13:53 UTC  (4+ messages)
` [PATCH v4 15/49] ipc/shm: Use the vma iterator for munmap calls

[RFC PATCH 0/4] Fix excessive CPU usage during compaction
 2023-01-25 13:44 UTC  (5+ messages)
` [PATCH 1/4] mm, compaction: Rename compact_control->rescan to finish_pageblock
` [PATCH 2/4] mm, compaction: Check if a page has been captured before draining PCP pages
` [PATCH 3/4] mm, compaction: Finish scanning the current pageblock if requested
` [PATCH 4/4] mm, compaction: Finish pageblocks on complete migration failure

[PATCH 1/2] mm/MADV_COLLAPSE: set EAGAIN on unexpected page refcount
 2023-01-25 13:38 UTC  (4+ messages)
` [PATCH 2/2] mm/MADV_COLLAPSE: catch !none !huge !bad pmd lookups

[PATCH v1] Revert "mm: kmemleak: alloc gray object for reserved region with direct map"
 2023-01-25 13:29 UTC  (2+ messages)

[linux-next:master 7775/7923] include/linux/mm.h:918:23: error: call to undeclared function 'page_to_section'; ISO C99 and later do not support implicit function declarations
 2023-01-25 13:15 UTC 

[RESEND RFC PATCH v1 00/20] mm: process/cgroup ksm support
 2023-01-25 13:01 UTC  (8+ messages)
` [RESEND RFC PATCH v1 10/20] docs: document general_profit sysfs knob

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-25 12:53 UTC  (5+ messages)

[QUERY]: Block region to mmap
 2023-01-25 12:30 UTC 

[PATCH v1 0/2] Fixes for kmemleak tracking with CMA regions
 2023-01-25 12:08 UTC  (8+ messages)

[PATCH v2 0/4] Track exported dma-buffers with memcg
 2023-01-25 12:05 UTC  (7+ messages)
` [PATCH v2 1/4] memcg: Track exported dma-buffers

[PATCH v2 0/5] Introduce memcg_stock_pcp remote draining
 2023-01-25 11:39 UTC  (9+ messages)
` [PATCH v2 1/5] mm/memcontrol: Align percpu memcg_stock to cache
` [PATCH v2 2/5] mm/memcontrol: Change stock_lock type from local_lock_t to spinlock_t
` [PATCH v2 3/5] mm/memcontrol: Reorder memcg_stock_pcp members to avoid holes
` [PATCH v2 4/5] mm/memcontrol: Perform all stock drain in current CPU
` [PATCH v2 5/5] mm/memcontrol: Remove flags from memcg_stock_pcp

[linux-next:master 6983/7678] ocelot_stats.c:undefined reference to `ethtool_aggregate_pause_stats'
 2023-01-25 11:03 UTC  (2+ messages)

[PATCH mm-unstable v2 0/6] Convert various mempolicy.c functions
 2023-01-25 10:24 UTC  (4+ messages)
` [PATCH mm-unstable v2 1/6] mm: Add folio_estimated_mapcount()

[PATCH] dma-buf: system_heap: avoid reclaim for order 4
 2023-01-25 10:19 UTC  (6+ messages)

[linux-next:master 7775/7923] include/linux/mm.h:918:23: error: implicit declaration of function 'page_to_section' is invalid in C99
 2023-01-25 10:09 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 3c4f681a3d69fa221ca9591d448fa518e93cc1ee
 2023-01-25 10:07 UTC 

[PATCH mm-unstable] lib/Kconfig.debug: do not enable DEBUG_PREEMPT by default
 2023-01-25 15:41 UTC  (6+ messages)

[PATCH] fork, vmalloc: KASAN-poison backing pages of vmapped stacks
 2023-01-25  9:49 UTC  (5+ messages)

[PATCH v2 0/6] introduce vm_flags modifier functions
 2023-01-25  9:43 UTC  (13+ messages)
` [PATCH v2 1/6] mm: introduce vma->vm_flags "
` [PATCH v2 2/6] mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
` [PATCH v2 3/6] mm: replace vma->vm_flags direct modifications with modifier calls
` [PATCH v2 4/6] mm: replace vma->vm_flags indirect modification in ksm_madvise
` [PATCH v2 5/6] mm: introduce mod_vm_flags_nolock and use it in untrack_pfn
  ` [PATCH v2 6/6] mm: export dump_mm()

[PATCH v2] mm/madvise: add vmstat statistics for madvise_[cold|pageout]
 2023-01-25  8:04 UTC  (2+ messages)

[PATCH v1 0/3] Avoid scheduling cache draining to isolated cpus
 2023-01-25  7:44 UTC  (11+ messages)

[syzbot] kernel BUG in free_huge_page
 2023-01-25  6:00 UTC 

[PATCH v2 00/13] Simplify the external interface for GUP
 2023-01-25  3:00 UTC  (24+ messages)
` [PATCH v2 01/13] mm/gup: have internal functions get the mmap_read_lock()
` [PATCH v2 02/13] mm/gup: remove obsolete FOLL_LONGTERM comment
` [PATCH v2 03/13] mm/gup: don't call __gup_longterm_locked() if FOLL_LONGTERM cannot be set
` [PATCH v2 04/13] mm/gup: move try_grab_page() to mm/internal.h
` [PATCH v2 05/13] mm/gup: simplify the external interface functions and consolidate invariants
` [PATCH v2 06/13] mm/gup: add an assertion that the mmap lock is locked
` [PATCH v2 07/13] mm/gup: remove locked being NULL from faultin_vma_page_range()
` [PATCH v2 08/13] mm/gup: add FOLL_UNLOCKABLE
` [PATCH v2 09/13] mm/gup: make locked never NULL in the internal GUP functions
` [PATCH v2 10/13] mm/gup: remove pin_user_pages_fast_only()
` [PATCH v2 11/13] mm/gup: make get_user_pages_fast_only() return the common return value
` [PATCH v2 12/13] mm/gup: move gup_must_unshare() to mm/internal.h
` [PATCH v2 13/13] mm/gup: move private gup FOLL_ flags to internal.h

[PATCH v3 2/6] exit: Put an upper limit on how often we can oops
 2023-01-24 23:09 UTC  (7+ messages)

DAMON Beer/Coffee/Tea chat series
 2023-01-24 23:06 UTC  (2+ messages)

[PATCH v2 0/8] Docs: Add missing SPDX license identifiers of
 2023-01-24 23:03 UTC  (3+ messages)

[PATCH v2 1/1] Docs/subsystem-apis: Remove '[The ]Linux' prefixes from titles of listed documents
 2023-01-24 22:27 UTC  (2+ messages)

[linux-next:master 6983/7678] ERROR: modpost: "ethtool_aggregate_pause_stats" [drivers/net/ethernet/mscc/mscc_ocelot_switch_lib.ko] undefined!
 2023-01-24 21:50 UTC 

[PATCH 0/3] arm64: mte: Coredump fixes
 2023-01-24 21:36 UTC  (3+ messages)
` [PATCH 2/3] elfcore: Add a cprm parameter to elf_core_extra_{phdrs,data_size}

[PATCH mm] kasan: reset page tags properly with sampling
 2023-01-24 21:11 UTC  (4+ messages)

[PATCH v9 2/8] iov_iter: Add a function to extract a page list from an iterator
 2023-01-24 21:10 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION a54df7622717a40ddec95fd98086aff8ba7839a6
 2023-01-24 20:44 UTC  (5+ messages)

[PATCH v2 mm] kasan: reset page tags properly with sampling
 2023-01-24 20:40 UTC 

[RFC PATCH 00/19] mm: Introduce a cgroup to limit the amount of locked and pinned memory
 2023-01-24 20:12 UTC  (19+ messages)
` [RFC PATCH 01/19] mm: Introduce vm_account
` [RFC PATCH 02/19] drivers/vhost: Convert to use vm_account
` [RFC PATCH 03/19] drivers/vdpa: Convert vdpa to use the new vm_structure
` [RFC PATCH 05/19] RMDA/siw: Convert to use vm_account
` [RFC PATCH 06/19] RDMA/usnic: convert "
` [RFC PATCH 09/19] io_uring: "
` [RFC PATCH 10/19] net: skb: Switch to using vm_account

[PATCH 5.10 16/20] panic: Consolidate open-coded panic_on_warn checks
 2023-01-24 19:30 UTC 

[PATCH v7 2/3] cachestat: implement cachestat syscall
 2023-01-24 19:29 UTC  (4+ messages)

[RFC PATCH V1 1/1] sched/numa: Enhance vma scanning logic
 2023-01-24 19:18 UTC  (4+ messages)

[PATCH 5.15 16/20] panic: Consolidate open-coded panic_on_warn checks
 2023-01-24 18:51 UTC 

[PATCH 0/9] convert hugetlb fault functions to folios
 2023-01-24 18:38 UTC  (4+ messages)
` [PATCH 8/9] mm/hugetlb: convert hugetlb_wp() to take in a folio

Folio mapcount
 2023-01-24 18:37 UTC  (4+ messages)

[syzbot] [btrfs?] WARNING: kmalloc bug in btrfs_ioctl_send
 2023-01-24 17:47 UTC  (2+ messages)

[PATCH RESEND V5,0/2]mm: shmem: support POSIX_FADV_[WILL|DONT]NEED for shmem files
 2023-01-24 16:01 UTC  (3+ messages)
` [PATCH RESEND V5,2/2] mm: shmem: implement POSIX_FADV_[WILL|DONT]NEED for shmem

[syzbot] linux-next test error: WARNING in vma_merge
 2023-01-24 15:42 UTC  (2+ messages)

[PATCH] maple_tree: Remove GFP_ZERO from kmem_cache_alloc() and kmem_cache_alloc_bulk()
 2023-01-24 15:23 UTC  (5+ messages)

[RFC] memory pressure detection in VMs using PSI mechanism for dynamically inflating/deflating VM memory
 2023-01-24 15:20 UTC  (6+ messages)

[PATCH v8 10/10] mm: Renumber FOLL_PIN and FOLL_GET down
 2023-01-24 15:12 UTC  (29+ messages)
      ` [PATCH v8 02/10] iov_iter: Add a function to extract a page list from an iterator
      ` [PATCH v8 03/10] mm: Provide a helper to drop a pin/ref on a page

[PATCH v8 10/10] mm: Renumber FOLL_PIN and FOLL_GET down
 2023-01-24 14:13 UTC  (2+ 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).