[PATCH v14 01/12] splice: Fix O_DIRECT file read splice to avoid reversion of ITER_PIPE
2023-02-15 15:56 UTC (10+ messages)
` [PATCH v13 "
` [PATCH v13 00/12] iov_iter: Improve page extraction (pin or just list)
` [PATCH] splice: Clean up direct_splice_read() a bit
[PATCH v14 00/17] iov_iter: Improve page extraction (pin or just list)
2023-02-15 15:53 UTC (34+ 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 v15 "
` [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 v3 0/4] Change the return value for page isolation functions
2023-02-15 15:44 UTC (9+ messages)
` [PATCH v3 1/4] mm: change to return bool for folio_isolate_lru()
` [PATCH v3 2/4] mm: change to return bool for isolate_lru_page()
` [PATCH v3 3/4] mm: hugetlb: change to return bool for isolate_hugetlb()
` [PATCH v3 4/4] mm: change to return bool for isolate_movable_page()
[PATCH 0/2] handle memoryless nodes more appropriately
2023-02-15 15:24 UTC (3+ messages)
` [PATCH 1/2] mm: page_alloc: skip memoryless nodes entirely
` [PATCH 2/2] mm: memory_hotplug: drop memoryless node from fallback lists
Folios for anonymous memory
2023-02-15 15:13 UTC (2+ messages)
[PATCH] arm64: Reset KASAN tag in copy_highpage with HW tags only
2023-02-15 13:46 UTC (4+ messages)
[PATCH 0/7] New arch interfaces for manipulating multiple pages
2023-02-15 13:26 UTC (9+ messages)
` [PATCH 9/7] arm64: Implement the new page table range API
` [PATCH 10/7] riscv: "
` [PATCH 11/7] csky: "
` [PATCH 12/7] hexagon: "
` [PATCH 13/7] loongson: "
[PATCH v9 00/18] TDX host kernel support
2023-02-15 13:25 UTC (26+ 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 v2] kasan: fix deadlock in start_report()
2023-02-15 13:22 UTC (4+ messages)
[PATCH] mm/memory_hotplug: return zero from do_migrate_range() for only success
2023-02-15 13:16 UTC (2+ messages)
[PATCH 0/2] Revert boot-breaking changes in fs/
2023-02-15 13:01 UTC (4+ messages)
` [PATCH 1/2] Revert "iov_iter: Kill ITER_PIPE"
` [PATCH 2/2] Revert "splice: Do splice read from a buffered file without using ITER_PIPE"
[PATCH 0/3] [v2] objtool warning fixes
2023-02-15 13:00 UTC (4+ messages)
` [PATCH 1/3] [v2] kasan: mark addr_has_metadata __always_inline
` [PATCH 2/3] [v2] kmsan: disable ftrace in kmsan core code
` [PATCH 3/3] [v2] objtool: add UACCESS exceptions for __tsan_volatile_read/write
[v2 PATCH 0/5] Introduce mempool pages bulk allocator and use it in dm-crypt
2023-02-15 12:23 UTC (8+ 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
` [dm-devel] [v2 PATCH 0/5] Introduce mempool pages bulk allocator and use it in dm-crypt
[PATCH 0/2] fixups for generic implementation of pfn_valid()
2023-02-15 12:16 UTC (5+ messages)
` [PATCH 1/2] m68k/nommu: add missing definition of ARCH_PFN_OFFSET
` [PATCH 2/2] sh: initialize max_mapnr
[linux-next:pending-fixes] BUILD SUCCESS 923d70f9effdde84beb0a4d3da16bbb718c2315c
2023-02-15 11:11 UTC
cgroup: deadlock between cpu_hotplug_lock and freezer_mutex
2023-02-15 10:36 UTC (2+ messages)
[PATCH] mm: page_alloc: don't allocate page from memoryless nodes
2023-02-15 10:19 UTC (16+ messages)
[PATCH 00/18] CXL RAM and the 'Soft Reserved' => 'System RAM' default
2023-02-15 10:03 UTC (10+ messages)
[PATCH] mm/slab: always use cache from obj
2023-02-15 10:03 UTC (5+ messages)
[PATCH v10 0/6] Implement IOCTL to get and/or the clear info about PTEs
2023-02-15 10:03 UTC (8+ messages)
` [PATCH v10 3/6] fs/proc/task_mmu: "
[linux-next:master 8669/13038] net/sched/act_pedit.c:237:21-28: WARNING opportunity for kmemdup
2023-02-15 9:32 UTC
[PATCH v3 1/3] kasan: switch kunit tests to console tracepoints
2023-02-15 8:57 UTC (5+ messages)
[syzbot] [nilfs2?] INFO: task hung in nilfs_segctor_thread
2023-02-15 8:52 UTC (3+ messages)
[PATCH v2 1/2] mm/userfaultfd: Support WP on multiple VMAs
2023-02-15 7:08 UTC (7+ messages)
[PATCH] mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install WP PTEs
2023-02-15 6:37 UTC (5+ messages)
[PATCH v5 00/39] Shadow stacks for userspace
2023-02-15 6:37 UTC (7+ messages)
` [PATCH v5 19/39] mm: Fixup places that call pte_mkwrite() directly
[PATCH RFC 0/5] Writeback handling of pinned pages
2023-02-15 6:24 UTC (12+ messages)
` [PATCH 1/5] mm: Do not reclaim private data from pinned page
` [PATCH 4/5] block: Add support for bouncing pinned pages
[RFC PATCH 0/5] Memory access profiler(IBS) driven NUMA balancing
2023-02-15 6:07 UTC (6+ messages)
[PATCH v2] arm64: Reset KASAN tag in copy_highpage with HW tags only
2023-02-15 5:09 UTC
[linux-next:master 11693/12724] ERROR: modpost: "walk_hmem_resources" [drivers/dax/hmem/dax_hmem.ko] undefined!
2023-02-15 3:56 UTC
[PATCH] mm: remove zap_page_range and create zap_vma_pages
2023-02-15 3:19 UTC (2+ messages)
[linux-next:master 9602/12724] htmldocs: Documentation/admin-guide/pm/amd-pstate.rst:343: WARNING: duplicate label admin-guide/pm/amd-pstate:user space interface in ``sysfs``, other instance in Documentation/admin-guide/pm/amd-pstate.rst
2023-02-15 2:08 UTC
[PATCH 1/2] mm/khugepaged: set THP as uptodate earlier for shmem
2023-02-15 1:57 UTC (6+ messages)
` [PATCH 2/2] mm/khugepaged: skip shmem with userfaultfd
[PATCH v2 0/4] Change the return value for page isolation functions
2023-02-15 1:21 UTC (3+ messages)
[PATCH v2 3/4] mm: hugetlb: change to return bool for isolate_hugetlb()
2023-02-15 1:06 UTC (5+ messages)
[PATCH v2 2/4] mm: change to return bool for isolate_lru_page()
2023-02-15 1:04 UTC (3+ messages)
[PATCH v2] dma-buf: system_heap: avoid reclaim for order 4
2023-02-14 22:25 UTC (3+ messages)
[PATCH v4] sched/psi: fix use-after-free in ep_remove_wait_queue()
2023-02-14 21:27 UTC
[PATCH] [RFC] maple_tree: reduce stack usage with gcc-9 and earlier
2023-02-14 19:40 UTC (2+ messages)
[PATCH] psi: reduce min window size to 50ms
2023-02-14 19:34 UTC (8+ messages)
[PATCH v4 00/14] Introduce Copy-On-Write to Page Table
2023-02-14 19:17 UTC (20+ messages)
Query on mm/folio-compat: pagecache_get_page
2023-02-14 19:17 UTC (3+ messages)
[PATCH] sched/psi: fix use-after-free in ep_remove_wait_queue()
2023-02-14 19:13 UTC (9+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH v1 RFC Zisslpcfi 11/20] mmu: maybe_mkwrite updated to manufacture shadow stack PTEs
2023-02-14 18:27 UTC (7+ messages)
[PATCH] mm: memcontrol: rename memcg_kmem_enabled()
2023-02-14 18:19 UTC (3+ 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 v2 1/4] mm: change to return bool for folio_isolate_lru()
2023-02-14 17:46 UTC (2+ messages)
[PATCH] mm: reduce lock contention of pcp buffer refill
2023-02-14 17:27 UTC (4+ messages)
[PATCH] mm/khugepaged: Fix invalid page access in release_pte_pages()
2023-02-14 17:25 UTC (2+ 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 (6+ 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 (3+ messages)
[PATCH v2] mm: percpu: fix incorrect size in pcpu_obj_full_size()
2023-02-14 15:35 UTC
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox