linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-03 13:03:25 to 2020-04-09 11:46:26 UTC [more...]

[RFC PATCH 00/34] iommu: Move iommu_group setup to IOMMU core code
 2020-04-09 11:46 UTC  (43+ messages)
` [RFC PATCH 01/34] iommu: Move default domain allocation to separate function
` [RFC PATCH 02/34] iommu: Add def_domain_type() callback in iommu_ops
` [RFC PATCH 03/34] iommu/amd: Implement iommu_ops->def_domain_type call-back
` [RFC PATCH 04/34] iommu/vt-d: Wire up iommu_ops->def_domain_type
` [RFC PATCH 05/34] iommu/amd: Remove dma_mask check from check_device()
` [RFC PATCH 06/34] iommu/amd: Return -ENODEV in add_device when device is not handled by IOMMU
` [RFC PATCH 07/34] iommu: Add probe_device() and remove_device() call-backs
` [RFC PATCH 08/34] iommu: Move default domain allocation to iommu_probe_device()
` [RFC PATCH 09/34] iommu: Keep a list of allocated groups in __iommu_probe_device()
` [RFC PATCH 10/34] iommu: Move new probe_device path to separate function
` [RFC PATCH 11/34] iommu: Split off default domain allocation from group assignment
` [RFC PATCH 12/34] iommu: Move iommu_group_create_direct_mappings() out of iommu_group_add_device()
` [RFC PATCH 13/34] iommu: Export bus_iommu_probe() and make is safe for re-probing
` [RFC PATCH 14/34] iommu/amd: Remove dev_data->passthrough
` [RFC PATCH 15/34] iommu/amd: Convert to probe/release_device() call-backs
` [RFC PATCH 16/34] iommu/vt-d: "
` [RFC PATCH 17/34] iommu/arm-smmu: Store device instead of group in arm_smmu_s2cr
` [RFC PATCH 18/34] iommu/arm-smmu: Convert to probe/release_device() call-backs
` [RFC PATCH 19/34] iommu/pamu: "
` [RFC PATCH 20/34] iommu/s390: "
` [RFC PATCH 21/34] iommu/virtio: "
` [RFC PATCH 22/34] iommu/msm: "
` [RFC PATCH 23/34] iommu/mediatek: "
` [RFC PATCH 24/34] iommu/mediatek-v1 "
` [RFC PATCH 25/34] iommu/qcom: "
` [RFC PATCH 26/34] iommu/rockchip: "
` [RFC PATCH 27/34] iommu/tegra: "
` [RFC PATCH 28/34] iommu/renesas: "
` [RFC PATCH 29/34] iommu/omap: Remove orphan_dev tracking
` [RFC PATCH 30/34] iommu/omap: Convert to probe/release_device() call-backs
` [RFC PATCH 31/34] iommu/exynos: Create iommu_device in struct exynos_iommu_owner
      ` [PATCH] iommu/exynos: Get rid of 'struct exynos_iommu_owner' exynos_iommu_owner
