public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-08-06 15:26:19 to 2021-08-16 13:23:19 UTC [more...]

[kvm-unit-tests GIT PULL 00/11] s390x update 2021-16-08
 2021-08-16 13:20 UTC 

add a bvec_virt helper
 2021-08-16 12:38 UTC  (2+ messages)

[PATCH v5] memblock: make memblock_find_in_range method private
 2021-08-16 12:26 UTC 

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

[PATCH v2 00/12] Implement generic prot_guest_has() helper function
 2021-08-15 14:39 UTC  (21+ 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 09/12] PCI: Add a PCI_ID_F_VFIO_DRIVER_OVERRIDE flag to struct pci_device_id
 2021-08-14 23:27 UTC  (13+ messages)

[PATCH 00/11] Implement generic prot_guest_has() helper function
 2021-08-13 20:17 UTC  (23+ messages)
` [PATCH 01/11] mm: Introduce a function to check for virtualization protection features
` [PATCH 06/11] x86/sev: Replace occurrences of sev_es_active() with prot_guest_has()
` [PATCH 07/11] treewide: Replace the use of mem_encrypt_active() "

[kvm-unit-tests PATCH 0/8] s390x: Cleanup and maintenance
 2021-08-13 13:14 UTC  (21+ messages)
` [kvm-unit-tests PATCH 1/8] s390x: lib: Extend bitops
` [kvm-unit-tests PATCH 2/8] lib: s390x: Add 0x3d, 0x3e and 0x3f PGM constants
` [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 5/8] s390x: uv-host: Explain why we set up the home space and remove the space change
` [kvm-unit-tests PATCH 6/8] lib: s390x: Add PSW_MASK_64
` [kvm-unit-tests PATCH 7/8] lib: s390x: Control register constant cleanup
` [kvm-unit-tests PATCH 8/8] lib: s390x: uv: Add rc 0x100 query error handling

[PATCH v3 0/3] A few gup refactorings and documentation updates
 2021-08-13  4:41 UTC  (4+ messages)
` [PATCH v3 1/3] mm/gup: documentation corrections for gup/pup
` [PATCH v3 2/3] mm/gup: small refactoring: simplify try_grab_page()
` [PATCH v3 3/3] mm/gup: Remove try_get_page(), call try_get_compound_head() directly

[PATCH v2 0/3] A few gup refactorings and documentation updates
 2021-08-12 21:59 UTC  (11+ messages)
` [PATCH v2 1/3] mm/gup: documentation corrections for gup/pup
` [PATCH v2 2/3] mm/gup: small refactoring: simplify try_grab_page()
` [PATCH v2 3/3] mm/gup: Remove try_get_page(), call try_get_compound_head() directly

pass a gendisk instead of block_device in the partitioning code
 2021-08-12 16:51 UTC  (7+ messages)
` [PATCH 1/4] block: store a gendisk in struct parsed_partitions
` [PATCH 2/4] block: pass a gendisk to bdev_add_partition
` [PATCH 3/4] block: pass a gendisk to bdev_del_partition
` [PATCH 4/4] block: pass a gendisk to bdev_resize_partition

[PATCH v2 1/2] KVM: Refactor kvm_arch_vcpu_fault() to return a struct page pointer
 2021-08-12 15:41 UTC  (3+ messages)

[kvm-unit-tests PATCH v2 0/4] S390x: CPU Topology Information
 2021-08-12 15:12 UTC  (14+ messages)
` [kvm-unit-tests PATCH v2 1/4] s390x: lib: Add SCLP toplogy nested level
` [kvm-unit-tests PATCH v2 2/4] s390x: lib: Simplify stsi_get_fc and move it to library
` [kvm-unit-tests PATCH v2 3/4] s390x: topology: Check the Perform Topology Function
` [kvm-unit-tests PATCH v2 4/4] s390x: topology: Checking Configuration Topology Information

[PATCH v4 0/2] memblock: make memblock_find_in_range method private
 2021-08-12 14:40 UTC  (4+ messages)
` [PATCH v4 1/2] x86/mm: memory_map_top_down: remove spurious reservation of upper 2M
` [PATCH v4 2/2] memblock: make memblock_find_in_range method private

ensure each gendisk always has a request_queue reference
 2021-08-12 14:17 UTC  (10+ messages)
` [PATCH 1/8] nvme: use blk_mq_alloc_disk
` [PATCH 2/8] st: do not allocate a gendisk
` [PATCH 3/8] sg: "
` [PATCH 4/8] block: cleanup the lockdep handling in *alloc_disk
` [PATCH 5/8] block: remove alloc_disk and alloc_disk_node
` [PATCH 6/8] block: remove the minors argument to __alloc_disk_node
` [PATCH 7/8] block: pass a request_queue to __blk_alloc_disk
` [PATCH 8/8] block: hold a request_queue reference for the lifetime of struct gendisk

[PATCH v4 00/14] Provide core infrastructure for managing open/release
 2021-08-11 22:08 UTC  (5+ messages)
` [PATCH v4 09/14] vfio/pci: Change vfio_pci_try_bus_reset() to use the dev_set

