messages from 2023-02-13 21:51:04 to 2023-02-14 20:59:19 UTC [more...]
[PATCH v10 0/6] Implement IOCTL to get and/or the clear info about PTEs
2023-02-14 20:59 UTC (7+ messages)
` [PATCH v10 3/6] fs/proc/task_mmu: "
[PATCH] [RFC] maple_tree: reduce stack usage with gcc-9 and earlier
2023-02-14 19:40 UTC (3+ messages)
[PATCH] psi: reduce min window size to 50ms
2023-02-14 19:34 UTC (8+ messages)
[PATCH v2 0/4] Change the return value for page isolation functions
2023-02-14 19:32 UTC (11+ messages)
` [PATCH v2 1/4] mm: change to return bool for folio_isolate_lru()
` [PATCH v2 2/4] mm: change to return bool for isolate_lru_page()
` [PATCH v2 3/4] mm: hugetlb: change to return bool for isolate_hugetlb()
` [PATCH v2 4/4] mm: change to return bool for isolate_movable_page()
[PATCH v4 00/14] Introduce Copy-On-Write to Page Table
2023-02-14 19:17 UTC (22+ messages)
Query on mm/folio-compat: pagecache_get_page
2023-02-14 19:17 UTC (3+ messages)
another use-after-free in ep_remove_wait_queue()
2023-02-14 19:13 UTC (16+ messages)
` [PATCH] sched/psi: fix "
` [PATCH v2] "
` [PATCH v3] "
[v2 PATCH 0/5] Introduce mempool pages bulk allocator and use it in dm-crypt
2023-02-14 19:02 UTC (6+ messages)
` [v2 PATCH 1/5] mm: page_alloc: add API for bulk allocator with callback
` [v2 PATCH 2/5] mm: mempool: extract the common initialization and alloc code
` [v2 PATCH 3/5] mm: mempool: introduce page bulk allocator
` [v2 PATCH 4/5] md: dm-crypt: move crypt_free_buffer_pages ahead
` [v2 PATCH 5/5] md: dm-crypt: use mempool page bulk allocator
[PATCH 00/18] CXL RAM and the 'Soft Reserved' => 'System RAM' default
2023-02-14 19:01 UTC (6+ messages)
[PATCH v1 RFC Zisslpcfi 11/20] mmu: maybe_mkwrite updated to manufacture shadow stack PTEs
2023-02-14 18:27 UTC (7+ messages)
[PATCH v5 00/39] Shadow stacks for userspace
2023-02-14 18:24 UTC (6+ messages)
` [PATCH v5 19/39] mm: Fixup places that call pte_mkwrite() directly
[PATCH] mm: memcontrol: rename memcg_kmem_enabled()
2023-02-14 18:19 UTC (4+ messages)
[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
2023-02-14 18:07 UTC (6+ messages)
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes
[PATCH v14 00/17] iov_iter: Improve page extraction (pin or just list)
2023-02-14 18:04 UTC (20+ messages)
` [PATCH v14 01/17] mm: Pass info, not iter, into filemap_get_pages()
` [PATCH v14 02/17] splice: Add a func to do a splice from a buffered file without ITER_PIPE
` [PATCH v14 03/17] splice: Add a func to do a splice from an O_DIRECT "
` [PATCH v14 04/17] shmem: Implement splice-read
` [PATCH v14 05/17] overlayfs: "
` [PATCH v14 06/17] coda: "
` [PATCH v14 07/17] tty, proc, kernfs, random: Use direct_splice_read()
` [PATCH v14 08/17] splice: Do splice read from a file without using ITER_PIPE
` [PATCH v14 09/17] iov_iter: Kill ITER_PIPE
` [PATCH v14 10/17] iov_iter: Define flags to qualify page extraction
` [PATCH v14 11/17] iov_iter: Add a function to extract a page list from an iterator
` [PATCH v14 12/17] iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing
` [PATCH v14 13/17] block: Fix bio_flagged() so that gcc can better optimise it
` [PATCH v14 14/17] block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
` [PATCH v14 15/17] block: Add BIO_PAGE_PINNED and associated infrastructure
` [PATCH v14 16/17] block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages
` [PATCH v14 17/17] block: convert bio_map_user_iov "
[PATCH] arm64: Reset KASAN tag in copy_highpage with HW tags only
2023-02-14 17:54 UTC (2+ messages)
[PATCH] mm: reduce lock contention of pcp buffer refill
2023-02-14 17:27 UTC (4+ messages)
[PATCH v9 00/18] TDX host kernel support
2023-02-14 17:27 UTC (27+ messages)
` [PATCH v9 04/18] x86/virt/tdx: Add skeleton to initialize TDX on demand
` [PATCH v9 05/18] x86/virt/tdx: Add SEAMCALL infrastructure
` [PATCH v9 07/18] x86/virt/tdx: Do TDX module per-cpu initialization
` [PATCH v9 09/18] x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory
[PATCH] mm/khugepaged: Fix invalid page access in release_pte_pages()
2023-02-14 17:25 UTC (5+ messages)
[linux-next:master] BUILD REGRESSION 3ebb0ac55efaf1d0fb1b106f852c114e5021f7eb
2023-02-14 17:10 UTC
[PATCH 0/9] Documentation: correct lots of spelling errors (series 2)
2023-02-14 16:57 UTC (2+ messages)
` (subset) "
[PATCH 00/35] Documentation: correct lots of spelling errors (series 1)
2023-02-14 16:57 UTC (2+ messages)
` (subset) "
[PATCH v2 00/33] Per-VMA locks
2023-02-14 16:47 UTC (5+ messages)
[PATCH v2 00/20] CXL RAM and the 'Soft Reserved' => 'System RAM' default
2023-02-14 16:43 UTC (8+ messages)
` [PATCH v2 13/20] cxl/region: Add region autodiscovery
[PATCH] mm/memcg: Skip high limit check in root memcg
2023-02-14 15:56 UTC (2+ messages)
[PATCH v3 0/5] iov_iter: Adjust styling/location of new splice functions
2023-02-14 15:49 UTC (11+ messages)
` [PATCH v3 1/5] splice: Rename "
` [PATCH v3 2/5] splice: Provide pipe_head_buf() helper
` [PATCH v3 3/5] splice: Use init_sync_kiocb() in filemap_splice_read()
` [PATCH v3 4/5] splice: Move filemap_read_splice() to mm/filemap.c
` [PATCH v3 5/5] shmem, overlayfs, coda, tty, proc, kernfs, random: Fix splice-read
[PATCH 1/2] mm/khugepaged: set THP as uptodate earlier for shmem
2023-02-14 15:44 UTC (3+ messages)
` [PATCH 2/2] mm/khugepaged: skip shmem with userfaultfd
[PATCH v2] mm: percpu: fix incorrect size in pcpu_obj_full_size()
2023-02-14 15:35 UTC
[PATCH 0/2] fixups for generic implementation of pfn_valid()
2023-02-14 14:41 UTC (4+ messages)
` [PATCH 1/2] m68k/nommu: add missing definition of ARCH_PFN_OFFSET
` [PATCH 2/2] sh: initialize max_mapnr
[PATCH RFC 0/5] Writeback handling of pinned pages
2023-02-14 13:56 UTC (11+ messages)
` [PATCH 1/5] mm: Do not reclaim private data from pinned page
` [PATCH 4/5] block: Add support for bouncing pinned pages
[PATCH] mm: page_alloc: don't allocate page from memoryless nodes
2023-02-14 13:38 UTC (18+ messages)
` [External] "
[linux-next:master 10822/12724] arch/mips/kernel/vpe.c:643:41: error: 'struct module' has no member named 'mod_mem'
2023-02-14 13:18 UTC
[PATCH V7 0/2] mm: shmem: support POSIX_FADV_[WILL|DONT]NEED for shmem files
2023-02-14 12:51 UTC (3+ messages)
` [PATCH V7 1/2] mm: fadvise: move 'endbyte' calculations to helper function
` [PATCH V7 2/2] mm: shmem: implement POSIX_FADV_[WILL|DONT]NEED for shmem
[linux-next:pending-fixes] BUILD SUCCESS 11ce0876aa1cb63cf0fdd176eb6bd9643be5ea99
2023-02-14 12:15 UTC
[PATCH] mm/slab: always use cache from obj
2023-02-14 10:33 UTC (2+ messages)
API for setting multiple PTEs at once
2023-02-14 9:55 UTC (3+ messages)
[PATCH v2 0/4] Remove get_kernel_pages()
2023-02-14 8:53 UTC (7+ messages)
[PATCH v2 1/2] mm/userfaultfd: Support WP on multiple VMAs
2023-02-14 8:49 UTC (5+ messages)
regression in next-20230213: "splice: Do splice read from a buffered file without using ITER_PIPE"
2023-02-14 8:33 UTC (2+ messages)
nvme boot problems after merge of mm-stable tree into linux-next
2023-02-14 7:29 UTC (6+ messages)
[PATCH 0/3] Some cleanups for page isolation
2023-02-14 6:49 UTC (6+ messages)
` [PATCH 1/3] mm: check negative error of folio_isolate_lru() when failed to isolate a folio
` [PATCH 2/3] mm: check negative error of isolate_lru_page() when failed to isolate a page
` [PATCH 3/3] mm: mempolicy: check negative error of isolate_hugetlb() when failed to isolate a hugetlb
[PATCH 0/7] New arch interfaces for manipulating multiple pages
2023-02-14 6:32 UTC (5+ messages)
` [PATCH 6/7] arc: Implement the new page table range API
[PATCH v3 1/3] kasan: switch kunit tests to console tracepoints
2023-02-14 6:07 UTC (3+ messages)
[RFC PATCH 0/5] Memory access profiler(IBS) driven NUMA balancing
2023-02-14 4:55 UTC (5+ messages)
[PATCH mm-unstable v1 1/2] mm: multi-gen LRU: clean up sysfs code
2023-02-14 3:54 UTC (2+ messages)
` [PATCH mm-unstable v1 2/2] mm: multi-gen LRU: improve design doc
[PATCH] mm: page_alloc: call panic() when memoryless node allocation fails
2023-02-14 3:14 UTC (3+ messages)
[PATCH -mm] mm: percpu: fix incorrect size in pcpu_obj_full_size()
2023-02-14 1:57 UTC (5+ messages)
[PATCH v2 0/4] kasan: Fix ordering between MTE tag colouring and page->flags
2023-02-14 1:56 UTC (11+ messages)
[PATCH 1/2] mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smaps
2023-02-14 1:40 UTC (11+ messages)
[GIT PULL] hotfixes for 6.2
2023-02-14 1:26 UTC (4+ messages)
[LSF/MM/BPF TOPIC] DAMON Updates and Future Plans
2023-02-14 0:33 UTC
[PATCH v13 03/12] splice: Do splice read from a buffered file without using ITER_PIPE
2023-02-13 23:25 UTC (7+ messages)
` [PATCH v13 00/12] iov_iter: Improve page extraction (pin or just list)
[RFC PATCH 0/4] Fix excessive CPU usage during compaction
2023-02-13 21:50 UTC (4+ messages)
` [PATCH 4/4] mm, compaction: Finish pageblocks on complete migration failure
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).