messages from 2024-06-18 17:20:30 to 2024-06-21 06:59:24 UTC [more...]
[kvm-unit-tests PATCH v3 0/7] s390x: STFLE nested interpretation
2024-06-21 6:59 UTC (19+ messages)
` [kvm-unit-tests PATCH v3 1/7] lib: Add pseudo random functions
` [kvm-unit-tests PATCH v3 2/7] s390x: lib: Remove double include
` [kvm-unit-tests PATCH v3 3/7] s390x: Add sie_is_pv
` [kvm-unit-tests PATCH v3 4/7] s390x: Add function for checking diagnose intercepts
` [kvm-unit-tests PATCH v3 5/7] s390x: Add library functions for exiting from snippet
` [kvm-unit-tests PATCH v3 6/7] s390x: Use library functions for snippet exit
` [kvm-unit-tests PATCH v3 7/7] s390x: Add test for STFLE interpretive execution (format-0)
[PATCH 00/15] linux system call fixes
2024-06-21 6:28 UTC (19+ messages)
` [PATCH 01/15] ftruncate: pass a signed offset
` [PATCH 02/15] syscalls: fix compat_sys_io_pgetevents_time64 usage
` [PATCH 03/15] mips: fix compat_sys_lseek syscall
` [PATCH 04/15] sparc: fix old compat_sys_select()
` [PATCH 05/15] sparc: fix compat recv/recvfrom syscalls
` [PATCH 06/15] parisc: use correct "
` [PATCH 07/15] parisc: use generic sys_fanotify_mark implementation
` [PATCH 08/15] powerpc: restore some missing spu syscalls
` [PATCH 09/15] sh: rework sync_file_range ABI
` [PATCH 10/15] csky, hexagon: fix broken sys_sync_file_range
` [PATCH 11/15] hexagon: fix fadvise64_64 calling conventions
` [PATCH 12/15] s390: remove native mmap2() syscall
` [PATCH 13/15] syscalls: mmap(): use unsigned offset type consistently
` [PATCH 14/15] asm-generic: unistd: fix time32 compat syscall handling
` [PATCH 15/15] linux/syscalls.h: add missing __user annotations
[PATCH v6 00/39] kmsan: Enable on s390
2024-06-21 0:25 UTC (40+ messages)
` [PATCH v6 01/39] ftrace: Unpoison ftrace_regs in ftrace_ops_list_func()
` [PATCH v6 02/39] kmsan: Make the tests compatible with kmsan.panic=1
` [PATCH v6 03/39] kmsan: Disable KMSAN when DEFERRED_STRUCT_PAGE_INIT is enabled
` [PATCH v6 04/39] kmsan: Increase the maximum store size to 4096
` [PATCH v6 05/39] kmsan: Fix is_bad_asm_addr() on arches with overlapping address spaces
` [PATCH v6 06/39] kmsan: Fix kmsan_copy_to_user() "
` [PATCH v6 07/39] kmsan: Remove a useless assignment from kmsan_vmap_pages_range_noflush()
` [PATCH v6 08/39] kmsan: Remove an x86-specific #include from kmsan.h
` [PATCH v6 09/39] kmsan: Expose kmsan_get_metadata()
` [PATCH v6 10/39] kmsan: Export panic_on_kmsan
` [PATCH v6 11/39] kmsan: Allow disabling KMSAN checks for the current task
` [PATCH v6 12/39] kmsan: Introduce memset_no_sanitize_memory()
` [PATCH v6 13/39] kmsan: Support SLAB_POISON
` [PATCH v6 14/39] kmsan: Use ALIGN_DOWN() in kmsan_get_metadata()
` [PATCH v6 15/39] kmsan: Do not round up pg_data_t size
` [PATCH v6 16/39] kmsan: Expose KMSAN_WARN_ON()
` [PATCH v6 17/39] mm: slub: Let KMSAN access metadata
` [PATCH v6 18/39] mm: slub: Disable KMSAN when checking the padding bytes
` [PATCH v6 19/39] mm: kfence: Disable KMSAN when checking the canary
` [PATCH v6 20/39] lib/zlib: Unpoison DFLTCC output buffers
` [PATCH v6 21/39] kmsan: Accept ranges starting with 0 on s390
` [PATCH v6 22/39] s390/boot: Turn off KMSAN
` [PATCH v6 23/39] s390: Use a larger stack for KMSAN
` [PATCH v6 24/39] s390/boot: Add the KMSAN runtime stub
` [PATCH v6 25/39] s390/checksum: Add a KMSAN check
` [PATCH v6 26/39] s390/cpacf: Unpoison the results of cpacf_trng()
` [PATCH v6 27/39] s390/cpumf: Unpoison STCCTM output buffer
` [PATCH v6 28/39] s390/diag: Unpoison diag224() "
` [PATCH v6 29/39] s390/ftrace: Unpoison ftrace_regs in kprobe_ftrace_handler()
` [PATCH v6 30/39] s390/irqflags: Do not instrument arch_local_irq_*() with KMSAN
` [PATCH v6 31/39] s390/mm: Define KMSAN metadata for vmalloc and modules
` [PATCH v6 32/39] s390/ptdump: Add KMSAN page markers
` [PATCH v6 33/39] s390/string: Add KMSAN support
` [PATCH v6 34/39] s390/traps: Unpoison the kernel_stack_overflow()'s pt_regs
` [PATCH v6 35/39] s390/uaccess: Add KMSAN support to put_user() and get_user()
` [PATCH v6 36/39] s390/uaccess: Add the missing linux/instrumented.h #include
` [PATCH v6 37/39] s390/unwind: Disable KMSAN checks
` [PATCH v6 38/39] s390/kmsan: Implement the architecture-specific functions
` [PATCH v6 39/39] kmsan: Enable on s390
Incorrect vmcoreinfo KERNELOFFSET after "s390/boot: Rework deployment of the kernel image"
2024-06-20 23:34 UTC
[PATCH v4 00/40] lib/find: add atomic find_bit() primitives
2024-06-20 20:32 UTC (9+ messages)
` [PATCH v4 01/40] "
` [PATCH v4 02/40] lib/find: add test for atomic find_bit() ops
` [PATCH v4 29/40] net: smc: optimize smc_wr_tx_get_free_slot_index()
[PATCH] randomize_kstack: Remove non-functional per-arch entropy filtering
2024-06-20 18:34 UTC (6+ messages)
[PATCH v5 00/37] kmsan: Enable on s390
2024-06-20 17:05 UTC (51+ 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 vhost v9 0/6] refactor the params of find_vqs()
2024-06-20 13:51 UTC (24+ 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 v3 0/3] vfio/pci: s390: Fix issues preventing VFIO_PCI_MMAP=y for s390 and enable it
2024-06-20 12:29 UTC (8+ messages)
` [PATCH v3 2/3] vfio/pci: Tolerate oversized BARs by disallowing mmap
[PATCH 00/26] KVM: vfio: Hide KVM internals from others
2024-06-20 10:10 UTC (2+ messages)
[PATCH] remove AND operation in choose_random_kstack_offset()
2024-06-20 4:04 UTC (6+ 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 (6+ messages)
` [PATCH 14/26] block: move the nonrot flag to queue_limits
[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 (4+ messages)
` [PATCH v4 16/35] mm: slub: Unpoison the memchr_inv() return value
[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
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