linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-13 20:01:49 to 2020-11-23 23:58:01 UTC [more...]

[patch 00/19] softirq: Cleanups and RT awareness
 2020-11-23 23:58 UTC  (36+ messages)
` [patch 01/19] parisc: Remove bogus __IRQ_STAT macro
` [patch 02/19] sh: Get rid of nmi_count()
` [patch 03/19] irqstat: Get rid of nmi_count() and __IRQ_STAT()
` [patch 04/19] um/irqstat: Get rid of the duplicated declarations
` [patch 05/19] ARM: irqstat: Get rid of duplicated declaration
` [patch 06/19] arm64: "
` [patch 07/19] asm-generic/irqstat: Add optional __nmi_count member
` [patch 08/19] sh: irqstat: Use the generic irq_cpustat_t
` [patch 09/19] irqstat: Move declaration into asm-generic/hardirq.h
` [patch 10/19] preempt: Cleanup the macro maze a bit
` [patch 11/19] softirq: Move related code into one section
` [patch 12/19] softirq: Add RT specific softirq accounting
` [patch 13/19] softirq: Move various protections into inline helpers
` [patch 14/19] softirq: Make softirq control and processing RT aware
` [patch 15/19] tick/sched: Prevent false positive softirq pending warnings on RT
` [patch 16/19] rcu: Prevent false positive softirq warning "
` [patch 17/19] softirq: Replace barrier() with cpu_relax() in tasklet_unlock_wait()
` [patch 18/19] tasklets: Use static inlines for stub implementations
` [patch 19/19] tasklets: Prevent kill/unlock_wait deadlock on RT

[PATCH v5 0/4] um: suspend/resume support
 2020-11-23 20:03 UTC  (6+ messages)
` [PATCH v5 1/5] um: simplify os_idle_sleep() and sleep longer
` [PATCH v5 2/5] um: time: fix read_persistent_clock64() in time-travel
` [PATCH v5 3/5] um: allow PM with suspend-to-idle
` [PATCH v5 4/5] um: support suspend to RAM
` [PATCH v5 5/5] um: add a pseudo RTC

