linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-19 09:59:45 to 2022-10-13 12:46:12 UTC [more...]

Add linux-um archives to lore.kernel.org?
 2022-10-13 12:46 UTC  (5+ messages)

[PATCH v6 0/7] treewide cleanup of random integer usage
 2022-10-13 11:40 UTC  (17+ 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 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  (83+ 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 13/44] cpuidle: Fix ct_idle_*() usage
` [PATCH v2 14/44] cpuidle,cpu_pm: Remove RCU fiddling from cpu_pm_{enter,exit}()
` [PATCH v2 15/44] acpi_idle: Remove tracing
` [PATCH v2 16/44] cpuidle: Annotate poll_idle()
` [PATCH v2 17/44] objtool/idle: Validate __cpuidle code as noinstr
` [PATCH v2 18/44] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE *again*
` [PATCH v2 19/44] cpuidle,intel_idle: Fix CPUIDLE_FLAG_INIT_XSTATE
` [PATCH v2 20/44] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IBRS
` [PATCH v2 21/44] arch/idle: Change arch_cpu_idle() IRQ behaviour
` [PATCH v2 22/44] x86/tdx: Remove TDX_HCALL_ISSUE_STI
` [PATCH v2 23/44] arm,smp: Remove trace_.*_rcuidle() usage
` [PATCH v2 24/44] arm64,smp: "
` [PATCH v2 25/44] printk: "
` [PATCH v2 26/44] time/tick-broadcast: Remove RCU_NONIDLE usage
` [PATCH v2 27/44] cpuidle,sched: Remove annotations from TIF_{POLLING_NRFLAG,NEED_RESCHED}
` [PATCH v2 28/44] cpuidle,mwait: Make noinstr clean
` [PATCH v2 29/44] cpuidle,tdx: Make tdx "
` [PATCH v2 30/44] cpuidle,xenpv: Make more PARAVIRT_XXL "
` [PATCH v2 31/44] cpuidle,nospec: Make "
` [PATCH v2 32/44] cpuidle,acpi: "
` [PATCH v2 33/44] ftrace: WARN on rcuidle
` [PATCH v2 34/44] cpuidle,omap3: Use WFI for omap3_pm_idle()
` [PATCH v2 35/44] cpuidle,omap3: Push RCU-idle into omap_sram_idle()
` [PATCH v2 36/44] cpuidle,omap4: Push RCU-idle into omap4_enter_lowpower()
` [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 40/44] ubsan: Fix objtool UACCESS warns
` [PATCH v2 41/44] intel_idle: Add force_irq_on module param
` [PATCH v2 42/44] entry,kasan,x86: Disallow overriding mem*() functions
` [PATCH v2 43/44] sched: Always inline __this_cpu_preempt_check()
` [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).