linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-16 16:22:34 to 2021-10-26 11:53:28 UTC [more...]

[PATCH v5 00/14] KVM: s390: pv: implement lazy destroy for reboot
 2021-10-26 11:53 UTC  (3+ messages)
` [PATCH v5 06/14] KVM: s390: pv: properly handle page flags for protected guests

[PATCH 2/2] futex: remove futex_cmpxchg detection
 2021-10-26 10:43 UTC  (4+ messages)

Missing driver-specific sysfs attributes of scsi_device [was: Re: [PATCH v4 00/46] Register SCSI sysfs attributes earlier]
 2021-10-26 10:00 UTC  (10+ messages)
      ` [PATCH] scsi: core: Fix early registration of sysfs attributes for scsi_device
          ` [PATCH v2] "
              ` [PATCH v3] "

[PATCH 00/20] exit cleanups
 2021-10-26  9:38 UTC  (11+ messages)
` [PATCH 02/20] exit: Remove calls of do_exit after noreturn versions of die
` [PATCH 11/20] signal/s390: Use force_sigsegv in default_trap_handler
` [PATCH 21/20] signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)

[PATCH 0/3] fixes for __airqs_kick_single_vcpu()
 2021-10-26  8:52 UTC  (26+ messages)
` [PATCH 1/3] KVM: s390: clear kicked_mask before sleeping again
` [PATCH 2/3] KVM: s390: preserve deliverable_mask in __airqs_kick_single_vcpu
` [PATCH 3/3] KVM: s390: clear kicked_mask if not idle after set

[PATCH V4 net-next 0/6] ethtool: add support to set/get tx copybreak buf size and rx buf len
 2021-10-25 19:01 UTC  (13+ messages)
` [PATCH V4 net-next 1/6] ethtool: add support to set/get tx copybreak buf size via ethtool
  ` [PATCH V4 net-next 4/6] ethtool: extend ringparam setting uAPI with rx_buf_len

[kvm-unit-tests PATCH v3 1/2] s390x: Add specification exception test
 2021-10-25 18:28 UTC  (5+ messages)
` [kvm-unit-tests PATCH v3 2/2] s390x: Test specification exceptions during transaction

[PATCH] locking: remove spin_lock_flags() etc
 2021-10-25 18:25 UTC  (11+ messages)

[PATCH net-next 0/9] s390/qeth: updates 2021-10-25
 2021-10-25 14:32 UTC  (14+ messages)
` [PATCH net-next 1/9] s390/qeth: improve trace entries for MAC address (un)registration
` [PATCH net-next 2/9] s390/qeth: remove .do_ioctl() callback from driver discipline
` [PATCH net-next 3/9] s390/qeth: move qdio's QAOB cache into qeth
` [PATCH net-next 4/9] s390/qeth: clarify remaining dev_kfree_skb_any() users
` [PATCH net-next 5/9] s390/qeth: don't keep track of Input Queue count
` [PATCH net-next 6/9] s390/qeth: fix various format strings
` [PATCH net-next 7/9] s390/qeth: add __printf format attribute to qeth_dbf_longtext
` [PATCH net-next 8/9] s390/qeth: fix kernel doc comments
` [PATCH net-next 9/9] s390/qeth: update kerneldoc for qeth_add_hw_header()

[kvm-unit-tests PATCH v3 1/1] s390x: Add specification exception interception test
 2021-10-25 12:25 UTC  (2+ messages)

[GIT PULL 0/2] KVM: s390: Fixes for 5.15
 2021-10-25  7:19 UTC  (3+ messages)
` [GIT PULL 1/2] KVM: s390: clear kicked_mask before sleeping again
` [GIT PULL 2/2] KVM: s390: preserve deliverable_mask in __airqs_kick_single_vcpu

[PATCH] KVM: s390: Fix handle_sske page fault handling
 2021-10-25  7:08 UTC  (4+ messages)

