linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-22 13:35:30 to 2022-04-29 13:24:05 UTC [more...]

[PATCH 00/30] The panic notifiers refactor
 2022-04-29 13:23 UTC  (41+ 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 v2 0/5] bitmap: fix conversion from/to fix-sized arrays
 2022-04-29 12:59 UTC  (7+ messages)
` [PATCH 1/5] lib/bitmap: extend comment for bitmap_(from,to)_arr32()
` [PATCH 2/5] lib: add bitmap_{from,to}_arr64
` [PATCH 3/5] lib/bitmap: add test for bitmap_{from,to}_arr64
` [PATCH 4/5] KVM: s390: replace bitmap_copy with bitmap_{from,to}_arr64 where appropriate
` [PATCH 5/5] drm/amd/pm: use bitmap_{from,to}_arr32 "

[PATCH] s390/dasd: Use kzalloc instead of kmalloc/memset
 2022-04-29 12:52 UTC  (3+ messages)
` [PATCH V2] "

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

[PATCH 0/3] Fix CONT-PTE/PMD size hugetlb issue when unmapping or migrating
 2022-04-29  8:14 UTC  (4+ messages)
` [PATCH 1/3] mm: change huge_ptep_clear_flush() to return the original pte
` [PATCH 2/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when migration
` [PATCH 3/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when unmapping

[PATCH net-next v2 15/15] qeth: remove a copy of the NAPI_POLL_WEIGHT define
 2022-04-29  7:39 UTC  (2+ messages)

[PATCH v3 0/4] KVM: s390: selftests: Provide TAP output in tests
 2022-04-29  6:37 UTC  (5+ messages)
` [PATCH v3 1/4] KVM: s390: selftests: Use TAP interface in the memop test
` [PATCH v3 2/4] KVM: s390: selftests: Use TAP interface in the sync_regs test
` [PATCH v3 3/4] KVM: s390: selftests: Use TAP interface in the tprot test
` [PATCH v3 4/4] KVM: s390: selftests: Use TAP interface in the reset test

[PATCH v2 0/4] KVM: s390: selftests: Provide TAP output in tests
 2022-04-29  6:21 UTC  (4+ messages)
` [PATCH v2 4/4] KVM: s390: selftests: Use TAP interface in the reset test

[PATCH V12 00/20] riscv: Add COMPAT mode support for 64BIT
 2022-04-28 18:22 UTC  (3+ messages)

[PATCH v2 0/2] Dirtying, failing memop: don't indicate suppression
 2022-04-28 16:48 UTC  (16+ 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 0/3] perf tools: Tidy up symbol end fixup (v3)
 2022-04-28 13:52 UTC  (6+ messages)
` [PATCH 1/3] perf symbol: Pass is_kallsyms to symbols__fixup_end()

[PATCH v8 0/2] s390x: KVM: CPU Topology
 2022-04-28 13:50 UTC  (3+ messages)
` [PATCH v8 2/2] s390x: KVM: resetting the Topology-Change-Report

[PATCH 0/9] kvm: s390: Add PV dump support
 2022-04-28 13:01 UTC  (10+ messages)
` [PATCH 1/9] s390x: Add SE hdr query information
` [PATCH 2/9] s390: uv: Add dump fields to query
` [PATCH 3/9] KVM: s390: pv: Add query interface
` [PATCH 4/9] KVM: s390: pv: Add dump support definitions
` [PATCH 5/9] KVM: s390: pv: Add query dump information
` [PATCH 6/9] kvm: s390: Add configuration dump functionality
` [PATCH 7/9] kvm: s390: Add CPU "
` [PATCH 8/9] Documentation: virt: Protected virtual machine dumps
` [PATCH 9/9] Documentation/virt/kvm/api.rst: Add protvirt dump/info api descriptions

[PATCH v6 00/21] KVM: s390: enable zPCI for interpretive execution
 2022-04-28 12:28 UTC  (32+ 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 v5 0/4] PCI: Rework pci_scan_slot() and isolated PCI functions
 2022-04-28  8:07 UTC  (5+ messages)
` [PATCH v5 1/4] PCI: Clean up pci_scan_slot()
` [PATCH v5 2/4] PCI: Move jailhouse's isolated function handling to pci_scan_slot()
` [PATCH v5 3/4] PCI: Extend isolated function probing to s390
` [PATCH v5 4/4] s390/pci: allow zPCI zbus without a function zero

[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 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  (4+ messages)
` [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 net 0/2] net/smc: Two fixes for smc fallback
 2022-04-25 19:10 UTC  (3+ messages)

[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  (3+ messages)
` [PATCHv2] "

[PATCH net] net/smc: sync err code when tcp connection was refused
 2022-04-25 10:20 UTC  (2+ 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  (16+ messages)
` [PATCH v2 1/7] vfio: Make vfio_(un)register_notifier accept a vfio_device
` [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 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 v4 0/4] PCI: Rework pci_scan_slot() and isolated PCI functions
 2022-04-22 13:35 UTC  (3+ messages)
` [PATCH v4 1/4] PCI: Clean up pci_scan_slot()


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