All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-07-04 08:52:30 to 2020-07-04 11:39:47 UTC [more...]

[RFC v7 00/25] intel_iommu: expose Shared Virtual Addressing to VMs
 2020-07-04 11:36 UTC  (43+ messages)
` [RFC v7 01/25] scripts/update-linux-headers: Import iommu.h
` [RFC v7 02/25] header file update VFIO/IOMMU vSVA APIs kernel 5.8-rc3
` [RFC v7 03/25] hw/pci: modify pci_setup_iommu() to set PCIIOMMUOps
` [RFC v7 04/25] hw/pci: introduce pci_device_get_iommu_attr()
` [RFC v7 05/25] intel_iommu: add get_iommu_attr() callback
` [RFC v7 06/25] vfio: pass nesting requirement into vfio_get_group()
` [RFC v7 07/25] vfio: check VFIO_TYPE1_NESTING_IOMMU support
` [RFC v7 08/25] hw/iommu: introduce HostIOMMUContext
` [RFC v7 09/25] hw/pci: introduce pci_device_set/unset_iommu_context()
` [RFC v7 10/25] intel_iommu: add set/unset_iommu_context callback
` [RFC v7 11/25] vfio/common: provide PASID alloc/free hooks
` [RFC v7 12/25] vfio: init HostIOMMUContext per-container
` [RFC v7 13/25] intel_iommu: add virtual command capability support
` [RFC v7 14/25] intel_iommu: process PASID cache invalidation
` [RFC v7 16/25] vfio: add bind stage-1 page table support
` [RFC v7 17/25] intel_iommu: sync IOMMU nesting cap info for assigned devices
` [RFC v7 18/25] intel_iommu: bind/unbind guest page table to host
` [RFC v7 19/25] intel_iommu: replay pasid binds after context cache invalidation
` [RFC v7 20/25] intel_iommu: do not pass down pasid bind for PASID #0
` [RFC v7 21/25] vfio: add support for flush iommu stage-1 cache
` [RFC v7 22/25] intel_iommu: process PASID-based iotlb invalidation
` [RFC v7 23/25] intel_iommu: propagate PASID-based iotlb invalidation to host
` [RFC v7 24/25] intel_iommu: process PASID-based Device-TLB invalidation
` [RFC v7 25/25] intel_iommu: modify x-scalable-mode to be string option

[PATCH 00/16] Add Allwinner H3/H5/H6/A64 HDMI audio
 2020-07-04 11:39 UTC  (10+ messages)
` [PATCH 04/16] ASoC: sun4i-i2s: Set sign extend sample
` [PATCH 05/16] ASoc: sun4i-i2s: Add 20 and 24 bit support
` [PATCH 06/16] ASoC: sun4i-i2s: Adjust regmap settings
` [PATCH 10/16] arm: dts: sunxi: h3/h5: Add DAI node for HDMI
` [PATCH 11/16] arm: dts: sunxi: h3/h5: Add HDMI audio
` [PATCH 13/16] arm64: dts: allwinner: a64: "
` [PATCH 14/16] arm: sun8i: h3: Add HDMI audio to Orange Pi 2
` [PATCH 15/16] arm: sun8i: h3: Add HDMI audio to Beelink X2
` [PATCH 16/16] arm64: dts: allwinner: a64: Add HDMI audio to Pine64

[PATCH v14 00/20] per memcg lru lock
 2020-07-04 11:39 UTC  (6+ messages)
` [PATCH v14 15/20] mm/swap: serialize memcg changes during pagevec_lru_move_fn

regression with commit "null_blk: add helper for deleting the nullb_list"
 2020-07-04 11:37 UTC 

UART/TTY console deadlock
 2020-07-04 11:37 UTC  (16+ messages)

5.8.0rc3 page allocation failure: order:0, mode:0x40810
 2020-07-04 11:37 UTC  (2+ messages)

[PATCH v2] ASoC: cros_ec_codec: Log results when EC commands fail
 2020-07-04 11:34 UTC  (11+ messages)

[RFC] riscv: Add jump-label implementation
 2020-07-04 11:34 UTC  (6+ messages)

[PATCH net v3] sched: consistently handle layer3 header accesses in the presence of VLANs
 2020-07-04 11:33 UTC  (5+ messages)

[PATCH] configure / util: Auto-detect the availability of openpty()
 2020-07-04 11:30 UTC  (12+ messages)
            ` gmake in Solaris 11.4: _IOR missing
              ` gmake in Solaris 11.4: TFR missing

[shenki:dev-5.7 60/114] drivers/peci/peci-core.c:1295:9: warning: Variable 'status' is reassigned a value before the old one has been used
 2020-07-04 11:23 UTC 

[PATCH v6] gpio: pca953x: Add Maxim MAX7313 PWM support
 2020-07-04 11:23 UTC  (3+ messages)

