All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-04-14 13:13:39 to 2020-04-14 13:22:40 UTC [more...]

[dpdk-dev] [PATCH] eal/service: fix exit by resetting service lcores
 2020-04-14 13:22 UTC  (5+ messages)
` [dpdk-dev] [PATCH v2] "

decruft the vmalloc API v2
 2020-04-14 13:13 UTC  (82+ 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 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

[PATCH v2 00/33] iommu: Move iommu_group setup to IOMMU core code
 2020-04-14 13:15 UTC  (84+ 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 0/2] KVM: arm64: vgic_irq: Fix memory leaks
 2020-04-14 13:15 UTC  (7+ messages)
` [PATCH 1/2] KVM: arm64: vgic-v3: Retire all pending LPIs on vcpu destroy

[PATCH] qla2xxx: Use ARRAY_SIZE() instead of open-coding it
 2020-04-14 13:20 UTC  (2+ messages)

[RFC PATCH 00/34] iommu: Move iommu_group setup to IOMMU core code
 2020-04-14 13:20 UTC  (14+ messages)
  ` [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

[dpdk-dev] [PATCH dpdk-dev] rte_random: fix crash when random init
 2020-04-14 13:19 UTC  (4+ messages)

[Intel-gfx] [PATCH 1/4] drm/i915: introduce a mechanism to extend execbuf2
 2020-04-14 13:19 UTC  (3+ messages)
` [Intel-gfx] [PATCH 4/4] drm/selftests: selftest for timeline semaphore

[PATCH-for-5.1 v3 00/24] various: Fix error-propagation with Coccinelle scripts (part 1)
 2020-04-14 13:17 UTC  (6+ messages)
` [PATCH-for-5.1 v3 02/24] scripts/coccinelle: Script to simplify DeviceClass error propagation

[dpdk-dev] [PATCH v2 0/9] New sync modes for ring
 2020-04-14 13:18 UTC  (7+ messages)
` [dpdk-dev] [PATCH v3 "
  ` [dpdk-dev] [PATCH v3 3/9] ring: introduce RTS ring mode

[PATCH 1/3] stm32mp1: board: add support of CONFIG_ENV_IS_IN_MMC
 2020-04-14 13:18 UTC  (6+ messages)
` [PATCH 2/3] stm32mp1: use a specific SD/eMMC partition for U-Boot enviromnent
  ` [Uboot-stm32] "
` [PATCH 3/3] configs:stm32mp1: activate env config in SPL
  ` [Uboot-stm32] "
` [Uboot-stm32] [PATCH 1/3] stm32mp1: board: add support of CONFIG_ENV_IS_IN_MMC

[PATCH] ALSA: hda: enable the runtime_pm for non-vgaswitcheroo hda controllers
 2020-04-14 13:17 UTC  (8+ messages)

[dpdk-dev] [RFC v1 1/1] vfio: set vf token and gain vf device access
 2020-04-14 13:18 UTC  (3+ messages)
` [dpdk-dev] [PATCH v6 0/2] support for VFIO-PCI VF token interface
  ` [dpdk-dev] [EXT] "

[Ocfs2-devel] [PATCH 0/8] Simplefs: group and simplify linux fs code
 2020-04-14 12:43 UTC  (2+ messages)
` [PATCH 6/8] simplefs: add file creation functions

[Intel-gfx] [PATCH] drm/i915: Flush async power domains on probe failure
 2020-04-14 13:17 UTC  (4+ messages)

[Buildroot] [PATCH] package/netsnmp: unix domain socket transport
 2020-04-14 13:17 UTC 

FAILED: patch "[PATCH] KVM: VMX: Always VMCLEAR in-use VMCSes during crash with" failed to apply to 4.4-stable tree
 2020-04-14 13:17 UTC 

[Qemu devel PATCH v4 0/3] Add SmartFusion2 EMAC block
 2020-04-14 13:14 UTC  (7+ messages)
` [Qemu devel PATCH v4 2/3] msf2: Add EMAC block to SmartFusion2 SoC
` [Qemu devel PATCH v4 3/3] tests/boot_linux_console: Add ethernet test to SmartFusion2

[PATCH for-5.1 0/8] qemu-option: Fix corner cases and clean up
 2020-04-14 13:13 UTC  (5+ messages)
` [PATCH for-5.1 1/8] tests-qemu-opts: Cover has_help_option(), qemu_opt_has_help_opt()

[PATCH] platform/chrome: wilco_ec: Provide correct output format to 'h1_gpio' file
 2020-04-14 13:14 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 00/11] new cgroup controller for gpu/drm subsystem
 2020-04-14 13:14 UTC  (11+ messages)

[PATCH 0/3] regulator: max77826: Add MAX77826 support
 2020-04-14 13:14 UTC  (3+ messages)

[Intel-gfx] [PATCH 1/2] drm/i915/display: Load DP_TP_CTL/STATUS offset before use it
 2020-04-14 13:13 UTC  (3+ messages)
` [Intel-gfx] [PATCH 2/2] Revert "rtc/cmos: Protect rtc_lock from interrupts"


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.