linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-26 10:16:17 to 2024-10-02 00:31:20 UTC [more...]

[RFC PATCH 0/3] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
 2024-10-02  0:30 UTC  (10+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 1/4] llvm-cov: add Clang's Source-based Code Coverage support
  ` [PATCH v2 2/4] llvm-cov: add Clang's MC/DC support
  ` [PATCH v2 3/4] x86: disable llvm-cov instrumentation
  ` [PATCH v2 4/4] x86: enable llvm-cov support
        ` FW: [EXTERNAL] Re: [PATCH v2 0/4] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang

[PATCH v7 00/10] Consolidate IO memcpy functions
 2024-10-01 12:53 UTC  (16+ messages)
` [PATCH v7 01/10] Consolidate IO memcpy/memset into iomap_copy.c
` [PATCH v7 02/10] arm64: Use generic IO memcpy/memset
` [PATCH v7 03/10] csky: "
` [PATCH v7 04/10] loongarch: "
` [PATCH v7 05/10] m68k: Align prototypes of "
` [PATCH v7 06/10] alpha: "
` [PATCH v7 07/10] parisc: "
` [PATCH v7 08/10] sh: "
` [PATCH v7 09/10] um: Add dummy implementation for "
` [PATCH v7 10/10] arm: Align prototype of IO memset

[GIT PULL] UML updates for v6.12-rc1
 2024-09-27 20:00 UTC  (2+ messages)

[RFC PATCH 0/9] SECCOMP based userspace for UML
 2024-09-25 20:32 UTC  (10+ messages)
` [RFC PATCH 1/9] um: Store full CSGSFS and SS register from mcontext
` [RFC PATCH 2/9] um: Move faultinfo extraction into userspace routine
` [RFC PATCH 3/9] um: Add UML_SECCOMP configuration option
` [RFC PATCH 4/9] um: Add stub side of SECCOMP/futex based process handling
` [RFC PATCH 5/9] um: Add helper functions to get/set state for SECCOMP
` [RFC PATCH 6/9] um: Add SECCOMP support detection and initialization
` [RFC PATCH 7/9] um: Track userspace children dying in SECCOMP mode
` [RFC PATCH 8/9] um: Implement kernel side of SECCOMP based process handling
` [RFC PATCH 9/9] um: pass FD for memory operations when needed

[PATCH] um: remove dependency on undefined CC_CAN_LINK_STATIC_NO_RUNTIME_DEPS
 2024-09-24 11:33 UTC 

[PATCH] um: insert scheduler ticks when userspace does not yield
 2024-09-24 10:46 UTC  (9+ messages)

[PATCH v9 00/10] Increased address space for 64 bit
 2024-09-19 12:45 UTC  (11+ messages)
` [PATCH v9 01/10] um: Add generic stub_syscall1 function
` [PATCH v9 02/10] um: use execveat to create userspace MMs
` [PATCH v9 03/10] um: Set parent death signal for userspace process
` [PATCH v9 04/10] um: Set parent death signal for winch thread/process
` [PATCH v9 05/10] um: Add compile time assert that stub fits on a page
` [PATCH v9 06/10] um: Calculate stub data address relative to stub code
` [PATCH v9 07/10] um: Limit TASK_SIZE to the addressable range
` [PATCH v9 08/10] um: Discover host_task_size from envp
` [PATCH v9 09/10] um: clear all memory in new userspace processes
` [PATCH v9 10/10] um: Switch to 4 level page tables on 64 bit

[PATCH v8 0/7] Increased address space for 64 bit
 2024-09-19 12:18 UTC  (5+ messages)
` [PATCH v8 2/7] um: use execveat to create userspace MMs
` [PATCH v8 5/7] um: Discover host_task_size from envp

[PATCH v3 0/8] x86/module: use large ROX pages for text allocations
 2024-09-19 11:18 UTC  (16+ messages)
` [PATCH v3 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v3 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v3 3/8] asm-generic: introduce text-patching.h
` [PATCH v3 4/8] module: prepare to handle ROX allocations for text
` [PATCH v3 5/8] ftrace: Add swap_func to ftrace_process_locs()
` [PATCH v3 6/8] x86/module: perpare module loading for ROX allocations of text
` [PATCH v3 7/8] execmem: add support for cache of large ROX pages
` [PATCH v3 8/8] x86/module: enable ROX caches for module text

[PATCH] um: Remove 3-level page table support on i386
 2024-09-19  7:47 UTC  (4+ messages)

UML not coming up on "INTEL(R) XEON(R) GOLD 6542Y"
 2024-09-17  8:08 UTC  (2+ messages)

[PATCH v2 0/4] Minor physmem cleanups/fixes
 2024-09-16  4:59 UTC  (5+ messages)
` [PATCH v2 1/4] um: Remove the redundant declaration of high_physmem
` [PATCH v2 2/4] um: Fix potential integer overflow during physmem setup
` [PATCH v2 3/4] um: Remove highmem leftovers
` [PATCH v2 4/4] um: Fix the definition for physmem_size

[PATCH 0/3] Minor physmem cleanups/fixes
 2024-09-16  3:10 UTC  (6+ messages)
` [PATCH 1/3] um: Remove the redundant declaration of high_physmem
` [PATCH 2/3] um: Remove highmem leftovers
` [PATCH 3/3] um: Fix the definition for physmem_size

