public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-04-21 11:33:53 to 2022-04-28 00:28:57 UTC [more...]

[PATCH 00/30] The panic notifiers refactor
 2022-04-28  0:28 UTC  (33+ messages)
` [PATCH 01/30] x86/crash,reboot: Avoid re-disabling VMX in all CPUs on crash/restart
` [PATCH 02/30] ARM: kexec: Disable IRQs/FIQs also on crash CPUs shutdown path
` [PATCH 03/30] notifier: Add panic notifiers info and purge trailing whitespaces
` [PATCH 04/30] firmware: google: Convert regular spinlock into trylock on panic path
` [PATCH 05/30] misc/pvpanic: "
` [PATCH 06/30] soc: bcm: brcmstb: Document panic notifier action and remove useless header
` [PATCH 07/30] mips: ip22: Reword PANICED to PANICKED "
` [PATCH 08/30] powerpc/setup: Refactor/untangle panic notifiers
` [PATCH 09/30] coresight: cpu-debug: Replace mutex with mutex_trylock on panic notifier
` [PATCH 10/30] alpha: Clean-up the panic notifier code
` [PATCH 11/30] um: Improve panic notifiers consistency and ordering
` [PATCH 12/30] parisc: Replace regular spinlock with spin_trylock on panic path
` [PATCH 13/30] s390/consoles: Improve panic notifiers reliability
` [PATCH 14/30] panic: Properly identify the panic event to the notifiers' callbacks
` [PATCH 15/30] bus: brcmstb_gisb: Clean-up panic/die notifiers
` [PATCH 16/30] drivers/hv/vmbus, video/hyperv_fb: Untangle and refactor Hyper-V panic notifiers
` [PATCH 17/30] tracing: Improve panic/die notifiers
` [PATCH 18/30] notifier: Show function names on notifier routines if DEBUG_NOTIFIERS is set
` [PATCH 19/30] panic: Add the panic hypervisor notifier list
` [PATCH 20/30] panic: Add the panic informational "
` [PATCH 21/30] panic: Introduce the panic pre-reboot "
` [PATCH 22/30] panic: Introduce the panic post-reboot "
` [PATCH 23/30] printk: kmsg_dump: Introduce helper to inform number of dumpers
` [PATCH 24/30] panic: Refactor the panic path
` [PATCH 25/30] panic, printk: Add console flush parameter and convert panic_print to a notifier
` [PATCH 26/30] Drivers: hv: Do not force all panic notifiers to execute before kdump
` [PATCH 27/30] powerpc: "
` [PATCH 28/30] panic: Unexport crash_kexec_post_notifiers
` [PATCH 29/30] powerpc: ps3, pseries: Avoid duplicate call to kmsg_dump() on panic
` [PATCH 30/30] um: Avoid duplicate call to kmsg_dump()

[PATCH v6 00/21] KVM: s390: enable zPCI for interpretive execution
 2022-04-27 20:20 UTC  (31+ messages)
