Show patches with: State = Action Required       |    Archived = No       |   41 patches
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
um: remove variable stack array in os_rcv_fd_msg() um: remove variable stack array in os_rcv_fd_msg() - - - - --- 2024-07-04 Johannes Berg New
[v8,1/7] um: Add generic stub_syscall1 function Increased address space for 64 bit - - - - --- 2024-07-04 Benjamin Berg New
[v8,2/7] um: use execveat to create userspace MMs Increased address space for 64 bit - - - - --- 2024-07-04 Benjamin Berg New
[v8,3/7] um: Fix stub_start address calculation Increased address space for 64 bit - - - - --- 2024-07-04 Benjamin Berg New
[v8,4/7] um: Limit TASK_SIZE to the addressable range Increased address space for 64 bit - - - - --- 2024-07-04 Benjamin Berg New
[v8,5/7] um: Discover host_task_size from envp Increased address space for 64 bit - - - - --- 2024-07-04 Benjamin Berg New
[v8,6/7] um: clear all memory in new userspace processes Increased address space for 64 bit - - - - --- 2024-07-04 Benjamin Berg New
[v8,7/7] um: Add 4 level page table support Increased address space for 64 bit - - - - --- 2024-07-04 Benjamin Berg New
[v3] um: vector: Replace locks guarding queue depth with atomics [v3] um: vector: Replace locks guarding queue depth with atomics - - - - --- 2024-07-05 Anton Ivanov New
[v2] um: vector: Fix NAPI budget handling [v2] um: vector: Fix NAPI budget handling - - - - --- 2024-07-06 Anton Ivanov New
um: remove ARCH_NO_PREEMPT_DYNAMIC um: remove ARCH_NO_PREEMPT_DYNAMIC - 1 - - --- 2024-07-23 Johannes Berg New
[1/2] vector_user: add VDE support [1/2] vector_user: add VDE support 1 - - - --- 2024-07-30 Renzo Davoli New
[2/2] user_mode_linux_howto_v2: add VDE vector support in doc [1/2] vector_user: add VDE support 1 - - - --- 2024-07-30 Renzo Davoli New
um: make personality(PER_LINUX32) work on x86_64 um: make personality(PER_LINUX32) work on x86_64 - - - - --- 2024-08-13 Maciej Żenczykowski New
[3/5] um: Remove custom definition of mk_pte() Provide a single definition of mk_pte() - - - - --- 2024-08-14 Matthew Wilcox New
[-next] hostfs: Convert hostfs_writepage to use folio [-next] hostfs: Convert hostfs_writepage to use folio - - - - --- 2024-08-20 Li Zetao New
[-next] um: Remove obsoleted declaration for execute_syscall_skas [-next] um: Remove obsoleted declaration for execute_syscall_skas - - 1 - --- 2024-08-24 cuigaosheng New
[v3,1/7] um: Remove unused kpte_clear_flush macro Some minor cleanups for UML - - - - --- 2024-08-26 Tiwei Bie New
[v3,2/7] um: Remove the redundant newpage check in update_pte_range Some minor cleanups for UML - - - - --- 2024-08-26 Tiwei Bie New
[v3,3/7] um: Remove unused fields from thread_struct Some minor cleanups for UML - - - - --- 2024-08-26 Tiwei Bie New
[v3,4/7] um: Remove unused mm_fd field from mm_id Some minor cleanups for UML - - - - --- 2024-08-26 Tiwei Bie New
[v3,5/7] um: Remove the call to SUBARCH_EXECVE1 macro Some minor cleanups for UML - - - - --- 2024-08-26 Tiwei Bie New
[v3,6/7] um: Remove the declaration of user_thread function Some minor cleanups for UML - - - - --- 2024-08-26 Tiwei Bie New
[v3,7/7] um: Remove outdated asm/sysrq.h header Some minor cleanups for UML - - - - --- 2024-08-26 Tiwei Bie New
um: fix time-travel syscall scheduling hack um: fix time-travel syscall scheduling hack - - - - --- 2024-08-27 Johannes Berg New
um: Fix the return value of elf_core_copy_task_fpregs um: Fix the return value of elf_core_copy_task_fpregs - 1 - - --- 2024-08-28 Tiwei Bie New
um: add RCU syscall hack for time-travel um: add RCU syscall hack for time-travel - - - - --- 2024-08-30 Benjamin Berg New
[1/2] mm: rename copy_from_kernel_nofault_allowed() to copy_kernel_nofault_allowed() mm: make copy_to_kernel_nofault() not fault on user addresses - - - - --- 2024-09-02 Omar Sandoval New
[2/2] mm: make copy_to_kernel_nofault() not fault on user addresses mm: make copy_to_kernel_nofault() not fault on user addresses - - - - --- 2024-09-02 Omar Sandoval New
[1/3] rust: Introduce HAVE_GENERATE_RUST_TARGET config option rust: Initial MIPS support - - - - --- 2024-09-03 Jiaxun Yang New
[2/3] MIPS: Rename mips_instruction type to workaround bindgen issue rust: Initial MIPS support - - - - --- 2024-09-03 Jiaxun Yang New
[3/3] rust: Enable for MIPS rust: Initial MIPS support - - - - --- 2024-09-03 Jiaxun Yang New
um: kunit: resolve missing prototypes warning um: kunit: resolve missing prototypes warning - - - - --- 2024-09-04 Gabriele Monaco New
[v2,1/4] llvm-cov: add Clang's Source-based Code Coverage support Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang - - 1 1 --- 2024-09-05 Wentao Zhang New
[v2,2/4] llvm-cov: add Clang's MC/DC support Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang - - 1 1 --- 2024-09-05 Wentao Zhang New
[v2,3/4] x86: disable llvm-cov instrumentation Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang - - 1 1 --- 2024-09-05 Wentao Zhang New
[v2,4/4] x86: enable llvm-cov support Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang - - 1 1 --- 2024-09-05 Wentao Zhang New
[RFC] rust: block: Use 32-bit atomics [RFC] rust: block: Use 32-bit atomics - 1 - - --- 2024-09-05 David Gow New
[v2,1/3] rust: Introduce HAVE_GENERATE_RUST_TARGET config option rust: Initial MIPS support - - - - --- 2024-09-05 Jiaxun Yang New
[v2,2/3] MIPS: Rename mips_instruction type to workaround bindgen issue rust: Initial MIPS support - - - - --- 2024-09-05 Jiaxun Yang New
[v2,3/3] rust: Enable for MIPS rust: Initial MIPS support - - - - --- 2024-09-05 Jiaxun Yang New