linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-26 15:14:33 to 2023-01-27 16:20:08 UTC [more...]

[PATCH v5 00/39] Shadow stacks for userspace
 2023-01-27 16:19 UTC  (15+ messages)
` [PATCH v5 18/39] mm: Handle faultless write upgrades for shstk

[PATCH v8 0/3] cachestat: a new syscall for page cache state of files
 2023-01-27 15:46 UTC  (5+ 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 v8 0/4] Implement IOCTL to get and/or the clear info about PTEs
 2023-01-27 15:32 UTC  (5+ messages)
` [PATCH v8 1/4] userfaultfd: Add UFFD WP Async support

[RFC PATCH V1 1/1] sched/numa: Enhance vma scanning logic
 2023-01-27 15:27 UTC  (6+ messages)

x86/pkeys in early kernel version
 2023-01-27 15:22 UTC  (6+ messages)

[PATCH] replace BUG_ON to WARN_ON
 2023-01-27 15:03 UTC  (2+ messages)

[PATCH v4 0/7] introduce vm_flags modifier functions
 2023-01-27 14:23 UTC  (13+ 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()

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

[PATCH v11 0/8] iov_iter: Improve page extraction (pin or just list)
 2023-01-27 12:38 UTC  (17+ 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 mm-unstable] lib/Kconfig.debug: do not enable DEBUG_PREEMPT by default
 2023-01-27 12:33 UTC  (10+ messages)

EXT4 IOPS degradation between 4.14 and 5.10
 2023-01-27 12:17 UTC  (4+ messages)

kernel BUG in page_add_anon_rmap
 2023-01-27 11:44 UTC  (4+ messages)

A mapcount riddle
 2023-01-27  9:56 UTC  (11+ messages)

[PATCH v2] mm/madvise: add vmstat statistics for madvise_[cold|pageout]
 2023-01-27  9:48 UTC  (12+ messages)

[RFC PATCH v2 00/31] Upstream kvx Linux port
 2023-01-27  8:32 UTC  (5+ messages)
` [RFC PATCH v2 02/31] Documentation: Add binding for kalray,kv3-1-core-intc

[PATCH 00/35] Documentation: correct lots of spelling errors (series 1)
 2023-01-27  8:27 UTC  (4+ messages)
` [PATCH 18/35] Documentation: mm: correct spelling

[PATCH] docs/mm: Physical Memory: remove useless markup
 2023-01-27  8:03 UTC 

[PATCH] kasan: Fix Oops due to missing calls to kasan_arch_is_ready()
 2023-01-27  4:50 UTC  (4+ messages)

[PATCH v1 0/2] Fixes for kmemleak tracking with CMA regions
 2023-01-27  2:39 UTC  (7+ messages)

[PATCH] mm: Add memcpy_from_file_folio()
 2023-01-27  2:04 UTC  (3+ messages)

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

[PATCH v1] Revert "mm: kmemleak: alloc gray object for reserved region with direct map"
 2023-01-27  0:54 UTC  (3+ messages)

[PATCHv4 00/12] dmapool enhancements
 2023-01-27  0:27 UTC  (15+ messages)
` [PATCHv4 01/12] dmapool: add alloc/free performance test
` [PATCHv4 02/12] dmapool: remove checks for dev == NULL
` [PATCHv4 03/12] dmapool: use sysfs_emit() instead of scnprintf()
` [PATCHv4 04/12] dmapool: cleanup integer types
` [PATCHv4 05/12] dmapool: speedup DMAPOOL_DEBUG with init_on_alloc
` [PATCHv4 06/12] dmapool: move debug code to own functions
` [PATCHv4 07/12] dmapool: rearrange page alloc failure handling
` [PATCHv4 08/12] dmapool: consolidate page initialization
` [PATCHv4 09/12] dmapool: simplify freeing
` [PATCHv4 10/12] dmapool: don't memset on free twice
` [PATCHv4 11/12] dmapool: link blocks across pages
` [PATCHv4 12/12] dmapool: create/destroy cleanup

[PATCH v7 2/8] iov_iter: Add a function to extract a page list from an iterator
 2023-01-27  0:20 UTC  (10+ messages)

[syzbot] kernel BUG in free_huge_page
 2023-01-26 23:42 UTC  (2+ messages)

[PATCH 0/2] Convert writepage_t to use a folio
 2023-01-26 22:59 UTC  (4+ 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 0/2] Fixes for hugetlb mapcount at most 1 for shared PMDs
 2023-01-26 22:48 UTC  (5+ messages)
` [PATCH 1/2] mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smaps
` [PATCH 2/2] migrate: hugetlb: Check for hugetlb shared PMD in node migration

[PATCH v10 5/8] block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
 2023-01-26 22:27 UTC  (9+ messages)
` [PATCH v10 0/8] iov_iter: Improve page extraction (pin or just list)
  ` [PATCH v10 1/8] iov_iter: Define flags to qualify page extraction
      ` [PATCH] iov_iter: Use __bitwise with the extraction_flags

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

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-01-26 21:25 UTC  (9+ messages)
` [PATCH RFC v7 06/64] KVM: x86: Add platform hooks for private memory invalidations
` [PATCH RFC v7 37/64] KVM: SVM: Add KVM_SNP_INIT command

[PATCH] ipc/shm: Introduce new do_vma_munmap() to munmap
 2023-01-26 21:20 UTC 

[PATCH] mm/mremap: Fix vma iterator initialization
 2023-01-26 21:20 UTC 

[LSF/MM/BPF BoF] Session for CXL memory
 2023-01-26 20:50 UTC  (12+ messages)
    ` [External] "
        ` [Lsf-pc] "

[PATCH 21/46] hugetlb: use struct hugetlb_pte for walk_hugetlb_range
 2023-01-26 20:30 UTC  (14+ messages)

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

[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

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

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

[PATCH v3 0/7] introduce vm_flags modifier functions
 2023-01-26 17:48 UTC  (26+ 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 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

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  (9+ 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  (8+ messages)
` [PATCH v2 1/6] mm: introduce vma->vm_flags "
` [PATCH v2 3/6] mm: replace vma->vm_flags direct modifications with modifier calls

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

[PATCH v10 1/8] iov_iter: Define flags to qualify page extraction
 2023-01-26  9:52 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).