messages from 2020-04-14 07:05:56 to 2020-04-17 02:30:10 UTC [more...]
[PATCH v3 0/8] s390x/vfio-ccw: Channel Path Handling [KVM]
2020-04-17 2:30 UTC (9+ messages)
` [PATCH v3 1/8] vfio-ccw: Introduce new helper functions to free/destroy regions
` [PATCH v3 2/8] vfio-ccw: Register a chp_event callback for vfio-ccw
` [PATCH v3 3/8] vfio-ccw: Refactor the unregister of the async regions
` [PATCH v3 4/8] vfio-ccw: Introduce a new schib region
` [PATCH v3 5/8] vfio-ccw: Introduce a new CRW region
` [PATCH v3 6/8] vfio-ccw: Refactor IRQ handlers
` [PATCH v3 7/8] vfio-ccw: Wire up the CRW irq and CRW region
` [PATCH v3 8/8] vfio-ccw: Add trace for CRW event
[PATCH 4/7] s390/module: Use s390_kernel_write() for relocations
2020-04-17 1:37 UTC (5+ messages)
[PATCH v2 00/33] iommu: Move iommu_group setup to IOMMU core code
2020-04-17 1:14 UTC (41+ messages)
` [PATCH v2 01/33] iommu: Move default domain allocation to separate function
` [PATCH v2 02/33] iommu: Add def_domain_type() callback in iommu_ops
` [PATCH v2 03/33] iommu/amd: Implement iommu_ops->def_domain_type call-back
` [PATCH v2 04/33] iommu/vt-d: Wire up iommu_ops->def_domain_type
` [PATCH v2 05/33] iommu/amd: Remove dma_mask check from check_device()
` [PATCH v2 06/33] iommu/amd: Return -ENODEV in add_device when device is not handled by IOMMU
` [PATCH v2 07/33] iommu: Add probe_device() and remove_device() call-backs
` [PATCH v2 08/33] iommu: Move default domain allocation to iommu_probe_device()
` [PATCH v2 09/33] iommu: Keep a list of allocated groups in __iommu_probe_device()
` [PATCH v2 10/33] iommu: Move new probe_device path to separate function
` [PATCH v2 11/33] iommu: Split off default domain allocation from group assignment
` [PATCH v2 12/33] iommu: Move iommu_group_create_direct_mappings() out of iommu_group_add_device()
` [PATCH v2 13/33] iommu: Export bus_iommu_probe() and make is safe for re-probing
` [PATCH v2 14/33] iommu/amd: Remove dev_data->passthrough
` [PATCH v2 15/33] iommu/amd: Convert to probe/release_device() call-backs
` [PATCH v2 16/33] iommu/vt-d: "
` [PATCH v2 17/33] iommu/arm-smmu: "
` [PATCH v2 18/33] iommu/pamu: "
` [PATCH v2 19/33] iommu/s390: "
` [PATCH v2 20/33] iommu/virtio: "
` [PATCH v2 21/33] iommu/msm: "
` [PATCH v2 22/33] iommu/mediatek: "
` [PATCH v2 23/33] iommu/mediatek-v1 "
` [PATCH v2 24/33] iommu/qcom: "
` [PATCH v2 25/33] iommu/rockchip: "
` [PATCH v2 26/33] iommu/tegra: "
` [PATCH v2 27/33] iommu/renesas: "
` [PATCH v2 28/33] iommu/omap: Remove orphan_dev tracking
` [PATCH v2 29/33] iommu/omap: Convert to probe/release_device() call-backs
` [PATCH v2 30/33] iommu/exynos: Use first SYSMMU in controllers list for IOMMU core
` [PATCH v2 31/33] iommu/exynos: Convert to probe/release_device() call-backs
` [PATCH v2 32/33] iommu: Remove add_device()/remove_device() code-paths
` [PATCH v2 33/33] iommu: Unexport iommu_group_get_for_dev()
[PATCH V2] vhost: do not enable VHOST_MENU by default
2020-04-16 22:55 UTC (2+ messages)
[PATCH v3 00/11] Make PageWriteback use the PageLocked optimisation
2020-04-16 22:01 UTC (2+ messages)
` [PATCH v3 06/11] s390: Add clear_bit_unlock_is_negative_byte implementation
decruft the vmalloc API v2
2020-04-16 20:43 UTC (32+ messages)
` [PATCH 01/29] x86/hyperv: use vmalloc_exec for the hypercall page
` [PATCH 02/29] x86: fix vmap arguments in map_irq_stack
` [PATCH 03/29] staging: android: ion: use vmap instead of vm_map_ram
` [PATCH 04/29] staging: media: ipu3: use vmap instead of reimplementing it
` [PATCH 05/29] dma-mapping: use vmap insted "
` [PATCH 06/29] powerpc: add an ioremap_phb helper
` [PATCH 07/29] powerpc: remove __ioremap_at and __iounmap_at
` [PATCH 08/29] mm: remove __get_vm_area
` [PATCH 09/29] mm: unexport unmap_kernel_range_noflush
` [PATCH 10/29] mm: rename CONFIG_PGTABLE_MAPPING to CONFIG_ZSMALLOC_PGTABLE_MAPPING
` [PATCH 11/29] mm: only allow page table mappings for built-in zsmalloc
` [PATCH 12/29] mm: pass addr as unsigned long to vb_free
` [PATCH 13/29] mm: remove vmap_page_range_noflush and vunmap_page_range
` [PATCH 14/29] mm: rename vmap_page_range to map_kernel_range
` [PATCH 15/29] mm: don't return the number of pages from map_kernel_range{,_noflush}
` [PATCH 16/29] mm: remove map_vm_range
` [PATCH 17/29] mm: remove unmap_vmap_area
` [PATCH 18/29] mm: remove the prot argument from vm_map_ram
` [PATCH 19/29] mm: enforce that vmap can't map pages executable
` [PATCH 20/29] gpu/drm: remove the powerpc hack in drm_legacy_sg_alloc
` [PATCH 21/29] mm: remove the pgprot argument to __vmalloc
` [PATCH 22/29] mm: remove the prot argument to __vmalloc_node
` [PATCH 23/29] mm: remove both instances of __vmalloc_node_flags
` [PATCH 24/29] mm: remove __vmalloc_node_flags_caller
` [PATCH 25/29] mm: switch the test_vmalloc module to use __vmalloc_node
` [PATCH 26/29] mm: remove vmalloc_user_node_flags
` [PATCH 27/29] arm64: use __vmalloc_node in arch_alloc_vmap_stack
` [PATCH 28/29] powerpc: use __vmalloc_node in alloc_vm_stack
` [PATCH 29/29] s390: use __vmalloc_node in stack_alloc
decruft the vmalloc API
2020-04-16 20:37 UTC (9+ messages)
` [PATCH 10/28] mm: only allow page table mappings for built-in zsmalloc
[PATCH v4 0/2] add callbacks for inaccessible pages
2020-04-16 19:02 UTC (17+ messages)
` [PATCH v4 2/2] mm/gup/writeback: "
[PATCH v7 00/15] s390/vfio-ap: dynamic configuration support
2020-04-16 14:45 UTC (16+ messages)
` [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 v2] KVM: Optimize kvm_arch_vcpu_ioctl_run function
2020-04-16 14:16 UTC (9+ messages)
[man-pages PATCH v2 2/4] s390_runtime_instr.2: document signum argument behavior change
2020-04-16 10:12 UTC (2+ messages)
[PATCH 0/2] mm, treewide: Rename kzfree() to kfree_sensitive()
2020-04-16 9:06 UTC (16+ messages)
` [PATCH 1/2] "
` [PATCH v2 2/2] crypto: Remove unnecessary memzero_explicit()
` [PATCH v3 2/3] "
[PATCH] KVM: s390: Fix PV check in deliverable_irqs()
2020-04-16 6:38 UTC (3+ messages)
[PATCH] KVM: Optimize kvm_arch_vcpu_ioctl_run function
2020-04-16 2:00 UTC (6+ messages)
[PATCH v2] kvm_host: unify VM_STAT and VCPU_STAT definitions in a single place
2020-04-15 16:20 UTC (5+ messages)
[PATCH AUTOSEL 4.9 05/21] s390/cpuinfo: fix wrong output when CPU0 is offline
2020-04-15 11:47 UTC (2+ messages)
` [PATCH AUTOSEL 4.9 14/21] KVM: s390: vsie: Fix possible race when shadowing region 3 tables
[PATCH AUTOSEL 4.14 08/30] s390/cpuinfo: fix wrong output when CPU0 is offline
2020-04-15 11:47 UTC (2+ messages)
` [PATCH AUTOSEL 4.14 19/30] KVM: s390: vsie: Fix possible race when shadowing region 3 tables
[PATCH AUTOSEL 4.19 08/40] s390/cpuinfo: fix wrong output when CPU0 is offline
2020-04-15 11:46 UTC (3+ messages)
` [PATCH AUTOSEL 4.19 11/40] s390/cpum_sf: Fix wrong page count in error message
` [PATCH AUTOSEL 4.19 24/40] KVM: s390: vsie: Fix possible race when shadowing region 3 tables
[PATCH AUTOSEL 5.4 27/84] s390/cpuinfo: fix wrong output when CPU0 is offline
2020-04-15 11:44 UTC (3+ messages)
` [PATCH AUTOSEL 5.4 33/84] s390/cpum_sf: Fix wrong page count in error message
` [PATCH AUTOSEL 5.4 54/84] KVM: s390: vsie: Fix possible race when shadowing region 3 tables
[PATCH AUTOSEL 5.5 007/106] s390/crypto: explicitly memzero stack key material in aes_s390.c
2020-04-15 11:41 UTC (4+ messages)
` [PATCH AUTOSEL 5.5 039/106] s390/cpuinfo: fix wrong output when CPU0 is offline
` [PATCH AUTOSEL 5.5 047/106] s390/cpum_sf: Fix wrong page count in error message
` [PATCH AUTOSEL 5.5 071/106] KVM: s390: vsie: Fix possible race when shadowing region 3 tables
[PATCH AUTOSEL 5.6 008/129] s390/crypto: explicitly memzero stack key material in aes_s390.c
2020-04-15 11:33 UTC (4+ messages)
` [PATCH AUTOSEL 5.6 047/129] s390/cpuinfo: fix wrong output when CPU0 is offline
` [PATCH AUTOSEL 5.6 055/129] s390/cpum_sf: Fix wrong page count in error message
` [PATCH AUTOSEL 5.6 083/129] KVM: s390: vsie: Fix possible race when shadowing region 3 tables
[PATCH 0/1] s390/dasd: Kconfig patch
2020-04-15 9:18 UTC (6+ messages)
` [PATCH 1/1] s390: Cleanup removed IOSCHED_DEADLINE
[PATCH] vhost: do not enable VHOST_MENU by default
2020-04-15 2:40 UTC (6+ messages)
[PATCH] kvm_host: unify VM_STAT and VCPU_STAT definitions in a single place
2020-04-14 15:57 UTC (4+ messages)
[PATCH v2 0/4] Clean up hugetlb boot command line processing
2020-04-14 15:27 UTC (5+ messages)
` [PATCH v2 4/4] hugetlbfs: clean up "
[RFC PATCH 00/34] iommu: Move iommu_group setup to IOMMU core code
2020-04-14 15:27 UTC (13+ messages)
` [RFC PATCH 11/34] iommu: Split off default domain allocation from group assignment
` [RFC PATCH 33/34] iommu: Remove add_device()/remove_device() code-paths
` [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
[PATCH 0/3] mm/hugetlb: Add some new arch enabling macros
2020-04-14 11:44 UTC (3+ messages)
` [PATCH 2/3] mm/hugetlb: Introduce HAVE_ARCH_IS_HUGEPAGE_ONLY_RANGE
` [PATCH 3/3] mm/hugetlb: Introduce HAVE_ARCH_CLEAR_HUGEPAGE_FLAGS
more partition handling cleanups v2
2020-04-14 8:12 UTC (13+ 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
[RFC][Qusetion] the value of cleared_(ptes|pmds|puds|p4ds) in struct mmu_gather
2020-04-14 7:05 UTC (3+ messages)
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).