linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-07 18:01:04 to 2022-11-29 09:09:07 UTC [more...]

[PATCH mm-unstable v1 00/20] mm/gup: remove FOLL_FORCE usage from drivers (reliable R/O long-term pinning)
 2022-11-29  9:08 UTC  (53+ messages)
` [PATCH mm-unstable v1 01/20] selftests/vm: anon_cow: prepare for non-anonymous COW tests
` [PATCH mm-unstable v1 02/20] selftests/vm: cow: basic COW tests for non-anonymous pages
` [PATCH mm-unstable v1 03/20] selftests/vm: cow: R/O long-term pinning reliability tests for non-anon pages
` [PATCH mm-unstable v1 04/20] mm: add early FAULT_FLAG_UNSHARE consistency checks
` [PATCH mm-unstable v1 05/20] mm: add early FAULT_FLAG_WRITE "
` [PATCH mm-unstable v1 06/20] mm: rework handling in do_wp_page() based on private vs. shared mappings
` [PATCH mm-unstable v1 07/20] mm: don't call vm_ops->huge_fault() in wp_huge_pmd()/wp_huge_pud() for private mappings
` [PATCH mm-unstable v1 08/20] mm: extend FAULT_FLAG_UNSHARE support to anything in a COW mapping
` [PATCH mm-unstable v1 09/20] mm/gup: reliable R/O long-term pinning in COW mappings
` [PATCH mm-unstable v1 10/20] RDMA/umem: remove FOLL_FORCE usage
` [PATCH mm-unstable v1 11/20] RDMA/usnic: "
` [PATCH mm-unstable v1 12/20] RDMA/siw: "
` [PATCH mm-unstable v1 13/20] media: videobuf-dma-sg: "
` [PATCH mm-unstable v1 14/20] drm/etnaviv: "
` [PATCH mm-unstable v1 15/20] media: pci/ivtv: "
` [PATCH mm-unstable v1 16/20] mm/frame-vector: "
` [PATCH mm-unstable v1 17/20] drm/exynos: "
` [PATCH mm-unstable v1 18/20] RDMA/hw/qib/qib_user_pages: "
` [PATCH mm-unstable v1 19/20] habanalabs: "
` [PATCH mm-unstable v1 20/20] mm: rename FOLL_FORCE to FOLL_PTRACE

[PATCH 3/3] compiler: inline does not imply notrace
 2022-11-29  4:25 UTC  (6+ messages)

Build regressions/improvements in v6.1-rc7
 2022-11-28 13:52 UTC 

HARD HAT
 2022-11-27 20:44 UTC 

Build regressions/improvements in v6.1-rc6
 2022-11-22 16:57 UTC  (4+ messages)

[PATCH printk v5 00/40] reduce console_lock scope
 2022-11-22 16:43 UTC  (6+ messages)
` [PATCH printk v5 07/40] um: kmsg_dump: only dump when no output console available
` [PATCH printk v5 13/40] um: kmsg_dumper: use srcu console list iterator

[PATCH v2 00/28] Implement SECCOMP based userland
 2022-11-22 10:07 UTC  (29+ messages)
` [PATCH v2 01/28] um: Switch printk calls to adhere to correct coding style
` [PATCH v2 02/28] um: Declare fix_range_common as a static function
` [PATCH v2 03/28] um: Drop support for hosts without SYSEMU_SINGLESTEP support
` [PATCH v2 04/28] um: Drop NULL check from start_userspace
` [PATCH v2 05/28] um: Make errors to stop ptraced child fatal during startup
` [PATCH v2 06/28] um: Don't use vfprintf() for os_info()
` [PATCH v2 07/28] um: Do not use printk in SIGWINCH helper thread
` [PATCH v2 08/28] um: Reap winch thread if it fails
` [PATCH v2 09/28] um: Do not use printk in userspace trampoline
` [PATCH v2 10/28] um: Always inline stub functions
` [PATCH v2 11/28] um: Rely on PTRACE_SETREGSET to set FS/GS base registers
` [PATCH v2 12/28] um: Remove unused register save/restore functions
` [PATCH v2 13/28] um: Mark 32bit syscall helpers as clobbering memory
` [PATCH v2 14/28] um: Remove stub-data.h include from common-offsets.h
` [PATCH v2 15/28] um: Create signal stack memory assignment in stub_data
` [PATCH v2 16/28] um: Add generic stub_syscall6 function
` [PATCH v2 17/28] um: Rework syscall handling
` [PATCH v2 18/28] um: Store full CSGSFS and SS register from mcontext
` [PATCH v2 19/28] um: Pass full mm_id to functions creating helper processes
` [PATCH v2 20/28] um: Move faultinfo extraction into userspace routine
` [PATCH v2 21/28] um: Use struct uml_pt_regs for copy_context_skas0
` [PATCH v2 22/28] um: Add UML_SECCOMP configuration option
` [PATCH v2 23/28] um: Add stub side of SECCOMP/futex based process handling
` [PATCH v2 24/28] um: Add helper functions to get/set state for SECCOMP
` [PATCH v2 25/28] um: Add SECCOMP support detection and initialization
` [PATCH v2 26/28] um: Die if a child dies unexpectedly in seccomp mode
` [PATCH v2 27/28] um: Implement kernel side of SECCOMP based process handling
` [PATCH v2 28/28] um: Delay flushing syscalls until the thread is restarted

