All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-03-27 08:59:46 to 2023-03-27 09:41:00 UTC [more...]

[PATCH v8 00/24] Add vfio_device cdev for iommufd support
 2023-03-27  9:40 UTC  (11+ messages)
` [Intel-gfx] "
` [PATCH v8 01/24] vfio: Allocate per device file structure
  ` [Intel-gfx] "
` [PATCH v8 02/24] vfio: Refine vfio file kAPIs for KVM
` [PATCH v8 03/24] vfio: Remove vfio_file_is_group()
  ` [Intel-gfx] "
` [PATCH v8 04/24] vfio: Accept vfio device file in the KVM facing kAPI
  ` [Intel-gfx] "
` [PATCH v8 05/24] kvm/vfio: Rename kvm_vfio_group to prepare for accepting vfio device fd
` [Intel-gfx] [PATCH v8 07/24] vfio: Pass struct vfio_device_file * to vfio_device_open/close()

[PATCH net] net: stmmac: don't reject VLANs when IFF_PROMISC is set
 2023-03-27  9:40 UTC  (2+ messages)

BUG: drivers/usb/host/xhci: memleak in alloc from xhci_disable_usb3_lpm_timeout()
 2023-03-27  9:41 UTC  (3+ messages)

[PATCH v9 0/3] riscv: Use PUD/P4D/PGD pages for the linear mapping
 2023-03-27  9:39 UTC  (7+ messages)
` [PATCH v9 2/3] riscv: Move the linear mapping creation in its own function
` [PATCH v9 3/3] riscv: Use PUD/P4D/PGD pages for the linear mapping

Redirect isn't working:
 2023-03-27  9:38 UTC  (3+ messages)

[igt-dev] [i-g-t V4] lib/kms: Get pipe enum from debugfs
 2023-03-27  9:38 UTC  (2+ messages)

[PATCH v3 0/3] media: pci: intel: ivsc: Add driver of Intel Visual Sensing Controller(IVSC)
 2023-03-27  9:36 UTC  (6+ messages)

[PATCH for 8.1 v2 0/6] Move ASID test to vhost-vdpa net initialization
 2023-03-27  9:36 UTC  (9+ messages)
` [PATCH for 8.1 v2 1/6] vdpa: Remove status in reset tracing
` [PATCH for 8.1 v2 2/6] vdpa: add vhost_vdpa_reset_status_fd
` [PATCH for 8.1 v2 4/6] vdpa: return errno in vhost_vdpa_get_vring_group error
` [PATCH for 8.1 v2 5/6] vdpa: move CVQ isolation check to net_init_vhost_vdpa

[LTP] [PATCH v3 0/4] tst_device.c: Handle Android path for backing device
 2023-03-27  9:36 UTC  (3+ messages)
` [LTP] [PATCH v3 4/4] tst_find_backing_dev: Also check /dev/block/ "

[PATCH 0/3] ext4: fix WARNING in ext4_add_complete_io
 2023-03-27  9:35 UTC  (5+ messages)
` [PATCH 3/3] ext4: fix race between writepages and remount

[PATCH v2 00/10] Introduce new methods for verifying ownership in vfio PCI hot reset
 2023-03-27  9:34 UTC  (22+ messages)
