messages from 2021-08-19 14:11:59 to 2021-08-26 10:40:38 UTC [more...]
[PATCH V5 00/13] Introduce vfio_pci_core subsystem
2021-08-26 10:39 UTC (14+ messages)
` [PATCH V5 01/13] vfio/pci: Rename vfio_pci.c to vfio_pci_core.c
` [PATCH V5 02/13] vfio/pci: Rename vfio_pci_private.h to vfio_pci_core.h
` [PATCH V5 03/13] vfio/pci: Rename vfio_pci_device to vfio_pci_core_device
` [PATCH V5 04/13] vfio/pci: Rename ops functions to fit core namings
` [PATCH V5 05/13] vfio/pci: Include vfio header in vfio_pci_core.h
` [PATCH V5 06/13] vfio/pci: Split the pci_driver code out of vfio_pci_core.c
` [PATCH V5 07/13] vfio/pci: Move igd initialization to vfio_pci.c
` [PATCH V5 08/13] vfio/pci: Move module parameters "
` [PATCH V5 09/13] PCI: Add 'override_only' field to struct pci_device_id
` [PATCH V5 10/13] PCI / VFIO: Add 'override_only' support for VFIO PCI sub system
` [PATCH V5 11/13] vfio: Use select for eventfd
` [PATCH V5 12/13] vfio: Use kconfig if XX/endif blocks instead of repeating 'depends on'
` [PATCH V5 13/13] vfio/pci: Introduce vfio_pci_core.ko
crash on s390 with SCHED_CORE=y
2021-08-26 10:21 UTC (3+ messages)
[PATCH V4 00/13] Introduce vfio_pci_core subsystem
2021-08-26 9:36 UTC (31+ messages)
` [PATCH V4 01/13] vfio/pci: Rename vfio_pci.c to vfio_pci_core.c
` [PATCH V4 02/13] vfio/pci: Rename vfio_pci_private.h to vfio_pci_core.h
` [PATCH V4 03/13] vfio/pci: Rename vfio_pci_device to vfio_pci_core_device
` [PATCH V4 04/13] vfio/pci: Rename ops functions to fit core namings
` [PATCH V4 05/13] vfio/pci: Include vfio header in vfio_pci_core.h
` [PATCH V4 06/13] vfio/pci: Split the pci_driver code out of vfio_pci_core.c
` [PATCH V4 07/13] vfio/pci: Move igd initialization to vfio_pci.c
` [PATCH V4 08/13] vfio/pci: Move module parameters "
` [PATCH V4 09/13] PCI: Add 'override_only' field to struct pci_device_id
` [PATCH V4 10/13] PCI / VFIO: Add 'override_only' support for VFIO PCI sub system
` [PATCH V4 11/13] vfio: Use select for eventfd
` [PATCH V4 12/13] vfio: Use kconfig if XX/endif blocks instead of repeating 'depends on'
` [PATCH V4 13/13] vfio/pci: Introduce vfio_pci_core.ko
[PATCH v4 00/14] KVM: s390: pv: implement lazy destroy for reboot
2021-08-26 8:33 UTC (5+ messages)
` [PATCH v4 10/14] KVM: s390: pv: usage counter instead of flag
` [PATCH v4 13/14] KVM: s390: pv: lazy destroy for reboot
[PATCH v2 0/5] KVM: rseq: Fix and a test for a KVM+rseq bug
2021-08-26 0:51 UTC (11+ messages)
` [PATCH v2 1/5] KVM: rseq: Update rseq when processing NOTIFY_RESUME on xfer to KVM guest
` [PATCH v2 2/5] entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()
` [PATCH v2 3/5] tools: Move x86 syscall number fallbacks to .../uapi/
` [PATCH v2 4/5] KVM: selftests: Add a test for KVM_RUN+rseq to detect task migration bugs
` [PATCH v2 5/5] KVM: selftests: Remove __NR_userfaultfd syscall fallback
[PATCH v4] vfio/ap_ops: Convert to use vfio_register_group_dev()
2021-08-25 22:21 UTC (7+ messages)
[PATCH v3] PCI: Move pci_dev_is/assign_added() to pci.h
2021-08-25 19:04 UTC (4+ messages)
[s390:features 20/21] drivers/s390/char/sclp.c:84:9: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length
2021-08-25 15:18 UTC
[PATCH linux-next] s390:raw3270: Convert sysfs sprintf/snprintf family to sysfs_emit
2021-08-25 8:31 UTC (2+ messages)
[PATCH 2/7] s390: replace cc-option-yn uses with cc-option
2021-08-25 4:37 UTC (3+ messages)
[PATCH 2/3] trace: refactor TRACE_IRQFLAGS_SUPPORT in Kconfig
2021-08-25 3:49 UTC (2+ messages)
[PATCH v2] vfio-pci/zdev: Remove repeated verbose license text
2021-08-25 1:10 UTC (4+ messages)
[PATCH V3 00/13] Introduce vfio_pci_core subsystem
2021-08-24 22:48 UTC (19+ messages)
` [PATCH V3 01/13] vfio/pci: Rename vfio_pci.c to vfio_pci_core.c
` [PATCH V3 02/13] vfio/pci: Rename vfio_pci_private.h to vfio_pci_core.h
` [PATCH V3 03/13] vfio/pci: Rename vfio_pci_device to vfio_pci_core_device
` [PATCH V3 04/13] vfio/pci: Rename ops functions to fit core namings
` [PATCH V3 05/13] vfio/pci: Include vfio header in vfio_pci_core.h
` [PATCH V3 06/13] vfio/pci: Split the pci_driver code out of vfio_pci_core.c
` [PATCH V3 07/13] vfio/pci: Move igd initialization to vfio_pci.c
` [PATCH V3 08/13] vfio/pci: Move module parameters "
` [PATCH V3 09/13] PCI: Add 'override_only' field to struct pci_device_id
` [PATCH V3 10/13] PCI / VFIO: Add 'override_only' support for VFIO PCI sub system
` [PATCH V3 11/13] vfio: Use select for eventfd
` [PATCH V3 12/13] vfio: Use kconfig if XX/endif blocks instead of repeating 'depends on'
` [PATCH V3 13/13] vfio/pci: Introduce vfio_pci_core.ko
can we finally kill off CONFIG_FS_DAX_LIMITED
2021-08-24 18:44 UTC (13+ messages)
[PATCH v2 00/12] Implement generic prot_guest_has() helper function
2021-08-24 7:14 UTC (13+ messages)
` [PATCH v2 02/12] mm: Introduce a function to check for virtualization protection features
` [PATCH v2 03/12] x86/sev: Add an x86 version of prot_guest_has()
` [PATCH v2 04/12] powerpc/pseries/svm: Add a powerpc "
[PATCH linux-next] s390:bitops: fix boolreturn.cocci warnings
2021-08-24 6:37 UTC
[PATCH] s390/ism: switch from 'pci_' to 'dma_' API
2021-08-23 21:17 UTC
[PATCH v2 0/2] s390/vfio-ap: do not open code locks for
2021-08-23 21:20 UTC (3+ messages)
` [PATCH v2 1/2] s390/vfio-ap: r/w lock for PQAP interception handler function pointer
` [PATCH v2 2/2] s390/vfio-ap: replace open coded locks for VFIO_GROUP_NOTIFY_SET_KVM notification
[PATCH 0/2] s390/vfio-ap: do not open code locks for VFIO_GROUP_NOTIFY_SET_KVM notification
2021-08-23 20:51 UTC (23+ messages)
` [PATCH 1/2] s390/vfio-ap: r/w lock for PQAP interception handler function pointer
ensure each gendisk always has a request_queue reference v2
2021-08-23 18:55 UTC (16+ messages)
` [PATCH 1/9] nvme: use blk_mq_alloc_disk
` [PATCH 3/9] sg: do not allocate a gendisk
` [PATCH 8/9] block: hold a request_queue reference for the lifetime of struct gendisk
` [PATCH 9/9] block: add an explicit ->disk backpointer to the request_queue
[PATCH linux-next] s390:fix Coccinelle warnings
2021-08-23 18:07 UTC (2+ messages)
[PATCH] s390/crypto: fix all kernel-doc warnings in vfio_ap_ops.c
2021-08-23 17:55 UTC (2+ messages)
[PATCH linux-next] s390:raw3270: Convert sysfs sprintf/snprintf family to sysfs_emit
2021-08-23 17:37 UTC (2+ messages)
[PATCH] vfio-pci/zdev: Remove repeated verbose license text
2021-08-23 16:26 UTC (4+ messages)
[PATCH v3] vfio/ap_ops: Convert to use vfio_register_group_dev()
2021-08-23 14:18 UTC (3+ messages)
[PATCH v2 1/2] KVM: Refactor kvm_arch_vcpu_fault() to return a struct page pointer
2021-08-23 14:12 UTC (3+ messages)
[kvm-unit-tests PATCH v2 0/4] S390x: CPU Topology Information
2021-08-23 9:17 UTC (4+ messages)
` [kvm-unit-tests PATCH v2 2/4] s390x: lib: Simplify stsi_get_fc and move it to library
[GIT PULL] s390 updates for 5.14-rc7
2021-08-21 18:31 UTC (2+ messages)
[PATCH 0/5] KVM: rseq: Fix and a test for a KVM+rseq bug
2021-08-20 22:26 UTC (13+ messages)
` [PATCH 1/5] KVM: rseq: Update rseq when processing NOTIFY_RESUME on xfer to KVM guest
` [PATCH 2/5] entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()
` [PATCH 4/5] KVM: selftests: Add a test for KVM_RUN+rseq to detect task migration bugs
[PATCH v3 net-next 0/7] Make SWITCHDEV_FDB_{ADD,DEL}_TO_DEVICE blocking
2021-08-20 16:55 UTC (12+ messages)
` [PATCH v3 net-next 1/7] net: bridge: move br_fdb_replay inside br_switchdev.c
` [PATCH v3 net-next 2/7] net: switchdev: keep the MAC address by value in struct switchdev_notifier_fdb_info
` [PATCH v3 net-next 3/7] net: switchdev: move SWITCHDEV_FDB_{ADD,DEL}_TO_DEVICE to the blocking notifier chain
` [PATCH v3 net-next 4/7] net: bridge: switchdev: make br_fdb_replay offer sleepable context to consumers
` [PATCH v3 net-next 5/7] net: switchdev: drop the atomic notifier block from switchdev_bridge_port_{,un}offload
` [PATCH v3 net-next 6/7] net: switchdev: don't assume RCU context in switchdev_handle_fdb_{add,del}_to_device
` [PATCH v3 net-next 7/7] net: dsa: handle SWITCHDEV_FDB_{ADD,DEL}_TO_DEVICE synchronously
[kvm-unit-tests PATCH v2 0/3] s390x: Cleanup and maintenance
2021-08-20 13:36 UTC (7+ messages)
` [kvm-unit-tests PATCH v2 1/3] lib: s390x: Print addressing related exception information
` [kvm-unit-tests PATCH v2 2/3] s390x: uv-host: Explain why we set up the home space and remove the space change
` [kvm-unit-tests PATCH v2 3/3] lib: s390x: Control register constant cleanup
[PATCH] ptp: ocp: don't allow on S390
2021-08-20 9:59 UTC (2+ messages)
[PATCH V2 00/12] Introduce vfio_pci_core subsystem
2021-08-19 22:36 UTC (5+ messages)
` [PATCH V2 06/12] vfio/pci: Split the pci_driver code out of vfio_pci_core.c
[PATCH V2 09/12] PCI: Add 'override_only' bitmap to struct pci_device_id
2021-08-19 22:19 UTC (6+ messages)
[PATCH 0/2] KVM: s390: Some gaccess cleanup
2021-08-19 14:11 UTC (6+ messages)
` [PATCH 1/2] KVM: s390: gaccess: Cleanup access to guest frames
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).