[PATCH v3 04/10] vfio/ccw: Convert to use vfio_register_emulated_iommu_dev()
 2021-10-21 18:09 UTC  (2+ messages)

[PATCH v17 00/15] s390/vfio-ap: dynamic configuration support
 2021-10-21 15:23 UTC  (16+ messages)
` [PATCH v17 01/15] s390/vfio-ap: Set pqap hook when vfio_ap module is loaded
` [PATCH v17 02/15] s390/vfio-ap: use new AP bus interface to search for queue devices
` [PATCH v17 03/15] s390/vfio-ap: move probe and remove callbacks to vfio_ap_ops.c
` [PATCH v17 04/15] s390/vfio-ap: manage link between queue struct and matrix mdev
` [PATCH v17 05/15] s390/vfio-ap: introduce shadow APCB
` [PATCH v17 06/15] s390/vfio-ap: refresh guest's APCB by filtering APQNs assigned to mdev
` [PATCH v17 07/15] s390/vfio-ap: allow assignment of unavailable AP queues to mdev device
` [PATCH v17 08/15] s390/vfio-ap: keep track of active guests
` [PATCH v17 09/15] s390/vfio-ap: allow hot plug/unplug of AP resources using mdev device
` [PATCH v17 10/15] s390/vfio-ap: reset queues after adapter/domain unassignment
` [PATCH v17 11/15] s390/ap: driver callback to indicate resource in use
` [PATCH v17 12/15] s390/vfio-ap: implement in-use callback for vfio_ap driver
` [PATCH v17 13/15] s390/vfio-ap: sysfs attribute to display the guest's matrix
` [PATCH v17 14/15] s390/ap: notify drivers on config changed and scan complete callbacks
` [PATCH v17 15/15] s390/vfio-ap: update docs to include dynamic config support

[kvm-unit-tests PATCH] MAINTAINERS: Add Claudio as s390x maintainer
 2021-10-21 15:11 UTC  (3+ messages)

[PATCH v3 01/10] vfio/ccw: Remove unneeded GFP_DMA
 2021-10-21 14:35 UTC  (3+ messages)

[PATCH v3 02/10] vfio/ccw: Use functions for alloc/free of the vfio_ccw_private
 2021-10-21 13:50 UTC  (2+ messages)

[PATCH v3 00/10] Move vfio_ccw to the new mdev API
 2021-10-21 13:35 UTC  (3+ messages)

[PATCH net-next v2 09/12] net: s390: constify and use eth_hw_addr_set()
 2021-10-21 13:12 UTC 

[PATCH net-next 09/12] net: s390: constify and use eth_hw_addr_set()
 2021-10-21 13:05 UTC  (3+ messages)

[PATCH] s390: replace snprintf in show functions with sysfs_emit
 2021-10-20 14:44 UTC  (5+ messages)

[PATCH 0/7] s390/dasd: cleanup and small fixes
 2021-10-20 14:10 UTC  (9+ messages)
` [PATCH 1/7] s390/dasd: handle request magic consistently as unsigned int
` [PATCH 2/7] s390/dasd: fix kernel doc comment
` [PATCH 3/7] s390/dasd: split up dasd_eckd_read_conf
` [PATCH 4/7] s390/dasd: move dasd_eckd_read_fc_security
` [PATCH 5/7] s390/dasd: summarize dasd configuration data in a separate structure
` [PATCH 6/7] s390/dasd: fix missing path conf_data after failed allocation
` [PATCH 7/7] s390/dasd: fix possibly missed path verification

[PATCH] block: add documentation for inflight
 2021-10-19 21:04 UTC  (3+ messages)

can we finally kill off CONFIG_FS_DAX_LIMITED
 2021-10-19 17:54 UTC  (17+ messages)

futher decouple DAX from block devices
 2021-10-19 15:44 UTC  (14+ messages)
