public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-10-05 10:43:21 to 2021-10-12 17:05:01 UTC [more...]

[PATCH 0/4] s390: DYNAMIC_FTRACE_WITH_DIRECT_CALL support
 2021-10-12 17:04 UTC  (9+ messages)
` [PATCH 1/4] s390/ftrace: add HAVE_DYNAMIC_FTRACE_WITH_DIRECT_CALL support
` [PATCH 2/4] s390: make STACK_FRAME_OVERHEAD available via asm-offsets.h
` [PATCH 3/4] samples: add HAVE_SAMPLE_FTRACE_DIRECT config option
` [PATCH 4/4] samples: add s390 support for ftrace direct call samples

[PATCH V3 net-next 0/6] ethtool: add support to set/get tx copybreak buf size and rx buf len
 2021-10-12 16:28 UTC  (8+ messages)
` [PATCH V3 net-next 1/6] ethtool: add support to set/get tx copybreak buf size via ethtool
` [PATCH V3 net-next 2/6] net: hns3: add support to set/get tx copybreak buf size via ethtool for hns3 driver
` [PATCH V3 net-next 3/6] ethtool: add support to set/get rx buf len via ethtool
` [PATCH V3 net-next 5/6] net: hns3: add support to set/get rx buf len via ethtool for hns3 driver
` [PATCH V3 net-next 6/6] net: hns3: remove the way to set tx spare buf via module parameter
  ` [PATCH V3 net-next 4/6] ethtool: extend ringparam setting uAPI with rx_buf_len

[RFC PATCH v1 0/6] Improvements to SIGP handling [KVM]
 2021-10-12 15:31 UTC  (25+ messages)
` [RFC PATCH v1 1/6] KVM: s390: Simplify SIGP Set Arch handling
` [RFC PATCH v1 2/6] KVM: s390: Reject SIGP when destination CPU is busy
` [RFC PATCH v1 3/6] KVM: s390: Simplify SIGP Restart
` [RFC PATCH v1 4/6] KVM: s390: Restart IRQ should also block SIGP
` [RFC PATCH v1 5/6] KVM: s390: Give BUSY to SIGP SENSE during Restart
` [RFC PATCH v1 6/6] KVM: s390: Add a routine for setting userspace CPU state

[RFC PATCH 1/1] s390/cio: make ccw_device_dma_* more robust
 2021-10-12 14:10 UTC  (8+ messages)

[PATCH v5 00/14] KVM: s390: pv: implement lazy destroy for reboot
 2021-10-12 12:31 UTC  (24+ messages)
` [PATCH v5 01/14] KVM: s390: pv: add macros for UVC CC values
` [PATCH v5 02/14] KVM: s390: pv: avoid double free of sida page
` [PATCH v5 03/14] KVM: s390: pv: avoid stalls for kvm_s390_pv_init_vm
` [PATCH v5 04/14] KVM: s390: pv: avoid stalls when making pages secure
` [PATCH v5 05/14] KVM: s390: pv: leak the topmost page table when destroy fails
` [PATCH v5 06/14] KVM: s390: pv: properly handle page flags for protected guests
` [PATCH v5 08/14] KVM: s390: pv: handle secure storage exceptions for normal guests

[PATCH net-next 00/11] net/smc: introduce SMC-Rv2 support
 2021-10-12 10:17 UTC  (12+ messages)
` [PATCH net-next 01/11] net/smc: improved fix wait on already cleared link
` [PATCH net-next 02/11] net/smc: save stack space and allocate smc_init_info
` [PATCH net-next 03/11] net/smc: prepare for SMC-Rv2 connection
` [PATCH net-next 04/11] net/smc: add SMC-Rv2 connection establishment
` [PATCH net-next 05/11] net/smc: add listen processing for SMC-Rv2
` [PATCH net-next 06/11] net/smc: add v2 format of CLC decline message
` [PATCH net-next 07/11] net/smc: retrieve v2 gid from IB device
` [PATCH net-next 08/11] net/smc: add v2 support to the work request layer
` [PATCH net-next 09/11] net/smc: extend LLC layer for SMC-Rv2
` [PATCH net-next 10/11] net/smc: add netlink support "
` [PATCH net-next 11/11] net/smc: stop links when their GID is removed

[PATCH v1 1/1] s390: Use string_upper() instead of open coded variant
 2021-10-12  9:12 UTC  (10+ messages)

clang-13: s390/kernel/head64.S:24:17: error: invalid operand for instruction
 2021-10-11 17:31 UTC  (3+ messages)

[PATCH 0/1] Arch use of pci_dev_is_added()
 2021-10-11 12:06 UTC  (2+ messages)

DPAA2 triggers, [PATCH] dma debug: report -EEXIST errors in add_dma_entry
 2021-10-11 11:47 UTC  (9+ messages)

[PATCH] dma-debug: fix sg checks in debug_dma_map_sg()
 2021-10-11 11:44 UTC  (2+ messages)

