messages from 2020-09-24 07:14:24 to 2020-10-09 19:50:33 UTC [more...]
[PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
2020-10-09 19:50 UTC (59+ 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
[RFC v6 00/21] Unifying LKL into UML
2020-10-09 16:06 UTC (96+ messages)
` [RFC v6 01/21] um: split build in kernel and host parts
` [RFC v6 05/21] um: move arch/x86/um/os-Linux to tools/um/uml/
` [RFC v6 06/21] scritps: um: suppress warnings if SRCARCH=um
` [RFC v6 07/21] um: extend arch_switch_to for alternate SUBARCH
` [RFC v6 08/21] um: add nommu mode for UML library mode
` [RFC v6 09/21] um: nommu: host interface
` [RFC v6 10/21] um: nommu: memory handling
` [RFC v6 11/21] um: nommu: kernel thread support
` [RFC v6 12/21] um: nommu: system call interface and application API
` [RFC v6 13/21] um: nommu: basic console support
` [RFC v6 14/21] um: nommu: initialization and cleanup
` [RFC v6 15/21] um: nommu: integrate with irq infrastructure of UML
` [RFC v6 16/21] um: nommu: plug in the build system
` [RFC v6 17/21] um: host: add nommu build for ARCH=um
` [RFC v6 18/21] um: host: add utilities functions
` [RFC v6 19/21] um: host: posix host operations
` [RFC v6 20/21] um: host: add test programs
` [RFC v6 21/21] um: nommu: add block device support of UML
` [RFC v7 00/21] Unifying LKL into UML
` [RFC v7 01/21] um: split build in kernel and host parts
` [RFC v7 02/21] um: add os init and exit calls
` [RFC v7 03/21] um: move arch/um/os-Linux dir to tools/um/uml
` [RFC v7 04/21] um: host: implement os_initcalls and os_exitcalls
` [RFC v7 05/21] um: move arch/x86/um/os-Linux 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
` [RFC v7 09/21] um: nommu: host interface
` [RFC v7 10/21] um: nommu: memory handling
` [RFC v7 11/21] um: nommu: kernel thread support
` [RFC v7 12/21] um: nommu: system call interface and application API
` [RFC v7 13/21] um: nommu: basic console support
` [RFC v7 14/21] um: nommu: initialization and cleanup
` [RFC v7 15/21] um: nommu: integrate with irq infrastructure of UML
` [RFC v7 16/21] um: nommu: plug in the build system
` [RFC v7 17/21] um: host: add nommu build for ARCH=um
` [RFC v7 18/21] um: host: add utilities functions
` [RFC v7 19/21] um: host: posix host operations
` [RFC v7 20/21] um: host: add test programs
` [RFC v7 21/21] um: nommu: add block device support of UML
[PATCH v2 00/16] Allow readpage to return a locked page
2020-10-09 14:31 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 03/16] 9p: Tell the VFS that readpage was synchronous
` [PATCH v2 04/16] afs: "
` [PATCH v2 05/16] ceph: "
` [PATCH v2 06/16] cifs: "
` [PATCH v2 07/16] cramfs: "
` [PATCH v2 08/16] ecryptfs: "
` [PATCH v2 09/16] fuse: "
` [PATCH v2 10/16] hostfs: "
` [PATCH v2 11/16] jffs2: "
` [PATCH v2 12/16] ubifs: "
` [PATCH v2 13/16] udf: "
` [PATCH v2 14/16] vboxsf: "
` [PATCH v2 15/16] iomap: Inline iomap_iop_set_range_uptodate into its one caller
` [PATCH v2 16/16] iomap: Make readpage synchronous
[RFC PATCH] kernel: allow to configure PREEMPT_NONE, PREEMPT_VOLUNTARY on kernel command line
2020-10-09 11:42 UTC (2+ messages)
[PATCH v2 0/2] Broad write-locking of nascent mm in execve
2020-10-07 12:12 UTC (7+ messages)
` [PATCH v2 1/2] mmap locking API: Order lock of nascent mm outside lock of live mm
` [PATCH v2 2/2] exec: Broadly lock nascent mm until setup_arg_pages()
[PATCH 0/2] Broad write-locking of nascent mm in execve
2020-10-05 12:52 UTC (9+ messages)
` [PATCH 1/2] mmap locking API: Order lock of nascent mm outside lock of live mm
` [PATCH 2/2] exec: Broadly lock nascent mm until setup_arg_pages()
[PATCH] um: Remove dead usage of TIF_IA32
2020-10-04 20:19 UTC (3+ messages)
[PATCH 0/6] Fix new html build warnings from next-20201001
2020-10-02 8:19 UTC (4+ messages)
` [PATCH 3/6] docs: virt: user_mode_linux_howto_v2.rst: fix a literal block markup
[patch 00/13] preempt: Make preempt count unconditional
2020-09-29 14:54 UTC (13+ messages)
[PATCH v4] docs: replace the old User Mode Linux HowTo with a new one
2020-09-24 16:54 UTC (2+ messages)
[PATCH 00/13] Allow readpage to return a locked page
2020-09-24 9:00 UTC (3+ messages)
` [PATCH 12/13] udf: Tell the VFS that readpage was synchronous
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).