linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-09 11:00:48 to 2021-12-16 14:39:46 UTC [more...]

[PATCH 00/32] KVM: s390: enable zPCI for interpretive execution
 2021-12-16 14:39 UTC  (59+ messages)
` [PATCH 05/32] s390/airq: pass more TPI info to airq handlers
` [PATCH 08/32] s390/pci: stash associated GISA designation
` [PATCH 09/32] s390/pci: export some routines related to RPCIT processing
` [PATCH 10/32] s390/pci: stash dtsm and maxstbl
` [PATCH 11/32] s390/pci: add helper function to find device by handle
` [PATCH 12/32] s390/pci: get SHM information from list pci
` [PATCH 13/32] KVM: s390: pci: add basic kvm_zdev structure
` [PATCH 14/32] KVM: s390: pci: do initial setup for AEN interpretation
` [PATCH 15/32] KVM: s390: pci: enable host forwarding of Adapter Event Notifications
` [PATCH 19/32] KVM: s390: mechanism to enable guest zPCI Interpretation
` [PATCH 20/32] KVM: s390: pci: provide routines for enabling/disabling interpretation
` [PATCH 21/32] KVM: s390: pci: provide routines for enabling/disabling interrupt forwarding
` [PATCH 22/32] KVM: s390: pci: provide routines for enabling/disabling IOAT assist
` [PATCH 23/32] KVM: s390: pci: handle refresh of PCI translations
` [PATCH 24/32] KVM: s390: intercept the rpcit instruction
` [PATCH 27/32] vfio-pci/zdev: wire up zPCI interpretive execution support
` [PATCH 28/32] vfio-pci/zdev: wire up zPCI adapter interrupt forwarding support
` [PATCH 29/32] vfio-pci/zdev: wire up zPCI IOAT assist support
` [PATCH 30/32] vfio-pci/zdev: add DTSM to clp group capability

[RFC PATCH v5 0/1] s390x: Improvements to SIGP handling [KVM]
 2021-12-16 12:09 UTC  (9+ messages)
` [RFC PATCH v5 1/1] KVM: s390: Clarify SIGP orders versus STOP/RESTART

[RFC PATCH] s390: vfio-ap: Register the vfio_ap module for the "ap" parent bus
 2021-12-16 11:25 UTC  (13+ messages)

[PATCH net] net/smc: Prevent smc_release() from long blocking
 2021-12-16 10:08 UTC  (2+ messages)

[PATCH 0/3] Convert vmcore to use an iov_iter
 2021-12-16  9:28 UTC  (14+ messages)
` [PATCH 1/3] vmcore: Convert copy_oldmem_page() to take "
` [PATCH 2/3] vmcore: Convert __read_vmcore to use "
` [PATCH 3/3] vmcore: Convert read_from_oldmem() to take "

[PATCH bpf-next v5 1/3] add includes masked by cgroup -> bpf dependency
 2021-12-16  2:55 UTC 

[patch V2 00/31] genirq/msi, PCI/MSI: Spring cleaning - Part 3
 2021-12-15 20:50 UTC  (6+ messages)
` [patch V2 02/31] genirq/msi: Add mutex for MSI list protection
` [patch V2 21/31] soc: ti: ti_sci_inta_msi: Rework MSI descriptor allocation

[GIT PULL] s390 updates for 5.16-rc6
 2021-12-15 19:15 UTC  (2+ messages)

[PATCH bpf-next v4 1/3] add includes masked by cgroup -> bpf dependency
 2021-12-15 18:12 UTC 

[PATCH 0/9] lib/bitmap: optimize bitmap_weight() usage
 2021-12-15 17:45 UTC  (6+ messages)
` [PATCH 2/9] lib/bitmap: implement bitmap_{empty,full} with bitmap_weight_eq()

devirtualize kernel access to DAX
 2021-12-15 17:27 UTC  (33+ messages)
` [PATCH 1/5] uio: remove copy_from_iter_flushcache() and copy_mc_to_iter()
` [PATCH 2/5] dax: simplify dax_synchronous and set_dax_synchronous
` [PATCH 3/5] dax: remove the DAXDEV_F_SYNC flag
` [PATCH 4/5] dax: remove the copy_from_iter and copy_to_iter methods
` [PATCH 5/5] dax: always use _copy_mc_to_iter in dax_copy_to_iter

devirtualize kernel access to DAX v2
 2021-12-15  8:45 UTC  (5+ messages)
` [PATCH 1/4] uio: remove copy_from_iter_flushcache() and copy_mc_to_iter()
` [PATCH 2/4] dax: simplify dax_synchronous and set_dax_synchronous
` [PATCH 3/4] dax: remove the DAXDEV_F_SYNC flag
` [PATCH 4/4] dax: remove the copy_from_iter and copy_to_iter methods

[PATCH bpf-next v3 1/3] add includes masked by cgroup -> bpf dependency
 2021-12-15  6:19 UTC 

[PATCH bpf-next v2 3/4] add includes masked by cgroup -> bpf dependency
 2021-12-15  2:31 UTC 

[PATCH v1 0/5] Implement livepatch on PPC32
 2021-12-14 15:12 UTC  (11+ messages)

[PATCH v5 0/1] s390x: KVM: CPU Topology
 2021-12-14  9:01 UTC  (12+ messages)
` [PATCH v5 1/1] s390x: KVM: accept STSI for CPU topology information

[PATCH v2 0/6] KEXEC_SIG with appended signature
 2021-12-13 18:18 UTC  (11+ messages)
` [PATCH v2 2/6] powerpc/kexec_file: Add KEXEC_SIG support
` [PATCH v2 6/6] module: Move duplicate mod_check_sig users code to mod_parse_sig

[PATCH] recordmcount.pl: look for jgnop instruction as well as bcrl on s390
 2021-12-13  8:13 UTC  (8+ messages)

[patch 00/32] genirq/msi, PCI/MSI: Spring cleaning - Part 2
 2021-12-13  7:50 UTC  (46+ messages)
` [patch 21/32] NTB/msi: Convert to msi_on_each_desc()

[PATCH] s390/3215: fix the array may be out of bounds
 2021-12-10 16:05 UTC  (2+ messages)

[PATCH v5 00/12] KVM: x86/xen: Add in-kernel Xen event channel delivery
 2021-12-10 14:57 UTC  (16+ messages)
` [PATCH v5 03/12] KVM: s390: Use Makefile.kvm for common files
` [PATCH v5 06/12] KVM: powerpc: "
` [PATCH v5 08/12] KVM: Reinstate gfn_to_pfn_cache with invalidation support

[patch 21/32] NTB/msi: Convert to msi_on_each_desc()
 2021-12-10  7:37 UTC  (16+ messages)

[PATCH] MAINTAINERS: s390/net: remove myself as maintainer
 2021-12-09 16:10 UTC  (2+ messages)

[PATCH v2 1/1] s390/kexec: handle R_390_PLT32DBL rela in arch_kexec_apply_relocations_add()
 2021-12-09 11:15 UTC  (3+ messages)

[PATCH 1/1] s390/kexec: handle R_390_PLT32DBL reloc entries in arch_kexec_do_relocs()
 2021-12-09 11:00 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).