linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v5 00/39] Shadow stacks for userspace
 2023-01-26 20:19 UTC  (13+ messages)
` [PATCH v5 18/39] mm: Handle faultless write upgrades for shstk

[PATCH] mm: Add memcpy_from_file_folio()
 2023-01-26 20:15 UTC 

[PATCH 0/2] Convert writepage_t to use a folio
 2023-01-26 20:12 UTC  (3+ messages)
` [PATCH 1/2] fs: Convert writepage_t callback to pass "
` [PATCH 2/2] mpage: Convert __mpage_writepage() to use a folio more fully

[PATCH] mm/highmem: Align-down to page the address for kunmap_flush_on_unmap()
 2023-01-26 20:07 UTC  (3+ messages)

[PATCH] highmem: Round down the address passed to kunmap_flush_on_unmap()
 2023-01-26 20:07 UTC 

[PATCH v2] mm/madvise: add vmstat statistics for madvise_[cold|pageout]
 2023-01-26 19:58 UTC  (11+ messages)

[PATCH v5 0/1] docs/mm: start filling out new structure
 2023-01-26 19:47 UTC  (5+ messages)
` [PATCH v5 1/1] docs/mm: Physical Memory: add structure, introduction and nodes description

[PATCH v4 0/7] introduce vm_flags modifier functions
 2023-01-26 19:44 UTC  (11+ messages)
` [PATCH v4 1/7] kernel/fork: convert vma assignment to a memcpy
` [PATCH v4 2/7] mm: introduce vma->vm_flags wrapper functions
` [PATCH v4 3/7] mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
` [PATCH v4 4/7] mm: replace vma->vm_flags direct modifications with modifier calls
` [PATCH v4 5/7] mm: replace vma->vm_flags indirect modification in ksm_madvise
` [PATCH v4 6/7] mm: introduce __vm_flags_mod and use it in untrack_pfn
` [PATCH v4 7/7] mm: export dump_mm()

[LSF/MM/BPF proposal]: Physr discussion
 2023-01-26 19:38 UTC  (8+ messages)
` [Lsf-pc] "

[PATCH v2 0/5] Introduce memcg_stock_pcp remote draining
 2023-01-26 19:20 UTC  (13+ messages)

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

kernel BUG in page_add_anon_rmap
 2023-01-26 19:00 UTC  (4+ messages)

[PATCHv15 00/17] Linear Address Masking enabling
 2023-01-26 18:31 UTC  (5+ messages)

EXT4 IOPS degradation between 4.14 and 5.10
 2023-01-26 18:23 UTC  (3+ messages)

A mapcount riddle
 2023-01-26 18:22 UTC  (11+ messages)

[PATCH v8 0/3] cachestat: a new syscall for page cache state of files
 2023-01-26 17:53 UTC  (4+ messages)
` [PATCH v8 1/3] workingset: refactor LRU refault to expose refault recency check
` [PATCH v8 2/3] cachestat: implement cachestat syscall
` [PATCH v8 3/3] selftests: Add selftests for cachestat

[PATCH v3 0/7] introduce vm_flags modifier functions
 2023-01-26 17:48 UTC  (36+ messages)
` [PATCH v3 1/7] kernel/fork: convert vma assignment to a memcpy
` [PATCH v3 2/7] mm: introduce vma->vm_flags wrapper functions
` [PATCH v3 3/7] mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
` [PATCH v3 4/7] mm: replace vma->vm_flags direct modifications with modifier calls
` [PATCH v3 5/7] mm: replace vma->vm_flags indirect modification in ksm_madvise
` [PATCH v3 6/7] mm: introduce mod_vm_flags_nolock and use it in untrack_pfn
` [PATCH v3 7/7] mm: export dump_mm()

return an ERR_PTR from __filemap_get_folio v2
 2023-01-26 17:24 UTC  (3+ messages)
` [PATCH 7/7] mm: return an ERR_PTR from __filemap_get_folio

[PATCH v2 13/13] mm/gup: move private gup FOLL_ flags to internal.h
 2023-01-26 17:24 UTC  (10+ messages)

[PATCH v7 0/3] cachestat: a new syscall for page cache state of files
 2023-01-26 17:08 UTC  (4+ messages)
` [PATCH v7 1/3] workingset: refactor LRU refault to expose refault recency check

[PATCH v2 0/6] introduce vm_flags modifier functions
 2023-01-26 17:07 UTC  (25+ 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 21/46] hugetlb: use struct hugetlb_pte for walk_hugetlb_range
 2023-01-26 16:58 UTC  (13+ messages)

[LSF/MM/BPF TOPIC] State Of The Page
 2023-01-26 16:40 UTC 

[RFC PATCH v2 00/31] Upstream kvx Linux port
 2023-01-26 16:10 UTC  (16+ messages)
