linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-12 22:01:19 to 2023-02-15 08:14:59 UTC [more...]

[PATCH V1] um: Fix compilation warnings
 2023-02-15  8:14 UTC  (7+ messages)

[PATCH 0/2] GDB: Support getting current task struct in UML
 2023-02-15  7:45 UTC  (5+ messages)
` [PATCH 1/2] scripts/gdb: Correct indentation in get_current_task
` [PATCH 2/2] scripts/gdb: Support getting current task struct in UML

[PATCH] virt-pci: add platform bus support
 2023-02-14 12:12 UTC  (4+ messages)

Error in "wait_stub_done" when statically linked uml binary
 2023-02-13 16:04 UTC 

[PATCH v2 0/4] mm, arch: add generic implementation of pfn_valid() for FLATMEM
 2023-02-13  7:54 UTC  (22+ messages)
` [PATCH v2 1/4] arm: include asm-generic/memory_model.h from page.h rather than memory.h
` [PATCH v2 2/4] m68k: use asm-generic/memory_model.h for both MMU and !MMU
` [PATCH v2 3/4] mips: drop definition of pfn_valid() for DISCONTIGMEM
` [PATCH v2 4/4] mm, arch: add generic implementation of pfn_valid() for FLATMEM

[PATCH] um: add __weak for exported functions
 2023-02-12 21:34 UTC  (2+ messages)

Add linux-um archives to lore.kernel.org?
 2023-02-11  9:13 UTC  (13+ messages)

[PATCH 1/4] um: hostfs: define our own API boundary
 2023-02-10 21:05 UTC  (4+ messages)
` [PATCH 2/4] um: don't export printf()
` [PATCH 3/4] um: further clean up user_syms
` [PATCH 4/4] um: prevent user code in modules

[PATCH mm-unstable v1 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs
 2023-02-10  5:08 UTC  (33+ messages)
` [PATCH mm-unstable v1 01/26] mm/debug_vm_pgtable: more pte_swp_exclusive() sanity checks
` [PATCH mm-unstable v1 02/26] alpha/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable v1 03/26] arc/mm: "
` [PATCH mm-unstable v1 04/26] arm/mm: "
` [PATCH mm-unstable v1 05/26] csky/mm: "
` [PATCH mm-unstable v1 06/26] hexagon/mm: "
` [PATCH mm-unstable v1 07/26] ia64/mm: "
` [PATCH mm-unstable v1 08/26] loongarch/mm: "
` [PATCH mm-unstable v1 09/26] m68k/mm: remove dummy __swp definitions for nommu
` [PATCH mm-unstable v1 10/26] m68k/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable v1 11/26] microblaze/mm: "
` [PATCH mm-unstable v1 12/26] mips/mm: "
` [PATCH mm-unstable v1 13/26] nios2/mm: refactor swap PTE layout
` [PATCH mm-unstable v1 14/26] nios2/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable v1 15/26] openrisc/mm: "
` [PATCH mm-unstable v1 16/26] parisc/mm: "
` [PATCH mm-unstable v1 17/26] powerpc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit book3s
` [PATCH mm-unstable v1 18/26] powerpc/nohash/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable v1 19/26] riscv/mm: "
` [PATCH mm-unstable v1 20/26] sh/mm: "
` [PATCH mm-unstable v1 21/26] sparc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit
` [PATCH mm-unstable v1 22/26] sparc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 64bit
` [PATCH mm-unstable v1 23/26] um/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable v1 24/26] x86/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE also on 32bit
` [PATCH mm-unstable v1 25/26] xtensa/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable v1 26/26] mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE

[PATCH] uml: vector: Remove unused definitions VECTOR_{WRITE,HEADERS}
 2023-02-09 19:02 UTC  (2+ messages)

[PATCH] uml: vector: fix definitios of VECTOR_WRITE and VECTOR_HEADERS
 2023-02-09 18:14 UTC  (5+ messages)

[PATCH 1/4] um: virtio_uml: free command if adding to virtqueue failed
 2023-02-09  9:00 UTC  (4+ messages)
` [PATCH 2/4] um: virtio_uml: mark device as unregistered when breaking it
` [PATCH 3/4] um: virtio_uml: move device breaking into workqueue
` [PATCH 4/4] um: virt-pci: properly remove PCI device from bus

[PATCH] UML: define RUNTIME_DISCARD_EXIT
 2023-02-07 22:33 UTC  (2+ messages)

Using ftrace
 2023-01-31 22:05 UTC  (7+ messages)

[PATCH v2 0/6] introduce vm_flags modifier functions
 2023-01-26 17:07 UTC  (34+ messages)
