messages from 2024-07-04 19:05:20 to 2024-09-06 09:06:16 UTC [more...]
[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
[RFC PATCH 0/3] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
2024-09-05 18:07 UTC (14+ messages)
` [RFC PATCH 1/3] llvm-cov: add Clang's Source-based Code Coverage support
` [RFC PATCH 2/3] kbuild, llvm-cov: disable instrumentation in odd or sensitive code
` [RFC PATCH 3/3] llvm-cov: add Clang's MC/DC support
` [PATCH v2 0/4] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
` [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 v2 0/3] rust: Initial MIPS support
2024-09-05 13:33 UTC (4+ 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-05 7:52 UTC (2+ messages)
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 (18+ messages)
[PATCH] um: add RCU syscall hack for time-travel
2024-08-30 15:38 UTC
Internationale Währungsfonds (IWF)
2024-08-29 22:14 UTC
[PATCH] um: Fix the return value of elf_core_copy_task_fpregs
2024-08-28 13:51 UTC
[PATCH] um: make personality(PER_LINUX32) work on x86_64
2024-08-28 12:58 UTC (4+ messages)
[PATCH v2 0/8] x86/module: use large ROX pages for text allocations
2024-08-27 15:40 UTC (11+ messages)
` [PATCH v2 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v2 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v2 3/8] asm-generic: introduce text-patching.h
` [PATCH v2 4/8] module: prepare to handle ROX allocations for text
` [PATCH v2 5/8] ftrace: Add swap_func to ftrace_process_locs()
` [PATCH v2 6/8] x86/module: perpare module loading for ROX allocations of text
` [PATCH v2 7/8] execmem: add support for cache of large ROX pages
` [PATCH v2 8/8] x86/module: enable ROX caches for module text
[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 (8+ messages)
` [PATCH v3 1/7] um: Remove unused kpte_clear_flush macro
` [PATCH v3 2/7] um: Remove the redundant newpage check in update_pte_range
` [PATCH v3 3/7] um: Remove unused fields from thread_struct
` [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
` [PATCH v3 7/7] um: Remove outdated asm/sysrq.h header
[PATCH 0/5] Provide a single definition of mk_pte()
2024-08-22 14:06 UTC (11+ messages)
` [PATCH 1/5] mm: Introduce a common "
` [PATCH 2/5] x86: Remove custom "
` [PATCH 3/5] um: "
` [PATCH 4/5] s390: "
` [PATCH 5/5] mm: Make mk_pte() definition unconditional
[PATCH -next] hostfs: Convert hostfs_writepage to use folio
2024-08-20 2:50 UTC
[PATCH v2 0/6] Some minor cleanups for UML
2024-08-16 9:59 UTC (7+ messages)
` [PATCH v2 1/6] um: Remove unused kpte_clear_flush macro
` [PATCH v2 2/6] um: Remove the redundant newpage check in update_pte_range
` [PATCH v2 3/6] um: Remove unused fields from thread_struct
` [PATCH v2 4/6] um: Remove unused mm_fd field from mm_id
` [PATCH v2 5/6] um: Remove the call to SUBARCH_EXECVE1 macro
` [PATCH v2 6/6] um: Remove declarations of undefined functions
[PATCH 0/6] Some minor cleanups for UML
2024-08-16 7:58 UTC (9+ messages)
` [PATCH 1/6] um: Remove unused kpte_clear_flush macro
` [PATCH 2/6] um: Remove the redundant newpage check in update_pte_range
` [PATCH 3/6] um: Remove unused fields from thread_struct
` [PATCH 4/6] um: Remove unused mm_fd field from mm_id
` [PATCH 5/6] um: Remove the call to SUBARCH_EXECVE1 macro
` [PATCH 6/6] um: Remove declarations of undefined functions
[PATCH 2/2] user_mode_linux_howto_v2: add VDE vector support in doc
2024-08-09 14:27 UTC (4+ messages)
[linux-next:master] [fs] cdc4ad36a8: kernel_BUG_at_include/linux/page-flags.h
2024-08-07 9:35 UTC (4+ messages)
[PATCH AUTOSEL 4.19 09/14] um: line: always fill *error_out in setup_one_line()
2024-08-01 0:40 UTC
[PATCH AUTOSEL 5.4 16/22] um: line: always fill *error_out in setup_one_line()
2024-08-01 0:38 UTC
[PATCH AUTOSEL 5.10 32/38] um: line: always fill *error_out in setup_one_line()
2024-08-01 0:35 UTC
[PATCH AUTOSEL 5.15 40/47] um: line: always fill *error_out in setup_one_line()
2024-08-01 0:31 UTC
[PATCH AUTOSEL 6.1 53/61] um: line: always fill *error_out in setup_one_line()
2024-08-01 0:26 UTC
[PATCH AUTOSEL 6.6 72/83] um: line: always fill *error_out in setup_one_line()
2024-08-01 0:18 UTC
[PATCH AUTOSEL 6.10 107/121] um: line: always fill *error_out in setup_one_line()
2024-08-01 0:00 UTC
[PATCH 1/2] vector_user: add VDE support
2024-07-30 14:48 UTC (2+ messages)
[PATCH 0/2] VDE support as a vector 'transport
2024-07-30 13:54 UTC
[PATCH] hostfs: fix the host directory parse when mounting
2024-07-26 7:57 UTC (2+ messages)
[GIT PULL] UML Changes for v6.11-rc1
2024-07-25 20:37 UTC (2+ messages)
move features flags into queue_limits v2
2024-07-25 13:00 UTC (4+ messages)
` [PATCH 14/26] block: move the nonrot flag to queue_limits
[PATCH] um: remove ARCH_NO_PREEMPT_DYNAMIC
2024-07-23 12:24 UTC
[PATCH v2] um/mm: remove redundant assignment of max_low_pfn
2024-07-23 3:43 UTC (2+ messages)
Crash when booting UML after e3c92e81711d14b46c3121d36bc8e152cb843923
2024-07-17 2:01 UTC (5+ messages)
[PATCH v2 2/2] virtio: fix vq # for balloon
2024-07-16 10:52 UTC (11+ messages)
Selecting non-existing config in commit cd01672d64a3 ("um: Enable preemption in UML")
2024-07-15 6:42 UTC
[PATCH 2/2] virtio: fix vq # when vq skipped
2024-07-10 3:25 UTC (3+ messages)
[PATCH v2] um: vector: Fix NAPI budget handling
2024-07-06 9:12 UTC
[PATCH] um: vector: Fix NAPI budget handling
2024-07-05 14:25 UTC
[PATCH v3] um: vector: Replace locks guarding queue depth with atomics
2024-07-05 10:53 UTC
[PATCH v2] um: vector: Replace locks guarding queue depth with atomics
2024-07-05 6:32 UTC (5+ messages)
[PATCH v8 0/7] Increased address space for 64 bit
2024-07-04 19:05 UTC (6+ messages)
` [PATCH v8 2/7] um: use execveat to create userspace MMs
` [PATCH v8 4/7] um: Limit TASK_SIZE to the addressable range
` [PATCH v8 5/7] um: Discover host_task_size from envp
` [PATCH v8 6/7] um: clear all memory in new userspace processes
` [PATCH v8 7/7] um: Add 4 level page table support
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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 read-only IMAP folder(s) and NNTP newsgroup(s).