Show patches with: State = Action Required       |   78253 patches
« 1 2 3 4782 783 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[RFC,v2,20/21] nvme-pci: use new dma API Provide a new two step DMA API mapping API - - - --- 2024-09-12 Leon Romanovsky New
[RFC,v2,19/21] nvme-pci: precalculate number of DMA entries for each command Provide a new two step DMA API mapping API - - - --- 2024-09-12 Leon Romanovsky New
[RFC,v2,18/21] nvme-pci: remove optimizations for single DMA entry Provide a new two step DMA API mapping API - - - --- 2024-09-12 Leon Romanovsky New
[RFC,v2,17/21] vfio/mlx5: Convert vfio to use DMA link API Provide a new two step DMA API mapping API - - - --- 2024-09-12 Leon Romanovsky New
[RFC,v2,16/21] vfio/mlx5: Explicitly store page list Provide a new two step DMA API mapping API - - - --- 2024-09-12 Leon Romanovsky New
[RFC,v2,15/21] vfio/mlx5: Rewrite create mkey flow to allow better code reuse Provide a new two step DMA API mapping API - - - --- 2024-09-12 Leon Romanovsky New
[RFC,v2,14/21] vfio/mlx5: Explicitly use number of pages instead of allocated length Provide a new two step DMA API mapping API - - - --- 2024-09-12 Leon Romanovsky New
[RFC,v2,13/21] RDMA/umem: Prevent UMEM ODP creation with SWIOTLB Provide a new two step DMA API mapping API - - - --- 2024-09-12 Leon Romanovsky New
[RFC,v2,12/21] RDMA/core: Separate DMA mapping to caching IOVA and page linkage Provide a new two step DMA API mapping API - - - --- 2024-09-12 Leon Romanovsky New
[RFC,v2,11/21] RDMA/umem: Store ODP access mask information in PFN Provide a new two step DMA API mapping API - - - --- 2024-09-12 Leon Romanovsky New
[RFC,v2,10/21] RDMA/umem: Preallocate and cache IOVA for UMEM ODP Provide a new two step DMA API mapping API - - - --- 2024-09-12 Leon Romanovsky New
[RFC,v2,09/21] dma-mapping: provide callbacks to link/unlink HMM PFNs to specific IOVA Provide a new two step DMA API mapping API - - - --- 2024-09-12 Leon Romanovsky New
[RFC,v2,08/21] mm/hmm: let users to tag specific PFN with DMA mapped bit Provide a new two step DMA API mapping API - - - --- 2024-09-12 Leon Romanovsky New
[RFC,v2,07/21] dma-mapping: implement link range API Provide a new two step DMA API mapping API - - - --- 2024-09-12 Leon Romanovsky New
[RFC,v2,06/21] dma-mapping: set and query DMA IOVA state Provide a new two step DMA API mapping API - - - --- 2024-09-12 Leon Romanovsky New
[RFC,v2,05/21] dma-mapping: provide an interface to allocate IOVA Provide a new two step DMA API mapping API - - - --- 2024-09-12 Leon Romanovsky New
[RFC,v2,04/21] dma-mapping: initialize IOVA state struct Provide a new two step DMA API mapping API - - - --- 2024-09-12 Leon Romanovsky New
[RFC,v2,03/21] iommu/dma: Add check if IOVA can be used Provide a new two step DMA API mapping API - - - --- 2024-09-12 Leon Romanovsky New
[RFC,v2,02/21] iommu/dma: Implement link/unlink ranges callbacks Provide a new two step DMA API mapping API - - - --- 2024-09-12 Leon Romanovsky New
[RFC,v2,01/21] iommu/dma: Provide an interface to allow preallocate IOVA Provide a new two step DMA API mapping API - - - --- 2024-09-12 Leon Romanovsky New
[2/2] kselftests: mm: Fail the test if userfaultfd syscall isn't found [1/2] kselftests: mm: Fix wrong __NR_userfaultfd value - - - --- 2024-09-12 Muhammad Usama Anjum New
[1/2] kselftests: mm: Fix wrong __NR_userfaultfd value [1/2] kselftests: mm: Fix wrong __NR_userfaultfd value - - - --- 2024-09-12 Muhammad Usama Anjum New
selftest/mm: Do not use hint for riscv mmap selftest/mm: Do not use hint for riscv mmap - - - --- 2024-09-12 Chunyan Zhang New
rust: shrinker: add shrinker abstraction rust: shrinker: add shrinker abstraction - - - --- 2024-09-12 Alice Ryhl New
[RESEND] tools/mm: Use calloc and check the memory allocation failure [RESEND] tools/mm: Use calloc and check the memory allocation failure - - - --- 2024-09-12 Zhu Jun New
[v7,26/26] MAINTAINERS: add entry for the Rust `alloc` module Generic `Allocator` support for Rust - - - --- 2024-09-11 Danilo Krummrich New
[v7,25/26] kbuild: rust: remove the `alloc` crate and `GlobalAlloc` Generic `Allocator` support for Rust - - - --- 2024-09-11 Danilo Krummrich New
[v7,24/26] rust: alloc: update module comment of alloc.rs Generic `Allocator` support for Rust - 2 - --- 2024-09-11 Danilo Krummrich New
[v7,23/26] rust: str: test: replace `alloc::format` Generic `Allocator` support for Rust - 2 - --- 2024-09-11 Danilo Krummrich New
[v7,22/26] rust: alloc: implement `Cmalloc` in module allocator_test Generic `Allocator` support for Rust - - - --- 2024-09-11 Danilo Krummrich New
[v7,21/26] rust: alloc: implement `contains` for `Flags` Generic `Allocator` support for Rust - 2 - --- 2024-09-11 Danilo Krummrich New
[v7,20/26] rust: error: check for config `test` in `Error::name` Generic `Allocator` support for Rust - 2 - --- 2024-09-11 Danilo Krummrich New
[v7,19/26] rust: error: use `core::alloc::LayoutError` Generic `Allocator` support for Rust - 2 - --- 2024-09-11 Danilo Krummrich New
[v7,18/26] rust: alloc: add `Vec` to prelude Generic `Allocator` support for Rust - 2 - --- 2024-09-11 Danilo Krummrich New
[v7,17/26] rust: alloc: remove `VecExt` extension Generic `Allocator` support for Rust - 2 - --- 2024-09-11 Danilo Krummrich New
[v7,16/26] rust: treewide: switch to the kernel `Vec` type Generic `Allocator` support for Rust - 2 - --- 2024-09-11 Danilo Krummrich New
[v7,15/26] rust: alloc: implement `collect` for `IntoIter` Generic `Allocator` support for Rust - 1 - --- 2024-09-11 Danilo Krummrich New
[v7,14/26] rust: alloc: implement `IntoIterator` for `Vec` Generic `Allocator` support for Rust - 1 - --- 2024-09-11 Danilo Krummrich New
[v7,13/26] rust: alloc: implement kernel `Vec` type Generic `Allocator` support for Rust - - - --- 2024-09-11 Danilo Krummrich New
[v7,12/26] rust: alloc: add `Box` to prelude Generic `Allocator` support for Rust - 2 - --- 2024-09-11 Danilo Krummrich New
[v7,11/26] rust: alloc: remove extension of std's `Box` Generic `Allocator` support for Rust - 2 - --- 2024-09-11 Danilo Krummrich New
[v7,10/26] rust: treewide: switch to our kernel `Box` type Generic `Allocator` support for Rust - 2 - --- 2024-09-11 Danilo Krummrich New
[v7,09/26] rust: alloc: implement kernel `Box` Generic `Allocator` support for Rust - - - --- 2024-09-11 Danilo Krummrich New
[v7,08/26] rust: alloc: add __GFP_NOWARN to `Flags` Generic `Allocator` support for Rust - 2 - --- 2024-09-11 Danilo Krummrich New
[v7,07/26] rust: alloc: implement `KVmalloc` allocator Generic `Allocator` support for Rust - 1 - --- 2024-09-11 Danilo Krummrich New
[v7,06/26] rust: alloc: implement `Vmalloc` allocator Generic `Allocator` support for Rust - 1 - --- 2024-09-11 Danilo Krummrich New
[v7,05/26] rust: alloc: add module `allocator_test` Generic `Allocator` support for Rust - 3 - --- 2024-09-11 Danilo Krummrich New
[v7,04/26] rust: alloc: implement `Allocator` for `Kmalloc` Generic `Allocator` support for Rust - - - --- 2024-09-11 Danilo Krummrich New
[v7,03/26] rust: alloc: rename `KernelAllocator` to `Kmalloc` Generic `Allocator` support for Rust - 3 - --- 2024-09-11 Danilo Krummrich New
[v7,02/26] rust: alloc: separate `aligned_size` from `krealloc_aligned` Generic `Allocator` support for Rust - 3 - --- 2024-09-11 Danilo Krummrich New
[v7,01/26] rust: alloc: add `Allocator` trait Generic `Allocator` support for Rust - 1 - --- 2024-09-11 Danilo Krummrich New
[RFC] mm: mmap: Allow mmap(MAP_STACK) to map growable stack [RFC] mm: mmap: Allow mmap(MAP_STACK) to map growable stack - - - --- 2024-09-11 Helge Deller New
[hotfix,6.11,v2,3/3] minmax: reduce min/max macro expansion in atomisp driver minmax: reduce egregious min/max macro expansion - 1 - --- 2024-09-11 Lorenzo Stoakes New
[hotfix,6.11,v2,2/3] minmax: reduce min/max macro expansion in skbuff minmax: reduce egregious min/max macro expansion - - - --- 2024-09-11 Lorenzo Stoakes New
[hotfix,6.11,v2,1/3] minmax: reduce min/max macro expansion in mvpp2 driver minmax: reduce egregious min/max macro expansion - 1 - --- 2024-09-11 Lorenzo Stoakes New
[2/2] mm: optimize invalidation of shadow entries mm: optimize shadow entries removal - - - --- 2024-09-11 Shakeel Butt New
[1/2] mm: optimize truncation of shadow entries mm: optimize shadow entries removal 1 - - --- 2024-09-11 Shakeel Butt New
[v5,8/8] block: implement write zero pages cmd implement async block discards and other ops via io_uring - - - --- 2024-09-11 Pavel Begunkov New
[v5,7/8] block: add nowait flag for __blkdev_issue_zero_pages implement async block discards and other ops via io_uring - - - --- 2024-09-11 Pavel Begunkov New
[v5,6/8] block: implement write zeroes io_uring cmd implement async block discards and other ops via io_uring - - - --- 2024-09-11 Pavel Begunkov New
[v5,5/8] block: implement async io_uring discard cmd implement async block discards and other ops via io_uring - - - --- 2024-09-11 Pavel Begunkov New
[v5,4/8] block: introduce blk_validate_byte_range() implement async block discards and other ops via io_uring - 1 - --- 2024-09-11 Pavel Begunkov New
[v5,3/8] filemap: introduce filemap_invalidate_pages implement async block discards and other ops via io_uring - - - --- 2024-09-11 Pavel Begunkov New
[v5,2/8] io_uring/cmd: give inline space in request to cmds implement async block discards and other ops via io_uring - - - --- 2024-09-11 Pavel Begunkov New
[v5,1/8] io_uring/cmd: expose iowq to cmds implement async block discards and other ops via io_uring - - - --- 2024-09-11 Pavel Begunkov New
[hotfix,6.11] minmax: reduce egregious min/max macro expansion [hotfix,6.11] minmax: reduce egregious min/max macro expansion - 1 - --- 2024-09-11 Lorenzo Stoakes New
[v4,10/10] docs: tmpfs: Add casefold options tmpfs: Add case-insensitive support for tmpfs - 1 - --- 2024-09-11 André Almeida New
[v4,09/10] tmpfs: Expose filesystem features via sysfs tmpfs: Add case-insensitive support for tmpfs - 1 - --- 2024-09-11 André Almeida New
[v4,08/10] tmpfs: Add flag FS_CASEFOLD_FL support for tmpfs dirs tmpfs: Add case-insensitive support for tmpfs - 1 - --- 2024-09-11 André Almeida New
[v4,07/10] tmpfs: Add casefold lookup support tmpfs: Add case-insensitive support for tmpfs - - - --- 2024-09-11 André Almeida New
[v4,06/10] libfs: Export generic_ci_ dentry functions tmpfs: Add case-insensitive support for tmpfs - - - --- 2024-09-11 André Almeida New
[v4,05/10] libfs: Check for casefold dirs on simple_lookup() tmpfs: Add case-insensitive support for tmpfs - - - --- 2024-09-11 André Almeida New
[v4,04/10] unicode: Export latest available UTF-8 version number tmpfs: Add case-insensitive support for tmpfs 1 - - --- 2024-09-11 André Almeida New
[v4,03/10] unicode: Recreate utf8_parse_version() tmpfs: Add case-insensitive support for tmpfs - 2 - --- 2024-09-11 André Almeida New
[v4,02/10] ext4: Use generic_ci_validate_strict_name helper tmpfs: Add case-insensitive support for tmpfs 1 1 - --- 2024-09-11 André Almeida New
[v4,01/10] libfs: Create the helper function generic_ci_validate_strict_name() tmpfs: Add case-insensitive support for tmpfs - - - --- 2024-09-11 André Almeida New
[RFC,7/7] arm64: KVM: Allocate vCPU fp-regs dynamically on VHE and KERNEL_SECRETMEM enabled systems support for mm-local memory allocations and use it - - - --- 2024-09-11 Fares Mehanna New
[RFC,6/7] arm64: KVM: Refactor C-code to access vCPU fp-registers through macros support for mm-local memory allocations and use it - - - --- 2024-09-11 Fares Mehanna New
[RFC,5/7] arm64: KVM: Allocate vCPU gp-regs dynamically on VHE and KERNEL_SECRETMEM enabled systems support for mm-local memory allocations and use it - - - --- 2024-09-11 Fares Mehanna New
[RFC,4/7] KVM: Refactor Assembly-code to access vCPU gp-registers through a macro support for mm-local memory allocations and use it - - - --- 2024-09-11 Fares Mehanna New
[RFC,3/7] arm64: KVM: Refactor C-code to access vCPU gp-registers through macros support for mm-local memory allocations and use it - - - --- 2024-09-11 Fares Mehanna New
[RFC,2/7] mm/secretmem: implement mm-local kernel allocations support for mm-local memory allocations and use it - - - --- 2024-09-11 Fares Mehanna New
[RFC,1/7] mseal: expose interface to seal / unseal user memory ranges support for mm-local memory allocations and use it - - - --- 2024-09-11 Fares Mehanna New
[2/2] maple_tree: goto complete directly on a pivot of 0 refine mas_mab_cp() - 1 - --- 2024-09-11 Wei Yang New
[1/2] maple_tree: i is always less than or equal to mas_end refine mas_mab_cp() - 1 - --- 2024-09-11 Wei Yang New
[v12,17/17] cxl/memfeature: Add CXL memory device PPR control feature EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers - - - --- 2024-09-11 Shiju Jose New
[v12,16/17] cxl/mbox: Add support for PERFORM_MAINTENANCE mailbox command EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers - - - --- 2024-09-11 Shiju Jose New
[v12,15/17] EDAC: Add EDAC PPR control driver EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers - - - --- 2024-09-11 Shiju Jose New
[v12,14/17] ras: mem: Add memory ACPI RAS2 driver EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers - - - --- 2024-09-11 Shiju Jose New
[v12,13/17] ACPI:RAS2: Add ACPI RAS2 driver EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers - - - --- 2024-09-11 Shiju Jose New
[v12,12/17] platform: Add __free() based cleanup function for platform_device_put EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers - - - --- 2024-09-11 Shiju Jose New
[v12,11/17] cxl/memfeature: Add CXL memory device ECS control feature EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers - - - --- 2024-09-11 Shiju Jose New
[v12,10/17] cxl/memfeature: Add CXL memory device patrol scrub control feature EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers - - - --- 2024-09-11 Shiju Jose New
[v12,09/17] cxl/mbox: Add SET_FEATURE mailbox command EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers - - - --- 2024-09-11 Shiju Jose New
[v12,08/17] cxl/mbox: Add GET_FEATURE mailbox command EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers - - - --- 2024-09-11 Shiju Jose New
[v12,07/17] cxl: Add Get Supported Features command for kernel usage EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers - - - --- 2024-09-11 Shiju Jose New
[v12,06/17] cxl: Refactor user ioctl command path from mds to mailbox EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers - - - --- 2024-09-11 Shiju Jose New
[v12,05/17] cxl: Fix comment regarding cxl_query_cmd() return data EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers - - - --- 2024-09-11 Shiju Jose New
[v12,04/17] cxl: Move mailbox related bits to the same context EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers - - - --- 2024-09-11 Shiju Jose New
[v12,03/17] EDAC: Add EDAC ECS control driver EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers - - - --- 2024-09-11 Shiju Jose New
« 1 2 3 4782 783 »