Add linux-um archives to lore.kernel.org?
 2022-11-18 21:41 UTC  (15+ messages)

[PATCH -next] um: vector: Fix memory leak in vector_config
 2022-11-16 16:09 UTC  (2+ messages)

[PATCH printk v4 00/39] reduce console_lock scope
 2022-11-14 16:29 UTC  (3+ messages)
` [PATCH printk v4 06/39] um: kmsg_dump: only dump when no output console available
` [PATCH printk v4 12/39] um: kmsg_dumper: use srcu console list iterator

[PATCH printk v3 00/40] reduce console_lock scope
 2022-11-11 14:43 UTC  (10+ messages)
` [PATCH printk v3 06/40] um: kmsg_dump: only dump when no output console available
` [PATCH printk v3 09/40] um: kmsg_dump: use console_is_enabled()
` [PATCH printk v3 11/40] um: kmsg_dumper: use srcu console list iterator

[PATCH] mm: remove kern_addr_valid() completely
 2022-11-11  2:50 UTC  (3+ messages)

Build regressions/improvements in v6.1-rc3
 2022-11-01  8:08 UTC 

[PATCH printk v2 00/38] reduce console_lock scope
 2022-10-21 14:56 UTC  (5+ messages)
` [PATCH printk v2 07/38] um: kmsg_dump: use console_is_enabled()
` [PATCH printk v2 20/38] um: kmsg_dumper: use srcu console list iterator

[PATCH v6 0/7] treewide cleanup of random integer usage
 2022-10-17 11:59 UTC  (19+ messages)
` [PATCH v6 1/7] treewide: use prandom_u32_max() when possible, part 1
` [PATCH v6 2/7] treewide: use prandom_u32_max() when possible, part 2
` [PATCH v6 3/7] treewide: use get_random_{u8,u16}() when possible, part 1
` [PATCH v6 4/7] treewide: use get_random_{u8,u16}() when possible, part 2
` [PATCH v6 5/7] treewide: use get_random_u32() when possible
` [PATCH v6 6/7] treewide: use get_random_bytes() "
` [PATCH v6 7/7] prandom: remove unused functions

[PATCH] um: protect VMA iteration
 2022-10-17 11:51 UTC  (2+ messages)

[PATCH] um: protect find_task_by_pid_ns() with rcu lock
 2022-10-16 17:52 UTC  (2+ messages)

[GIT PULL] UML updates for 6.1-rc1
 2022-10-15  1:26 UTC  (2+ messages)

[PATCH] fs/hostfs: Replace kmap() with kmap_local_page()
 2022-10-13 16:17 UTC 

[PATCH v5 0/7] treewide cleanup of random integer usage
 2022-10-09 14:17 UTC  (12+ messages)
` [PATCH v5 1/7] treewide: use prandom_u32_max() when possible, part 1
` [PATCH v5 2/7] treewide: use prandom_u32_max() when possible, part 2
` [PATCH v5 3/7] treewide: use get_random_{u8,u16}() when possible, part 1
` [PATCH v5 4/7] treewide: use get_random_{u8,u16}() when possible, part 2
` [PATCH v5 5/7] treewide: use get_random_u32() when possible
` [PATCH v5 6/7] treewide: use get_random_bytes "
` [PATCH v5 7/7] prandom: remove unused functions

[PATCH v3 0/5] treewide cleanup of random integer usage
 2022-10-09  2:57 UTC  (13+ messages)
` [PATCH v3 3/5] treewide: use get_random_u32() when possible

[PATCH v4 0/6] treewide cleanup of random integer usage
 2022-10-09  0:26 UTC  (21+ messages)
` [PATCH v4 1/6] treewide: use prandom_u32_max() when possible, mechanically
` [PATCH v4 2/6] treewide: use prandom_u32_max() when possible
` [PATCH v4 3/6] treewide: use get_random_{u8,u16}() "
` [PATCH v4 4/6] treewide: use get_random_u32() "
` [PATCH v4 5/6] treewide: use get_random_bytes "
` [PATCH v4 6/6] prandom: remove unused functions

[PATCH v4 2/6] treewide: use prandom_u32_max() when possible
 2022-10-08 18:16 UTC  (3+ messages)


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).