messages from 2023-12-13 02:22:02 to 2023-12-22 13:51:42 UTC [more...]
[kvm-unit-tests PATCH 0/9] Multi-migration support
2023-12-22 13:50 UTC (6+ messages)
` [kvm-unit-tests PATCH 1/9] s390x: clean lib/auxinfo.o
` [kvm-unit-tests PATCH 2/9] arch-run: Clean up temporary files properly
` [kvm-unit-tests PATCH 3/9] arch-run: Clean up initrd cleanup
` [kvm-unit-tests PATCH 4/9] migration: use a more robust way to wait for background job
` [kvm-unit-tests PATCH 5/9] migration: Support multiple migrations
[PATCH] selftests/livepatch: fix and refactor new dmesg message code
2023-12-22 12:27 UTC (3+ messages)
[PATCH v3 00/34] kmsan: Enable on s390
2023-12-22 11:35 UTC (40+ messages)
` [PATCH v3 01/34] ftrace: Unpoison ftrace_regs in ftrace_ops_list_func()
` [PATCH v3 02/34] kmsan: Make the tests compatible with kmsan.panic=1
` [PATCH v3 03/34] kmsan: Disable KMSAN when DEFERRED_STRUCT_PAGE_INIT is enabled
` [PATCH v3 04/34] kmsan: Increase the maximum store size to 4096
` [PATCH v3 05/34] kmsan: Fix is_bad_asm_addr() on arches with overlapping address spaces
` [PATCH v3 06/34] kmsan: Fix kmsan_copy_to_user() "
` [PATCH v3 07/34] kmsan: Remove a useless assignment from kmsan_vmap_pages_range_noflush()
` [PATCH v3 08/34] kmsan: Remove an x86-specific #include from kmsan.h
` [PATCH v3 09/34] kmsan: Expose kmsan_get_metadata()
` [PATCH v3 10/34] kmsan: Export panic_on_kmsan
` [PATCH v3 11/34] kmsan: Allow disabling KMSAN checks for the current task
` [PATCH v3 12/34] kmsan: Support SLAB_POISON
` [PATCH v3 13/34] kmsan: Use ALIGN_DOWN() in kmsan_get_metadata()
` [PATCH v3 14/34] mm: slub: Let KMSAN access metadata
` [PATCH v3 15/34] mm: slub: Unpoison the memchr_inv() return value
` [PATCH v3 16/34] mm: kfence: Disable KMSAN when checking the canary
` [PATCH v3 17/34] lib/zlib: Unpoison DFLTCC output buffers
` [PATCH v3 18/34] kmsan: Accept ranges starting with 0 on s390
` [PATCH v3 19/34] s390: Turn off KMSAN for boot, vdso and purgatory
` [PATCH v3 20/34] s390: Use a larger stack for KMSAN
` [PATCH v3 21/34] s390/boot: Add the KMSAN runtime stub
` [PATCH v3 22/34] s390/checksum: Add a KMSAN check
` [PATCH v3 23/34] s390/cpacf: Unpoison the results of cpacf_trng()
` [PATCH v3 24/34] s390/cpumf: Unpoison STCCTM output buffer
` [PATCH v3 25/34] s390/diag: Unpoison diag224() "
` [PATCH v3 26/34] s390/ftrace: Unpoison ftrace_regs in kprobe_ftrace_handler()
` [PATCH v3 27/34] s390/irqflags: Do not instrument arch_local_irq_*() with KMSAN
` [PATCH v3 28/34] s390/mm: Define KMSAN metadata for vmalloc and modules
` [PATCH v3 29/34] s390/string: Add KMSAN support
` [PATCH v3 30/34] s390/traps: Unpoison the kernel_stack_overflow()'s pt_regs
` [PATCH v3 31/34] s390/uaccess: Add KMSAN support to put_user() and get_user()
` [PATCH v3 32/34] s390/unwind: Disable KMSAN checks
` [PATCH v3 33/34] s390: Implement the architecture-specific kmsan functions
` [PATCH v3 34/34] kmsan: Enable on s390
[PATCH RESEND v4 0/3] livepatch: Move modules to selftests and add a new test
2023-12-21 20:10 UTC (6+ messages)
` [PATCH RESEND v4 1/3] kselftests: lib.mk: Add TEST_GEN_MODS_DIR variable
` [PATCH RESEND v4 2/3] livepatch: Move tests from lib/livepatch to selftests/livepatch
` [PATCH RESEND v4 3/3] selftests: livepatch: Test livepatching a heavily called syscall
[PATCH RFC v3 for-6.8/block 00/17] block: don't access bd_inode directly from other modules
2023-12-21 14:54 UTC (19+ messages)
` [PATCH RFC v3 for-6.8/block 01/17] block: add some bdev apis
` [PATCH RFC v3 for-6.8/block 02/17] xen/blkback: use bdev api in xen_update_blkif_status()
` [PATCH RFC v3 for-6.8/block 03/17] bcache: use bdev api in read_super()
` [PATCH RFC v3 for-6.8/block 04/17] mtd: block2mtd: use bdev apis
` [PATCH RFC v3 for-6.8/block 05/17] s390/dasd: use bdev api in dasd_format()
` [PATCH RFC v3 for-6.8/block 06/17] scsicam: use bdev api in scsi_bios_ptable()
` [PATCH RFC v3 for-6.8/block 07/17] bcachefs: remove dead function bdev_sectors()
` [PATCH RFC v3 for-6.8/block 08/17] bio: export bio_add_folio_nofail()
` [PATCH RFC v3 for-6.8/block 09/17] btrfs: use bdev apis
` [PATCH RFC v3 for-6.8/block 10/17] cramfs: use bdev apis in cramfs_blkdev_read()
` [PATCH RFC v3 for-6.8/block 11/17] erofs: use bdev api
` [PATCH RFC v3 for-6.8/block 12/17] nilfs2: use bdev api in nilfs_attach_log_writer()
` [PATCH RFC v3 for-6.8/block 13/17] jbd2: use bdev apis
` [PATCH RFC v3 for-6.8/block 14/17] buffer: add a new helper to read sb block
` [PATCH RFC v3 for-6.8/block 15/17] ext4: use "
` [PATCH RFC v3 for-6.8/block 16/17] ext4: remove block_device_ejected()
` [PATCH RFC v3 for-6.8/block 17/17] ext4: use bdev apis
[PATCH v2] KVM: s390: vsie: fix race during shadow creation
2023-12-21 11:59 UTC (5+ messages)
[PATCH v2 00/11] Avoid unprivileged splice(file->)/(->socket) pipe exclusion
2023-12-21 3:09 UTC (2+ messages)
` [PATCH v2 04/11] net/smc: smc_splice_read: always request MSG_DONTWAIT
[GIT PULL] s390 fixes for 6.7-rc7
2023-12-21 0:25 UTC (2+ messages)
[PATCH net-next v8 00/10] net/smc: implement SMCv2.1 virtual ISM device support
2023-12-20 13:34 UTC (15+ messages)
` [PATCH net-next v8 01/10] net/smc: rename some 'fce' to 'fce_v2x' for clarity
` [PATCH net-next v8 02/10] net/smc: introduce sub-functions for smc_clc_send_confirm_accept()
` [PATCH net-next v8 03/10] net/smc: unify the structs of accept or confirm message for v1 and v2
` [PATCH net-next v8 04/10] net/smc: support SMCv2.x supplemental features negotiation
` [PATCH net-next v8 05/10] net/smc: introduce virtual ISM device support feature
` [PATCH net-next v8 06/10] net/smc: define a reserved CHID range for virtual ISM devices
` [PATCH net-next v8 07/10] net/smc: compatible with 128-bits extended GID of virtual ISM device
` [PATCH net-next v8 08/10] net/smc: support extended GID in SMC-D lgr netlink attribute
` [PATCH net-next v8 09/10] net/smc: disable SEID on non-s390 archs where virtual ISM may be used
` [PATCH net-next v8 10/10] net/smc: manage system EID in SMC stack instead of ISM driver
selftests/livepatch fails on s390
2023-12-20 13:19 UTC (7+ messages)
[PATCH] KVM: s390: vsie: fix race during shadow creation
2023-12-20 13:11 UTC (6+ messages)
s390x stack unwinding with perf?
2023-12-20 12:58 UTC (8+ messages)
[PATCH v3 0/3] livepatch: Move modules to selftests and add a new test
2023-12-20 11:33 UTC (12+ messages)
` [PATCH v3 3/3] selftests: livepatch: Test livepatching a heavily called syscall
[PATCH v4 0/4] KVM: s390: Fix minor bugs in STFLE shadowing
2023-12-20 10:48 UTC (9+ messages)
` [PATCH v4 1/4] KVM: s390: vsie: Fix STFLE interpretive execution identification
` [PATCH v4 2/4] KVM: s390: vsie: Fix length of facility list shadowed
` [PATCH v4 3/4] KVM: s390: cpu model: Use proper define for facility mask size
` [PATCH v4 4/4] KVM: s390: Minor refactor of base/ext facility lists
[PATCH v2] iucv: make iucv_bus const
2023-12-20 7:41 UTC
[PATCH] icuv: make iucv_bus const
2023-12-20 7:24 UTC (4+ messages)
[PATCH net-next v7 00/10] net/smc: implement SMCv2.1 virtual ISM device support
2023-12-19 12:22 UTC (13+ messages)
` [PATCH net-next v7 01/10] net/smc: rename some 'fce' to 'fce_v2x' for clarity
` [PATCH net-next v7 02/10] net/smc: introduce sub-functions for smc_clc_send_confirm_accept()
` [PATCH net-next v7 03/10] net/smc: unify the structs of accept or confirm message for v1 and v2
` [PATCH net-next v7 04/10] net/smc: support SMCv2.x supplemental features negotiation
` [PATCH net-next v7 05/10] net/smc: introduce virtual ISM device support feature
` [PATCH net-next v7 06/10] net/smc: define a reserved CHID range for virtual ISM devices
` [PATCH net-next v7 07/10] net/smc: compatible with 128-bits extended GID of virtual ISM device
` [PATCH net-next v7 08/10] net/smc: support extended GID in SMC-D lgr netlink attribute
` [PATCH net-next v7 09/10] net/smc: disable SEID on non-s390 archs where virtual ISM may be used
` [PATCH net-next v7 10/10] net/smc: manage system EID in SMC stack instead of ISM driver
[PATCH net-next v6 00/10] net/smc: implement SMCv2.1 virtual ISM device support
2023-12-19 11:16 UTC (11+ messages)
` [PATCH net-next v6 02/10] net/smc: introduce sub-functions for smc_clc_send_confirm_accept()
` [PATCH net-next v6 03/10] net/smc: unify the structs of accept or confirm message for v1 and v2
[PATCH v3 00/35] bitops: add atomic find_bit() operations
2023-12-16 21:48 UTC (2+ messages)
[PATCH 00/10] s390/dasd: string handling cleanups
2023-12-15 15:28 UTC (10+ messages)
` [PATCH 01/10] s390/dasd: Simplify uid string generation
` [PATCH 02/10] s390/dasd: Use sysfs_emit() over sprintf()
` [PATCH 03/10] s390/dasd: Remove unnecessary errorstring generation
` [PATCH 04/10] s390/dasd: Move allocation error message to DBF
` [PATCH 05/10] s390/dasd: Remove unused message logging macros
` [PATCH 06/10] s390/dasd: Use dev_err() over printk()
` [PATCH 07/10] s390/dasd: Remove %p format specifier from error messages
` [PATCH 08/10] s390/dasd: Remove PRINTK_HEADER and KMSG_COMPONENT definitions
` [PATCH 09/10] s390/dasd: Use dev_*() for device log messages
[kvm-unit-tests PATCH 0/5] s390x: STFLE nested interpretation
2023-12-15 13:53 UTC (19+ messages)
` [kvm-unit-tests PATCH 1/5] lib: Add pseudo random functions
` [kvm-unit-tests PATCH 2/5] s390x: lib: Remove double include
` [kvm-unit-tests PATCH 3/5] s390x: Add library functions for exiting from snippet
` [kvm-unit-tests PATCH 4/5] s390x: Use library functions for snippet exit
` [kvm-unit-tests PATCH 5/5] s390x: Add test for STFLE interpretive execution (format-0)
[PATCH RERESEND 00/11] splice(file<>pipe) I/O on file as-if O_NONBLOCK
2023-12-14 20:14 UTC (4+ messages)
` [PATCH RERESEND 06/11] net/smc: smc_splice_read: always request MSG_DONTWAIT
[PATCH 00/11] splice(file<>pipe) I/O on file as-if O_NONBLOCK
2023-12-14 17:38 UTC (7+ messages)
` [PATCH RESEND 06/11] net/smc: smc_splice_read: always request MSG_DONTWAIT
[PATCH 00/26] KVM: vfio: Hide KVM internals from others
2023-12-14 6:20 UTC (16+ messages)
` [PATCH 05/26] vfio: KVM: Pass get/put helpers from KVM to VFIO, don't do circular lookup
` [PATCH 15/26] KVM: Move include/kvm/iodev.h to include/linux as kvm_iodev.h
` [PATCH 19/26] KVM: Standardize include paths across all architectures
` [PATCH 22/26] entry/kvm: KVM: Move KVM details related to signal/-EINTR into KVM proper
` [PATCH 26/26] KVM: Hide KVM internal data structures and values from kernel at-large
[PATCH v2] scsi: zfcp: Replace strlcpy() with strscpy()
2023-12-14 4:29 UTC (2+ messages)
SMC-R throughput drops for specific message sizes
2023-12-13 15:52 UTC
[PATCH v2 00/33] kmsan: Enable on s390
2023-12-13 15:01 UTC (10+ messages)
` [PATCH v2 12/33] kmsan: Allow disabling KMSAN checks for the current task
` [PATCH v2 13/33] kmsan: Introduce memset_no_sanitize_memory()
SMC-R throughput drops for specific message sizes
2023-12-13 13:38 UTC (5+ messages)
[PATCH] KVM: s390: fix cc for successful PQAP
2023-12-13 12:43 UTC (5+ messages)
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