[PATCH v4 00/15] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-07-04 11:26 UTC  (32+ messages)
` [PATCH v4 01/15] vfio/type1: Refactor vfio_iommu_type1_ioctl()
` [PATCH v4 02/15] iommu: Report domain nesting info
` [PATCH v4 03/15] iommu/smmu: Report empty "
` [PATCH v4 04/15] vfio/type1: Report iommu nesting info to userspace
` [PATCH v4 05/15] vfio: Add PASID allocation/free support
` [PATCH v4 06/15] iommu/vt-d: Support setting ioasid set to domain
` [PATCH v4 07/15] vfio/type1: Add VFIO_IOMMU_PASID_REQUEST (alloc/free)
` [PATCH v4 08/15] iommu: Pass domain to sva_unbind_gpasid()
` [PATCH v4 09/15] iommu/vt-d: Check ownership for PASIDs from user-space
` [PATCH v4 10/15] vfio/type1: Support binding guest page tables to PASID
` [PATCH v4 11/15] vfio/type1: Allow invalidating first-level/stage IOMMU cache
` [PATCH v4 12/15] vfio/type1: Add vSVA support for IOMMU-backed mdevs
` [PATCH v4 13/15] vfio/pci: Expose PCIe PASID capability to guest
` [PATCH v4 14/15] vfio: Document dual stage control
` [PATCH v4 15/15] iommu/vt-d: Support reporting nesting capability info

[usb:usb-testing] BUILD SUCCESS 768a0741284315d3a454f5f4e2fa88f62b5abfe9
 2020-07-04 11:19 UTC 

[PATCH v3 00/19] mailmap: Add more entries to sanitize 'git log' output
 2020-07-04 11:15 UTC  (4+ messages)
` [PATCH v3 14/19] .mailmap: Display correct email address for Michael Tokarev

Panic booting qemu-system-sparc64 with bochs_drm
 2020-07-04 11:11 UTC  (3+ messages)

[rcu:dev.2020.06.29b] BUILD SUCCESS 1cd0309d69031e82ed876acbc696a5a71be65c7e
 2020-07-04 10:57 UTC 

[PATCH bpf-next 0/3] bpf: Populate bpffs with map and prog iterators
 2020-07-04 10:48 UTC  (4+ messages)

[PATCH v2] usb: gadget: epautoconf: claim smallest endpoints first
 2020-07-04 10:42 UTC  (4+ messages)

[Buildroot] [PATCH] package/lm-sensors: bump version to 3-6-0
 2020-07-04 10:42 UTC 

[PULL 00/29] target-arm queue
 2020-07-04 10:35 UTC  (4+ messages)
` [PULL 15/29] dwc-hsotg (dwc2) USB host controller register definitions

[PATCH] net/tap-solaris.c: Include qemu-common.h for TFR macro
 2020-07-04 10:34 UTC  (2+ messages)

[PATCH v3 0/3] dt-bindings: display: convert panel bindings to DT Schema
 2020-07-04 10:34 UTC  (10+ messages)
` [PATCH v3 1/3] dt-bindings: display: convert innolux, p079zca "
  ` [PATCH v3 1/3] dt-bindings: display: convert innolux,p079zca "
` [PATCH v3 2/3] dt-bindings: display: convert samsung, s6e8aa0 "
  ` [PATCH v3 2/3] dt-bindings: display: convert samsung,s6e8aa0 "
` [PATCH v3 3/3] dt-bindings: display: convert sharp, lq101r1sx01 "
  ` [PATCH v3 3/3] dt-bindings: display: convert sharp,lq101r1sx01 "

[PATCH v2 00/14] Add regulator devfreq support to Panfrost
 2020-07-04 10:30 UTC  (17+ messages)
` [PATCH v2 01/14] drm/panfrost: avoid static declaration
` [PATCH v2 02/14] drm/panfrost: clean headers in devfreq
` [PATCH v2 03/14] drm/panfrost: don't use pfdevfreq.busy_count to know if hw is idle
` [PATCH v2 04/14] drm/panfrost: introduce panfrost_devfreq struct
` [PATCH v2 05/14] drm/panfrost: use spinlock instead of atomic
` [PATCH v2 06/14] drm/panfrost: properly handle error in probe
` [PATCH v2 07/14] drm/panfrost: rename error labels in device_init
` [PATCH v2 08/14] drm/panfrost: move devfreq_init()/fini() in device
` [PATCH v2 09/14] drm/panfrost: dynamically alloc regulators
` [PATCH v2 10/14] drm/panfrost: add regulators to devfreq
` [PATCH v2 11/14] arm64: defconfig: Enable devfreq cooling device
` [PATCH v2 12/14] arm64: dts: allwinner: h6: Add cooling map for GPU
` [PATCH v2 13/14] [DO NOT MERGE] arm64: dts: allwinner: h6: Add GPU OPP table
` [PATCH v2 14/14] [DO NOT MERGE] arm64: dts: allwinner: force GPU regulator to be always

printk() format %pS wrong symbol
 2020-07-04 10:29 UTC  (2+ messages)

[git:media_tree/master] media: venus: fix multiple encoder crash
 2020-07-04 10:25 UTC 

[PATCH 2/2] PCI/AER: Fix deadlock triggered by AER and sriov enable routine
 2020-07-04 10:25 UTC  (2+ messages)

[Buildroot] [PATCH] package/live555: bump version to 2020.06.25
 2020-07-04 10:24 UTC 

[PATCH] arm64: dts: exynos: Add minimal bootargs
 2020-07-04 10:22 UTC  (4+ messages)

[dpdk-dev] [PATCH 0/4] updates for hns3 PMD driver
 2020-07-04 10:09 UTC  (5+ messages)
` [dpdk-dev] [PATCH 1/4] net/hns3: check if registering mp action successfully
` [dpdk-dev] [PATCH 2/4] net/hns3: cleanup duplicate code when processing TSO in Tx
` [dpdk-dev] [PATCH 3/4] net/hns3: fix VLAN tag inserted in wrong position "
` [dpdk-dev] [PATCH 4/4] doc: update feature list of hns3 rst document

[dpdk-dev] [PATCH] add flow shared action API
 2020-07-04 10:10 UTC  (5+ messages)

[PATCH v4 1/2] gpio: add GPO driver for PCA9570
 2020-07-04 10:05 UTC  (4+ messages)

[PATCH V5 4/6] clk: imx: Add clock configuration for ARMv7 platforms
 2020-07-04 10:03 UTC 

[git:media_tree/master] media: vsp1: dl: Fix NULL pointer dereference on unbind
 2020-07-04 10:02 UTC 

[PATCH RESEND net-next v3 0/3] net: enetc: remove bootloader dependency
 2020-07-04 10:00 UTC  (6+ messages)

[PATCH v4 00/18] Add support for Nitro Enclaves
 2020-07-04 10:00 UTC  (4+ messages)
` [PATCH v4 04/18] nitro_enclaves: Init PCI device driver