[PATCH v3 1/1] virtio: write back F_VERSION_1 before validate
 2021-10-11  9:07 UTC  (2+ messages)

[GIT PULL] s390 updates for 5.15-rc5
 2021-10-09 16:11 UTC  (2+ messages)

[PATCH v3] PCI: Move pci_dev_is/assign_added() to pci.h
 2021-10-08 22:13 UTC  (2+ messages)

[PATCH net] net/smc: improved fix wait on already cleared link
 2021-10-08 16:10 UTC  (2+ messages)

[PATCH v2 1/1] virtio: write back F_VERSION_1 before validate
 2021-10-08 15:42 UTC  (5+ messages)

[PATCH 0/2] sched: cleanup CONFIG_SCHED_MC & friends
 2021-10-08 15:22 UTC  (5+ messages)
` [PATCH 1/2] sched: Move Kconfig.preempt to sched/Kconfig
` [PATCH 2/2] sched: Centralize SCHED_{SMT, MC, CLUSTER} definitions

[kvm-unit-tests PATCH] s390x/snippets: Define all things that are needed to link the libc
 2021-10-08  9:26 UTC 

[kvm-unit-tests PATCH v3 0/9] s390x: Cleanup and maintenance 2
 2021-10-08  8:13 UTC  (21+ messages)
` [kvm-unit-tests PATCH v3 1/9] s390x: uv: Tolerate 0x100 query return code
` [kvm-unit-tests PATCH v3 2/9] s390x: uv-host: Fence a destroy cpu test on z15
` [kvm-unit-tests PATCH v3 3/9] lib: s390x: uv: Fix share return value and print
` [kvm-unit-tests PATCH v3 4/9] lib: s390x: uv: Add UVC_ERR_DEBUG switch
` [kvm-unit-tests PATCH v3 5/9] lib: s390x: Add access key argument to tprot
` [kvm-unit-tests PATCH v3 6/9] lib: s390x: Print PGM code as hex
` [kvm-unit-tests PATCH v3 7/9] s390x: Add sthyi cc==0 r2+1 verification
` [kvm-unit-tests PATCH v3 8/9] s390x: snippets: Set stackptr and stacktop in cstart.S
` [kvm-unit-tests PATCH v3 9/9] s390x: snippets: Define all things that are needed to link the lib

[PATCH 1/1] virtio: write back F_VERSION_1 before validate
 2021-10-07 16:16 UTC  (6+ messages)

[PATCH 0/2] s390: downsize my responsibilities
 2021-10-07 11:55 UTC  (8+ messages)
` [PATCH 1/2] KVM: s390: remove myself as reviewer
` [PATCH 2/2] vfio-ccw: step down as maintainer

[kvm-unit-tests PATCH] s390x/mvpg-sie: Remove unused variable
 2021-10-07  8:14 UTC  (3+ messages)

[kvm-unit-tests PATCH v2 1/5] s390x: Add specification exception test
 2021-10-07  6:50 UTC  (11+ messages)
  ` [kvm-unit-tests PATCH v2 1/5] [kvm-unit-tests PATCH v2 0/5] Add specification exception tests
` [kvm-unit-tests PATCH v2 4/5] Use report_fail(...) instead of report(0/false, ...)
` [kvm-unit-tests PATCH v2 5/5] Use report_pass(...) instead of report(1/true, ...)

[PATCH] KVM: kvm_stat: do not show halt_wait_ns
 2021-10-06 13:15 UTC  (2+ messages)

[RFC PATCH 1/1] virtio: write back features before verify
 2021-10-06 12:15 UTC  (30+ messages)

[kvm-unit-tests PATCH v2 1/2] s390x: Remove assert from arch_def.h
 2021-10-06  9:47 UTC  (12+ messages)
  ` [kvm-unit-tests PATCH v2 1/2] [kvm-unit-tests PATCH v2 0/2] Test specification exception
` [kvm-unit-tests PATCH v2 2/2] s390x: Add specification exception interception test

[kvm-unit-tests PATCH] s390x: remove myself as reviewer
 2021-10-06  9:44 UTC  (3+ messages)

[PATCH v2 0/5] mm/memory_hotplug: full support for add_memory_driver_managed() with CONFIG_ARCH_KEEP_MEMBLOCK
 2021-10-06  0:36 UTC  (7+ messages)
` [PATCH v2 2/5] memblock: improve MEMBLOCK_HOTPLUG documentation
` [PATCH v2 3/5] memblock: allow to specify flags with memblock_add_node()
` [PATCH v2 4/5] memblock: add MEMBLOCK_DRIVER_MANAGED to mimic IORESOURCE_SYSRAM_DRIVER_MANAGED

[RFC PATCH 1/1] virtio: write back features before verify
 2021-10-05 15:20 UTC  (14+ messages)
                ` [virtio-dev] "

[PATCH v2] s390: Fix strrchr() implementation
 2021-10-05 13:39 UTC  (6+ messages)

[PATCH] s390: Fix strrchr() implementation
 2021-10-05 11:30 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox