linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-09 14:31:02 to 2020-11-13 14:02:07 UTC [more...]

[patch 00/19] softirq: Cleanups and RT awareness
 2020-11-13 14:02 UTC 

[PATCH] um: "borrow" cmpxchg from x86 tree in UML
 2020-11-13 13:48 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  (93+ messages)
` [PATCH RFC PKS/PMEM 01/58] x86/pks: Add a global pkrs option
` [PATCH RFC PKS/PMEM 02/58] x86/pks/test: Add testing for global option
` [PATCH RFC PKS/PMEM 03/58] memremap: Add zone device access protection
` [PATCH RFC PKS/PMEM 04/58] kmap: Add stray access protection for device pages
` [PATCH RFC PKS/PMEM 05/58] kmap: Introduce k[un]map_thread
` [PATCH RFC PKS/PMEM 06/58] kmap: Introduce k[un]map_thread debugging
` [PATCH RFC PKS/PMEM 07/58] drivers/drbd: Utilize new kmap_thread()
` [PATCH RFC PKS/PMEM 08/58] drivers/firmware_loader: "
` [PATCH RFC PKS/PMEM 09/58] drivers/gpu: "
` [PATCH RFC PKS/PMEM 10/58] drivers/rdma: "
` [PATCH RFC PKS/PMEM 11/58] drivers/net: "
` [PATCH RFC PKS/PMEM 12/58] fs/afs: "
` [PATCH RFC PKS/PMEM 13/58] fs/btrfs: "
` [PATCH RFC PKS/PMEM 14/58] fs/cifs: "
` [PATCH RFC PKS/PMEM 15/58] fs/ecryptfs: "
` [PATCH RFC PKS/PMEM 16/58] fs/gfs2: "
` [PATCH RFC PKS/PMEM 17/58] fs/nilfs2: "
` [PATCH RFC PKS/PMEM 18/58] fs/hfs: "
` [PATCH RFC PKS/PMEM 19/58] fs/hfsplus: "
` [PATCH RFC PKS/PMEM 20/58] fs/jffs2: "
` [PATCH RFC PKS/PMEM 21/58] fs/nfs: "
` [PATCH RFC PKS/PMEM 22/58] fs/f2fs: "
` [PATCH RFC PKS/PMEM 23/58] fs/fuse: "
` [PATCH RFC PKS/PMEM 24/58] fs/freevxfs: "
` [PATCH RFC PKS/PMEM 25/58] fs/reiserfs: "
` [PATCH RFC PKS/PMEM 26/58] fs/zonefs: "
` [PATCH RFC PKS/PMEM 27/58] fs/ubifs: "
` [PATCH RFC PKS/PMEM 28/58] fs/cachefiles: "
` [PATCH RFC PKS/PMEM 29/58] fs/ntfs: "
` [PATCH RFC PKS/PMEM 30/58] fs/romfs: "
` [PATCH RFC PKS/PMEM 31/58] fs/vboxsf: "
` [PATCH RFC PKS/PMEM 32/58] fs/hostfs: "
` [PATCH RFC PKS/PMEM 33/58] fs/cramfs: "
` [PATCH RFC PKS/PMEM 34/58] fs/erofs: "
` [PATCH RFC PKS/PMEM 35/58] fs: "
` [PATCH RFC PKS/PMEM 36/58] fs/ext2: Use ext2_put_page
` [PATCH RFC PKS/PMEM 37/58] fs/ext2: Utilize new kmap_thread()
` [PATCH RFC PKS/PMEM 38/58] fs/isofs: "
` [PATCH RFC PKS/PMEM 39/58] fs/jffs2: "
` [PATCH RFC PKS/PMEM 40/58] net: "
` [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)

[PATCH] um: ubd: Submit all data segments atomically
 2020-10-26 11:52 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  (20+ messages)
` [RFC v7 03/21] um: move arch/um/os-Linux dir to tools/um/uml
` [RFC v7 06/21] scritps: um: suppress warnings if SRCARCH=um
` [RFC v7 07/21] um: extend arch_switch_to for alternate SUBARCH
` [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  (17+ 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 14/16] vboxsf: Tell the VFS that readpage was synchronous
` [PATCH v2 15/16] iomap: Inline iomap_iop_set_range_uptodate into its one caller
` [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).