` [RFC PATCH 32/34] iommu/exynos: Convert to probe/release_device() call-backs
` [RFC PATCH 33/34] iommu: Remove add_device()/remove_device() code-paths
` [RFC PATCH 34/34] iommu: Unexport iommu_group_get_for_dev()

(no subject)
 2020-04-09 11:33 UTC  (16+ messages)
` [PATCH 01/10] block: refactor blkpg_ioctl
` [PATCH 02/10] block: pass a hd_struct to delete_partition
` [PATCH 03/10] block: cleanup hd_struct freeing
` [PATCH 04/10] block: remove hd_struct_kill
` [PATCH 05/10] block: remove the disk argument from blk_drop_partitions
` [PATCH 06/10] dasd: use blk_drop_partitions instead of badly reimplementing it
` [PATCH 07/10] block: don't call invalidate_partition from blk_drop_partitions
` [PATCH 08/10] block: simplify block device syncing in bdev_del_partition
` [PATCH 09/10] block: mark invalidate_partition static
` [PATCH 10/10] block: fold bdev_unhash_inode into invalidate_partition

decruft the vmalloc API
 2020-04-09  9:41 UTC  (55+ messages)
` [PATCH 01/28] x86/hyperv: use vmalloc_exec for the hypercall page
` [PATCH 02/28] staging: android: ion: use vmap instead of vm_map_ram
` [PATCH 03/28] staging: media: ipu3: use vmap insted of reimplementing it
` [PATCH 04/28] dma-mapping: "
` [PATCH 05/28] powerpc: add an ioremap_phb helper
` [PATCH 06/28] powerpc: remove __ioremap_at and __iounmap_at
` [PATCH 07/28] mm: remove __get_vm_area
` [PATCH 08/28] mm: unexport unmap_kernel_range_noflush
` [PATCH 09/28] mm: rename CONFIG_PGTABLE_MAPPING to CONFIG_ZSMALLOC_PGTABLE_MAPPING
` [PATCH 10/28] mm: only allow page table mappings for built-in zsmalloc
` [PATCH 11/28] mm: pass addr as unsigned long to vb_free
` [PATCH 12/28] mm: remove vmap_page_range_noflush and vunmap_page_range
` [PATCH 13/28] mm: rename vmap_page_range to map_kernel_range
` [PATCH 14/28] mm: don't return the number of pages from map_kernel_range{,_noflush}
` [PATCH 15/28] mm: remove map_vm_range
` [PATCH 16/28] mm: remove unmap_vmap_area
` [PATCH 17/28] mm: remove the prot argument from vm_map_ram
` [PATCH 18/28] mm: enforce that vmap can't map pages executable
` [PATCH 19/28] gpu/drm: remove the powerpc hack in drm_legacy_sg_alloc
` [PATCH 20/28] mm: remove the pgprot argument to __vmalloc
` [PATCH 21/28] mm: remove the prot argument to __vmalloc_node
` [PATCH 22/28] mm: remove both instances of __vmalloc_node_flags
` [PATCH 23/28] mm: remove __vmalloc_node_flags_caller
` [PATCH 24/28] mm: switch the test_vmalloc module to use __vmalloc_node
` [PATCH 25/28] mm: remove vmalloc_user_node_flags
` [PATCH 26/28] arm64: use __vmalloc_node in arch_alloc_vmap_stack
` [PATCH 27/28] s390: use __vmalloc_node in alloc_vm_stack
` [PATCH 28/28] s390: use __vmalloc_node in stack_alloc

[PATCH V2 0/3] mm/debug: Add more arch page table helper tests
 2020-04-09  1:06 UTC  (7+ messages)

[PATCH v7 00/15] s390/vfio-ap: dynamic configuration support
 2020-04-08 16:46 UTC  (23+ messages)
` [PATCH v7 01/15] s390/vfio-ap: store queue struct in hash table for quick access
` [PATCH v7 02/15] s390/vfio-ap: manage link between queue struct and matrix mdev
` [PATCH v7 03/15] s390/zcrypt: driver callback to indicate resource in use
` [PATCH v7 04/15] s390/vfio-ap: implement in-use callback for vfio_ap driver
` [PATCH v7 05/15] s390/vfio-ap: introduce shadow CRYCB
` [PATCH v7 06/15] s390/vfio-ap: sysfs attribute to display the guest CRYCB
` [PATCH v7 07/15] s390/vfio-ap: filter CRYCB bits for unavailable queue devices
` [PATCH v7 08/15] s390/vfio_ap: add qlink from ap_matrix_mdev struct to vfio_ap_queue struct
` [PATCH v7 09/15] s390/vfio-ap: allow assignment of unavailable AP queues to mdev device
` [PATCH v7 10/15] s390/vfio-ap: allow configuration of matrix mdev in use by a KVM guest
` [PATCH v7 11/15] s390/vfio-ap: allow hot plug/unplug of AP resources using mdev device
` [PATCH v7 12/15] s390/zcrypt: Notify driver on config changed and scan complete callbacks
` [PATCH v7 13/15] s390/vfio-ap: handle host AP config change notification
` [PATCH v7 14/15] s390/vfio-ap: handle AP bus scan completed notification
` [PATCH v7 15/15] s390/vfio-ap: handle probe/remove not due to host AP config changes

