public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-08-13 17:00:58 to 2021-08-20 17:42:26 UTC [more...]

can we finally kill off CONFIG_FS_DAX_LIMITED
 2021-08-20 17:42 UTC  (3+ messages)

[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

[PATCH 0/2] s390/vfio-ap: do not open code locks for VFIO_GROUP_NOTIFY_SET_KVM notification
 2021-08-20 15:59 UTC  (20+ 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-20 13:42 UTC  (19+ messages)
` [PATCH 1/9] nvme: use blk_mq_alloc_disk
` [PATCH 2/9] st: do not allocate a gendisk
` [PATCH 3/9] sg: "
` [PATCH 4/9] block: cleanup the lockdep handling in *alloc_disk
` [PATCH 5/9] block: remove alloc_disk and alloc_disk_node
` [PATCH 6/9] block: remove the minors argument to __alloc_disk_node
` [PATCH 7/9] block: pass a request_queue to __blk_alloc_disk
` [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

[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 linux-next] s390:fix Coccinelle warnings
 2021-08-20  2:51 UTC 

[PATCH 0/5] KVM: rseq: Fix and a test for a KVM+rseq bug
 2021-08-19 23:48 UTC  (11+ 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 3/5] tools: Move x86 syscall number fallbacks to .../uapi/
` [PATCH 4/5] KVM: selftests: Add a test for KVM_RUN+rseq to detect task migration bugs
` [PATCH 5/5] KVM: selftests: Remove __NR_userfaultfd syscall fallback

[PATCH V2 00/12] Introduce vfio_pci_core subsystem
 2021-08-19 22:36 UTC  (21+ messages)
` [PATCH V2 01/12] vfio/pci: Rename vfio_pci.c to vfio_pci_core.c
` [PATCH V2 02/12] vfio/pci: Rename vfio_pci_private.h to vfio_pci_core.h
` [PATCH V2 03/12] vfio/pci: Rename vfio_pci_device to vfio_pci_core_device
` [PATCH V2 04/12] vfio/pci: Rename ops functions to fit core namings
` [PATCH V2 05/12] vfio/pci: Include vfio header in vfio_pci_core.h
` [PATCH V2 06/12] vfio/pci: Split the pci_driver code out of vfio_pci_core.c
` [PATCH V2 07/12] vfio/pci: Move igd initialization to vfio_pci.c
` [PATCH V2 08/12] vfio/pci: Move module parameters "
` [PATCH V2 09/12] PCI: Add 'override_only' bitmap to struct pci_device_id
` [PATCH V2 10/12] vfio: Use select for eventfd
` [PATCH V2 11/12] vfio: Use kconfig if XX/endif blocks instead of repeating 'depends on'
` [PATCH V2 12/12] vfio/pci: Introduce vfio_pci_core.ko

[PATCH v2 00/12] Implement generic prot_guest_has() helper function
 2021-08-19 19:57 UTC  (44+ messages)
` [PATCH v2 01/12] x86/ioremap: Selectively build arch override encryption functions
` [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 v2 05/12] x86/sme: Replace occurrences of sme_active() with prot_guest_has()
` [PATCH v2 06/12] x86/sev: Replace occurrences of sev_active() "
` [PATCH v2 07/12] x86/sev: Replace occurrences of sev_es_active() "
` [PATCH v2 08/12] treewide: Replace the use of mem_encrypt_active() "
` [PATCH v2 09/12] mm: Remove the now unused mem_encrypt_active() function
` [PATCH v2 10/12] x86/sev: "
` [PATCH v2 11/12] powerpc/pseries/svm: "
` [PATCH v2 12/12] s390/mm: "

[PATCH 0/2] KVM: s390: Some gaccess cleanup
 2021-08-19 14:11 UTC  (13+ messages)
` [PATCH 1/2] KVM: s390: gaccess: Cleanup access to guest frames
` [PATCH 2/2] KVM: s390: gaccess: Refactor access address range check

[PATCH v3] vfio/ap_ops: Convert to use vfio_register_group_dev()
 2021-08-19 13:55 UTC  (2+ messages)

[PATCH v4 00/14] KVM: s390: pv: implement lazy destroy for reboot
 2021-08-18 13:26 UTC  (15+ messages)
` [PATCH v4 01/14] KVM: s390: pv: add macros for UVC CC values
` [PATCH v4 02/14] KVM: s390: pv: avoid double free of sida page
` [PATCH v4 03/14] KVM: s390: pv: avoid stalls for kvm_s390_pv_init_vm
` [PATCH v4 04/14] KVM: s390: pv: avoid stalls when making pages secure
` [PATCH v4 05/14] KVM: s390: pv: leak the ASCE page when destroy fails
` [PATCH v4 06/14] KVM: s390: pv: properly handle page flags for protected guests
` [PATCH v4 07/14] KVM: s390: pv: handle secure storage violations "
` [PATCH v4 08/14] KVM: s390: pv: handle secure storage exceptions for normal guests
` [PATCH v4 09/14] KVM: s390: pv: refactor s390_reset_acc
` [PATCH v4 10/14] KVM: s390: pv: usage counter instead of flag
` [PATCH v4 11/14] KVM: s390: pv: add export before import
` [PATCH v4 12/14] KVM: s390: pv: module parameter to fence lazy destroy
` [PATCH v4 13/14] KVM: s390: pv: lazy destroy for reboot
` [PATCH v4 14/14] KVM: s390: pv: avoid export before import if possible

[kvm-unit-tests PATCH 0/8] s390x: Cleanup and maintenance
 2021-08-18  9:57 UTC  (18+ messages)
` [kvm-unit-tests PATCH 1/8] s390x: lib: Extend bitops
` [kvm-unit-tests PATCH 3/8] lib: s390x: Print addressing related exception information
` [kvm-unit-tests PATCH 4/8] lib: s390x: Start using bitops instead of magic constants
` [kvm-unit-tests PATCH 6/8] lib: s390x: Add PSW_MASK_64
` [kvm-unit-tests PATCH 8/8] lib: s390x: uv: Add rc 0x100 query error handling

[PATCH 0/2] Fix /proc/sys/fs/nfs/nsm_use_hostnames on big endian machines
 2021-08-18  9:38 UTC  (3+ messages)
` [PATCH 1/2] sysctl: introduce new proc handler proc_dobool

[kvm-unit-tests PATCH v2 0/4] S390x: CPU Topology Information
 2021-08-18  7:45 UTC  (3+ messages)
` [kvm-unit-tests PATCH v2 2/4] s390x: lib: Simplify stsi_get_fc and move it to library

[PATCH v2 60/63] net/af_iucv: Use struct_group() to zero struct iucv_sock region
 2021-08-18  6:05 UTC 

[PATCH v5] memblock: make memblock_find_in_range method private
 2021-08-18  0:13 UTC  (3+ messages)

[PATCH 09/12] PCI: Add a PCI_ID_F_VFIO_DRIVER_OVERRIDE flag to struct pci_device_id
 2021-08-17 14:44 UTC  (7+ messages)

[PATCH 2/7] s390: replace cc-option-yn uses with cc-option
 2021-08-17  2:03 UTC  (2+ messages)

add a bvec_virt helper
 2021-08-16 16:51 UTC  (3+ messages)

[kvm-unit-tests GIT PULL 00/11] s390x update 2021-16-08
 2021-08-16 16:25 UTC  (13+ messages)
` [kvm-unit-tests GIT PULL 01/11] s390x: Add SPDX and header comments for s390x/* and lib/s390x/*
` [kvm-unit-tests GIT PULL 02/11] s390x: Add SPDX and header comments for the snippets folder
` [kvm-unit-tests GIT PULL 03/11] s390x: Fix my mail address in the headers
` [kvm-unit-tests GIT PULL 04/11] s390x: sie: Add sie lib validity handling
` [kvm-unit-tests GIT PULL 05/11] s390x: lib: Introduce HPAGE_* constants
` [kvm-unit-tests GIT PULL 06/11] s390x: lib: sie: Add struct vm (de)initialization functions
` [kvm-unit-tests GIT PULL 07/11] lib: s390x: sie: Move sie function into library
` [kvm-unit-tests GIT PULL 08/11] s390x: lib: Simplify stsi_get_fc and move it to library
` [kvm-unit-tests GIT PULL 09/11] lib: s390x: Add 0x3d, 0x3e and 0x3f PGM constants
` [kvm-unit-tests GIT PULL 10/11] lib: s390x: uv: Add rc 0x100 query error handling
` [kvm-unit-tests GIT PULL 11/11] lib: s390x: Add PSW_MASK_64

[PATCH] s390/net: replace in_irq() with in_hardirq()
 2021-08-16 10:20 UTC  (2+ messages)

[PATCH 00/11] Implement generic prot_guest_has() helper function
 2021-08-13 20:17 UTC  (9+ messages)
` [PATCH 07/11] treewide: Replace the use of mem_encrypt_active() with prot_guest_has()


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