linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-19 06:56:50 to 2021-11-24 10:08:32 UTC [more...]

[PATCH RFC net] net/smc: Ensure the active closing peer first closes clcsock
 2021-11-24 10:08 UTC  (7+ messages)

decouple DAX from block devices
 2021-11-24  7:14 UTC  (99+ messages)
` [PATCH 01/29] nvdimm/pmem: move dax_attribute_group from dax to pmem
` [PATCH 02/29] dm: make the DAX support dependend on CONFIG_FS_DAX
` [PATCH 03/29] dax: remove CONFIG_DAX_DRIVER
` [PATCH 04/29] dax: simplify the dax_device <-> gendisk association
` [PATCH 05/29] dax: remove the pgmap sanity checks in generic_fsdax_supported
` [PATCH 06/29] dax: move the partition alignment check into fs_dax_get_by_bdev
` [PATCH 07/29] xfs: factor out a xfs_setup_dax_always helper
` [PATCH 08/29] dax: remove dax_capable
` [PATCH 09/29] dm-linear: add a linear_dax_pgoff helper
` [PATCH 10/29] dm-log-writes: add a log_writes_dax_pgoff helper
` [PATCH 11/29] dm-stripe: add a stripe_dax_pgoff helper
` [PATCH 12/29] fsdax: remove a pointless __force cast in copy_cow_page_dax
` [PATCH 13/29] fsdax: use a saner calling convention for copy_cow_page_dax
` [PATCH 14/29] fsdax: simplify the pgoff calculation
` [PATCH 15/29] xfs: add xfs_zero_range and xfs_truncate_page helpers
` [PATCH 16/29] fsdax: simplify the offset check in dax_iomap_zero
` [PATCH 17/29] fsdax: factor out a dax_memzero helper
` [PATCH 18/29] fsdax: decouple zeroing from the iomap buffered I/O code
` [PATCH 19/29] ext2: cleanup the dax handling in ext2_fill_super
` [PATCH 20/29] ext4: cleanup the dax handling in ext4_fill_super
` [PATCH 21/29] xfs: move dax device handling into xfs_{alloc,free}_buftarg
` [PATCH 22/29] iomap: add a IOMAP_DAX flag
` [PATCH 23/29] xfs: use IOMAP_DAX to check for DAX mappings
` [PATCH 24/29] xfs: use xfs_direct_write_iomap_ops for DAX zeroing
` [PATCH 25/29] dax: return the partition offset from fs_dax_get_by_bdev
` [PATCH 26/29] fsdax: shift partition offset handling into the file systems
` [PATCH 27/29] dax: fix up some of the block device related ifdefs
` [PATCH 28/29] iomap: build the block based code conditionally
` [PATCH 29/29] fsdax: don't require CONFIG_BLOCK

[PATCH v2] mm: Delay kmemleak object creation of module_alloc()
 2021-11-24  5:12 UTC  (3+ messages)

[PATCH RFC net-next] net/smc: Unbind buffer size from clcsock and make it tunable
 2021-11-24  4:46 UTC  (5+ messages)

[RFC PATCH v3 0/2] s390x: Improvements to SIGP handling [KVM]
 2021-11-23 18:44 UTC  (13+ messages)
` [RFC PATCH v3 2/2] KVM: s390: Extend the USER_SIGP capability

[PATCH MANUALSEL 4.9 1/2] KVM: s390: Cap KVM_CAP_NR_VCPUS by num_online_cpus()
 2021-11-23 16:37 UTC 

[PATCH MANUALSEL 4.14 1/3] KVM: s390: Cap KVM_CAP_NR_VCPUS by num_online_cpus()
 2021-11-23 16:37 UTC 

[PATCH MANUALSEL 4.19 2/4] KVM: s390: Cap KVM_CAP_NR_VCPUS by num_online_cpus()
 2021-11-23 16:37 UTC 

[PATCH MANUALSEL 5.4 2/4] KVM: s390: Cap KVM_CAP_NR_VCPUS by num_online_cpus()
 2021-11-23 16:37 UTC 

[PATCH MANUALSEL 5.10 2/5] KVM: s390: Cap KVM_CAP_NR_VCPUS by num_online_cpus()
 2021-11-23 16:36 UTC 

[PATCH MANUALSEL 5.15 5/8] KVM: s390: Cap KVM_CAP_NR_VCPUS by num_online_cpus()
 2021-11-23 16:36 UTC 

[RFC PATCH 0/1] mm/slub: endless "No data" printing for alloc/free_traces attribute
 2021-11-23 14:19 UTC  (9+ messages)
` [RFC PATCH 1/1] mm/slub: fix "

[kvm-unit-tests PATCH 0/8] s390x: sie: Add PV snippet support
 2021-11-23 12:49 UTC  (18+ messages)
` [kvm-unit-tests PATCH 1/8] lib: s390x: sie: Add sca allocation and freeing
` [kvm-unit-tests PATCH 2/8] s390x: sie: Add PV fields to SIE control block
` [kvm-unit-tests PATCH 3/8] s390x: sie: Add UV information into VM struct
` [kvm-unit-tests PATCH 4/8] s390x: uv: Add more UV call functions
` [kvm-unit-tests PATCH 5/8] s390x: lib: Extend UV library with PV guest management
` [kvm-unit-tests PATCH 6/8] lib: s390: sie: Add PV guest register handling
` [kvm-unit-tests PATCH 7/8] s390x: snippets: Add PV support
` [kvm-unit-tests PATCH 8/8] s390x: sie: Add PV diag test

[PATCH v2 0/3] KVM: s390: Some gaccess cleanup
 2021-11-23 12:39 UTC  (13+ messages)
` [PATCH v2 1/3] KVM: s390: gaccess: Refactor gpa and length calculation
` [PATCH v2] KVM: s390: gaccess: Refactor access address range check
` [PATCH v2 3/3] KVM: s390: gaccess: Cleanup access to guest frames

[PATCH net 0/2] Fixes for closing process and minor cleanup
 2021-11-23 11:50 UTC  (6+ messages)
` [PATCH net 1/2] net/smc: Clean up local struct sock variables
` [PATCH net 2/2] net/smc: Ensure the active closing peer first closes clcsock

[PATCH v5 00/12] KVM: x86/xen: Add in-kernel Xen event channel delivery
 2021-11-23  9:12 UTC  (14+ messages)
` [PATCH v5 01/12] KVM: Introduce CONFIG_HAVE_KVM_DIRTY_RING
` [PATCH v5 02/12] KVM: Add Makefile.kvm for common files, use it for x86
` [PATCH v5 03/12] KVM: s390: Use Makefile.kvm for common files
` [PATCH v5 04/12] KVM: mips: "
` [PATCH v5 05/12] KVM: RISC-V: "
` [PATCH v5 06/12] KVM: powerpc: "
` [PATCH v5 07/12] KVM: arm64: "
` [PATCH v5 08/12] KVM: Reinstate gfn_to_pfn_cache with invalidation support
` [PATCH v5 09/12] KVM: x86/xen: Maintain valid mapping of Xen shared_info page
` [PATCH v5 10/12] KVM: x86/xen: Add KVM_IRQ_ROUTING_XEN_EVTCHN and event channel delivery
` [PATCH v5 11/12] KVM: x86: Fix wall clock writes in Xen shared_info not to mark page dirty
` [PATCH v5 12/12] KVM: x86: First attempt at converting nested virtual APIC page to gpc

[RFC v3 0/1] s390/cio: remove uevent suppress
 2021-11-22 17:41 UTC  (4+ messages)