[RFC][Qusetion] the value of cleared_(ptes|pmds|puds|p4ds) in struct mmu_gather
 2020-04-08  8:51 UTC  (3+ messages)

[PATCH 0/1] s390/dasd: Kconfig patch
 2020-04-07 19:24 UTC  (5+ messages)
` [PATCH 1/1] s390: Cleanup removed IOSCHED_DEADLINE

[PATCH v2] kbuild: add dummy toolchains to enable all cc-option etc. in Kconfig
 2020-04-07 17:11 UTC  (2+ messages)

[PATCH] kbuild: add dummy toolchains to enable all cc-option etc. in Kconfig
 2020-04-07 15:39 UTC  (3+ messages)

[GIT PULL 0/3] KVM: s390: Fixes for vsie (nested hypervisors)
 2020-04-07 12:31 UTC  (5+ messages)
` [GIT PULL 1/3] KVM: s390: vsie: Fix region 1 ASCE sanity shadow address checks
` [GIT PULL 2/3] KVM: s390: vsie: Fix delivery of addressing exceptions
` [GIT PULL 3/3] KVM: s390: vsie: Fix possible race when shadowing region 3 tables

[PATCH v2 0/5] KVM: s390: vsie: fixes and cleanups
 2020-04-07 11:35 UTC  (22+ messages)
` [PATCH v2 1/5] KVM: s390: vsie: Fix region 1 ASCE sanity shadow address checks
` [PATCH v2 2/5] KVM: s390: vsie: Fix delivery of addressing exceptions
` [PATCH v2 3/5] KVM: s390: vsie: Fix possible race when shadowing region 3 tables
` [PATCH v2 4/5] KVM: s390: vsie: Move conditional reschedule
` [PATCH v2 5/5] KVM: s390: vsie: gmap_table_walk() simplifications

[PATCH] vfio-ccw: document possible errors
 2020-04-07 11:16 UTC 

[RFC PATCH v2 0/9] s390x/vfio-ccw: Channel Path Handling
 2020-04-07  6:30 UTC  (8+ messages)
` [RFC PATCH v2 5/9] vfio-ccw: Introduce a new CRW region
` [RFC PATCH v2 7/9] vfio-ccw: Wire up the CRW irq and "

[PATCH v1 0/5] KVM: s390: vsie: fixes and cleanups
 2020-04-06 13:47 UTC  (12+ messages)
` [PATCH v1 1/5] KVM: s390: vsie: Fix region 1 ASCE sanity shadow address checks
` [PATCH v1 2/5] KVM: s390: vsie: Fix delivery of addressing exceptions
` [PATCH v1 3/5] KVM: s390: vsie: Fix possible race when shadowing region 3 tables
` [PATCH v1 5/5] KVM: s390: vsie: gmap_table_walk() simplifications

[PATCH 0/2] s390/cio: correct some uevent issues
 2020-04-06 12:03 UTC  (4+ messages)

[kvm-unit-tests PATCH 00/10] s390x: smp: Improve smp code part 2
 2020-04-06  9:27 UTC  (7+ messages)
` [kvm-unit-tests PATCH 04/10] s390x: smp: Test local interrupts after cpu reset

[mm/debug] f675f2f91d: WARNING:at_mm/debug_vm_pgtable.c:#debug_vm_pgtable
 2020-04-05 14:49 UTC  (2+ messages)

[GIT PULL] s390 patches for the 5.7 merge window
 2020-04-04 17:50 UTC  (2+ messages)

[PATCH v3 0/5] mm: Enable CONFIG_NODES_SPAN_OTHER_NODES by default for NUMA
 2020-04-03 16:36 UTC  (12+ 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).