` [Intel-gfx] "
` [PATCH v2 01/10] vfio/pci: Update comment around group_fd get in vfio_pci_ioctl_pci_hot_reset()
  ` [Intel-gfx] "
` [PATCH v2 02/10] vfio/pci: Only check ownership of opened devices in hot reset
  ` [Intel-gfx] "
` [PATCH v2 03/10] vfio/pci: Move the existing hot reset logic to be a helper
  ` [Intel-gfx] "
` [PATCH v2 04/10] vfio-iommufd: Add helper to retrieve iommufd_ctx and devid for vfio_device
  ` [Intel-gfx] "
` [PATCH v2 05/10] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
  ` [Intel-gfx] "
` [PATCH v2 06/10] vfio: Refine vfio file kAPIs for vfio PCI hot reset
  ` [Intel-gfx] "
` [PATCH v2 07/10] vfio: Accpet device file from vfio PCI hot reset path
  ` [Intel-gfx] "
` [PATCH v2 08/10] vfio/pci: Renaming for accepting device fd in "
  ` [Intel-gfx] "
` [PATCH v2 09/10] vfio/pci: Accept device fd in VFIO_DEVICE_PCI_HOT_RESET ioctl
  ` [Intel-gfx] "
` [PATCH v2 10/10] vfio/pci: Add VFIO_DEVICE_GET_PCI_HOT_RESET_GROUP_INFO
  ` [Intel-gfx] "

[PATCH v3 0/2] Improving calls to kvmppc_hv_entry
 2023-03-27  9:34 UTC  (8+ messages)
` [PATCH v3 1/2] arch/powerpc/kvm: kvmppc_hv_entry: remove .global scope

[PATCH v4 0/8] mtd: spi-nor: read while write support
 2023-03-27  9:34 UTC  (10+ messages)
` [PATCH v4 7/8] mtd: spi-nor: Enhance locking to support reads while writes

[PATCH 0/2] Qualcomm SDM845 SLPI DSP driver support
 2023-03-27  9:34 UTC  (4+ messages)
` [PATCH 2/2] remoteproc: qcom: pas: add SDM845 SLPI resource

[PATCH V2 0/5] coresight: etm4x: Migrate ACPI AMBA devices to platform driver
 2023-03-27  9:33 UTC  (4+ messages)
` [PATCH V2 5/5] coresight: etm4x: Add ACPI support in "

[PATCH v3 0/6] vfio: Make emulated devices prepared for vfio device cdev
 2023-03-27  9:33 UTC  (14+ messages)
` [Intel-gfx] "
` [PATCH v3 1/6] iommu/iommufd: Pass iommufd_ctx pointer in iommufd_get_ioas()
  ` [Intel-gfx] "
` [PATCH v3 2/6] iommufd: Create access in vfio_iommufd_emulated_bind()
  ` [Intel-gfx] "
` [PATCH v3 3/6] vfio-iommufd: No need to record iommufd_ctx in vfio_device
  ` [Intel-gfx] "
` [PATCH v3 4/6] vfio-iommufd: Make vfio_iommufd_emulated_bind() return iommufd_access ID
  ` [Intel-gfx] "
` [PATCH v3 5/6] vfio/mdev: Uses the vfio emulated iommufd ops set in the mdev sample drivers
  ` [Intel-gfx] "
` [PATCH v3 6/6] vfio: Check the presence for iommufd callbacks in __vfio_register_dev()
  ` [Intel-gfx] "

[PATCH v4 0/8] Enable IPQ9754 USB
 2023-03-27  9:31 UTC  (18+ messages)
` [PATCH v4 1/8] dt-bindings: phy: qcom,qusb2: Document IPQ9574 compatible
` [PATCH v4 2/8] dt-bindings: phy: qcom,qmp-usb: Add IPQ9574 USB3 PHY
` [PATCH v4 3/8] dt-bindings: usb: dwc3: Add IPQ9574 compatible
` [PATCH v4 4/8] clk: qcom: gcc-ipq9574: Add USB related clocks
` [PATCH v4 5/8] phy: qcom-qusb2: add QUSB2 support for IPQ9574
` [PATCH v4 6/8] phy: qcom: qmp: Update IPQ9574 USB Phy initialization Sequence
` [PATCH v4 7/8] arm64: dts: qcom: ipq9574: Add USB related nodes
` [PATCH v4 8/8] arm64: dts: qcom: ipq9574: Enable USB

[Intel-gfx] [PATCH] drm/i915: Use compressed bpp when calculating m/n value for DP MST DSC
 2023-03-27  9:32 UTC  (2+ messages)