` [PATCH 01/11] dm: make the DAX support dependend on CONFIG_FS_DAX
` [PATCH 02/11] dax: remove CONFIG_DAX_DRIVER
` [PATCH 03/11] dax: simplify the dax_device <-> gendisk association
` [PATCH 04/11] dax: remove the pgmap sanity checks in generic_fsdax_supported
` [PATCH 05/11] dax: move the partition alignment check into fs_dax_get_by_bdev
` [PATCH 06/11] xfs: factor out a xfs_setup_dax helper
` [PATCH 07/11] dax: remove dax_capable
  ` [dm-devel] "
` [PATCH 08/11] dm-linear: add a linear_dax_pgoff helper
` [PATCH 09/11] dm-log-writes: add a log_writes_dax_pgoff helper
` [PATCH 10/11] dm-stripe: add a stripe_dax_pgoff helper
` [PATCH 11/11] dax: move bdev_dax_pgoff to fs/dax.c

more bdev_nr_sectors / bdev_nr_bytes conversions
 2021-10-19 12:18 UTC  (6+ messages)
` [PATCH 1/3] block/ioctl: use bdev_nr_sectors and bdev_nr_bytes
` [PATCH 2/3] partitions/efi: use bdev_nr_bytes instead of open coding it
` [PATCH 3/3] partitions/ibm: use bdev_nr_sectors "

[PATCH][linux-next] net/smc: prevent NULL dereference in smc_find_rdma_v2_device_serv()
 2021-10-19 11:39 UTC  (3+ messages)

[PATCH 0/4] s390: DYNAMIC_FTRACE_WITH_DIRECT_CALL support
 2021-10-19  2:06 UTC  (7+ messages)

[kvm-unit-tests GIT PULL 00/17] s390x update 2021-10-18
 2021-10-18 15:31 UTC  (19+ messages)
` [kvm-unit-tests GIT PULL 01/17] s390x: uv-host: Explain why we set up the home space and remove the space change
` [kvm-unit-tests GIT PULL 02/17] lib: s390x: Control register constant cleanup
` [kvm-unit-tests GIT PULL 03/17] lib: s390x: Print addressing related exception information
` [kvm-unit-tests GIT PULL 04/17] s390x: skey: Test for ADDRESSING exceptions
` [kvm-unit-tests GIT PULL 05/17] s390x: mvpg-sie: Remove unused variable
` [kvm-unit-tests GIT PULL 06/17] s390x: uv: Tolerate 0x100 query return code
` [kvm-unit-tests GIT PULL 07/17] s390x: uv-host: Fence a destroy cpu test on z15
` [kvm-unit-tests GIT PULL 08/17] lib: s390x: uv: Fix share return value and print
` [kvm-unit-tests GIT PULL 09/17] lib: s390x: uv: Add UVC_ERR_DEBUG switch
` [kvm-unit-tests GIT PULL 10/17] lib: s390x: Add access key argument to tprot
` [kvm-unit-tests GIT PULL 11/17] lib: s390x: Print PGM code as hex
` [kvm-unit-tests GIT PULL 12/17] s390x: Add sthyi cc==0 r2+1 verification
` [kvm-unit-tests GIT PULL 13/17] s390x: snippets: Set stackptr and stacktop in cstart.S
` [kvm-unit-tests GIT PULL 14/17] s390x: snippets: Define all things that are needed to link the libc
` [kvm-unit-tests GIT PULL 15/17] lib: s390x: Fix PSW constant
` [kvm-unit-tests GIT PULL 16/17] lib: s390x: snippet.h: Add a few constants that will make our life easier
` [kvm-unit-tests GIT PULL 17/17] lib: s390x: Fix copyright message

[PATCH] s390/bitops: Return true/false (not 1/0) from bool functions
 2021-10-18 10:42 UTC  (2+ messages)

[GIT PULL] s390 updates for 5.15-rc6
 2021-10-17  8:42 UTC  (4+ 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).