messages from 2026-08-28 21:47:05 to 2026-08-31 20:20:28 UTC [more...]
[PATCH v7 00/23] KVM: s390: Introduce arm64 KVM
2026-08-31 20:20 UTC (41+ messages)
` [PATCH v7 01/23] vfio: Use file-based reference counting for KVM
` [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 04/23] arm64: Use proper include variant
` [PATCH v7 05/23] arm64: ptrace: Use constants for compat register numbers
` [PATCH v7 06/23] arm64: sysreg: Convert SPSR_ELx to automatic register generation
` [PATCH v7 07/23] KVM: arm64: Access elements of vcpu_gp_regs individually
` [PATCH v7 08/23] KVM: arm64: Use accessor functions for core regs
` [PATCH v7 09/23] arm64: Prepare sharing arm64 headers with s390
` [PATCH v7 10/23] arm64: Share "
` [PATCH v7 11/23] KVM: arm64: Share arm64 code "
` [PATCH v7 12/23] s390/tools: Use arm64 headers
` [PATCH v7 13/23] KVM: s390: Use arm64 code
` [PATCH v7 14/23] KVM: s390: Prepare KVM/s390 for a second KVM module
` [PATCH v7 15/23] s390: Introduce Start Arm Execution instruction
` [PATCH v7 16/23] KVM: s390: arm64: Introduce host definitions
` [PATCH v7 17/23] s390/hwcaps: Report SAE support as hwcap
` [PATCH v7 18/23] KVM: s390: Add basic arm64 kvm module
` [PATCH v7 19/23] KVM: s390: arm64: Implement required functions
` [PATCH v7 20/23] KVM: s390: arm64: Implement vm/vcpu create destroy
` [PATCH v7 21/23] KVM: s390: arm64: Implement vCPU IOCTLs
` [PATCH v7 22/23] KVM: s390: arm64: Implement basic page fault handler
` [PATCH v7 23/23] KVM: s390: arm64: Add KVM_S390_ARM64 Kconfig and Makefile
[PATCH v2 00/20] KVM: arm64 on s390 System Register Handling
2026-08-31 20:11 UTC (33+ messages)
` [PATCH v2 01/20] KVM: arm64: Refactor idreg caching into dedicated structure
` [PATCH v2 02/20] KVM: arm64: Extract number of sys_reg_desc into a constant
` [PATCH v2 03/20] arm64: sysreg: Define OSLSR_EL1_OSLK_MASK
` [PATCH v2 04/20] arm64: Share more arm64 headers with s390
` [PATCH v2 05/20] KVM: s390: arm64: Prepare for sharing more arm64 code
` [PATCH v2 06/20] KVM: arm64: Prepare sys_regs.c for sharing with s390
` [PATCH v2 07/20] KVM: arm64: Share more arm64 code "
` [PATCH v2 08/20] s390: tools: Allow sharing arm64/kvm headers
` [PATCH v2 09/20] s390: Introduce read/write ARM sysreg instructions
` [PATCH v2 10/20] s390: Add functions to query arm guest time
` [PATCH v2 11/20] KVM: s390: arm64: Query Available Arm features
` [PATCH v2 12/20] KVM: s390: arm64: Implement feature sanitisation
` [PATCH v2 13/20] KVM: s390: arm64: Implement arm sysreg managing infrastructure
` [PATCH v2 14/20] KVM: s390: arm64: Integrate sysreg into the host
` [PATCH v2 15/20] KVM: s390: arm64: Use QAAF init save area
` [PATCH v2 16/20] KVM: s390: arm64: Implement exception injection
` [PATCH v2 17/20] KVM: s390: arm64: Finalize page fault handling
` [PATCH v2 18/20] KVM: s390: arm64: Implement SVE for arm guests
` [PATCH v2 19/20] KVM: s390: arm64: Promote PTRAUTH capability
` [PATCH v2 20/20] s390: Report AEF features to sysfs
[PATCH v5 0/4] s390/vfio-ap: Fix pre-existing bugs in vfio_ap device driver
2026-08-31 20:10 UTC (9+ messages)
` [PATCH v5 1/4] s390/vfio-ap: Fix leak of pinned NIB and registered NISC in vfio_ap_irq_enable/disable()
` [PATCH v5 2/4] s390/vfio-ap: Fix failure to release IRQ notification eventfd contexts
` [PATCH v5 3/4] s390/vfio-ap: Fix unbounded loop in apq_reset_check()
` [PATCH v5 4/4] s390/vfio-ap: Use AP_DOMAINS for adm_add bitmap size in vfio_ap_mdev_cfg_add()
[patch 00/18] entry: Consolidate and rework syscall entry handling
2026-08-31 19:57 UTC (7+ messages)
` [patch 03/18] entry: Provide [syscall_]enter_from_user_mode_randomize_stack()
[PATCH] kmsan: fix false warnings in return_address on s390
2026-08-31 18:48 UTC (2+ messages)
[PATCH AUTOSEL 6.18-5.10] s390/zcore: Removed unused variables
2026-08-31 17:11 UTC (4+ messages)
` [PATCH AUTOSEL 6.18-5.15] s390/cio: Purge based on the cdev's online status
[PATCH v5] scsi: core: Drop Scsi_Host.default_lock
2026-08-31 16:34 UTC (3+ messages)
[PATCH net v3] net/iucv: fix the recvmsg window update
2026-08-31 15:08 UTC (3+ messages)
[PATCH net v2 0/2] net/smc: fix diag dump lifetime races
2026-08-31 14:57 UTC (8+ messages)
` [PATCH net v2 1/2] net/smc: add connection lifetime infrastructure for diag
` [PATCH net v2 2/2] net/smc: fix races in smc_diag dump path
[PATCH] s390/pai: Prevent ioctl(PERF_EVENT_IOC_REFRESH)
2026-08-31 13:49 UTC (4+ messages)
[PATCH v3 0/2] s390: Warn if kernel command line contains non-printable EBCDIC
2026-08-31 13:37 UTC (5+ messages)
` [PATCH v3 1/2] s390/ebcdic: Add character classes for the invariant subset of EBCDIC
[PATCH net] net/smc: serialize clcsock teardown in smc_accept_dequeue
2026-08-31 12:43 UTC (6+ messages)
[PATCH v4 0/4] s390/vfio-ap: Fix pre-existing bugs in vfio_ap device driver
2026-08-31 12:38 UTC (12+ messages)
` [PATCH v4 1/4] s390/vfio-ap: Fix leak of pinned NIB and registered NISC in vfio_ap_irq_enable/disable()
` [PATCH v4 2/4] s390/vfio-ap: Fix failure to release IRQ notification eventfd contexts
` [PATCH v4 3/4] s390/vfio-ap: Fix unbounded loop in apq_reset_check()
` [PATCH v4 4/4] s390/vfio-ap: Use AP_DOMAINS for adm_add bitmap size in vfio_ap_mdev_cfg_add()
[PATCH v6 0/3] Introduce arch_do_panic
2026-08-31 10:21 UTC (7+ messages)
` [PATCH v6 1/3] panic: "
` [PATCH v6 2/3] s390: Implement arch_do_panic
` [PATCH v6 3/3] sparc: "
[PATCH v7 0/9] Fixes and rework for paes_s390 and phmac_s390
2026-08-31 10:11 UTC (19+ messages)
` [PATCH v7 1/9] s390/crypto: Fix return code handling at skcipher_walk_done in PAES algorithms
` [PATCH v7 2/9] s390/crypto: Fix missing scrub of temp buffers with PAES algorithm
` [PATCH v7 3/9] s390/crypto: Fix use of mutex in atomic context in PAES
` [PATCH v7 4/9] s390/crypto: Fix missing cra_flags in paes_s390
` [PATCH v7 5/9] s390/crypto: Fix handling of EBUSY in PAES when req is pushed to crypto engine
` [PATCH v7 6/9] s390/crypto: Fix handling of EBUSY in PHMAC "
` [PATCH v7 7/9] s390/crypto: Fix wrong return code to engine in asynch callbacks
` [PATCH v7 8/9] s390/crypto: Map EBUSY to EIO when key conversion fails repeatedly
` [PATCH v7 9/9] s390/crypto: Enable CONTEXT_ANALYSIS
[RFC] module: init-failure path can free a module with live try_module_get() users
2026-08-31 10:00 UTC (3+ messages)
[PATCH v5 0/3] Fixes and rework for aes_s390
2026-08-31 9:10 UTC (8+ messages)
` [PATCH v5 1/3] s390/crypto: Fix skcipher_walk return code handling in aes_s390
` [PATCH v5 2/3] s390/crypto: Fix missing scrub of temp buffers with AES ctr and gcm algorithm
` [PATCH v5 3/3] s390/crypto: Fix use of mutex in atomic context
[PATCH 0/8] mm: Drop pxd_ERROR()
2026-08-31 6:49 UTC (19+ messages)
` [PATCH 1/8] mm: Make ptval_to_str() generally available
` [PATCH 2/8] mm: Stop using pxd_ERROR()
` [PATCH 3/8] loongarch/mm: Stop using pte_ERROR()
` [PATCH 4/8] parisc/mm: Directly use generic [pmd|pgd]_clear_bad()
` [PATCH 5/8] sh/mm: Stop using pte_ERROR()
` [PATCH 6/8] sh/mm: Stop using [p4d|pud|pmd]_ERROR()
` [PATCH 7/8] sh/mm: Stop using pgd_ERROR()
` [PATCH 8/8] mm: Drop pxd_ERROR()
[PATCH v2 0/6] arch, mm/execmem: resolve confusion about set_direct_map_valid_noflush()
2026-08-29 10:48 UTC (3+ messages)
[PATCH v6 00/13] syscalls: Add a shared table for all archs
2026-08-28 23:39 UTC (27+ messages)
` [PATCH v6 01/13] syscalls: Make --abis parsing more robust
` [PATCH v6 02/13] syscalls: Create unified partial table for all archs
` [PATCH v6 03/13] scripts/syscall.tbl: Use the common table
` [PATCH v6 04/13] arm: Use the common syscall table
` [PATCH v6 05/13] s390: "
` [PATCH v6 06/13] sparc: "
` [PATCH v6 07/13] mips: Remove duplicated syscallnr.sh
` [PATCH v6 08/13] mips: Get rid of custom mips ABIs for syscall tables
` [PATCH v6 09/13] mips: Use the common syscall table
` [PATCH v6 10/13] syscalls: Add an option for offsetting the common table
` [PATCH v6 11/13] alpha: Define entry point for set_mempolicy_home_node syscall
` [PATCH v6 12/13] alpha: Remove alpha_ prefix from custom syscall entries
` [PATCH v6 13/13] alpha: Use the common syscall table
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