linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-09 19:50:16 to 2020-11-20 00:26:21 UTC [more...]

[patch 00/19] softirq: Cleanups and RT awareness
 2020-11-20  0:26 UTC  (31+ 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] drivers: fpga: Specify HAS_IOMEM dependency for FPGA_DFL
 2020-11-19 11:13 UTC  (2+ messages)

[PATCH] um: ubd: Submit all data segments atomically
 2020-11-18 21:46 UTC  (6+ messages)

[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  (60+ messages)
` [PATCH RFC PKS/PMEM 05/58] kmap: Introduce k[un]map_thread
` [PATCH RFC PKS/PMEM 09/58] drivers/gpu: Utilize new kmap_thread()
` [PATCH RFC PKS/PMEM 10/58] drivers/rdma: "
` [PATCH RFC PKS/PMEM 22/58] fs/f2fs: "
` [PATCH RFC PKS/PMEM 24/58] fs/freevxfs: "
` [PATCH RFC PKS/PMEM 26/58] fs/zonefs: "
` [PATCH RFC PKS/PMEM 33/58] fs/cramfs: "
` [PATCH RFC PKS/PMEM 41/58] drivers/target: "
` [PATCH RFC PKS/PMEM 42/58] drivers/scsi: "
` [PATCH RFC PKS/PMEM 43/58] drivers/mmc: "
` [PATCH RFC PKS/PMEM 44/58] drivers/xen: "
` [PATCH RFC PKS/PMEM 45/58] drivers/firmware: "
` [PATCH RFC PKS/PMEM 46/58] drives/staging: "
` [PATCH RFC PKS/PMEM 47/58] drivers/mtd: "
` [PATCH RFC PKS/PMEM 48/58] drivers/md: "
` [PATCH RFC PKS/PMEM 49/58] drivers/misc: "
` [PATCH RFC PKS/PMEM 50/58] drivers/android: "
` [PATCH RFC PKS/PMEM 51/58] kernel: "
` [PATCH RFC PKS/PMEM 52/58] mm: "
` [PATCH RFC PKS/PMEM 53/58] lib: "
` [PATCH RFC PKS/PMEM 54/58] powerpc: "
` [PATCH RFC PKS/PMEM 55/58] samples: "
` [PATCH RFC PKS/PMEM 56/58] dax: Stray access protection for dax_direct_access()
` [PATCH RFC PKS/PMEM 57/58] nvdimm/pmem: Stray access protection for pmem->virt_addr
` [PATCH RFC PKS/PMEM 58/58] [dax|pmem]: Enable stray access protection

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

[PATCH v6 76/80] docs: virt: user_mode_linux_howto_v2.rst: fix a literal block markup
 2020-10-13 11:54 UTC 

Build regressions/improvements in v5.9
 2020-10-12  7:24 UTC 


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