Show patches with: Archived = No       |   4590 patches
« 1 2 3 445 46 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v2,3/3] rust: Enable for MIPS 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,1/3] rust: Introduce HAVE_GENERATE_RUST_TARGET config option rust: Initial MIPS support - - - - --- 2024-09-05 Jiaxun Yang New
[RFC] rust: block: Use 32-bit atomics [RFC] rust: block: Use 32-bit atomics - 1 - - --- 2024-09-05 David Gow 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
[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,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,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
um: kunit: resolve missing prototypes warning um: kunit: resolve missing prototypes warning - - - - --- 2024-09-04 Gabriele Monaco New
[3/3] rust: Enable for MIPS 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
[1/3] rust: Introduce HAVE_GENERATE_RUST_TARGET config option rust: Initial MIPS support - - - - --- 2024-09-03 Jiaxun Yang New
[2/2] rust: arch/um: use 'large' code model for uml [1/2] rust: arch/um: use 'static' relocation model for uml modules - - - - --- 2024-09-03 Zigit Zo Changes Requested
[1/2] rust: arch/um: use 'static' relocation model for uml modules [1/2] rust: arch/um: use 'static' relocation model for uml modules - - - - --- 2024-09-03 Zigit Zo Changes Requested
[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/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
um: add RCU syscall hack for time-travel um: add RCU syscall hack for time-travel - - - - --- 2024-08-30 Benjamin 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
kbuild: use objcopy to generate asm-offsets kbuild: use objcopy to generate asm-offsets - - - - --- 2024-08-28 Vegard Nossum Not Applicable
um: fix time-travel syscall scheduling hack um: fix time-travel syscall scheduling hack - - - - --- 2024-08-27 Johannes Berg New
[v3,7/7] um: Remove outdated asm/sysrq.h header 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,5/7] um: Remove the call to SUBARCH_EXECVE1 macro 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,3/7] um: Remove unused fields from thread_struct 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,1/7] um: Remove unused kpte_clear_flush macro Some minor cleanups for UML - - - - --- 2024-08-26 Tiwei Bie New
[v2,8/8] x86/module: enable ROX caches for module text x86/module: use large ROX pages for text allocations - - - - --- 2024-08-26 Mike Rapoport Not Applicable
[v2,7/8] execmem: add support for cache of large ROX pages x86/module: use large ROX pages for text allocations - - - - --- 2024-08-26 Mike Rapoport Not Applicable
[v2,6/8] x86/module: perpare module loading for ROX allocations of text x86/module: use large ROX pages for text allocations - - - - --- 2024-08-26 Mike Rapoport Not Applicable
[v2,5/8] ftrace: Add swap_func to ftrace_process_locs() x86/module: use large ROX pages for text allocations - - - - --- 2024-08-26 Mike Rapoport Not Applicable
[v2,4/8] module: prepare to handle ROX allocations for text x86/module: use large ROX pages for text allocations - - - - --- 2024-08-26 Mike Rapoport Not Applicable
[v2,3/8] asm-generic: introduce text-patching.h x86/module: use large ROX pages for text allocations - - - - --- 2024-08-26 Mike Rapoport Not Applicable
[v2,2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations x86/module: use large ROX pages for text allocations - - - - --- 2024-08-26 Mike Rapoport Not Applicable
[v2,1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together x86/module: use large ROX pages for text allocations - - - - --- 2024-08-26 Mike Rapoport Not Applicable
[RFC,3/3] llvm-cov: add Clang's MC/DC support Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang - - - - --- 2024-08-24 Wentao Zhang RFC
[RFC,2/3] kbuild, llvm-cov: disable instrumentation in odd or sensitive code Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang - - - - --- 2024-08-24 Wentao Zhang RFC
[RFC,1/3] llvm-cov: add Clang's Source-based Code Coverage support Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang - - - - --- 2024-08-24 Wentao Zhang RFC
[-next] um: Remove obsoleted declaration for execute_syscall_skas [-next] um: Remove obsoleted declaration for execute_syscall_skas - - 1 - --- 2024-08-24 cuigaosheng New
[-next] hostfs: Convert hostfs_writepage to use folio [-next] hostfs: Convert hostfs_writepage to use folio - - - - --- 2024-08-20 Li Zetao New
[v2,6/6] um: Remove declarations of undefined functions [v2,1/6] um: Remove unused kpte_clear_flush macro - - - - --- 2024-08-16 Tiwei Bie Superseded
[v2,5/6] um: Remove the call to SUBARCH_EXECVE1 macro [v2,1/6] um: Remove unused kpte_clear_flush macro - - - - --- 2024-08-16 Tiwei Bie Superseded
[v2,4/6] um: Remove unused mm_fd field from mm_id [v2,1/6] um: Remove unused kpte_clear_flush macro - - - - --- 2024-08-16 Tiwei Bie Superseded
[v2,3/6] um: Remove unused fields from thread_struct [v2,1/6] um: Remove unused kpte_clear_flush macro - - - - --- 2024-08-16 Tiwei Bie Superseded
[v2,2/6] um: Remove the redundant newpage check in update_pte_range [v2,1/6] um: Remove unused kpte_clear_flush macro - - - - --- 2024-08-16 Tiwei Bie Superseded
[v2,1/6] um: Remove unused kpte_clear_flush macro [v2,1/6] um: Remove unused kpte_clear_flush macro - - - - --- 2024-08-16 Tiwei Bie Superseded
[6/6] um: Remove declarations of undefined functions Some minor cleanups for UML - - - - --- 2024-08-16 Tiwei Bie Superseded
[5/6] um: Remove the call to SUBARCH_EXECVE1 macro Some minor cleanups for UML - - - - --- 2024-08-16 Tiwei Bie Superseded
[4/6] um: Remove unused mm_fd field from mm_id Some minor cleanups for UML - - - - --- 2024-08-16 Tiwei Bie Superseded
[3/6] um: Remove unused fields from thread_struct Some minor cleanups for UML - - - - --- 2024-08-16 Tiwei Bie Superseded
[2/6] um: Remove the redundant newpage check in update_pte_range Some minor cleanups for UML - - - - --- 2024-08-16 Tiwei Bie Superseded
[1/6] um: Remove unused kpte_clear_flush macro Some minor cleanups for UML - - - - --- 2024-08-16 Tiwei Bie Superseded
[5/5] mm: Make mk_pte() definition unconditional Provide a single definition of mk_pte() - - - - --- 2024-08-14 Matthew Wilcox Not Applicable
[4/5] s390: Remove custom definition of mk_pte() Provide a single definition of mk_pte() - - - - --- 2024-08-14 Matthew Wilcox Not Applicable
[3/5] um: Remove custom definition of mk_pte() Provide a single definition of mk_pte() - - - - --- 2024-08-14 Matthew Wilcox New
[2/5] x86: Remove custom definition of mk_pte() Provide a single definition of mk_pte() - - - - --- 2024-08-14 Matthew Wilcox Not Applicable
[1/5] mm: Introduce a common definition of mk_pte() Provide a single definition of mk_pte() - - - - --- 2024-08-14 Matthew Wilcox Not Applicable
um: make personality(PER_LINUX32) work on x86_64 um: make personality(PER_LINUX32) work on x86_64 - - - - --- 2024-08-13 Maciej Żenczykowski 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
[1/2] vector_user: add VDE support [1/2] vector_user: add VDE support 1 - - - --- 2024-07-30 Renzo Davoli New
hostfs: fix the host directory parse when mounting. hostfs: fix the host directory parse when mounting. - 1 - - --- 2024-07-25 Hongbo Li Handled Elsewhere
[GIT,PULL] UML Changes for v6.11-rc1 [GIT,PULL] UML Changes for v6.11-rc1 - - - - --- 2024-07-24 Richard Weinberger Handled Elsewhere
um: remove ARCH_NO_PREEMPT_DYNAMIC um: remove ARCH_NO_PREEMPT_DYNAMIC - 1 - - --- 2024-07-23 Johannes Berg New
[v2,2/2] virtio: fix vq # for balloon Untitled series #414613 1 1 1 - --- 2024-07-10 Michael S. Tsirkin Not Applicable
[v2] um: vector: Fix NAPI budget handling [v2] um: vector: Fix NAPI budget handling - - - - --- 2024-07-06 Anton Ivanov New
um: vector: Fix NAPI budget handling um: vector: Fix NAPI budget handling - - - - --- 2024-07-05 Anton Ivanov Superseded
[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
[2/2] virtio: fix vq # when vq skipped Untitled series #413995 1 - 1 - --- 2024-07-05 Michael S. Tsirkin Not Applicable
[v8,7/7] um: Add 4 level page table support 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,5/7] um: Discover host_task_size from envp 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,3/7] um: Fix stub_start address calculation 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,1/7] um: Add generic stub_syscall1 function Increased address space for 64 bit - - - - --- 2024-07-04 Benjamin Berg New
[v7,7/7] um: Add 4 level page table support Increased address space for 64 bit - - - - --- 2024-07-04 Benjamin Berg Changes Requested
[v7,6/7] um: clear all memory in new userspace processes Increased address space for 64 bit - - - - --- 2024-07-04 Benjamin Berg Changes Requested
[v7,5/7] um: Discover host_task_size from envp Increased address space for 64 bit - - - - --- 2024-07-04 Benjamin Berg Changes Requested
[v7,4/7] um: Limit TASK_SIZE to the addressable range Increased address space for 64 bit - - - - --- 2024-07-04 Benjamin Berg Changes Requested
[v7,3/7] um: Fix stub_start address calculation Increased address space for 64 bit - - - - --- 2024-07-04 Benjamin Berg Changes Requested
[v7,2/7] um: use execveat to create userspace MMs Increased address space for 64 bit - - - - --- 2024-07-04 Benjamin Berg Changes Requested
[v7,1/7] um: Add generic stub_syscall1 function Increased address space for 64 bit - - - - --- 2024-07-04 Benjamin Berg Changes Requested
[GIT,PULL] Kselftest fixes for v6.10 [GIT,PULL] Kselftest fixes for v6.10 - - - - --- 2024-07-04 Mickaël Salaün Not Applicable
[v2] um: vector: Replace locks guarding queue depth with atomics [v2] um: vector: Replace locks guarding queue depth with atomics - - - - --- 2024-07-04 Anton Ivanov Changes Requested
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
um: vector: Replace locks guarding queue depth with atomics um: vector: Replace locks guarding queue depth with atomics - - - - --- 2024-07-04 Anton Ivanov Changes Requested
um: vector: always reset vp->opened um: vector: always reset vp->opened 1 - - - --- 2024-07-03 Johannes Berg Accepted
[v2] um: vector: remove vp->lock [v2] um: vector: remove vp->lock 1 - - - --- 2024-07-03 Johannes Berg Accepted
um: vector: remove vp->lock um: vector: remove vp->lock - - - - --- 2024-07-03 Johannes Berg Superseded
um: register power-off handler um: register power-off handler - - - - --- 2024-07-03 Johannes Berg Accepted
um: line: always fill *error_out in setup_one_line() um: line: always fill *error_out in setup_one_line() 1 - - - --- 2024-07-03 Johannes Berg Accepted
um: remove pcap driver from documentation um: remove pcap driver from documentation 1 - - - --- 2024-07-03 Johannes Berg Accepted
[v4,12/12] um: refactor TLB update handling Rework stub syscall and page table handling - - - - --- 2024-07-03 Benjamin Berg Accepted
[v4,11/12] um: simplify and consolidate TLB updates Rework stub syscall and page table handling - - - - --- 2024-07-03 Benjamin Berg Accepted
[v4,10/12] um: remove force_flush_all from fork_handler Rework stub syscall and page table handling - - - - --- 2024-07-03 Benjamin Berg Accepted
[v4,09/12] um: Do not flush MM in flush_thread Rework stub syscall and page table handling - - - - --- 2024-07-03 Benjamin Berg Accepted
[v4,08/12] um: Delay flushing syscalls until the thread is restarted Rework stub syscall and page table handling - - - - --- 2024-07-03 Benjamin Berg Accepted
[v4,07/12] um: remove copy_context_skas0 Rework stub syscall and page table handling - - - - --- 2024-07-03 Benjamin Berg Accepted
[v4,06/12] um: remove LDT support Rework stub syscall and page table handling - - - - --- 2024-07-03 Benjamin Berg Accepted
[v4,05/12] um: compress memory related stub syscalls while adding them Rework stub syscall and page table handling - - - - --- 2024-07-03 Benjamin Berg Accepted
« 1 2 3 445 46 »