` [RFC PATCH v2 01/31] Documentation: kvx: Add basic documentation
` [RFC PATCH v2 02/31] Documentation: Add binding for kalray,kv3-1-core-intc
` [RFC PATCH v2 11/31] kvx: Add atomic/locking headers
` [RFC PATCH v2 12/31] kvx: Add other common headers

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-01-26 15:52 UTC  (4+ messages)
` [PATCH RFC v7 06/64] KVM: x86: Add platform hooks for private memory invalidations

[PATCH v10 0/8] iov_iter: Improve page extraction (pin or just list)
 2023-01-26 15:14 UTC  (20+ messages)
` [PATCH v10 1/8] iov_iter: Define flags to qualify page extraction
    ` [PATCH] iov_iter: Use __bitwise with the extraction_flags
` [PATCH v10 2/8] iov_iter: Add a function to extract a page list from an iterator
` [PATCH v10 3/8] iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing
` [PATCH v10 4/8] block: Fix bio_flagged() so that gcc can better optimise it
` [PATCH v10 5/8] block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
` [PATCH v10 6/8] block: Add BIO_PAGE_PINNED and associated infrastructure
` [PATCH v10 7/8] block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages
` [PATCH v10 8/8] block: convert bio_map_user_iov "

[PATCH v11 0/8] iov_iter: Improve page extraction (pin or just list)
 2023-01-26 15:12 UTC  (10+ messages)
` [PATCH v11 1/8] iov_iter: Define flags to qualify page extraction
` [PATCH v11 2/8] iov_iter: Add a function to extract a page list from an iterator
` [PATCH v11 3/8] iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing
` [PATCH v11 4/8] block: Fix bio_flagged() so that gcc can better optimise it
` [PATCH v11 5/8] block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
` [PATCH v11 6/8] block: Add BIO_PAGE_PINNED and associated infrastructure
` [PATCH v11 7/8] block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages
` [PATCH v11 8/8] block: convert bio_map_user_iov "

[QUERY]: Block region to mmap
 2023-01-26 14:37 UTC  (2+ messages)

[PATCH v7 0/4] Implement IOCTL to get and/or the clear info about PTEs
 2023-01-26 14:32 UTC  (6+ messages)
` [PATCH v7 3/4] fs/proc/task_mmu: "

[PATCH] mm/highmem: Align-down to page the address for kunmap_flush_on_unmap()
 2023-01-26 14:26 UTC  (2+ messages)

[PATCH v2 12/13] mm/gup: move gup_must_unshare() to mm/internal.h
 2023-01-26 11:29 UTC  (2+ messages)

[PATCH 0/9] mm: kmemleak: fix unreported memory leaks
 2023-01-26 11:28 UTC  (5+ messages)
` [PATCH 7/9] mm: kmemleak: erase page->s_mem in slab_destroy
` [PATCH 9/9] mm: kmemleak: fix undetected leaks for page aligned objects

[RFC PATCH 0/4] Fix excessive CPU usage during compaction
 2023-01-26  9:04 UTC  (3+ messages)

[PATCH mm-unstable v2 0/6] Convert various mempolicy.c functions
 2023-01-26  8:37 UTC  (7+ messages)
` [PATCH mm-unstable v2 1/6] mm: Add folio_estimated_mapcount()

[PATCH] kasan: Fix Oops due to missing calls to kasan_arch_is_ready()
 2023-01-26  7:04 UTC 

[RFC PATCH bpf-next v2 00/11] mm, bpf: Add BPF into /proc/meminfo
 2023-01-26  5:45 UTC  (8+ messages)

remove ->rw_page
 2023-01-26  5:30 UTC  (7+ messages)
` [PATCH 2/7] mm: remove the swap_readpage return value
` [PATCH 7/7] block: remove ->rw_page

[PATCH] dma-buf: system_heap: avoid reclaim for order 4
 2023-01-26  5:04 UTC  (9+ messages)
              `  "
                ` (2) "

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

[PATCH mm-unstable] lib/Kconfig.debug: do not enable DEBUG_PREEMPT by default
 2023-01-26  2:02 UTC  (2+ messages)

x86/pkeys in early kernel version
 2023-01-26  1:43 UTC  (3+ messages)

[PATCH v2] mm/MADV_COLLAPSE: catch !none !huge !bad pmd lookups
 2023-01-26  0:37 UTC  (3+ messages)

WARNING in __split_vma
 2023-01-25 23:59 UTC 

[PATCH mm-unstable v3 0/6] Convert various mempolicy.c functions to use folios
 2023-01-25 23:41 UTC  (7+ messages)
` [PATCH mm-unstable v3 1/6] mm: Add folio_estimated_mapcount()
` [PATCH mm-unstable v3 2/6] mm/mempolicy: Convert queue_pages_pmd() to queue_folios_pmd()
` [PATCH mm-unstable v3 3/6] mm/mempolicy: Convert queue_pages_pte_range() to queue_folios_pte_range()
` [PATCH mm-unstable v3 4/6] mm/mempolicy: Convert queue_pages_hugetlb() to queue_folios_hugetlb()
` [PATCH mm-unstable v3 5/6] mm/mempolicy: Convert queue_pages_required() to queue_folio_required()
` [PATCH mm-unstable v3 6/6] mm/mempolicy: Convert migrate_page_add() to migrate_folio_add()

[PATCH mm-unstable v1 0/7] mm: multi-gen LRU: improve
 2023-01-25 21:16 UTC  (2+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox