linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-27 01:30:38 to 2021-12-02 07:13:40 UTC [more...]

[RFC PATCH] s390: vfio-ap: Register the vfio_ap module for the "ap" parent bus
 2021-12-02  7:13 UTC  (3+ messages)

Regression in v5.16-rc1: Timeout in mlx5_health_wait_pci_up() may try to wait 245 million years
 2021-12-02  6:52 UTC  (3+ messages)

[PATCH 0/9] lib/bitmap: optimize bitmap_weight() usage
 2021-12-02  0:31 UTC  (31+ messages)
` [PATCH 1/9] lib/bitmap: add bitmap_weight_{eq,gt,le}
` [PATCH 2/9] lib/bitmap: implement bitmap_{empty,full} with bitmap_weight_eq()
` [PATCH 3/9] all: replace bitmap_weigth() with bitmap_{empty,full,eq,gt,le}
` [PATCH 4/9] tools: sync bitmap_weight() usage with the kernel
` [PATCH 5/9] lib/cpumask: add cpumask_weight_{eq,gt,le}
` [PATCH 6/9] lib/nodemask: add nodemask_weight_{eq,gt,le}
` [PATCH 7/9] lib/cpumask: add num_{possible,present,active}_cpus_{eq,gt,le}
` [PATCH 8/9] lib/nodemask: add num_node_state_eq()
` [PATCH 9/9] MAINTAINERS: add cpumask and nodemask files to BITMAP_API

[patch 00/32] genirq/msi, PCI/MSI: Spring cleaning - Part 2
 2021-12-02  0:01 UTC  (120+ messages)
` [patch 01/32] genirq/msi: Move descriptor list to struct msi_device_data
` [patch 02/32] genirq/msi: Add mutex for MSI list protection
` [patch 03/32] genirq/msi: Provide msi_domain_alloc/free_irqs_descs_locked()
` [patch 04/32] genirq/msi: Provide a set of advanced MSI accessors and iterators
` [patch 05/32] genirq/msi: Provide msi_alloc_msi_desc() and a simple allocator
` [patch 06/32] genirq/msi: Provide domain flags to allocate/free MSI descriptors automatically
` [patch 07/32] genirq/msi: Count the allocated MSI descriptors
` [patch 08/32] PCI/MSI: Protect MSI operations
` [patch 09/32] PCI/MSI: Use msi_add_msi_desc()
` [patch 10/32] PCI/MSI: Let core code free MSI descriptors
` [patch 11/32] PCI/MSI: Use msi_on_each_desc()
` [patch 12/32] x86/pci/xen: Use msi_for_each_desc()
` [patch 13/32] xen/pcifront: Rework MSI handling
` [patch 14/32] s390/pci: Rework MSI descriptor walk
` [patch 15/32] powerpc/4xx/hsta: Rework MSI handling
` [patch 16/32] powerpc/cell/axon_msi: Convert to msi_on_each_desc()
` [patch 17/32] powerpc/pasemi/msi: Convert to msi_on_each_dec()
` [patch 18/32] powerpc/fsl_msi: Use msi_for_each_desc()
` [patch 19/32] powerpc/mpic_u3msi: Use msi_for_each-desc()
` [patch 20/32] PCI: hv: Rework MSI handling
` [patch 21/32] NTB/msi: Convert to msi_on_each_desc()
` [patch 22/32] soc: ti: ti_sci_inta_msi: Rework MSI descriptor allocation
` [patch 23/32] soc: ti: ti_sci_inta_msi: Remove ti_sci_inta_msi_domain_free_irqs()
` [patch 24/32] bus: fsl-mc-msi: Simplify MSI descriptor handling
` [patch 25/32] platform-msi: Let core code handle MSI descriptors
` [patch 26/32] platform-msi: Simplify platform device MSI code
` [patch 27/32] genirq/msi: Make interrupt allocation less convoluted
` [patch 28/32] genirq/msi: Convert to new functions
` [patch 29/32] genirq/msi: Mop up old interfaces
` [patch 30/32] genirq/msi: Add abuse prevention comment to msi header
` [patch 31/32] genirq/msi: Simplify sysfs handling
` [patch 32/32] genirq/msi: Convert storage to xarray

[PATCH v2 0/6] KEXEC_SIG with appended signature
 2021-12-01 11:48 UTC  (4+ messages)

[PATCH net v3] net/smc: fix wrong list_del in smc_lgr_cleanup_early
 2021-12-01  6:34 UTC  (2+ messages)

[PATCH net v2] net/smc: fix wrong list_del in smc_lgr_cleanup_early
 2021-12-01  2:46 UTC  (2+ messages)

[PATCH net] net/smc: fix wrong list_del in smc_lgr_cleanup_early
 2021-12-01  2:22 UTC  (4+ messages)

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

decouple DAX from block devices v2
 2021-11-30 19:06 UTC  (38+ messages)
` [PATCH 01/29] dm: fix alloc_dax error handling in alloc_dev
` [PATCH 02/29] dm: make the DAX support depend 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] xfs: use xfs_direct_write_iomap_ops for DAX zeroing
` [PATCH 23/29] xfs: pass the mapping flags to xfs_bmbt_to_iomap
` [PATCH 24/29] iomap: add a IOMAP_DAX flag
` [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 net] MAINTAINERS: s390/net: add Alexandra and Wenjia as maintainer
 2021-11-30 12:30 UTC  (2+ messages)

[RE]: [PATCH v3 10/10] vfio/ccw: Move the lifecycle of the struct vfio_ccw_private to the mdev
 2021-11-30 11:32 UTC  (3+ messages)

[PATCH net] net/smc: Clear memory when release and reuse buffer
 2021-11-30  2:52 UTC  (4+ messages)

[PATCH v5 00/12] KVM: x86/xen: Add in-kernel Xen event channel delivery
 2021-11-29 16:44 UTC  (4+ messages)
` [PATCH v5 05/12] KVM: RISC-V: Use Makefile.kvm for common files

[PATCH 11/11] locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.h
 2021-11-29 17:46 UTC 

[RFC PATCH 1/1] mm/slub: fix endless "No data" printing for alloc/free_traces attribute
 2021-11-29 14:26 UTC  (3+ messages)
` [PATCH] mm/slub: fix endianness bug for alloc/free_traces attributes

[PATCH v3 0/3] KVM: s390: Some gaccess cleanup
 2021-11-29  9:17 UTC  (8+ messages)
` [PATCH v3 1/3] KVM: s390: gaccess: Refactor gpa and length calculation
` [PATCH v3 2/3] KVM: s390: gaccess: Refactor access address range check
` [PATCH v3 3/3] KVM: s390: gaccess: Cleanup access to guest pages


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