linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-19 10:00:23 to 2022-11-14 16:29:51 UTC [more...]

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

Add linux-um archives to lore.kernel.org?
 2022-10-14 18:41 UTC  (13+ 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  (23+ messages)
` [PATCH v3 1/5] treewide: use prandom_u32_max() when possible
` [PATCH v3 2/5] treewide: use get_random_{u8,u16}() "
` [PATCH v3 3/5] treewide: use get_random_u32() "
` [PATCH v3 4/5] treewide: use get_random_bytes "
` [PATCH v3 5/5] prandom: remove unused functions

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

[PATCH v2 00/44] cpuidle,rcu: Clean up the mess
 2022-10-04 17:19 UTC  (61+ messages)
` [PATCH v2 03/44] cpuidle/poll: Ensure IRQ state is invariant
` [PATCH v2 05/44] cpuidle,riscv: Push RCU-idle into driver
` [PATCH v2 06/44] cpuidle,tegra: "
` [PATCH v2 07/44] cpuidle,psci: "
` [PATCH v2 08/44] cpuidle,imx6: "
` [PATCH v2 09/44] cpuidle,omap3: "
` [PATCH v2 10/44] cpuidle,armada: "
` [PATCH v2 11/44] cpuidle,omap4: "
` [PATCH v2 12/44] cpuidle,dt: "
` [PATCH v2 14/44] cpuidle,cpu_pm: Remove RCU fiddling from cpu_pm_{enter,exit}()
` [PATCH v2 21/44] arch/idle: Change arch_cpu_idle() IRQ behaviour
` [PATCH v2 23/44] arm,smp: Remove trace_.*_rcuidle() usage
` [PATCH v2 25/44] printk: "
` [PATCH v2 30/44] cpuidle,xenpv: Make more PARAVIRT_XXL noinstr clean
` [PATCH v2 33/44] ftrace: WARN on rcuidle
` [PATCH v2 37/44] arm,omap2: Use WFI for omap2_pm_idle()
` [PATCH v2 38/44] cpuidle,powerdomain: Remove trace_.*_rcuidle()
` [PATCH v2 39/44] cpuidle,clk: "
` [PATCH v2 44/44] arm64,riscv,perf: Remove RCU_NONIDLE() usage

[PATCH AUTOSEL 4.9 5/6] um: Cleanup syscall_handler_t cast in syscalls_32.h
 2022-10-02 22:53 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 6/6] um: Cleanup compiler warning in arch/x86/um/tls_32.c

[PATCH AUTOSEL 4.14 5/6] um: Cleanup syscall_handler_t cast in syscalls_32.h
 2022-10-02 22:53 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 6/6] um: Cleanup compiler warning in arch/x86/um/tls_32.c

[PATCH AUTOSEL 4.19 7/8] um: Cleanup syscall_handler_t cast in syscalls_32.h
 2022-10-02 22:53 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 8/8] um: Cleanup compiler warning in arch/x86/um/tls_32.c

[PATCH AUTOSEL 5.4 7/9] um: Cleanup syscall_handler_t cast in syscalls_32.h
 2022-10-02 22:52 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 8/9] um: Cleanup compiler warning in arch/x86/um/tls_32.c
` [PATCH AUTOSEL 5.4 9/9] arch: um: Mark the stack non-executable to fix a binutils warning

[PATCH AUTOSEL 5.10 09/14] um: Cleanup syscall_handler_t cast in syscalls_32.h
 2022-10-02 22:51 UTC  (3+ messages)
` [PATCH AUTOSEL 5.10 10/14] um: Cleanup compiler warning in arch/x86/um/tls_32.c
` [PATCH AUTOSEL 5.10 11/14] arch: um: Mark the stack non-executable to fix a binutils warning

[PATCH AUTOSEL 5.15 13/20] um: Cleanup syscall_handler_t cast in syscalls_32.h
 2022-10-02 22:50 UTC  (3+ messages)
` [PATCH AUTOSEL 5.15 14/20] um: Cleanup compiler warning in arch/x86/um/tls_32.c
` [PATCH AUTOSEL 5.15 15/20] arch: um: Mark the stack non-executable to fix a binutils warning

[PATCH AUTOSEL 5.19 16/29] um: Cleanup syscall_handler_t cast in syscalls_32.h
 2022-10-02 22:49 UTC  (3+ messages)
` [PATCH AUTOSEL 5.19 17/29] um: Cleanup compiler warning in arch/x86/um/tls_32.c
` [PATCH AUTOSEL 5.19 20/29] arch: um: Mark the stack non-executable to fix a binutils warning

linux-next: Tree for Sep 27 (uml 64-bit or 32-bit: tinyconfig)
 2022-09-28  6:25 UTC  (6+ messages)

[PATCH v2] arch: um: Mark the stack non-executable to fix a binutils warning
 2022-09-22  4:42 UTC  (4+ messages)

[PATCH linux-next] um: use strscpy() is more robust and safer
 2022-09-22  2:34 UTC  (3+ messages)

[GIT PULL] UML fixes for 6.0-rc7
 2022-09-21 17:19 UTC  (2+ messages)

[PATCH -next] um: remove unneeded semicolon
 2022-09-21  1:06 UTC 

[PATCH linux-next] um: Remove the unneeded result variable
 2022-09-20  6:30 UTC 

UML next tree update
 2022-09-19 20:12 UTC  (2+ messages)

[PATCH] arch: um: Mark the stack non-executable to fix a binutils warning
 2022-09-19 20:56 UTC  (3+ messages)

[PATCH V3 00/11] The panic notifiers refactor - fixes/clean-ups (V3)
 2022-09-19 11:44 UTC  (5+ messages)
` [PATCH V3 04/11] um: Improve panic notifiers consistency and ordering


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