[PATCH 0/7 um: IRQ handling cleanups
 2020-11-23 19:56 UTC  (8+ messages)
` [PATCH 1/7] um: support dynamic IRQ allocation
` [PATCH 2/7] um: virtio: use "
` [PATCH 3/7] um: clean up alarm IRQ chip name
` [PATCH 4/7] um: irq: clean up and rename struct irq_fd
` [PATCH 5/7] um: irq: reduce irq_reg allocation
` [PATCH 6/7] um: remove IRQ_NONE type
` [PATCH 7/7] um: simplify IRQ handling code

[PATCH] um: sigio: return error from add_sigio_fd()
 2020-11-23 19:44 UTC 

[PATCH] um: ubd: Set device serial attribute from cmdline
 2020-11-23 18:31 UTC 

[PATCH v3] um: simplify os_idle_sleep() and sleep longer
 2020-11-23 18:08 UTC  (2+ messages)

[PATCH v2] um: ubd: Submit all data segments atomically
 2020-11-22  4:13 UTC 

[PATCH] um: ubd: Submit all data segments atomically
 2020-11-22  4:09 UTC  (7+ messages)

[PATCH v2] drivers: fpga: Specify HAS_IOMEM dependency for FPGA_DFL
 2020-11-22  0:18 UTC  (2+ messages)

[PATCH 0/4] um: suspend/resume
 2020-11-21 22:26 UTC  (10+ messages)
` [PATCH 1/4] um: simplify os_idle_sleep() and sleep longer
` [PATCH 2/4] um: add a pseudo RTC
` [PATCH 3/4] um: virtio: disable VQs during suspend if in-band kick is used
` [PATCH 4/4] um: allow PM with suspend-to-idle

[PATCH v2] um: simplify os_idle_sleep() and sleep longer
 2020-11-21 12:31 UTC 

[PATCH] rtc: enable RTC framework on ARCH=um
 2020-11-21  9:51 UTC  (3+ messages)

[RFC PATCH] bpf: preload: Fix build error when O= is set
 2020-11-21  9:48 UTC 

[PATCH] drivers: fpga: Specify HAS_IOMEM dependency for FPGA_DFL
 2020-11-20 21:48 UTC  (6+ messages)

[PATCH] um: fix time-travel mode
 2020-11-20 20:08 UTC 

[PATCH AUTOSEL 5.9 14/21] um: Call pgtable_pmd_page_dtor() in __pmd_free_tlb()
 2020-11-17 12:56 UTC 

[PATCH] um: borrow bitops from the x86 tree
 2020-11-17 12:53 UTC  (5+ messages)

[PATCH] um: "borrow" cmpxchg from x86 tree in UML
 2020-11-16 14:41 UTC  (7+ messages)

[GIT PULL] um fixes for 5.10-rc4
 2020-11-14 20:51 UTC  (2+ messages)

[PATCH] um: random: register random as hwrng-core device
 2020-11-13 11:16 UTC  (2+ messages)

[PATCH v2] um: "borrow" atomics from x86 architecture
 2020-11-13 10:49 UTC 

[PATCH] um: Remove use of asprinf in umid.c
 2020-11-13 10:26 UTC 

We may want to redefine asprint and vasprintf in the user headers
 2020-11-13  9:42 UTC 

[PATCH v3] um: add a UML specific futex implementation
 2020-11-13  8:27 UTC 

[PATCH v2] um: add a UML specific futex implementation
 2020-11-12 19:57 UTC 

[PATCH] um: add a UML specific futex implementation
 2020-11-12 18:09 UTC  (2+ messages)

[PATCH v2] um: enable the use of optimized xor routines in UML
 2020-11-12 15:00 UTC  (7+ messages)

[PATCH] um: "borrow" atomics from x86 architecture
 2020-11-12 14:20 UTC 

[PATCH v3] um: enable the use of optimized xor routines in UML
 2020-11-12 11:33 UTC  (2+ messages)

[PATCH v4] um: enable the use of optimized xor routines in UML
 2020-11-12 11:31 UTC 

[PATCH v2] um: allow the use of glibc functions instead of builtins
 2020-11-12 10:12 UTC 

[PATCH] um: allow using glibc string functions instead of generics
 2020-11-11 18:09 UTC  (14+ messages)

[PATCH] um: enable the use of optimized xor routines in UML
 2020-11-11 18:06 UTC  (3+ messages)

The UMID fixes need to be added to stable
 2020-11-10 20:48 UTC  (2+ messages)

[PATCH] um: Fetch registers only for signals which need them
 2020-11-10 13:06 UTC  (4+ messages)

[PATCH v2] um: Fetch registers only for signals which need them
 2020-11-10 13:02 UTC 

[PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
 2020-11-10  8:48 UTC  (14+ messages)
` [PATCH RFC PKS/PMEM 05/58] kmap: Introduce k[un]map_thread
` [PATCH RFC PKS/PMEM 24/58] fs/freevxfs: Utilize new kmap_thread()
` [PATCH RFC PKS/PMEM 33/58] fs/cramfs: "

[PATCH] um: add support for TIF_NOTIFY_SIGNAL
 2020-11-05 18:18 UTC  (4+ messages)

[PATCH resend v3 0/2] Broad write-locking of nascent mm in execve
 2020-11-03  3:53 UTC  (5+ messages)
` [PATCH resend v3 1/2] mmap locking API: Order lock of nascent mm outside lock of live mm
` [PATCH resend v3 2/2] exec: Broadly lock nascent mm until setup_arg_pages()

[PATCH AUTOSEL 4.4 04/25] um: change sigio_spinlock to a mutex
 2020-10-27  0:11 UTC 

[PATCH AUTOSEL 4.14 06/46] um: change sigio_spinlock to a mutex
 2020-10-27  0:09 UTC 

[PATCH AUTOSEL 4.9 05/30] um: change sigio_spinlock to a mutex
 2020-10-27  0:10 UTC 

[PATCH AUTOSEL 4.19 07/60] um: change sigio_spinlock to a mutex
 2020-10-27  0:03 UTC 

[PATCH AUTOSEL 5.4 09/80] um: change sigio_spinlock to a mutex
 2020-10-26 23:54 UTC 

[PATCH AUTOSEL 5.8 014/132] um: change sigio_spinlock to a mutex
 2020-10-26 23:50 UTC 

[PATCH AUTOSEL 5.9 016/147] um: change sigio_spinlock to a mutex
 2020-10-26 23:46 UTC 

[PATCH] um: include compiler_attributes.h where used
 2020-10-26 13:30 UTC  (3+ messages)

Build regressions/improvements in v5.10-rc1
 2020-10-26 10:17 UTC  (2+ messages)

[PATCH] um: Call pgtable_pmd_page_dtor() in __pmd_free_tlb()
 2020-10-23 14:47 UTC  (3+ messages)

[PATCH] um: Remove unnecessary snprintf in umid.c
 2020-10-21  9:18 UTC 

[RFC v7 00/21] Unifying LKL into UML
 2020-10-20  8:44 UTC  (6+ messages)
` [RFC v7 08/21] um: add nommu mode for UML library mode

[PATCH] arch: um: convert tasklets to use new tasklet_setup() API
 2020-10-19 20:55 UTC  (5+ messages)
    ` Fwd: "

[GIT PULL] uml updates for 5.10
 2020-10-18 17:10 UTC  (2+ messages)

[GIT PULL] uml updates for 5.10
 2020-10-16 12:55 UTC 

[PATCH v2 00/16] Allow readpage to return a locked page
 2020-10-16  6:35 UTC  (16+ messages)
` [PATCH v2 01/16] mm: Add AOP_UPDATED_PAGE return value
` [PATCH v2 02/16] mm: Inline wait_on_page_read into its one caller
` [PATCH v2 15/16] iomap: Inline iomap_iop_set_range_uptodate "
` [PATCH v2 16/16] iomap: Make readpage synchronous

[PATCH v3 0/2] Broad write-locking of nascent mm in execve
 2020-10-15  0:00 UTC  (3+ messages)
` [PATCH v3 1/2] mmap locking API: Order lock of nascent mm outside lock of live mm
` [PATCH v3 2/2] exec: Broadly lock nascent mm until setup_arg_pages()


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