public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-03-16 07:05:54 to 2022-03-28 09:56:05 UTC [more...]

[PATCH net] net/smc: Send out the remaining data in sndbuf before close
 2022-03-28  9:55 UTC  (3+ messages)

[PATCH v2] char: tty3270: fix a missing check on list iterator
 2022-03-28  9:38 UTC  (3+ messages)

[PATCH v3] char: tty3270: fix a missing check on list iterator
 2022-03-28  9:35 UTC 

[PATCH 0/2] s390x: Add tests for SIGP store adtl status
 2022-03-28  9:30 UTC  (3+ messages)
` [PATCH 1/2] s390x: gs: move to new header file
` [PATCH 2/2] s390x: add test for SIGP STORE_ADTL_STATUS order

[PATCH net-next 0/1] veth: Support bonding events
 2022-03-28  8:14 UTC  (2+ messages)
` [PATCH net-next 1/1] "

[kvm-unit-tests PATCH v2 0/9] s390x: Further extend instruction interception tests
 2022-03-28  8:01 UTC  (20+ messages)
` [kvm-unit-tests PATCH v2 1/9] s390x: smp: add tests for several invalid SIGP orders
` [kvm-unit-tests PATCH v2 2/9] s390x: smp: stop already stopped CPU
` [kvm-unit-tests PATCH v2 3/9] s390x: gs: move to new header file
` [kvm-unit-tests PATCH v2 4/9] s390x: smp: add test for SIGP_STORE_ADTL_STATUS order
` [kvm-unit-tests PATCH v2 5/9] s390x: smp: add tests for SET_PREFIX
` [kvm-unit-tests PATCH v2 6/9] s390x: smp: add test for EMERGENCY_SIGNAL with invalid CPU address
` [kvm-unit-tests PATCH v2 7/9] s390x: smp: add tests for CONDITIONAL EMERGENCY
` [kvm-unit-tests PATCH v2 8/9] s390x: add TPROT tests
` [kvm-unit-tests PATCH v2 9/9] s390x: stsi: check zero and ignored bits in r0 and r1

[PATCH] char: tty3270: fix a missing check on list iterator
 2022-03-28  7:12 UTC  (3+ messages)

[PATCH] livepatch: Remove klp_arch_set_pc() and asm/livepatch.h
 2022-03-28  6:26 UTC 

[PATCH V2] s390: Simplify the calculation of variables
 2022-03-28  6:19 UTC 

[PATCH] s390: Simplify the calculation of variables
 2022-03-28  6:08 UTC  (3+ messages)

[GIT PULL] s390 patches for the 5.18 merge window
 2022-03-25 17:18 UTC  (2+ messages)

[PATCH 1/2] PCI: Extend isolated function probing to s390
 2022-03-25 13:16 UTC  (2+ messages)
` [PATCH 2/2] s390/pci: allow zPCI zbus without a function zero

[PATCH] s390: cleanup timer API use
 2022-03-24 17:34 UTC  (2+ messages)

[PATCH v18 00/17] s390/vfio-ap: dynamic configuration support
 2022-03-24 14:09 UTC  (18+ messages)
` [PATCH v18 10/18] s390/vfio-ap: allow hot plug/unplug of AP devices when assigned/unassigned
` [PATCH v18 12/18] s390/vfio-ap: reset queues after adapter/domain unassignment
` [PATCH v18 13/18] s390/vfio-ap: implement in-use callback for vfio_ap driver
` [PATCH v18 14/18] s390/vfio-ap: sysfs attribute to display the guest's matrix
` [PATCH v18 15/18] s390/vfio-ap: handle config changed and scan complete notification

[PATCH kvm-unit-tests v2 0/6] s390x SIGP fixes
 2022-03-24  8:15 UTC  (7+ messages)
` [PATCH kvm-unit-tests v2 1/6] lib: s390x: smp: Retry SIGP SENSE on CC2
` [PATCH kvm-unit-tests v2 2/6] s390x: smp: Test SIGP RESTART against stopped CPU
` [PATCH kvm-unit-tests v2 5/6] s390x: smp: Create and use a non-waiting CPU restart

[kvm-unit-tests PATCH v1 0/9] s390x: Further extend instruction interception tests
 2022-03-23 15:47 UTC  (14+ messages)
` [kvm-unit-tests PATCH v1 1/9] s390x: smp: add tests for several invalid SIGP orders
` [kvm-unit-tests PATCH v1 2/9] s390x: smp: stop already stopped CPU
` [kvm-unit-tests PATCH v1 3/9] s390x: gs: move to new header file
` [kvm-unit-tests PATCH v1 4/9] s390x: smp: add test for SIGP_STORE_ADTL_STATUS order
` [kvm-unit-tests PATCH v1 5/9] s390x: smp: add tests for SET_PREFIX
` [kvm-unit-tests PATCH v1 6/9] s390x: smp: add test for EMERGENCY_SIGNAL with invalid CPU address
` [kvm-unit-tests PATCH v1 7/9] s390x: smp: add tests for CONDITIONAL EMERGENCY
` [kvm-unit-tests PATCH v1 8/9] s390x: add TPROT tests
` [kvm-unit-tests PATCH v1 9/9] s390x: stsi: check zero and ignored bits in r0 and r1

[PATCH V9 00/20] riscv: compat: Add COMPAT Kbuild skeletal support
 2022-03-23 13:40 UTC  (23+ messages)
` [PATCH V9 01/20] uapi: simplify __ARCH_FLOCK{,64}_PAD a little
` [PATCH V9 02/20] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h
` [PATCH V9 03/20] compat: consolidate the compat_flock{,64} definition
` [PATCH V9 04/20] kconfig: Add SYSVIPC_COMPAT for all architectures
` [PATCH V9 05/20] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT
` [PATCH V9 06/20] asm-generic: compat: Cleanup duplicate definitions
` [PATCH V9 07/20] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT
` [PATCH V9 08/20] riscv: Fixup difference with defconfig
` [PATCH V9 09/20] riscv: compat: Add basic compat data type implementation
` [PATCH V9 10/20] riscv: compat: Re-implement TASK_SIZE for COMPAT_32BIT
` [PATCH V9 11/20] riscv: compat: syscall: Add compat_sys_call_table implementation
` [PATCH V9 12/20] riscv: compat: syscall: Add entry.S implementation
` [PATCH V9 13/20] riscv: compat: process: Add UXL_32 support in start_thread
` [PATCH V9 14/20] riscv: compat: Add elf.h implementation
` [PATCH V9 15/20] riscv: compat: Add hw capability check for elf
` [PATCH V9 16/20] riscv: compat: vdso: Add COMPAT_VDSO base code implementation
` [PATCH V9 17/20] riscv: compat: vdso: Add setup additional pages implementation
` [PATCH V9 18/20] riscv: compat: signal: Add rt_frame implementation
` [PATCH V9 19/20] riscv: compat: ptrace: Add compat_arch_ptrace implement
` [PATCH V9 20/20] riscv: compat: Add COMPAT Kbuild skeletal support

[kvm-unit-tests PATCH v3 0/5] s390x: Attestation tests
 2022-03-23 10:07 UTC  (10+ messages)
` [kvm-unit-tests PATCH v3 1/5] s390x: uv-host: Add attestation test
` [kvm-unit-tests PATCH v3 2/5] s390x: lib: Add QUI getter
` [kvm-unit-tests PATCH v3 4/5] s390x: uv-guest: add share bit test
` [kvm-unit-tests PATCH v3 5/5] s390x: uv-guest: Add attestation tests

[PATCH] KVM: s390: Fix lockdep issue in vm memop
 2022-03-23  9:45 UTC  (8+ messages)

[PATCH] Docs: admin/kernel-parameters: edit a few boot options
 2022-03-22 19:36 UTC  (5+ messages)

[PATCH 0/4] Unifrom keyring support across architectures and functions
 2022-03-22 18:55 UTC  (10+ messages)
` [PATCH 4/4] module, KEYS: Make use of platform keyring for signature verification

[kvm-unit-tests PATCH] libfdt: use logical "or" instead of bitwise "or" with boolean operands
 2022-03-22 13:44 UTC  (6+ messages)

[PATCH v1 0/7] mm: COW fixes part 3: reliable GUP R/W FOLL_GET of anonymous pages
 2022-03-22  9:46 UTC  (26+ messages)
` [PATCH v1 4/7] arm64/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH v1 5/7] s390/pgtable: "

[PATCH v4 00/32] KVM: s390: enable zPCI for interpretive execution
 2022-03-22  7:30 UTC  (24+ messages)