[PATCH v4 14/14] vfio: Remove struct vfio_device_ops open/release
 2021-08-11 10:35 UTC  (2+ messages)

[PATCH v4 10/14] vfio/pci: Reorganize VFIO_DEVICE_PCI_HOT_RESET to use the device set
 2021-08-11 10:33 UTC  (2+ messages)

[PATCH v4 08/14] vfio/pci: Move to the device set infrastructure
 2021-08-11  9:35 UTC  (2+ messages)

[PATCH v4 02/14] vfio/mbochs: Fix missing error unwind of mbochs_used_mbytes
 2021-08-11  9:17 UTC  (2+ messages)

[PATCH v3] memblock: make memblock_find_in_range method private
 2021-08-11  7:36 UTC  (5+ messages)

[PATCH v2 net] net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by drivers towards the bridge
 2021-08-10 20:30 UTC  (5+ messages)

[PATCH v2 00/13] Remove vfio_mdev.c, mdev_parent_ops and more
 2021-08-10 15:00 UTC  (13+ messages)
` [PATCH v2 07/13] vfio/ccw: Convert to use vfio_register_group_dev()
              ` s390 common I/O layer locking (was: [PATCH v2 07/13] vfio/ccw: Convert to use vfio_register_group_dev())
                ` s390 common I/O layer locking

[PATCH net] net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by drivers towards the bridge
 2021-08-10  9:34 UTC  (6+ messages)

sched: Move SCHED_DEBUG sysctl to debugfs
 2021-08-10  8:49 UTC  (10+ messages)
` [PATCH 0/1] Improve yield (was: sched: Move SCHED_DEBUG sysctl to debugfs)
  ` [PATCH 1/1] sched/fair: improve yield_to vs fairness

[PATCH v3] vfio/ap_ops: Convert to use vfio_register_group_dev()
 2021-08-10  8:33 UTC  (2+ messages)

[patch V2 00/19] PCI/MSI, x86: Cure a couple of inconsistencies
 2021-08-10  7:49 UTC  (5+ messages)
` [patch V2 18/19] PCI/MSI: Provide a new set of mask and unmask functions
      ` [patch V3 "

[PATCH v2] scripts/Makefile.clang: default to LLVM_IAS=1
 2021-08-10  0:06 UTC  (2+ messages)

[PATCH 0/2] Fix /proc/sys/fs/nfs/nsm_use_hostnames on big endian machines
 2021-08-09 17:50 UTC  (2+ messages)

[kvm-unit-tests PATCH v1 0/4] S390x: CPU Topology Information
 2021-08-09 15:59 UTC  (16+ messages)
` [kvm-unit-tests PATCH v1 1/4] s390x: lib: Add SCLP toplogy nested level
` [kvm-unit-tests PATCH v1 2/4] s390x: lib: Move stsi_get_fc to library
` [kvm-unit-tests PATCH v1 3/4] s390x: topology: check the Perform Topology Function
` [kvm-unit-tests PATCH v1 4/4] s390x: Topology: checking Configuration Topology Information

[PATCH] s390/crypto: fix all kernel-doc warnings in vfio_ap_ops.c
 2021-08-09 15:12 UTC  (4+ messages)

[PATCH v3 00/21] .map_sg() error cleanup
 2021-08-09 15:16 UTC  (2+ messages)

[PATCH net-next] net/smc: Allow SMC-D 1MB DMB allocations
 2021-08-09 10:00 UTC  (2+ messages)

[PATCH net 0/2] net/smc: fixes 2021-08-09
 2021-08-09 10:00 UTC  (4+ messages)
` [PATCH net 1/2] net/smc: fix wait on already cleared link
` [PATCH net 2/2] net/smc: Correct smc link connection counter in case of smc client

[PATCH net-next 0/5] net/iucv: updates 2021-08-09
 2021-08-09  9:20 UTC  (7+ messages)
` [PATCH net-next 1/5] net/af_iucv: support drop monitoring
` [PATCH net-next 2/5] net/af_iucv: clean up a try_then_request_module()
` [PATCH net-next 3/5] net/af_iucv: remove wrappers around iucv (de-)registration
` [PATCH net-next 4/5] net/iucv: get rid of register asm usage
` [PATCH net-next 5/5] net/iucv: Replace deprecated CPU-hotplug functions

[PATCH v3 00/14] KVM: s390: pv: implement lazy destroy
 2021-08-09  8:50 UTC  (6+ messages)

Build regressions/improvements in v5.14-rc4
 2021-08-09  7:50 UTC 

[PATCH v4 01/14] vfio/samples: Remove module get/put
 2021-08-08  8:54 UTC  (2+ messages)

[PATCH v2] memblock: make memblock_find_in_range method private
 2021-08-07 23:05 UTC  (3+ messages)

[PATCH net-next 0/3] s390/qeth: Add bridge to switchdev LEARNING_SYNC
 2021-08-07  8:50 UTC  (5+ messages)
` [PATCH net-next 1/3] s390/qeth: Register switchdev event handler
` [PATCH net-next 2/3] s390/qeth: Switchdev "
` [PATCH net-next 3/3] s390/qeth: Update MACs of LEARNING_SYNC device


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