messages from 2026-09-01 13:33:39 to 2026-09-03 08:16:50 UTC [more...]
[PATCH v2] vfio: Use file-based reference counting for KVM
2026-09-03 8:16 UTC
[PATCH] s390/pai: Simplify pai_init() and always return -ENODEV on failure
2026-09-03 8:15 UTC
[PATCH v2 00/15] exec: Remove AT_VECTOR_SIZE_ARCH from UAPI
2026-09-03 8:15 UTC (28+ messages)
` [PATCH v2 01/15] MAINTAINERS: exec: Add more auxvec.h variants
` [PATCH v2 02/15] auxvec.h: Move AT_VECTOR_SIZE definitions to linux/auxvec.h
` [PATCH v2 03/15] asm-generic: add an in-kernel auxvec.h header
` [PATCH v2 04/15] ARM: drop custom asm/auxvec.h
` [PATCH v2 05/15] x86: Remove AT_VECTOR_SIZE_ARCH from UAPI
` [PATCH v2 06/15] arm64: "
` [PATCH v2 07/15] RISC-V: "
` [PATCH v2 08/15] LoongArch: "
` [PATCH v2 09/15] s390: "
` [PATCH v2 10/15] powerpc: "
` [PATCH v2 11/15] MIPS: "
` [PATCH v2 12/15] sparc: "
` [PATCH v2 13/15] sh: "
` [PATCH v2 14/15] alpha: remove "
` [PATCH v2 15/15] auxvec.h: Drop fallback AT_VECTOR_SIZE_ARCH
[PATCH 0/4] KVM: s390: replace page allocator calls with kzalloc()
2026-09-03 8:04 UTC (14+ messages)
` [PATCH 1/4] KVM: s390: Replace get_zeroed_page() with kzalloc() for the STHYI buffer
` [PATCH 2/4] KVM: s390: Replace get_zeroed_page() with kzalloc() for the STSI buffer
` [PATCH 3/4] KVM: s390: Replace get_zeroed_page() with kzalloc() for the GIB
` [PATCH 4/4] KVM: s390: Replace get_zeroed_page() with kzalloc() for sie_page2 and CMMA
[PATCH net v2 0/2] net/smc: fix diag dump lifetime races
2026-09-03 7:56 UTC (7+ messages)
[PATCH v2] perf test: perf stat tests fails on s390
2026-09-03 7:38 UTC (2+ messages)
[PATCH v2 00/40] Use defined 16-bits ASC/ASCQ combinations
2026-09-03 4:06 UTC (81+ messages)
` [PATCH v2 01/40] scsi: define all additional sense codes and their qualifiers
` [PATCH v2 02/40] scsi: constants: use defined sense codes
` [PATCH v2 03/40] scsi: constants: rename internal struct field names
` [PATCH v2 04/40] scsi: rename sense field of struct scsi_failure
` [PATCH v2 05/40] scsi: prepare for using 16-bits defined sense codes
` [PATCH v2 06/40] scsi: use struct scsi_sense_hdr to log sense keys and codes
` [PATCH v2 07/40] scsi: core: use 16-bits defined sense codes
` [PATCH v2 08/40] scsi: sd: "
` [PATCH v2 09/40] scsi: sr: "
` [PATCH v2 10/40] scsi: ses: "
` [PATCH v2 11/40] scsi: ch: "
` [PATCH v2 12/40] scsi: st: "
` [PATCH v2 13/40] scsi: device_handlers: hp_sw: "
` [PATCH v2 14/40] scsi: device_handlers: rdac: "
` [PATCH v2 15/40] scsi: device_handlers: emc: "
` [PATCH v2 16/40] scsi: device_handlers: alua: "
` [PATCH v2 17/40] scsi: mpt3sas: "
` [PATCH v2 18/40] scsi: mpi3mr: "
` [PATCH v2 19/40] scsi: 3w-xxxx: "
` [PATCH v2 20/40] scsi: leapraid: "
` [PATCH v2 21/40] scsi: megaraid: "
` [PATCH v2 22/40] scsi: myrX: "
` [PATCH v2 23/40] scsi: smartpqi: "
` [PATCH v2 24/40] scsi: qla2xxx: "
` [PATCH v2 25/40] scsi: ps3rom: "
` [PATCH v2 26/40] scsi: lpfc: "
` [PATCH v2 27/40] scsi: stex: "
` [PATCH v2 28/40] scsi: mvumi: "
` [PATCH v2 29/40] scsi: libiscsi: "
` [PATCH v2 30/40] scsi: ibmvscsi_tgt: "
` [PATCH v2 31/40] scsi: scsi_debug: "
` [PATCH v2 32/40] scsi: hpsa: "
` [PATCH v2 33/40] scsi: storvsc: "
` [PATCH v2 34/40] target: "
` [PATCH v2 35/40] usb: storage: "
` [PATCH v2 36/40] cdrom: "
` [PATCH v2 37/40] ata: libata: "
` [PATCH v2 38/40] s390: scsi: "
` [PATCH v2 39/40] scsi: cleanup scsi_proto.h
` [PATCH v2 40/40] scsi: remove scsi_build_sense() and scsi_build_sense_buffer()
[kvms390:sae 1/43] drivers/vfio/vfio_main.c:1554:29: error: incompatible pointer types passing 'struct file *' to parameter of type 'struct kvm *'
2026-09-03 1:34 UTC
[PATCH v4 0/2] s390: Warn if kernel command line contains non-printable EBCDIC characters
2026-09-02 21:36 UTC (5+ messages)
` [PATCH v4 1/2] s390/ebcdic: Add character classes for the ASCII subset of EBCDIC
` [PATCH v4 2/2] s390: Warn if kernel command line contains non-printable EBCDIC characters
[PATCH] vfio: Use file-based reference counting for KVM
2026-09-02 20:19 UTC (2+ messages)
[PATCH net] s390/ism: folio_put() after error
2026-09-02 16:58 UTC (2+ messages)
[PATCH v7 00/23] KVM: s390: Introduce arm64 KVM
2026-09-02 16:20 UTC (19+ messages)
` [PATCH v7 02/23] KVM: Make device name configurable
` [PATCH v7 03/23] KVM: Allow KVM implementations to switch off MMIO independent of Kconfig
` [PATCH v7 11/23] KVM: arm64: Share arm64 code with s390
` [PATCH v7 23/23] KVM: s390: arm64: Add KVM_S390_ARM64 Kconfig and Makefile
[RFC] net/iucv: af_iucv socket locking - accounting, and a staged plan
2026-09-02 15:09 UTC (5+ messages)
[PATCH v5] scsi: core: Drop Scsi_Host.default_lock
2026-09-02 14:38 UTC (2+ messages)
[PATCH net] dibs: Unregister dibs_class after error
2026-09-02 14:34 UTC
[PATCH] perf test: perf stat tests fails on s390
2026-09-02 12:18 UTC (3+ messages)
[PATCH 5.10] net/smc: fix potential panic dues to unprotected smc_llc_srv_add_link()
2026-09-02 9:06 UTC (2+ messages)
[PATCH net-next] s390/ctcm: Convert fsm.h to proper kernel-doc format
2026-09-02 8:57 UTC (3+ messages)
[PATCH v2 00/20] KVM: arm64 on s390 System Register Handling
2026-09-02 7:49 UTC (10+ messages)
` [PATCH v2 03/20] arm64: sysreg: Define OSLSR_EL1_OSLK_MASK
` [PATCH v2 11/20] KVM: s390: arm64: Query Available Arm features
[PATCH v9 0/3] Add CPU hotplug support for PAI PMU
2026-09-02 6:23 UTC (4+ messages)
` [PATCH v9 3/3] s390/pai: Support CPU hotplug for PMU PAI
[kvms390:sae 36/43] <instantiation>:1:36: error: too many positional arguments
2026-09-02 4:55 UTC
[PATCH net v2] s390/ctcm: Prevent XID null dereference
2026-09-02 0:36 UTC (2+ messages)
[PATCH net v5 0/3] net/smc: bound wire-controlled CDC cursors against the local buffers
2026-09-01 23:20 UTC (3+ messages)
[kvms390:sae 34/43] Warning: arch/s390/kernel/aef.c:25 function parameter 'sa' not described in 'kvm_vcpu_init_save_area'
2026-09-01 22:16 UTC
[PATCH v5 0/4] s390/vfio-ap: Fix pre-existing bugs in vfio_ap device driver
2026-09-01 21:58 UTC (4+ messages)
` [PATCH v5 1/4] s390/vfio-ap: Fix leak of pinned NIB and registered NISC in vfio_ap_irq_enable/disable()
[kvms390:sae 1/43] drivers/vfio/vfio_main.c:1554:29: error: passing argument 2 of 'vfio_group_set_kvm' from incompatible pointer type
2026-09-01 21:23 UTC
[patch 00/18] entry: Consolidate and rework syscall entry handling
2026-09-01 18:34 UTC (3+ messages)
` [PATCH] seccomp: Fix syscall skip logic on ptrace
[PATCH 00/12] mm: make userland page table freeing RCU-safe
2026-09-01 17:47 UTC (22+ messages)
` [PATCH 01/12] mm/huge_memory: zap deposited page tables after an RCU grace period
` [PATCH 11/12] mm: make userland page table freeing RCU-safe
` [PATCH 12/12] mm: change the contract for free_pgtables(), update docs
[kvms390:sae 23/43] arch/s390/kvm/arm64/mmu.c:76:23: warning: variable 'esr' set but not used
2026-09-01 17:37 UTC
[PATCH net] s390/qeth: allow bridgeport queries despite OS_MISMATCH
2026-09-01 16:02 UTC (2+ messages)
[PATCH] s390/topology: Enable ASYM_PACKING to establish cpu priority
2026-09-01 15:30 UTC (3+ messages)
[kvm-unit-tests PATCH 0/2] lib: s390x: Add more snippet macros
2026-09-01 14:20 UTC (3+ messages)
` [kvm-unit-tests PATCH 1/2] lib: s390x: snippet: Add snippet declaration macro
` [kvm-unit-tests PATCH 2/2] lib: s390x: snippet: Add setup macro
[PATCH 0/3 v8] Add CPU hotplug support for PAI PMU
2026-09-01 14:22 UTC (3+ messages)
[PATCH v12 09/16] KVM: arm64: define kvm_arch_gmem_supports_no_direct_map()
2026-09-01 14:05 UTC (2+ 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