` [PATCH v4 14/32] iommu: introduce iommu_domain_alloc_type and the KVM type
` [PATCH v4 15/32] vfio: introduce KVM-owned IOMMU type

[PATCH 0/4] fix typos: "to short" -> "too short"
 2022-03-21 14:00 UTC  (6+ messages)
` [PATCH 1/4] ar5523: fix typo "
` [PATCH 2/4] s390/ctcm: fix typo "length to short" -> "length too short"
` [PATCH 3/4] i825xx: fix typo "Frame to short" -> "Frame "
` [PATCH 4/4] mISDN: fix typo "frame to short" -> "frame "

[PATCH] s390/zcrypt: fix using the correct variable for sizeof()
 2022-03-21 12:28 UTC  (3+ messages)

[syzbot] WARNING in kvm_mmu_notifier_invalidate_range_start (2)
 2022-03-21 10:25 UTC 

[PATCH V8 00/20] riscv: compat: Add COMPAT Kbuild skeletal support
 2022-03-21  0:22 UTC  (9+ messages)
` [PATCH V8 10/20] riscv: compat: Re-implement TASK_SIZE for COMPAT_32BIT
` [PATCH V8 15/20] riscv: compat: Add hw capability check for elf
` [PATCH V8 16/20] riscv: compat: vdso: Add COMPAT_VDSO base code implementation
` [PATCH V8 17/20] riscv: compat: vdso: Add setup additional pages implementation
` [PATCH V8 18/20] riscv: compat: signal: Add rt_frame implementation
` [PATCH V8 19/20] riscv: compat: ptrace: Add compat_arch_ptrace implement
` [PATCH V8 20/20] riscv: compat: Add COMPAT Kbuild skeletal support

[PATCH 00/30] fix typos in comments
 2022-03-19  3:56 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 97add482e9033a9386baa8824fbea34d0cbfe663
 2022-03-18  0:53 UTC 

[PATCH v4 0/6] Improve KVM's interaction with CPU hotplug
 2022-03-17 13:24 UTC  (4+ messages)
` [PATCH v4 2/6] Partially revert "KVM: Pass kvm_init()'s opaque param to additional arch funcs"

[PATCH v3 0/4] s390: Ultravisor device
 2022-03-17 11:59 UTC  (12+ messages)
` [PATCH v3 1/4] drivers/s390/char: Add Ultravisor io device
  ` [PATCH v3 1/4] drivers/s390/char: Add Ultravisor io device'
` [PATCH v3 2/4] drivers/s390/char: Add Query Ultravisor Information to uvdevice

[linux-next:master] BUILD REGRESSION 8a11187eb62b8b910d2c5484e1f5d160e8b11eb4
 2022-03-17  6:18 UTC 

[PATCH v5 00/11] Fix broken usage of driver_override (and kfree of static memory)
 2022-03-16 19:38 UTC  (14+ messages)
` [PATCH v5 01/11] driver: platform: Add helper for safer setting of driver_override
` [PATCH v5 02/11] amba: Use driver_set_override() instead of open-coding
` [PATCH v5 03/11] fsl-mc: "
` [PATCH v5 04/11] hv: "
` [PATCH v5 05/11] PCI: "
` [PATCH v5 06/11] s390/cio: "
` [PATCH v5 07/11] spi: Use helper for safer setting of driver_override
` [PATCH v5 08/11] vdpa: "
` [PATCH v5 09/11] clk: imx: scu: Fix kfree() of static memory on setting driver_override
` [PATCH v5 10/11] slimbus: qcom-ngd: "
` [PATCH v5 11/11] rpmsg: "

[PATCH] s390: Fix typo in syscall_wrapper.h
 2022-03-16 19:01 UTC  (2+ messages)

[PATCH v2] s390/tape: Use bitwise instead of arithmetic operator for flags
 2022-03-16 18:48 UTC  (2+ messages)

[PATCH v2] parport_pc: Also enable driver for PCI systems
 2022-03-16 18:45 UTC  (3+ messages)

[PATCH v4 00/11] Fix broken usage of driver_override (and kfree of static memory)
 2022-03-16 12:13 UTC  (6+ messages)
` [PATCH v4 01/11] driver: platform: Add helper for safer setting of driver_override
` [PATCH v4 08/11] vdpa: Use "


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