` [PATCH v6 01/21] s390/sclp: detect the zPCI load/store interpretation facility
` [PATCH v6 02/21] s390/sclp: detect the AISII facility
` [PATCH v6 03/21] s390/sclp: detect the AENI facility
` [PATCH v6 04/21] s390/sclp: detect the AISI facility
` [PATCH v6 05/21] s390/airq: pass more TPI info to airq handlers
` [PATCH v6 06/21] s390/airq: allow for airq structure that uses an input vector
` [PATCH v6 07/21] s390/pci: externalize the SIC operation controls and routine
` [PATCH v6 08/21] s390/pci: stash associated GISA designation
` [PATCH v6 09/21] s390/pci: stash dtsm and maxstbl
` [PATCH v6 10/21] KVM: s390: pci: add basic kvm_zdev structure
` [PATCH v6 11/21] KVM: s390: pci: do initial setup for AEN interpretation
` [PATCH v6 12/21] KVM: s390: pci: enable host forwarding of Adapter Event Notifications
` [PATCH v6 13/21] KVM: s390: mechanism to enable guest zPCI Interpretation
` [PATCH v6 14/21] KVM: s390: pci: provide routines for enabling/disabling interrupt forwarding
` [PATCH v6 15/21] KVM: s390: pci: add routines to start/stop interpretive execution
` [PATCH v6 16/21] vfio-pci/zdev: add open/close device hooks
` [PATCH v6 17/21] vfio-pci/zdev: add function handle to clp base capability
` [PATCH v6 18/21] vfio-pci/zdev: different maxstbl for interpreted devices
` [PATCH v6 19/21] KVM: s390: add KVM_S390_ZPCI_OP to manage guest zPCI devices
` [PATCH v6 20/21] KVM: s390: introduce CPU feature for zPCI Interpretation
` [PATCH v6 21/21] MAINTAINERS: additional files related kvm s390 pci passthrough

[PATCH v2 0/2] kernel: add new infrastructure for platform_has() support
 2022-04-27 19:24 UTC  (6+ messages)
` [PATCH v2 1/2] kernel: add platform_has() infrastructure
` [PATCH v2 2/2] virtio: replace arch_has_restricted_virtio_memory_access()

[PATCH 0/2] kernel: add new infrastructure for platform_has() support
 2022-04-27 14:14 UTC  (18+ messages)
` [PATCH 1/2] kernel: add platform_has() infrastructure
` [PATCH 2/2] virtio: replace arch_has_restricted_virtio_memory_access()

[PATCH v2 0/9] kvm: s390: Add PV dump support
 2022-04-27 12:58 UTC  (5+ messages)
` [PATCH v2 6/9] kvm: s390: Add configuration dump functionality

[kvm-unit-tests PATCH v6 1/3] s390x: Give name to return value of tprot()
 2022-04-27 12:42 UTC  (10+ messages)
` [kvm-unit-tests PATCH v6 2/3] s390x: Test effect of storage keys on some instructions
` [kvm-unit-tests PATCH v6 3/3] Disable s390x skey test in GitLab CI

fix and cleanup discard_alignment handling
 2022-04-26 14:25 UTC  (6+ messages)
` [PATCH 06/11] raid5: don't set the discard_alignment queue limit
` [PATCH 09/11] nvme: remove a spurious clear of discard_alignment

[PATCH v2 0/2] Dirtying, failing memop: don't indicate suppression
 2022-04-26 13:39 UTC  (15+ messages)
` [PATCH v2 1/2] KVM: s390: Don't indicate suppression on dirtying, failing memop
` [PATCH v2 2/2] KVM: s390: selftest: Test suppression indication on key prot exception

[PATCH v9 00/32] virtio pci support VIRTIO_F_RING_RESET (refactor vring)
 2022-04-26  9:59 UTC  (3+ messages)

[kvm-unit-tests PATCH v4 0/5] s390x: Attestation tests
 2022-04-26  9:39 UTC  (6+ messages)
` [kvm-unit-tests PATCH v4 4/5] s390x: uv-guest: add share bit test
` [kvm-unit-tests PATCH v4 5/5] s390x: uv-guest: Add attestation tests

[kvm-unit-tests PATCH v5] s390x: Test effect of storage keys on some instructions
 2022-04-26  9:19 UTC  (4+ messages)

[PATCH 0/3] perf tools: Tidy up symbol end fixup (v3)
 2022-04-25 20:59 UTC  (5+ messages)
` [PATCH 1/3] perf symbol: Pass is_kallsyms to symbols__fixup_end()

[PATCH net 0/2] net/smc: Two fixes for smc fallback
 2022-04-25 19:10 UTC  (5+ messages)
` [PATCH net 1/2] net/smc: Only save the original clcsock callback functions
` [PATCH net 2/2] net/smc: Fix slab-out-of-bounds issue in fallback

[kvm-unit-tests PATCH v4] s390x: Test effect of storage keys on some instructions
 2022-04-25 14:18 UTC  (3+ messages)

[PATCH 4/9] s390/irq: utilize RCU instead of irq_lock_sparse() in show_msi_interrupt()
 2022-04-25 11:39 UTC  (7+ messages)
  ` [PATCHv2] "

