public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-03-30 17:51:16 to 2020-04-08 12:38:36 UTC [more...]

decruft the vmalloc API
 2020-04-08 12:38 UTC  (35+ 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

[RFC PATCH 00/34] iommu: Move iommu_group setup to IOMMU core code
 2020-04-08 12:23 UTC  (37+ 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
` [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()

[PATCH V2 0/3] mm/debug: Add more arch page table helper tests
 2020-04-08 12:15 UTC  (6+ messages)

[PATCH v7 00/15] s390/vfio-ap: dynamic configuration support
 2020-04-08 10:48 UTC  (18+ 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  (4+ 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  (4+ 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  (14+ 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 4/5] KVM: s390: vsie: Move conditional reschedule
` [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  (8+ messages)
` [PATCH 1/2] s390/cio: avoid duplicated 'ADD' uevents
` [PATCH 2/2] s390/cio: generate delayed uevent for vfio-ccw subchannels

[kvm-unit-tests PATCH 00/10] s390x: smp: Improve smp code part 2
 2020-04-06  9:27 UTC  (11+ messages)
` [kvm-unit-tests PATCH 04/10] s390x: smp: Test local interrupts after cpu reset
` [kvm-unit-tests PATCH 08/10] s390x: smp: Wait for sigp completion
` [kvm-unit-tests PATCH 09/10] s390x: smp: Add restart when running test

[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  (18+ messages)
      ` [PATCH RFC] mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP (was: Re: [PATCH v3 0/5] mm: Enable CONFIG_NODES_SPAN_OTHER_NODES by default for NUMA)

[RFD] uevent handling for subchannels
 2020-04-03 10:40 UTC 

[PATCH 00/18] genirq: Remove setup_irq()
 2020-04-02 15:03 UTC  (5+ messages)
` [PATCH 0/6] Kill setup_irq()

[kvm-unit-tests 0/2] s390x/smp fix and enhancement
 2020-04-02 10:44 UTC  (7+ messages)
` [kvm-unit-tests 1/2] s390x/smp: fix detection of "running"
` [kvm-unit-tests 2/2] s390x/smp: add minimal test for sigp sense running status

[PATCH v2 0/4] Clean up hugetlb boot command line processing
 2020-04-01 18:55 UTC  (6+ messages)
` [PATCH v2 1/4] hugetlbfs: add arch_hugetlb_valid_size
` [PATCH v2 2/4] hugetlbfs: move hugepagesz= parsing to arch independent code
` [PATCH v2 3/4] hugetlbfs: remove hugetlb_add_hstate() warning for existing hstate
` [PATCH v2 4/4] hugetlbfs: clean up command line processing

[PATCH] zfcp: use fallthrough;
 2020-04-01  2:24 UTC  (2+ messages)

[RFC PATCH v1 27/50] drivers/s390/scsi/zcsp_fc.c: Use prandom_u32_max() for backoff
 2020-03-31 19:04 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