Show patches with: State = Action Required       |   78510 patches
« 1 2 ... 108 109 110785 786 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v4,36/39] netfs: Implement a write-through caching option netfs, afs, 9p: Delegate high-level I/O to netfslib - - - --- 2023-12-13 David Howells New
[v4,35/39] netfs: Provide a launder_folio implementation netfs, afs, 9p: Delegate high-level I/O to netfslib - - - --- 2023-12-13 David Howells New
[v4,34/39] netfs: Provide a writepages implementation netfs, afs, 9p: Delegate high-level I/O to netfslib - - - --- 2023-12-13 David Howells New
[v4,33/39] netfs, cachefiles: Pass upper bound length to allow expansion netfs, afs, 9p: Delegate high-level I/O to netfslib - - - --- 2023-12-13 David Howells New
[v4,32/39] netfs: Provide netfs_file_read_iter() netfs, afs, 9p: Delegate high-level I/O to netfslib - - - --- 2023-12-13 David Howells New
[v4,31/39] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite() netfs, afs, 9p: Delegate high-level I/O to netfslib - - - --- 2023-12-13 David Howells New
[v4,30/39] netfs: Implement buffered write API netfs, afs, 9p: Delegate high-level I/O to netfslib - - - --- 2023-12-13 David Howells New
[v4,29/39] netfs: Implement unbuffered/DIO write support netfs, afs, 9p: Delegate high-level I/O to netfslib - - - --- 2023-12-13 David Howells New
[v4,28/39] netfs: Implement support for unbuffered/DIO read netfs, afs, 9p: Delegate high-level I/O to netfslib - - - --- 2023-12-13 David Howells New
[v4,27/39] netfs: Allocate multipage folios in the writepath netfs, afs, 9p: Delegate high-level I/O to netfslib - - - --- 2023-12-13 David Howells New
[v4,26/39] netfs: Make netfs_read_folio() handle streaming-write pages netfs, afs, 9p: Delegate high-level I/O to netfslib - - - --- 2023-12-13 David Howells New
[v4,25/39] netfs: Provide func to copy data to pagecache for buffered write netfs, afs, 9p: Delegate high-level I/O to netfslib - - - --- 2023-12-13 David Howells New
[v4,24/39] netfs: Dispatch write requests to process a writeback slice netfs, afs, 9p: Delegate high-level I/O to netfslib - - - --- 2023-12-13 David Howells New
[v4,23/39] netfs: Prep to use folio->private for write grouping and streaming write netfs, afs, 9p: Delegate high-level I/O to netfslib - - - --- 2023-12-13 David Howells New
[v4,22/39] netfs: Make the refcounting of netfs_begin_read() easier to use netfs, afs, 9p: Delegate high-level I/O to netfslib - - - --- 2023-12-13 David Howells New
[v4,21/39] netfs: Make netfs_put_request() handle a NULL pointer netfs, afs, 9p: Delegate high-level I/O to netfslib - - - --- 2023-12-13 David Howells New
[v4,20/39] netfs: Add a hook to allow tell the netfs to update its i_size netfs, afs, 9p: Delegate high-level I/O to netfslib - - - --- 2023-12-13 David Howells New
[v4,19/39] netfs: Extend the netfs_io_*request structs to handle writes netfs, afs, 9p: Delegate high-level I/O to netfslib - - - --- 2023-12-13 David Howells New
[v4,18/39] netfs: Export netfs_put_subrequest() and some tracepoints netfs, afs, 9p: Delegate high-level I/O to netfslib - - - --- 2023-12-13 David Howells New
[v4,17/39] netfs: Limit subrequest by size or number of segments netfs, afs, 9p: Delegate high-level I/O to netfslib - - - --- 2023-12-13 David Howells New
[v4,16/39] netfs: Add func to calculate pagecount/size-limited span of an iterator netfs, afs, 9p: Delegate high-level I/O to netfslib - - - --- 2023-12-13 David Howells New
[v4,15/39] netfs: Add bounce buffering support netfs, afs, 9p: Delegate high-level I/O to netfslib - - - --- 2023-12-13 David Howells New
[v4,14/39] netfs: Provide tools to create a buffer in an xarray netfs, afs, 9p: Delegate high-level I/O to netfslib - - - --- 2023-12-13 David Howells New
[v4,13/39] netfs: Add support for DIO buffering netfs, afs, 9p: Delegate high-level I/O to netfslib - - - --- 2023-12-13 David Howells New
[v4,12/39] netfs: Add iov_iters to (sub)requests to describe various buffers netfs, afs, 9p: Delegate high-level I/O to netfslib - - - --- 2023-12-13 David Howells New
[v4,11/39] netfs: Implement unbuffered/DIO vs buffered I/O locking netfs, afs, 9p: Delegate high-level I/O to netfslib - - - --- 2023-12-13 David Howells New
[v4,10/39] netfs: Provide invalidate_folio and release_folio calls netfs, afs, 9p: Delegate high-level I/O to netfslib - 1 - --- 2023-12-13 David Howells New
[v4,09/39] afs: Don't use folio->private to record partial modification netfs, afs, 9p: Delegate high-level I/O to netfslib - - - --- 2023-12-13 David Howells New
[v4,08/39] netfs: Add a ->free_subrequest() op netfs, afs, 9p: Delegate high-level I/O to netfslib - - - --- 2023-12-13 David Howells New
[v4,07/39] netfs: Allow the netfs to make the io (sub)request alloc larger netfs, afs, 9p: Delegate high-level I/O to netfslib - - - --- 2023-12-13 David Howells New
[v4,06/39] netfs: Add a procfile to list in-progress requests netfs, afs, 9p: Delegate high-level I/O to netfslib - - - --- 2023-12-13 David Howells New
[v4,05/39] netfs: Move pinning-for-writeback from fscache to netfs netfs, afs, 9p: Delegate high-level I/O to netfslib - - - --- 2023-12-13 David Howells New
[v4,04/39] netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink netfs, afs, 9p: Delegate high-level I/O to netfslib - - - --- 2023-12-13 David Howells New
[v4,03/39] netfs, fscache: Remove ->begin_cache_operation netfs, afs, 9p: Delegate high-level I/O to netfslib - - - --- 2023-12-13 David Howells New
[v4,02/39] netfs, fscache: Combine fscache with netfs netfs, afs, 9p: Delegate high-level I/O to netfslib - - - --- 2023-12-13 David Howells New
[v4,01/39] netfs, fscache: Move fs/fscache/* into fs/netfs/ netfs, afs, 9p: Delegate high-level I/O to netfslib - - - --- 2023-12-13 David Howells New
mm: memcg: remove direct use of __memcg_kmem_uncharge_page mm: memcg: remove direct use of __memcg_kmem_uncharge_page - 1 - --- 2023-12-13 Yosry Ahmed New
kernel: Introduce a write lock/unlock wrapper for tasklist_lock kernel: Introduce a write lock/unlock wrapper for tasklist_lock - - - --- 2023-12-13 Aiqun Yu (Maria) New
mm: ksm: Remove unnecessary try_to_freeze() mm: ksm: Remove unnecessary try_to_freeze() 1 - - --- 2023-12-13 Kevin Hao New
mm: remove redundant lru_add_drain() prior to unmapping pages mm: remove redundant lru_add_drain() prior to unmapping pages - - - --- 2023-12-13 Jianfeng Wang New
[RFC,v2] mm/filemap: avoid buffered read/write race to read inconsistent data [RFC,v2] mm/filemap: avoid buffered read/write race to read inconsistent data - 1 - --- 2023-12-13 Baokun Li New
gfp: gfp_types.h: fix typos & punctuation gfp: gfp_types.h: fix typos & punctuation - - - --- 2023-12-13 Randy Dunlap New
[5/5] mm/zswap: cleanup zswap_reclaim_entry() mm/zswap: dstmem reuse optimizations and cleanups - 3 - --- 2023-12-13 Chengming Zhou New
[4/5] mm/zswap: cleanup zswap_load() mm/zswap: dstmem reuse optimizations and cleanups - 1 - --- 2023-12-13 Chengming Zhou New
[3/5] mm/zswap: refactor out __zswap_load() mm/zswap: dstmem reuse optimizations and cleanups - 2 - --- 2023-12-13 Chengming Zhou New
[2/5] mm/zswap: change dstmem size to one page mm/zswap: dstmem reuse optimizations and cleanups - 2 - --- 2023-12-13 Chengming Zhou New
[1/5] mm/zswap: reuse dstmem when decompress mm/zswap: dstmem reuse optimizations and cleanups 1 1 - --- 2023-12-13 Chengming Zhou New
[V4,2/2] mm: add swapiness= arg to memory.reclaim Add swappiness argument to memory.reclaim - - - --- 2023-12-13 Dan Schatzberg New
[V4,1/2] mm: add defines for min/max swappiness Add swappiness argument to memory.reclaim - - - --- 2023-12-13 Dan Schatzberg New
[15/15] tracing: Add config option for kexec handover kexec: Allow preservation of ftrace buffers - - - --- 2023-12-13 Alexander Graf New
[14/15] tracing: Recover trace events from kexec handover kexec: Allow preservation of ftrace buffers - - - --- 2023-12-13 Alexander Graf New
[13/15] tracing: Add kho serialization of trace events kexec: Allow preservation of ftrace buffers - - - --- 2023-12-13 Alexander Graf New
[12/15] tracing: Recover trace buffers from kexec handover kexec: Allow preservation of ftrace buffers - - - --- 2023-12-13 Alexander Graf New
[11/15] tracing: Add kho serialization of trace buffers kexec: Allow preservation of ftrace buffers - - - --- 2023-12-13 Alexander Graf New
[10/15] tracing: Introduce kho serialization kexec: Allow preservation of ftrace buffers - - - --- 2023-12-13 Alexander Graf New
[09/15] tracing: Introduce names for events kexec: Allow preservation of ftrace buffers - - - --- 2023-12-13 Alexander Graf New
[08/15] tracing: Introduce names for ring buffers kexec: Allow preservation of ftrace buffers - - - --- 2023-12-13 Alexander Graf New
[07/15] x86: Add KHO support kexec: Allow preservation of ftrace buffers - - - --- 2023-12-13 Alexander Graf New
[06/15] arm64: Add KHO support kexec: Allow preservation of ftrace buffers - - - --- 2023-12-13 Alexander Graf New
[05/15] kexec: Add KHO support to kexec file loads kexec: Allow preservation of ftrace buffers - - - --- 2023-12-13 Alexander Graf New
[04/15] kexec: Add KHO parsing support kexec: Allow preservation of ftrace buffers - - - --- 2023-12-13 Alexander Graf New
[03/15] kexec: Add Kexec HandOver (KHO) generation helpers kexec: Allow preservation of ftrace buffers - - - --- 2023-12-13 Alexander Graf New
[02/15] memblock: Declare scratch memory as CMA kexec: Allow preservation of ftrace buffers - - - --- 2023-12-13 Alexander Graf New
[01/15] mm,memblock: Add support for scratch memory kexec: Allow preservation of ftrace buffers - - - --- 2023-12-13 Alexander Graf New
kunit: kasan_test: disable fortify string checker on kmalloc_oob_memset kunit: kasan_test: disable fortify string checker on kmalloc_oob_memset - 1 - --- 2023-12-12 Nico Pache New
[RFC,v3,11/11] mseal:add documentation Introduce mseal() - - - --- 2023-12-12 Jeff Xu New
[RFC,v3,10/11] selftest mm/mseal memory sealing Introduce mseal() - - - --- 2023-12-12 Jeff Xu New
[RFC,v3,09/11] mseal: add MAP_SEALABLE to mmap() Introduce mseal() - - - --- 2023-12-12 Jeff Xu New
[RFC,v3,08/11] mseal: add MM_SEAL_DISCARD_RO_ANON Introduce mseal() - - - --- 2023-12-12 Jeff Xu New
[RFC,v3,07/11] mseal: make sealed VMA mergeable. Introduce mseal() - - - --- 2023-12-12 Jeff Xu New
[RFC,v3,06/11] mseal: add sealing support for mmap Introduce mseal() - - - --- 2023-12-12 Jeff Xu New
[RFC,v3,05/11] mseal: add MM_SEAL_PROT_PKEY Introduce mseal() - - - --- 2023-12-12 Jeff Xu New
[RFC,v3,04/11] mseal: add MM_SEAL_BASE Introduce mseal() - - - --- 2023-12-12 Jeff Xu New
[RFC,v3,03/11] mseal: add can_modify_mm and can_modify_vma Introduce mseal() - - - --- 2023-12-12 Jeff Xu New
[RFC,v3,02/11] mseal: Wire up mseal syscall Introduce mseal() - - - --- 2023-12-12 Jeff Xu New
[RFC,v3,01/11] mseal: Add mseal syscall. Introduce mseal() - - - --- 2023-12-12 Jeff Xu New
[v2,2/2] riscv: Enable pcpu page first chunk allocator riscv: Enable percpu page first chunk allocator - - - --- 2023-12-12 Alexandre Ghiti New
[v2,1/2] mm: Introduce flush_cache_vmap_early() riscv: Enable percpu page first chunk allocator 1 - - --- 2023-12-12 Alexandre Ghiti New
[RFC,v5,29/29] KVM: selftests: TDX: Add TDX UPM selftests for implicit conversion TDX KVM selftests - - - --- 2023-12-12 Sagi Shahar New
[RFC,v5,28/29] KVM: selftests: TDX: Add TDX UPM selftest TDX KVM selftests - - - --- 2023-12-12 Sagi Shahar New
[RFC,v5,27/29] KVM: selftests: Propagate KVM_EXIT_MEMORY_FAULT to userspace TDX KVM selftests - - - --- 2023-12-12 Sagi Shahar New
[RFC,v5,26/29] KVM: selftests: TDX: Add support for TDG.VP.VEINFO.GET TDX KVM selftests - 1 - --- 2023-12-12 Sagi Shahar New
[RFC,v5,25/29] KVM: selftests: TDX: Add support for TDG.MEM.PAGE.ACCEPT TDX KVM selftests - - - --- 2023-12-12 Sagi Shahar New
[RFC,v5,24/29] KVM: selftests: Expose _vm_vaddr_alloc TDX KVM selftests - - - --- 2023-12-12 Sagi Shahar New
[RFC,v5,23/29] KVM: selftests: TDX: Add shared memory test TDX KVM selftests - - - --- 2023-12-12 Sagi Shahar New
[RFC,v5,22/29] KVM: selftests: Add functions to allow mapping as shared TDX KVM selftests - - - --- 2023-12-12 Sagi Shahar New
[RFC,v5,21/29] KVM: selftests: TDX: Add TDG.VP.INFO test TDX KVM selftests - - - --- 2023-12-12 Sagi Shahar New
[RFC,v5,20/29] KVM: selftests: TDX: Verify the behavior when host consumes a TD private memory TDX KVM selftests - - - --- 2023-12-12 Sagi Shahar New
[RFC,v5,19/29] KVM: selftests: TDX: Add TDX CPUID TDVMCALL test TDX KVM selftests - - - --- 2023-12-12 Sagi Shahar New
[RFC,v5,18/29] KVM: selftests: TDX: Add TDX MMIO writes test TDX KVM selftests - - - --- 2023-12-12 Sagi Shahar New
[RFC,v5,17/29] KVM: selftests: TDX: Add TDX MMIO reads test TDX KVM selftests - - - --- 2023-12-12 Sagi Shahar New
[RFC,v5,16/29] KVM: selftests: TDX: Add TDX HLT exit test TDX KVM selftests - - - --- 2023-12-12 Sagi Shahar New
[RFC,v5,15/29] KVM: selftests: TDX: Add TDX MSR read/write tests TDX KVM selftests - - - --- 2023-12-12 Sagi Shahar New
[RFC,v5,14/29] KVM: selftests: TDX: Add TDX IO reads test TDX KVM selftests - 1 - --- 2023-12-12 Sagi Shahar New
[RFC,v5,13/29] KVM: selftests: TDX: Add TDX IO writes test TDX KVM selftests - 1 - --- 2023-12-12 Sagi Shahar New
[RFC,v5,12/29] KVM: selftests: TDX: Add basic get_td_vmcall_info test TDX KVM selftests - 1 - --- 2023-12-12 Sagi Shahar New
[RFC,v5,11/29] KVM: selftests: TDX: Add basic TDX CPUID test TDX KVM selftests - - - --- 2023-12-12 Sagi Shahar New
[RFC,v5,10/29] KVM: selftests: TDX: Adding test case for TDX port IO TDX KVM selftests - 1 - --- 2023-12-12 Sagi Shahar New
[RFC,v5,09/29] KVM: selftests: TDX: Add report_fatal_error test TDX KVM selftests - - - --- 2023-12-12 Sagi Shahar New
[RFC,v5,08/29] KVM: selftests: TDX: Add TDX lifecycle test TDX KVM selftests - - - --- 2023-12-12 Sagi Shahar New
« 1 2 ... 108 109 110785 786 »