Show patches with: none      |   74295 patches
« 1 2 ... 68 69 70742 743 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v3,45/59] afs: Use the netfs write helpers netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,44/59] netfs: Optimise away reads above the point at which there can be no data netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,43/59] netfs: Rearrange netfs_io_subrequest to put request pointer first netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,42/59] netfs: Implement a write-through caching option netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,41/59] netfs: Provide a launder_folio implementation netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,40/59] netfs: Support encryption on Unbuffered/DIO write netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,39/59] netfs: Support decryption on ubuffered/DIO read netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,38/59] netfs: Decrypt encrypted content netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,37/59] netfs: Perform content encryption netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,36/59] netfs: Make netfs_skip_folio_read() take account of blocksize netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,35/59] netfs: Provide minimum blocksize parameter netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,34/59] netfs: Provide a writepages implementation netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,33/59] netfs, cachefiles: Pass upper bound length to allow expansion netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,32/59] netfs: Provide netfs_file_read_iter() netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,31/59] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite() netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,30/59] netfs: Implement buffered write API netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,29/59] netfs: Implement unbuffered/DIO write support netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,28/59] netfs: Implement support for unbuffered/DIO read netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,27/59] netfs: Allocate multipage folios in the writepath netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,26/59] netfs: Make netfs_read_folio() handle streaming-write pages netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,25/59] netfs: Provide func to copy data to pagecache for buffered write netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,24/59] netfs: Dispatch write requests to process a writeback slice netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,23/59] netfs: Prep to use folio->private for write grouping and streaming write netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,22/59] netfs: Make the refcounting of netfs_begin_read() easier to use netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,21/59] netfs: Make netfs_put_request() handle a NULL pointer netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,20/59] netfs: Add a hook to allow tell the netfs to update its i_size netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,19/59] netfs: Extend the netfs_io_*request structs to handle writes netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,18/59] netfs: Export netfs_put_subrequest() and some tracepoints netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,17/59] netfs: Limit subrequest by size or number of segments netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,16/59] netfs: Add func to calculate pagecount/size-limited span of an iterator netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,15/59] netfs: Add bounce buffering support netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,14/59] netfs: Provide tools to create a buffer in an xarray netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,13/59] netfs: Add support for DIO buffering netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,12/59] netfs: Add iov_iters to (sub)requests to describe various buffers netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,11/59] netfs: Implement unbuffered/DIO vs buffered I/O locking netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,10/59] netfs: Provide invalidate_folio and release_folio calls netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - 1 - --- 2023-12-07 David Howells New
[v3,09/59] afs: Don't use folio->private to record partial modification netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,08/59] netfs: Add a ->free_subrequest() op netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,07/59] netfs: Allow the netfs to make the io (sub)request alloc larger netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,06/59] netfs: Add a procfile to list in-progress requests netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,05/59] netfs: Move pinning-for-writeback from fscache to netfs netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,04/59] netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,03/59] netfs, fscache: Remove ->begin_cache_operation netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,02/59] netfs, fscache: Combine fscache with netfs netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,01/59] netfs, fscache: Move fs/fscache/* into fs/netfs/ netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
maple_tree: Fix mas_prev() state separation code maple_tree: Fix mas_prev() state separation code - - - --- 2023-12-07 Liam R. Howlett New
[v6] zswap: memcontrol: implement zswap writeback disabling [v6] zswap: memcontrol: implement zswap writeback disabling - 1 - --- 2023-12-07 Nhat Pham New
[v3] ELF: AT_PAGE_SHIFT_MASK -- supply userspace with available page shifts [v3] ELF: AT_PAGE_SHIFT_MASK -- supply userspace with available page shifts - - - --- 2023-12-07 Alexey Dobriyan New
[v9,10/10] selftests/mm/cow: Add tests for anonymous multi-size THP Multi-size THP for anonymous memory - 1 2 --- 2023-12-07 Ryan Roberts New
[v9,09/10] selftests/mm/cow: Generalize do_run_with_thp() helper Multi-size THP for anonymous memory - 1 3 --- 2023-12-07 Ryan Roberts New
[v9,08/10] selftests/mm/khugepaged: Enlighten for multi-size THP Multi-size THP for anonymous memory - - 2 --- 2023-12-07 Ryan Roberts New
[v9,07/10] selftests/mm: Support multi-size THP interface in thp_settings Multi-size THP for anonymous memory - - 2 --- 2023-12-07 Ryan Roberts New
[v9,06/10] selftests/mm: Factor out thp settings management Multi-size THP for anonymous memory 1 - 3 --- 2023-12-07 Ryan Roberts New
[v9,05/10] selftests/mm/kugepaged: Restore thp settings at exit Multi-size THP for anonymous memory - 2 2 --- 2023-12-07 Ryan Roberts New
[v9,04/10] mm: thp: Support allocation of anonymous multi-size THP Multi-size THP for anonymous memory 1 - 2 --- 2023-12-07 Ryan Roberts New
[v9,03/10] mm: thp: Introduce multi-size THP sysfs interface Multi-size THP for anonymous memory 1 1 2 --- 2023-12-07 Ryan Roberts New
[v9,02/10] mm: Non-pmd-mappable, large folios for folio_add_new_anon_rmap() Multi-size THP for anonymous memory - 5 3 --- 2023-12-07 Ryan Roberts New
[v9,01/10] mm: Allow deferred splitting of arbitrary anon large folios Multi-size THP for anonymous memory - 5 2 --- 2023-12-07 Ryan Roberts New
mm: fix VMA heap bounds checking mm: fix VMA heap bounds checking - - - --- 2023-12-07 Kefeng Wang New
[RFC/RFT,4/4] TEMP: riscv: Add debugfs interface to retrieve #sfence.vma Remove preventive sfence.vma - - - --- 2023-12-07 Alexandre Ghiti New
[RFC/RFT,3/4] riscv: Stop emitting preventive sfence.vma for new userspace mappings Remove preventive sfence.vma - - - --- 2023-12-07 Alexandre Ghiti New
[RFC/RFT,2/4] riscv: Add a runtime detection of invalid TLB entries caching Remove preventive sfence.vma - - - --- 2023-12-07 Alexandre Ghiti New
[RFC/RFT,1/4] riscv: Stop emitting preventive sfence.vma for new vmalloc mappings Remove preventive sfence.vma - - - --- 2023-12-07 Alexandre Ghiti New
memblock: Return NUMA_NO_NODE instead of -1 to improve code readability memblock: Return NUMA_NO_NODE instead of -1 to improve code readability - - - --- 2023-12-07 Yuntao Wang New
[-next] drivers: perf: Fix build error by adding const to ctl_table argument of handler [-next] drivers: perf: Fix build error by adding const to ctl_table argument of handler 1 2 - --- 2023-12-07 Alexandre Ghiti New
[v2,2/2] mm/khugepaged: add case for mapping anonymous pte-mapped THPs by pmds attempt to map anonymous pte-mapped THPs by pmds - - - --- 2023-12-07 Xu Yu New
[v2,1/2] mm/khugepaged: attempt to map anonymous pte-mapped THPs by pmds attempt to map anonymous pte-mapped THPs by pmds - - - --- 2023-12-07 Xu Yu New
[RFC,11/11] mm/mempolicy: extend set_mempolicy2 and mbind2 to support weighted interleave mempolicy2, mbind2, and weighted interleave - - - --- 2023-12-07 Gregory Price New
[RFC,10/11] mm/mempolicy: add the mbind2 syscall mempolicy2, mbind2, and weighted interleave - - - --- 2023-12-07 Gregory Price New
[RFC,08/11] mm/mempolicy: add set_mempolicy2 syscall mempolicy2, mbind2, and weighted interleave - - - --- 2023-12-07 Gregory Price New
[RFC,07/11] mm/mempolicy: add userland mempolicy arg structure mempolicy2, mbind2, and weighted interleave - - - --- 2023-12-07 Gregory Price New
[RFC,06/11] mm/mempolicy: allow home_node to be set by mpol_new mempolicy2, mbind2, and weighted interleave - - - --- 2023-12-07 Gregory Price New
[RFC,05/11] mm/mempolicy: refactor kernel_get_mempolicy for code re-use mempolicy2, mbind2, and weighted interleave - - - --- 2023-12-07 Gregory Price New
[RFC,04/11] mm/mempolicy: create struct mempolicy_args for creating new mempolicies mempolicy2, mbind2, and weighted interleave - - - --- 2023-12-07 Gregory Price New
[RFC,03/11] mm/mempolicy: refactor sanitize_mpol_flags for reuse mempolicy2, mbind2, and weighted interleave - - - --- 2023-12-07 Gregory Price New
[RFC,02/11] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving mempolicy2, mbind2, and weighted interleave - - - --- 2023-12-07 Gregory Price New
[RFC,01/11] mm/mempolicy: implement the sysfs-based weighted_interleave interface mempolicy2, mbind2, and weighted interleave - - - --- 2023-12-07 Gregory Price New
mm: Support order-1 folios in the page cache mm: Support order-1 folios in the page cache - - - --- 2023-12-06 Matthew Wilcox New
[v8,6/6] zswap: shrinks zswap pool based on memory pressure (fix) Untitled series #807579 - - - --- 2023-12-06 Nhat Pham New
[1/1] mm: add swapiness= arg to memory.reclaim Add swappiness argument to memory.reclaim - - - --- 2023-12-06 Dan Schatzberg New
of: reserved_mem: fix error log for reserved mem init failure of: reserved_mem: fix error log for reserved mem init failure - - - --- 2023-12-06 Pintu Kumar New
of: reserved_mem: fix error log for reserved mem init failure of: reserved_mem: fix error log for reserved mem init failure - - - --- 2023-12-06 Pintu Kumar New
[RFC,v2] mm: Multi-Gen LRU: fix use mm/page_idle/bitmap [RFC,v2] mm: Multi-Gen LRU: fix use mm/page_idle/bitmap - - - --- 2023-12-06 Henry Huang New
[v2] kmemleak: Avoid RCU stalls when freeing metadata for per-CPU pointers [v2] kmemleak: Avoid RCU stalls when freeing metadata for per-CPU pointers - 1 - --- 2023-12-06 Catalin Marinas New
mm: compaction: avoid fast_isolate_freepages blindly choose improper pageblock mm: compaction: avoid fast_isolate_freepages blindly choose improper pageblock 1 1 - --- 2023-12-06 Barry Song New
[net-next,v7,4/4] skbuff: Optimization of SKB coalescing for page pool skbuff: Optimize SKB coalescing for page pool - 1 - --- 2023-12-06 Liang Chen New
[net-next,v7,3/4] skbuff: Add a function to check if a page belongs to page_pool skbuff: Optimize SKB coalescing for page pool - 1 - --- 2023-12-06 Liang Chen New
[net-next,v7,2/4] page_pool: halve BIAS_MAX for multiple user references of a fragment skbuff: Optimize SKB coalescing for page pool - 1 - --- 2023-12-06 Liang Chen New
[net-next,v7,1/4] page_pool: transition to reference count management after page draining skbuff: Optimize SKB coalescing for page pool - 1 - --- 2023-12-06 Liang Chen New
[v6,5/5] selftests/mm: add UFFDIO_MOVE ioctl test userfaultfd move option - - - --- 2023-12-06 Suren Baghdasaryan New
[v6,4/5] selftests/mm: add uffd_test_case_ops to allow test case-specific operations userfaultfd move option - - - --- 2023-12-06 Suren Baghdasaryan New
[v6,3/5] selftests/mm: call uffd_test_ctx_clear at the end of the test userfaultfd move option - 2 - --- 2023-12-06 Suren Baghdasaryan New
[v6,2/5] userfaultfd: UFFDIO_MOVE uABI userfaultfd move option - - - --- 2023-12-06 Suren Baghdasaryan New
[v6,1/5] mm/rmap: support move to different root anon_vma in folio_move_anon_rmap() userfaultfd move option 1 - - --- 2023-12-06 Suren Baghdasaryan New
[linux-next] mm:use vma_pages() for vma objects [linux-next] mm:use vma_pages() for vma objects - - - --- 2023-12-06 1226717762@qq.com New
[v1] selftests/mm: cow: print ksft header before printing anything else [v1] selftests/mm: cow: print ksft header before printing anything else - - - --- 2023-12-06 David Hildenbrand New
[7/7] mm/zswap: cleanup zswap_reclaim_entry() mm/zswap: optimize the scalability of zswap rb-tree - - - --- 2023-12-06 Chengming Zhou New
[6/7] mm/zswap: cleanup zswap_load() mm/zswap: optimize the scalability of zswap rb-tree - - - --- 2023-12-06 Chengming Zhou New
[5/7] mm/zswap: refactor out __zswap_load() mm/zswap: optimize the scalability of zswap rb-tree - 1 - --- 2023-12-06 Chengming Zhou New
[4/7] mm/zswap: change dstmem size to one page mm/zswap: optimize the scalability of zswap rb-tree - - - --- 2023-12-06 Chengming Zhou New
« 1 2 ... 68 69 70742 743 »