` [RFC v3 1/1] s390/cio: remove uevent suppress from cio driver

[PATCH v17 00/15] s390/vfio-ap: dynamic configuration support
 2021-11-22 16:12 UTC  (2+ messages)

[PATCH net] net/smc: Avoid warning of possible recursive locking
 2021-11-22 15:00 UTC  (3+ messages)

[PATCH v5 0/1] s390x: KVM: CPU Topology
 2021-11-22 13:14 UTC  (2+ messages)
` [PATCH v5 1/1] s390x: KVM: accept STSI for CPU topology information

[PATCH V7 net-next 0/6] ethtool: add support to set/get tx copybreak buf size and rx buf len
 2021-11-22 13:00 UTC  (2+ messages)

[PATCH] mm: Delay kmemleak object creation of module_alloc()
 2021-11-22 12:25 UTC  (2+ messages)

[PATCH] net/smc: loop in smc_listen
 2021-11-22  8:37 UTC  (4+ messages)

[syzbot] possible deadlock in smc_switch_to_fallback
 2021-11-22  3:41 UTC  (4+ messages)

[GIT PULL] s390 updates for 5.16-rc2
 2021-11-20 19:20 UTC  (2+ messages)

PATCH v4 00/11] KVM: x86/xen: Add in-kernel Xen event channel delivery
 2021-11-20 18:20 UTC  (17+ messages)
` [PATCH v4 01/11] KVM: Introduce CONFIG_HAVE_KVM_DIRTY_RING
` [PATCH v4 02/11] KVM: Add Makefile.kvm for common files, use it for x86
` [PATCH v4 03/11] KVM: s390: Use Makefile.kvm for common files
` [PATCH v4 04/11] KVM: mips: "
` [PATCH v4 05/11] KVM: RISC-V: "
` [PATCH v4 06/11] KVM: powerpc: "
` [PATCH v4 07/11] KVM: arm64: "
` [PATCH v4 08/11] KVM: Reinstate gfn_to_pfn_cache with invalidation support
` [PATCH v4 09/11] KVM: x86/xen: Maintain valid mapping of Xen shared_info page
` [PATCH v4 10/11] KVM: x86/xen: Add KVM_IRQ_ROUTING_XEN_EVTCHN and event channel delivery
` [PATCH v4 11/11] KVM: x86: First attempt at converting nested virtual APIC page to gpc
` [PATCH v4 12/11] KVM: x86: Fix wall clock writes in Xen shared_info not to mark page dirty

Regression in v5.16-rc1: Timeout in mlx5_health_wait_pci_up() may try to wait 245 million years
 2021-11-20 16:38 UTC  (2+ messages)

[RFC PATCH v4 0/2] s390x: Improvements to SIGP handling [KVM]
 2021-11-19 21:37 UTC  (3+ messages)
` [RFC PATCH v4 1/2] Capability/IOCTL/Documentation
` [RFC PATCH v4 2/2] KVM: s390: Introduce a USER_BUSY capability and IOCTL

[PATCH 0/3] KEXEC_SIG with appended signature
 2021-11-19 18:16 UTC  (12+ messages)

[PATCH] s390/test_unwind: use raw opcode instead of invalid instruction
 2021-11-19 15:15 UTC  (9+ messages)

[PATCH] net/af_iucv: Use struct_group() to zero struct iucv_sock region
 2021-11-19 12:00 UTC  (2+ messages)

[PATCH net-next 0/6] s390/net: updates 2021-11-18
 2021-11-19 11:20 UTC  (2+ messages)

Regression in v5.16-rc1: Timeout in mlx5_health_wait_pci_up() may try to wait 245 million years
 2021-11-19 10:47 UTC 

[PATCH v3 00/12] KVM: x86/xen: Add in-kernel Xen event channel delivery
 2021-11-19  9:23 UTC  (10+ messages)
` [PATCH v3 08/12] KVM: Propagate vcpu explicitly to mark_page_dirty_in_slot()

[PATCH] net/smc: loop in smc_listen
 2021-11-19  9:22 UTC  (2+ messages)
  ` 答复: "


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).