messages from 2024-06-13 15:40:16 to 2024-06-20 08:44:29 UTC [more...]
[PATCH vhost v9 0/6] refactor the params of find_vqs()
2024-06-20 8:39 UTC (9+ messages)
` [PATCH vhost v9 1/6] virtio_balloon: remove the dependence where names[] is null
` [PATCH vhost v9 2/6] virtio: remove support for names array entries being null
` [PATCH vhost v9 3/6] virtio: find_vqs: pass struct instead of multi parameters
[PATCH v5 00/37] kmsan: Enable on s390
2024-06-20 8:36 UTC (41+ messages)
` [PATCH v5 01/37] ftrace: Unpoison ftrace_regs in ftrace_ops_list_func()
` [PATCH v5 02/37] kmsan: Make the tests compatible with kmsan.panic=1
` [PATCH v5 03/37] kmsan: Disable KMSAN when DEFERRED_STRUCT_PAGE_INIT is enabled
` [PATCH v5 04/37] kmsan: Increase the maximum store size to 4096
` [PATCH v5 05/37] kmsan: Fix is_bad_asm_addr() on arches with overlapping address spaces
` [PATCH v5 06/37] kmsan: Fix kmsan_copy_to_user() "
` [PATCH v5 07/37] kmsan: Remove a useless assignment from kmsan_vmap_pages_range_noflush()
` [PATCH v5 08/37] kmsan: Remove an x86-specific #include from kmsan.h
` [PATCH v5 09/37] kmsan: Expose kmsan_get_metadata()
` [PATCH v5 10/37] kmsan: Export panic_on_kmsan
` [PATCH v5 11/37] kmsan: Allow disabling KMSAN checks for the current task
` [PATCH v5 12/37] kmsan: Introduce memset_no_sanitize_memory()
` [PATCH v5 13/37] kmsan: Support SLAB_POISON
` [PATCH v5 14/37] kmsan: Use ALIGN_DOWN() in kmsan_get_metadata()
` [PATCH v5 15/37] kmsan: Do not round up pg_data_t size
` [PATCH v5 16/37] mm: slub: Let KMSAN access metadata
` [PATCH v5 17/37] mm: slub: Disable KMSAN when checking the padding bytes
` [PATCH v5 18/37] mm: kfence: Disable KMSAN when checking the canary
` [PATCH v5 19/37] lib/zlib: Unpoison DFLTCC output buffers
` [PATCH v5 20/37] kmsan: Accept ranges starting with 0 on s390
` [PATCH v5 21/37] s390/boot: Turn off KMSAN
` [PATCH v5 22/37] s390: Use a larger stack for KMSAN
` [PATCH v5 23/37] s390/boot: Add the KMSAN runtime stub
` [PATCH v5 24/37] s390/checksum: Add a KMSAN check
` [PATCH v5 25/37] s390/cpacf: Unpoison the results of cpacf_trng()
` [PATCH v5 26/37] s390/cpumf: Unpoison STCCTM output buffer
` [PATCH v5 27/37] s390/diag: Unpoison diag224() "
` [PATCH v5 28/37] s390/ftrace: Unpoison ftrace_regs in kprobe_ftrace_handler()
` [PATCH v5 29/37] s390/irqflags: Do not instrument arch_local_irq_*() with KMSAN
` [PATCH v5 30/37] s390/mm: Define KMSAN metadata for vmalloc and modules
` [PATCH v5 31/37] s390/string: Add KMSAN support
` [PATCH v5 32/37] s390/traps: Unpoison the kernel_stack_overflow()'s pt_regs
` [PATCH v5 33/37] s390/uaccess: Add KMSAN support to put_user() and get_user()
` [PATCH v5 34/37] s390/uaccess: Add the missing linux/instrumented.h #include
` [PATCH v5 35/37] s390/unwind: Disable KMSAN checks
` [PATCH v5 36/37] s390/kmsan: Implement the architecture-specific functions
` [PATCH v5 37/37] kmsan: Enable on s390
[PATCH v3 0/3] vfio/pci: s390: Fix issues preventing VFIO_PCI_MMAP=y for s390 and enable it
2024-06-20 4:09 UTC (8+ messages)
` [PATCH v3 2/3] vfio/pci: Tolerate oversized BARs by disallowing mmap
` [PATCH v3 3/3] vfio/pci: Enable PCI resource mmap() on s390 and remove VFIO_PCI_MMAP
[PATCH] remove AND operation in choose_random_kstack_offset()
2024-06-20 4:04 UTC (10+ messages)
[PATCH] randomize_kstack: Remove non-functional per-arch entropy filtering
2024-06-20 3:47 UTC (2+ messages)
[PATCH] s390/3270: add missing MODULE_DESCRIPTION() macros
2024-06-19 22:45 UTC (2+ messages)
[PATCH] s390/dcssblk: add missing MODULE_DESCRIPTION() macro
2024-06-19 22:45 UTC (2+ messages)
[PATCH] s390/mm: add missing MODULE_DESCRIPTION() macro
2024-06-19 22:44 UTC (2+ messages)
[PATCH] s390/lib: add missing MODULE_DESCRIPTION() macros
2024-06-19 22:44 UTC (2+ messages)
[PATCH] s390/crc32: add missing MODULE_DESCRIPTION() macro
2024-06-19 22:44 UTC (2+ messages)
[PATCH] s390/mm: get total ram pages from memblock
2024-06-19 22:43 UTC (3+ messages)
[PATCH v2 0/4] s390: compile relocatable kernel with/without fPIE
2024-06-19 18:23 UTC (4+ messages)
move features flags into queue_limits v2
2024-06-19 15:23 UTC (59+ messages)
` [PATCH 01/26] xen-blkfront: don't disable cache flushes when they fail
` [PATCH 02/26] sd: remove sd_is_zoned
` [PATCH 03/26] sd: move zone limits setup out of sd_read_block_characteristics
` [PATCH 04/26] loop: stop using loop_reconfigure_limits in __loop_clr_fd
` [PATCH 05/26] loop: always update discard settings in loop_reconfigure_limits
` [PATCH 06/26] loop: regularize upgrading the block size for direct I/O
` [PATCH 07/26] loop: also use the default block size from an underlying block device
` [PATCH 08/26] loop: fold loop_update_rotational into loop_reconfigure_limits
` [PATCH 09/26] virtio_blk: remove virtblk_update_cache_mode
` [PATCH 10/26] nbd: move setting the cache control flags to __nbd_set_size
` [PATCH 11/26] block: freeze the queue in queue_attr_store
` [PATCH 12/26] block: remove blk_flush_policy
` [PATCH 13/26] block: move cache control settings out of queue->flags
` [PATCH 14/26] block: move the nonrot flag to queue_limits
` [PATCH 15/26] block: move the add_random "
` [PATCH 16/26] block: move the io_stat flag setting "
` [PATCH 17/26] block: move the stable_writes flag "
` [PATCH 18/26] block: move the synchronous "
` [PATCH 19/26] block: move the nowait "
` [PATCH 20/26] block: move the dax "
` [PATCH 21/26] block: move the poll "
` [PATCH 22/26] block: move the zoned flag into the features field
` [PATCH 23/26] block: move the zone_resetall flag to queue_limits
` [PATCH 24/26] block: move the pci_p2pdma "
` [PATCH 25/26] block: move the skip_tagset_quiesce "
` [PATCH 26/26] block: move the bounce flag into the features field
[PATCH] s390/cio: add missing MODULE_DESCRIPTION() macros
2024-06-19 14:00 UTC (5+ messages)
[PATCH v6 0/3] vfio/pci: Support 8-byte PCI loads and stores
2024-06-19 11:58 UTC (4+ messages)
` [PATCH v6 1/3] vfio/pci: Extract duplicated code into macro
` [PATCH v6 2/3] vfio/pci: Support 8-byte PCI loads and stores
` [PATCH v6 3/3] vfio/pci: Fix typo in macro to declare accessors
[PATCH v4 00/35] kmsan: Enable on s390
2024-06-19 11:46 UTC (29+ messages)
` [PATCH v4 01/35] ftrace: Unpoison ftrace_regs in ftrace_ops_list_func()
` [PATCH v4 09/35] kmsan: Expose kmsan_get_metadata()
` [PATCH v4 11/35] kmsan: Allow disabling KMSAN checks for the current task
` [PATCH v4 14/35] kmsan: Do not round up pg_data_t size
` [PATCH v4 15/35] mm: slub: Let KMSAN access metadata
` [PATCH v4 16/35] mm: slub: Unpoison the memchr_inv() return value
` [PATCH v4 24/35] s390/cpacf: Unpoison the results of cpacf_trng()
` [PATCH v4 26/35] s390/diag: Unpoison diag224() output buffer
` [PATCH v4 27/35] s390/ftrace: Unpoison ftrace_regs in kprobe_ftrace_handler()
` [PATCH v4 29/35] s390/mm: Define KMSAN metadata for vmalloc and modules
` [PATCH v4 30/35] s390/string: Add KMSAN support
` [PATCH v4 31/35] s390/traps: Unpoison the kernel_stack_overflow()'s pt_regs
` [PATCH v4 32/35] s390/uaccess: Add KMSAN support to put_user() and get_user()
` [PATCH v4 34/35] s390: Implement the architecture-specific KMSAN functions
` [PATCH v4 35/35] kmsan: Enable on s390
[PATCH v5 0/3] vfio/pci: Support 8-byte PCI loads and stores
2024-06-19 7:58 UTC (6+ messages)
` [PATCH v5 3/3] vfio/pci: Fix typo in macro to declare accessors
[PATCH RFC v2 0/5] arm64: support DMA zone starting above 4GB
2024-06-18 21:40 UTC (7+ messages)
` [PATCH RFC v2 1/5] dma-mapping: replace zone_dma_bits by zone_dma_limit
` [PATCH RFC v2 2/5] of: get dma area lower limit
` [PATCH RFC v2 4/5] dma-direct: add base offset to zone_dma_bits
[PATCH v4 12/35] kmsan: Support SLAB_POISON
2024-06-18 15:05 UTC (4+ messages)
[PATCH] Documentation: Add "S390" to the swiotlb kernel parameter
2024-06-17 22:14 UTC (4+ messages)
[PATCH net-next v8 0/3] Introduce IPPROTO_SMC
2024-06-17 12:20 UTC (5+ messages)
` [PATCH net-next v8 1/3] net/smc: refactoring initialization of smc sock
` [PATCH net-next v8 2/3] net/smc: expose smc proto operations
` [PATCH net-next v8 3/3] net/smc: Introduce IPPROTO_SMC
[PATCH] s390/lcs: add missing MODULE_DESCRIPTION() macro
2024-06-17 7:12 UTC (2+ messages)
move features flags into queue_limits
2024-06-17 6:03 UTC (13+ messages)
` [PATCH 02/26] sd: move zone limits setup out of sd_read_block_characteristics
` [PATCH 10/26] xen-blkfront: don't disable cache flushes when they fail
[PATCH] s390/dasd: add missing MODULE_DESCRIPTION() macros
2024-06-16 2:19 UTC
[GIT PULL] s390 updates for 6.10-rc4
2024-06-15 3:01 UTC (2+ messages)
[kvm-unit-tests PATCH] build: retain intermediate .aux.o targets
2024-06-14 8:38 UTC (5+ messages)
[PATCH 1/1] s390/virtio_ccw: fix config change notifications
2024-06-13 21:50 UTC (4+ messages)
[PATCH net-next v7 0/3] Introduce IPPROTO_SMC
2024-06-13 17:28 UTC (4+ messages)
` [PATCH net-next v7 3/3] net/smc: "
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).