` [PATCH v2 1/6] mm: introduce vma->vm_flags "
` [PATCH v2 2/6] mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
` [PATCH v2 3/6] mm: replace vma->vm_flags direct modifications with modifier calls
` [PATCH v2 4/6] mm: replace vma->vm_flags indirect modification in ksm_madvise
` [PATCH v2 5/6] mm: introduce mod_vm_flags_nolock and use it in untrack_pfn
` [PATCH v2 6/6] mm: export dump_mm()

[PATCH 0/3] mm, arch: add generic implementation of pfn_valid() for FLATMEM
 2023-01-28  9:02 UTC  (10+ messages)
` [PATCH 1/3] m68k: use asm-generic/memory_model.h for both MMU and !MMU
` [PATCH 2/3] mips: drop definition of pfn_valid() for DISCONTIGMEM
` [PATCH 3/3] mm, arch: add generic implementation of pfn_valid() for FLATMEM

[PATCH] hostfs: handle idmapped mounts
 2023-01-28  1:41 UTC 

[PATCH] um-virt-pci: Make max delay configurable
 2023-01-26 10:47 UTC 

[PATCH v3 00/51] cpuidle,rcu: Clean up the mess
 2023-01-20  9:56 UTC  (38+ messages)
` [PATCH v3 01/51] x86/perf/amd: Remove tracing from perf_lopwr_cb()
` [PATCH v3 02/51] x86/idle: Replace x86_idle with a static_call
` [PATCH v3 09/51] cpuidle,omap3: Push RCU-idle into driver
` [PATCH v3 16/51] cpuidle: Annotate poll_idle()
` [PATCH v3 18/51] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE *again*
` [PATCH v3 20/51] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IBRS
` [PATCH v3 22/51] x86/tdx: Remove TDX_HCALL_ISSUE_STI
` [PATCH v3 25/51] printk: Remove trace_.*_rcuidle() usage
` [PATCH v3 26/51] time/tick-broadcast: Remove RCU_NONIDLE usage
` [PATCH v3 29/51] cpuidle,tdx: Make tdx noinstr clean
` [PATCH v3 34/51] trace: WARN on rcuidle
` [PATCH v3 35/51] trace,hardirq: No moar _rcuidle() tracing
` [PATCH v3 37/51] cpuidle,omap3: Push RCU-idle into omap_sram_idle()
` [PATCH v3 39/51] arm,omap2: Use WFI for omap2_pm_idle()
` [PATCH v3 40/51] cpuidle,powerdomain: Remove trace_.*_rcuidle()
` [PATCH v3 41/51] cpuidle,clk: "
` [PATCH v3 42/51] ubsan: Fix objtool UACCESS warns
` [PATCH v3 43/51] intel_idle: Add force_irq_on module param
` [PATCH v3 44/51] entry,kasan,x86: Disallow overriding mem*() functions
` [PATCH v3 45/51] sched: Always inline __this_cpu_preempt_check()
` [PATCH v3 46/51] arm64,riscv,perf: Remove RCU_NONIDLE() usage
` [PATCH v3 47/51] cpuidle: Ensure ct_cpuidle_enter() is always called from noinstr/__cpuidle
` [PATCH v3 48/51] cpuidle,arch: Mark all ct_cpuidle_enter() callers __cpuidle
` [PATCH v3 49/51] cpuidle,arch: Mark all regular cpuidle_state::enter methods __cpuidle
` [PATCH v3 50/51] cpuidle: Comments about noinstr/__cpuidle
` [PATCH v3 51/51] context_tracking: Fix noinstr vs KASAN

[PATCH] um: virt-pci: implement pcibios_get_phb_of_node()
 2023-01-20  8:22 UTC  (2+ messages)

TakeOff
 2023-01-17 13:55 UTC 

[PATCH 0/3] rust: arch/um: Rust support for UML
 2023-01-15 21:42 UTC  (9+ messages)
` [PATCH 1/3] rust: arch/um: Use 'pie' relocation mode under UML
` [PATCH 2/3] rust: arch/um: Disable FP/SIMD instruction to match x86
` [PATCH 3/3] rust: arch/um: Add support for CONFIG_RUST under x86_64 UML

[PATCH] um: Support LTO
 2023-01-13 17:03 UTC 

[PATCH] um: put power options in a menu
 2023-01-13 16:56 UTC 

[PATCH 0/4] um: Various build fixes for allyesconfig
 2023-01-13  6:43 UTC  (6+ messages)
` [PATCH 1/4] um: Make the definition of cpu_data more compatible
` [PATCH 2/4] um: Avoid pcap multiple definition errors
` [PATCH 3/4] um: Prevent building modules incompatible with MODVERSIONS
` [PATCH 4/4] um: Use CFLAGS_vmlinux


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