[oe-core][PATCH] python3: Fix failing sysconfig.py test on x86(64 bit) using lib64 as baselib by updating test_sysconfig for posix_user purelib
 2023-03-27  9:31 UTC 

linux-next: build failure after merge of the mips tree
 2023-03-27  8:41 UTC  (2+ messages)

[RFC 0/7] efi_loader: move device-path node generation to DM
 2023-03-27  9:31 UTC  (6+ messages)
` [RFC 3/7] dm: implement get_dp_node for block devices

[RFC/RFT] CFI: Add support for gcc CFI in aarch64
 2023-03-27  9:30 UTC  (3+ messages)
` [RFC/RFT,V2] "

[PATCH] loongarch/bpf: Fix bpf load failed with CONFIG_BPF_JIT_ALWAYS_ON, caused by jit (BPF_ST | BPF_NOSPEC) code
 2023-03-27  9:29 UTC  (2+ messages)

[RFC PATCH] MAINTAINERS: add a section for policy documents
 2023-03-27  9:29 UTC  (3+ messages)

[PATCH 0/1] fetch/git: Fix local clone url to make it work with repo
 2023-03-27  9:30 UTC  (5+ messages)
` [PATCH 1/1] "
      ` [bitbake-devel] "

[PATCH] ext4: defer updating i_disksize until endio
 2023-03-27  9:29 UTC  (2+ messages)

[ovmf test] 180027: all pass - PUSHED
 2023-03-27  9:28 UTC 

[PATCH v2] treewide: Fix instantiation of devices in DT overlays
 2023-03-27  8:54 UTC  (3+ messages)

[PATCH v7 0/2] Add ASPEED AST2600 I2Cv2 controller driver
 2023-03-27  9:25 UTC  (9+ messages)
` [PATCH v7 1/2] dt-bindings: i2c: aspeed: support for AST2600-i2cv2
` [PATCH v7 2/2] i2c: aspeed: support ast2600 i2c new register mode driver

[PATCHV2 0/5] Extend cargo based recipe support
 2023-03-27  9:27 UTC  (5+ messages)
` [PATCHV2 3/5] rust-example: provide a recipe for zvariant
  ` [OE-core] "

[PATCH V2 0/6] Add regulator support for IPQ9574 SoC
 2023-03-27  9:26 UTC  (12+ messages)
` [PATCH V2 4/6] regulator: qcom_smd: Add support to define the bootup voltage

[linux-next:pending-fixes] BUILD SUCCESS 902f54bbd6c704147f2fc71dcb4f1c64a05d5201
 2023-03-27  9:25 UTC 

[Intel-gfx] [PATCH v5 00/22] drm/i915/mtl: Add C10 and C20 phy support
 2023-03-27  9:25 UTC  (3+ messages)
` [Intel-gfx] [PATCH v5 09/22] drm/i915/mtl: C20 HW readout

[PATCH V2] meson: install keyboard maps only if necessary
 2023-03-27  9:25 UTC  (2+ messages)

[PATCH v3] mingw: replace deprecated GetVersion with RtlGetVersion
 2023-03-27  9:25 UTC  (3+ messages)
` [PATCH v4] mingw: prefer RtlGetVersion over GetVersion

[PATCH] meson: install keyboard maps only if necessary
 2023-03-27  9:24 UTC  (2+ messages)

[PATCH 0/5] usb: dwc3: qcom: Allow runtime PM
 2023-03-27  9:24 UTC  (4+ messages)

[xen-unstable test] 180024: trouble: broken/fail/pass/starved
 2023-03-27  9:24 UTC 

[Buildroot] [PATCH 01/15] package/pkg-autotools: drop FOO_GETTEXTIZE_OPTS support
 2023-03-27  9:24 UTC  (4+ messages)
` [Buildroot] [PATCH 09/15] package/libuio: migrate to new autopoint flag

[PATCH] tracing: install trace events file only if necessary
 2023-03-27  9:23 UTC  (2+ messages)