[linux-linus test] 151594: regressions - FAIL
 2020-07-04  9:59 UTC 

[PATCH v2] ARM: dts: rockchip: Add usb host0 ohci node for rk3288
 2020-07-04  9:56 UTC  (2+ messages)

[REPORT] [GSoC - TCG Continuous Benchmarking] [#2] Dissecting QEMU Into Three Main Parts
 2020-07-04  9:55 UTC  (8+ messages)

KVM upcall questions
 2020-07-04  9:53 UTC  (2+ messages)

Pull request for UEFI sub-system for efi-2020-10-rc1
 2020-07-04  9:50 UTC 

[PATCH 0/2] genirq: Kill preflow handlers
 2020-07-04  9:48 UTC  (3+ messages)

[Buildroot] [PATCH] package/libyaml: bump version to 0.2.5
 2020-07-04  9:48 UTC 

[PATCHv3 0/6] Add TI PRUSS Local Interrupt Controller IRQChip driver
 2020-07-04  9:39 UTC  (6+ messages)
` [PATCHv3 2/6] irqchip/irq-pruss-intc: Add a PRUSS irqchip driver for PRUSS interrupts

[PATCH v3 0/3] printk: replace ringbuffer
 2020-07-04  9:30 UTC  (4+ messages)
` [PATCH v3 1/3] crash: add VMCOREINFO macro to define offset in a struct declared by typedef

[PATCH 00/20] Prep work for fanotify named events
 2020-07-04  9:30 UTC  (4+ messages)
` [PATCH 01/20] fsnotify: Rearrange fast path to minimise overhead when there is no watcher

[PATCH v7 1/2] dt-binding: Add DSI/LVDS TC358775 bridge bindings
 2020-07-04  9:24 UTC  (2+ messages)
` [PATCH v7 2/2] display/drm/bridge: TC358775 DSI/LVDS driver

[PULL 0/7] Block layer patches
 2020-07-04  9:23 UTC  (2+ messages)

[PATCH 1/2] usb: host: xhci: avoid calling two contineous times for xhci_suspend
 2020-07-04  9:22 UTC  (4+ messages)
` [PATCH 2/2] usb: host: xhci-plat: add wakeup entry at /sys

[PATCH V5 4/6] clk: imx: Add clock configuration for ARMv7 platforms
 2020-07-04  9:22 UTC  (2+ messages)

[PATCH v3 00/34] iommu: Move iommu_group setup to IOMMU core code
 2020-07-04  9:09 UTC  (3+ messages)
` [PATCH v3 07/34] iommu: Add probe_device() and release_device() call-backs

[PATCH v2] clk: rockchip: use separate compatibles for rk3288w-cru
 2020-07-04  9:17 UTC  (2+ messages)

[PATCH v2 1/2] rockchip: Add SoC detection helper
 2020-07-04  9:15 UTC  (4+ messages)
` [PATCH v2 2/2] rockchip: rk3288: Add OF board setup

How can I investigate the cause of "watchdog: BUG: soft lockup"?
 2020-07-04  9:13 UTC  (6+ messages)

[PATCH] rockchip: rk3288: Add OF board setup
 2020-07-04  8:55 UTC  (7+ messages)

[PATCH v2 0/3] um: allow static linking for non-glibc libc implementations
 2020-07-04  8:52 UTC  (8+ messages)
` [PATCH v2 1/3] um/kconfig: introduce CC_CAN_LINK_STATIC_NO_RUNTIME_DEPS
` [PATCH v2 2/3] um: some fixes to build UML with musl
` [PATCH v2 3/3] um: allow static linking for non-glibc implementations


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.