[PATCH net] net/smc: sync err code when tcp connection was refused
 2022-04-25 10:20 UTC  (4+ messages)

ctcm: rename READ/WRITE defines to avoid redefinitions
 2022-04-25  9:01 UTC  (3+ messages)

[PATCH v2 0/7] Make the rest of the VFIO driver interface use vfio_device
 2022-04-24  5:52 UTC  (24+ messages)
` [PATCH v2 1/7] vfio: Make vfio_(un)register_notifier accept a vfio_device
` [PATCH v2 2/7] vfio/ccw: Remove mdev from struct channel_program
` [PATCH v2 3/7] vfio/mdev: Pass in a struct vfio_device * to vfio_pin/unpin_pages()
` [PATCH v2 4/7] vfio/mdev: Pass in a struct vfio_device * to vfio_dma_rw()
` [PATCH v2 5/7] drm/i915/gvt: Change from vfio_group_(un)pin_pages to vfio_(un)pin_pages
` [PATCH v2 6/7] vfio: Remove dead code
` [PATCH v2 7/7] vfio: Remove calls to vfio_group_add_container_user()

[PATCH v6 00/17] archs/random: fallback to best raw ktime when no cycle counter
 2022-04-23 21:26 UTC 

[PATCH v7 00/12] Fix broken usage of driver_override (and kfree of static memory)
 2022-04-23 16:09 UTC  (5+ messages)
` [PATCH v7 09/12] clk: imx: scu: Fix kfree() of static memory on setting driver_override

[PATCH v4 0/4] PCI: Rework pci_scan_slot() and isolated PCI functions
 2022-04-22 13:35 UTC  (6+ messages)
` [PATCH v4 1/4] PCI: Clean up pci_scan_slot()
` [PATCH v4 2/4] PCI: Move jailhouse's isolated function handling to pci_scan_slot()
` [PATCH v4 3/4] PCI: Extend isolated function probing to s390
` [PATCH v4 4/4] s390/pci: allow zPCI zbus without a function zero

[kvm-unit-tests PATCH v3] s390x: Test effect of storage keys on some instructions
 2022-04-22 12:19 UTC  (3+ messages)

[kvm-unit-tests PATCH v4 0/4] s390x: add migration test support
 2022-04-22 12:02 UTC  (7+ messages)
` [kvm-unit-tests PATCH v4 1/4] lib: s390x: add support for SCLP console read
` [kvm-unit-tests PATCH v4 2/4] s390x: add support for migration tests
` [kvm-unit-tests PATCH v4 3/4] s390x: don't run migration tests under PV
` [kvm-unit-tests PATCH v4 4/4] s390x: add basic migration test

[PATCH v3 1/4] PCI: Clean up pci_scan_slot()
 2022-04-22 11:16 UTC  (3+ messages)

[kvm-unit-tests PATCH v3 0/4] s390x: add migration test support
 2022-04-22  8:01 UTC  (5+ messages)
` [kvm-unit-tests PATCH v3 1/4] lib: s390x: add support for SCLP console read

[PATCH 0/4] bitmap: fix conversion from/to fix-sized arrays
 2022-04-21 16:31 UTC  (7+ messages)
` [PATCH 2/4] lib: add bitmap_{from,to}_arr64
` [PATCH 3/4] KVM: s390: replace bitmap_copy with bitmap_{from,to}_arr64 where appropriate

[kvm-unit-tests PATCH v3 00/11] s390x: Cleanup and maintenance 4
 2022-04-21 12:39 UTC  (5+ messages)
` [kvm-unit-tests PATCH v3 11/11] s390x: Restore registers in diag308_load_reset() error path


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