[PATCH 1/2] arm64: dts: Add basic NanoPi R6S (RK3588S) Support
 2023-03-27  9:22 UTC  (9+ messages)
` [PATCH 2/2] dt-bindings: clock: update rk3588 clock definitions

[PATCH v2 0/4] ARM: dts: sunxi: Add MangoPi MQ-R board support
 2023-03-27  9:21 UTC  (6+ messages)
` [PATCH v2 4/4] ARM: dts: sunxi: add MangoPi MQ-R-T113 board

[PATCH net-next] net: ethernet: ti: am65-cpsw: enable p0 host port rx_vlan_remap
 2023-03-27  9:21 UTC  (2+ messages)

[PATCH v2 0/2] ext4: fix quotas leak in __ext4_fill_super()
 2023-03-27  9:21 UTC  (5+ messages)
` [PATCH v2 1/2] ext4: turning quotas off if mount failed after enable quotas
` [PATCH v2 2/2] ext4: refactoring to use the unified helper ext4_quotas_off()

[RFC PATCH 00/14] wifi: rtl8xxxu: Add AP mode support for 8188f
 2023-03-27  9:19 UTC  (5+ messages)
` [RFC PATCH 07/14] wifi: rtl8xxxu: Add parameter macid to update_rate_mask

--jobs=0 no longer does any work
 2023-03-27  9:19 UTC  (2+ messages)

[GIT PULL FOR v6.4] mtk-mdp3: Add support for multiple chips
 2023-03-27  9:19 UTC  (2+ messages)
` [GIT PULL FOR v6.4] mtk-mdp3: Add support for multiple chips (#90836)

[PATCH 0/2] gitk: handle long command-lines
 2023-03-27  9:17 UTC  (2+ messages)

[PATCH v2] arm64: dts: rk3399-pinephone-pro: Add internal display support
 2023-03-27  9:15 UTC  (8+ messages)

[PATCH v4 0/5] Renesas SCI fixes
 2023-03-27  9:15 UTC  (5+ messages)
` [PATCH v4 1/5] tty: serial: sh-sci: Fix transmit end interrupt handler
` [PATCH v4 2/5] tty: serial: sh-sci: Fix Rx on RZ/G2L SCI

[PATCH] systemd: Also clear LISTEN_FDNAMES during systemd socket activation
 2023-03-27  9:15 UTC  (2+ messages)

linux-next: build failure after merge of the driver-core tree
 2023-03-27  9:15 UTC  (4+ messages)

[PATCH v2 0/3] Add support to configure Coresight Dummy subunit
 2023-03-27  9:13 UTC  (6+ messages)
` [PATCH v2 3/3] Documentation: trace: Add documentation for Coresight Dummy Trace

iwlwifi "memcpy: detected field-spanning write" kernel oops
 2023-03-27  9:12 UTC 

[cocci] Reconsidering repeated pointer checks with SmPL
 2023-03-27  9:13 UTC  (9+ messages)
` [PATCH] selftests: cgroup: Fix exception handling in test_memcg_oom_group_score_events()
  ` [cocci] [PATCH resent] perf/x86/amd/uncore: Fix exception handling in amd_uncore_cpu_up_prepare()
    `  "

[PATCH] Change the default for Mixed declarations
 2023-03-27  9:12 UTC  (6+ messages)

[PATCH] media: v4l2-core: v4l2-ioctl: Printing log with dev_warn() when the pixelformat is unknown
 2023-03-27  9:10 UTC 

[PATCH v3 0/9] rtw88: Add SDIO support
 2023-03-27  9:11 UTC  (6+ messages)
` [PATCH v3 2/9] wifi: rtw88: sdio: Add HCI implementation for SDIO based chipsets

[PATCH v3 0/2] spi: loongson: add bus driver for the loongson spi
 2023-03-27  9:11 UTC  (6+ messages)
` [PATCH v3 1/2] dt-bindings: spi: add "

[PATCH v6 00/12] Enhance credential helper protocol to include auth headers
 2023-03-27  9:10 UTC  (13+ messages)
` [PATCH v7 "

nftables: Internal error when checking rules
 2023-03-27  9:10 UTC  (3+ messages)

rq lock contention due to commit af7f588d8f73
 2023-03-27  9:09 UTC  (2+ messages)

[PATCH 00/27] another set of MLO patches
 2023-03-27  9:10 UTC  (11+ messages)
` [PATCH 24/27] wifi: mac80211: implement link switching

[syzbot] [net?] [virt?] [io-uring?] [kvm?] BUG: soft lockup in vsock_connect
 2023-03-27  9:07 UTC  (5+ messages)

[Intel-wired-lan] [PATCH net v2] ice: add FDIR counter reset in FDIR init stage
 2023-03-27  9:08 UTC  (2+ messages)

[PATCH v2 0/8] Enable IPQ9754 USB
 2023-03-27  9:08 UTC  (5+ messages)
` [PATCH v3 7/8] arm64: dts: qcom: ipq9574: Add USB related nodes

[Intel-gfx] [PATCH v2 00/21] drm/i915/mtl: Add C10 and C20 phy support
 2023-03-27  9:07 UTC  (6+ messages)
` [Intel-gfx] [PATCH v2 09/21] drm/i915/mtl: C20 HW readout

[PATCH v2] net: tls: fix possible race condition between do_tls_getsockopt_conf() and do_tls_setsockopt_conf()
 2023-03-27  9:05 UTC  (3+ messages)

[PATCH 1/3] iio: adc: stm32-adc: warn if dt uses legacy channel config
 2023-03-27  8:34 UTC  (3+ messages)
` [PATCH 2/3] iio: adc: stm32-adc: skip adc-diff-channels setup if none is present
` [PATCH 3/3] iio: adc: stm32-adc: skip adc-channels "

[PATCH 0/2] xen/netback: fix issue introduced recently
 2023-03-27  9:04 UTC  (5+ messages)
` [PATCH 1/2] xen/netback: don't do grant copy across page boundary
` [PATCH 2/2] xen/netback: remove not needed test in xenvif_tx_build_gops()

[GIT PULL] clk: renesas: Updates for v6.4
 2023-03-27  9:03 UTC 

[GIT PULL] pinctrl: renesas: Updates for v6.4
 2023-03-27  9:03 UTC 

stable-rc/queue/4.14 baseline: 122 runs, 14 regressions (v4.14.311-20-gf781ead24acfa)
 2023-03-27  9:01 UTC 

[PATCH] Fix IRQ issue by setting IRQ_DISABLE_UNLAZY flag
 2023-03-27  9:01 UTC  (4+ messages)

[RFC v4 2/2] file, epoll: Implement do_replace() and eventpoll_replace()
 2023-03-27  9:01 UTC  (5+ messages)
` [RFC v2 3/3] "

[PATCH v2] KVM: SVM: Flush Hyper-V TLB when required
 2023-03-27  8:57 UTC  (3+ messages)
` [RESEND PATCH "

[Buildroot] [PATCH v1 1/2] package/zynqmp-firmware: new package
 2023-03-27  9:00 UTC  (4+ messages)

[PATCH net-next] net: ethernet: ti: am65-cpsw: add .ndo to set dma per-queue rate
 2023-03-27  8:57 UTC 

[PATCH 0/2] ARM: dts: qcom: sdx65: support IPA
 2023-03-27  8:57 UTC  (6+ messages)
` [PATCH 1/2] ARM: dts: qcom: sdx65: add IPA information

[PATCH] arm64: dts: ti: k3-j784s4-evm: Add OSPI0 flash support
 2023-03-27  8:57 UTC  (2+ messages)

[GIT PULL 0/4] Renesas SoC updates for v6.4
 2023-03-27  8:57 UTC  (2+ messages)
` [GIT PULL 3/4] Renesas DT binding "


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.