[PATCH v2 0/5] Minor cleanups for UML
 2024-09-13 13:44 UTC  (6+ messages)
` [PATCH v2 1/5] um: Remove unused os_process_pc
` [PATCH v2 2/5] um: Remove unused os_process_parent
` [PATCH v2 3/5] um: Remove unused os_stop_process
` [PATCH v2 4/5] um: Remove unused os_getpgrp function
` [PATCH v2 5/5] um: Set HAVE_EFFICIENT_UNALIGNED_ACCESS for x86

[PATCH v2] um: always use the internal copy of the FP registers
 2024-09-13 13:38 UTC 

[PATCH 0/5] Minor cleanups for UML
 2024-09-13 13:36 UTC  (6+ messages)
` [PATCH 1/5] um: Remove unused os_process_pc
` [PATCH 2/5] um: Remove unused os_process_parent
` [PATCH 3/5] um: Remove unused os_stop_process
` [PATCH 4/5] um: Remove unused os_getpgrp function
` [PATCH 5/5] um: Set HAVE_EFFICIENT_UNALIGNED_ACCESS for x86

[PATCH] um: always use the internal copy of the FP registers
 2024-09-13 13:17 UTC  (4+ messages)

[PATCH] um: add RCU syscall hack for time-travel
 2024-09-13 12:32 UTC  (6+ messages)

[PATCH v2] um: Fix the return value of elf_core_copy_task_fpregs
 2024-09-13  2:33 UTC 

[PATCH] um: Fix the return value of elf_core_copy_task_fpregs
 2024-09-13  2:20 UTC  (3+ messages)

[PATCH -next] hostfs: Convert hostfs_writepage to use folio
 2024-09-12 19:37 UTC  (4+ messages)

[PATCH v2 0/3] rust: Initial MIPS support
 2024-09-10 22:28 UTC  (11+ messages)
` [PATCH v2 1/3] rust: Introduce HAVE_GENERATE_RUST_TARGET config option
` [PATCH v2 2/3] MIPS: Rename mips_instruction type to workaround bindgen issue
` [PATCH v2 3/3] rust: Enable for MIPS

[RFC PATCH] rust: block: Use 32-bit atomics
 2024-09-08  7:19 UTC  (3+ messages)

[PATCH v2 0/8] x86/module: use large ROX pages for text allocations
 2024-09-06  9:37 UTC  (6+ messages)
` [PATCH v2 5/8] ftrace: Add swap_func to ftrace_process_locs()
` [PATCH v2 7/8] execmem: add support for cache of large ROX pages

[PATCH 0/3] rust: Initial MIPS support
 2024-09-06  9:03 UTC  (18+ messages)
` [PATCH 1/3] rust: Introduce HAVE_GENERATE_RUST_TARGET config option
` [PATCH 2/3] MIPS: Rename mips_instruction type to workaround bindgen issue
` [PATCH 3/3] rust: Enable for MIPS

Request for Quote and Meeting Availability
 2024-09-05  4:52 UTC 

[PATCH 0/2] mm: make copy_to_kernel_nofault() not fault on user addresses
 2024-09-04 22:56 UTC  (10+ messages)
` [PATCH 1/2] mm: rename copy_from_kernel_nofault_allowed() to copy_kernel_nofault_allowed()
` [PATCH 2/2] mm: make copy_to_kernel_nofault() not fault on user addresses

[PATCH] um: kunit: resolve missing prototypes warning
 2024-09-04 15:51 UTC  (3+ messages)

[PATCH 1/2] rust: arch/um: use 'static' relocation model for uml modules
 2024-09-04 12:28 UTC  (4+ messages)
` [PATCH 2/2] rust: arch/um: use 'large' code model for uml

Request for Quote and Meeting Availability
 2024-09-04  7:27 UTC 

[PATCH 0/2] rust: arch/um: Rust modules support for UML
 2024-09-03 23:43 UTC  (2+ messages)

[PATCH] kbuild: use objcopy to generate asm-offsets
 2024-09-03  9:28 UTC  (8+ messages)

Request for Quote and Meeting Availability
 2024-09-03  9:21 UTC 

[PATCH v2 1/4] mm: Add optional close() to struct vm_special_mapping
 2024-09-03  6:27 UTC  (5+ messages)

Internationale Währungsfonds (IWF)
 2024-08-29 22:14 UTC 

[PATCH] um: make personality(PER_LINUX32) work on x86_64
 2024-08-28 12:58 UTC  (4+ messages)

[PATCH] um: fix time-travel syscall scheduling hack
 2024-08-27 14:05 UTC 

[PATCH -next] um: Remove obsoleted declaration for execute_syscall_skas
 2024-08-26  9:48 UTC  (2+ messages)

[PATCH v3 0/7] Some minor cleanups for UML
 2024-08-26 10:08 UTC  (4+ messages)
` [PATCH v3 4/7] um: Remove unused mm_fd field from mm_id
` [PATCH v3 5/7] um: Remove the call to SUBARCH_EXECVE1 macro
` [PATCH v3 6/7] um: Remove the declaration of user_thread function


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).