All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-26 12:03:53 to 2023-06-26 12:44:31 UTC [more...]

[PULL 00/53] virtio,pc,pci: fixes, features, cleanups
 2023-06-26 12:30 UTC  (45+ messages)
` [PULL 02/53] hw/cxl: QMP based poison injection support
` [PULL 03/53] hw/cxl: Add poison injection via the mailbox
` [PULL 04/53] hw/cxl: Add clear poison mailbox command support
` [PULL 05/53] hw/cxl/events: Add event status register
` [PULL 06/53] hw/cxl: Move CXLRetCode definition to cxl_device.h
` [PULL 07/53] hw/cxl/events: Wire up get/clear event mailbox commands
` [PULL 08/53] hw/cxl/events: Add event interrupt support
` [PULL 09/53] hw/cxl/events: Add injection of General Media Events
` [PULL 10/53] hw/cxl/events: Add injection of DRAM events
` [PULL 11/53] hw/cxl/events: Add injection of Memory Module Events
` [PULL 12/53] cryptodev-vhost-user: add asymmetric crypto support
` [PULL 13/53] softmmu: Introduce qemu_target_page_mask() helper
` [PULL 15/53] hw/scsi: Rearrange meson.build
` [PULL 16/53] hw/scsi: Rename target-specific source set as 'specific_virtio_scsi_ss'
` [PULL 17/53] hw/virtio: Introduce VHOST_VSOCK_COMMON symbol in Kconfig
` [PULL 18/53] hw/virtio/virtio-mem: Use qemu_ram_get_fd() helper
` [PULL 20/53] hw/virtio/virtio-iommu: Use target-agnostic qemu_target_page_mask()
` [PULL 21/53] hw/virtio: Remove unnecessary 'virtio-access.h' header
` [PULL 22/53] hw/virtio: Build various target-agnostic objects just once
` [PULL 24/53] vhost: release virtqueue objects in error path
` [PULL 25/53] pci: ROM preallocation for incoming migration
` [PULL 26/53] virtio-mem: Simplify bitmap handling and virtio_mem_set_block_state()
` [PULL 27/53] vdpa: return errno in vhost_vdpa_get_vring_group error
` [PULL 28/53] vdpa: move CVQ isolation check to net_init_vhost_vdpa
` [PULL 29/53] cryptodev: fix memory leak during stats query
` [PULL 30/53] hw/acpi: Fix PM control register access
` [PULL 32/53] tests/data/acpi: update after SMBIOS 2.0 change
` [PULL 34/53] vdpa: do not block migration if device has cvq and x-svq=on
` [PULL 36/53] vdpa: map shadow vrings with MAP_SHARED
` [PULL 37/53] include/hw/virtio: make some VirtIODevice const
` [PULL 38/53] vdpa: reuse virtio_vdev_has_feature()
` [PULL 39/53] hw/net/virtio-net: make some VirtIONet const
` [PULL 40/53] virtio-net: expose virtio_net_supported_guest_offloads()
` [PULL 41/53] vdpa: Add vhost_vdpa_net_load_offloads()
` [PULL 42/53] vdpa: Allow VIRTIO_NET_F_CTRL_GUEST_OFFLOADS in SVQ
` [PULL 44/53] vdpa: mask _F_CTRL_GUEST_OFFLOADS for vhost vdpa devices
` [PULL 45/53] vdpa: fix not using CVQ buffer in case of error
` [PULL 46/53] hw/i386/pc: Clean up pc_machine_initfn
` [PULL 48/53] vhost-user: fully use new backend/frontend naming
` [PULL 49/53] intel_iommu: Fix a potential issue in VFIO dirty page sync
` [PULL 50/53] intel_iommu: Fix flag check in replay
` [PULL 51/53] intel_iommu: Fix address space unmap
` [PULL 52/53] vhost_net: add an assertion for TAP client backends
` [PULL 53/53] vhost-vdpa: do not cleanup the vdpa/vhost-net structures if peer nic is present

[PATCH 1/6] drivers/thermal/k3: Convert to devm_platform_ioremap_resource()
 2023-06-26 12:43 UTC  (5+ messages)
` [PATCH 2/6] thermal/drivers/k3_j72xx_bandgap: "
` [PATCH 3/6] thermal/drivers/qcom: "
` [PATCH 4/6] drivers/thermal/rcar_gen3_thermal: "
` [PATCH 5/6] thermal/drivers/rcar: "

[PATCH v10 00/25] DEPT(Dependency Tracker)
 2023-06-26 11:57 UTC  (18+ messages)
` [PATCH v10 01/25] llist: Move llist_{head,node} definition to types.h
` [PATCH v10 03/25] dept: Add single event dependency tracker APIs
` [PATCH v10 04/25] dept: Add lock "
` [PATCH v10 05/25] dept: Tie to Lockdep and IRQ tracing
` [PATCH v10 06/25] dept: Add proc knobs to show stats and dependency graph
` [PATCH v10 07/25] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v10 15/25] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH v10 16/25] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait
` [PATCH v10 17/25] dept: Track timeout waits separately with a new Kconfig
` [PATCH v10 18/25] dept: Apply timeout consideration to wait_for_completion()/complete()
` [PATCH v10 19/25] dept: Apply timeout consideration to swait
` [PATCH v10 20/25] dept: Apply timeout consideration to waitqueue wait
` [PATCH v10 21/25] dept: Apply timeout consideration to hashed-waitqueue wait
` [PATCH v10 22/25] dept: Apply timeout consideration to dma fence wait
` [PATCH v10 23/25] dept: Record the latest one out of consecutive waits of the same class
` [PATCH v10 24/25] dept: Make Dept able to work with an external wgen
` [PATCH v10 25/25] dept: Track the potential waits of PG_{locked,writeback}

[PATCH v3] drm/amd/display: Remove unnecessary casts in amdgpu_dm_helpers.c
 2023-06-26 12:43 UTC 

[PATCH v2] perf unwind: Fix map reference counts
 2023-06-26 12:42 UTC  (4+ messages)
` [cocci] "

[virtio-comment] [RFC PATCH] admin-queue: bind the group member to the device
 2023-06-26 12:39 UTC  (17+ messages)
        ` [virtio-comment] Re: [virtio-dev] "
                ` [virtio-dev] "
                  ` [virtio-dev] "
                    `  "
                  ` [virtio-dev] "

[PATCH v2 0/2] Input: cap11xx add advanced sensitivity settings
 2023-06-26 12:41 UTC  (6+ messages)
` [PATCH v2 1/2] dt-bindings: input: microchip,cap11xx: "
` [PATCH v2 2/2] Input: cap11xx - "

答复: [v5,net-next]net: wwan: t7xx : V5 ptach upstream work
 2023-06-26 12:41 UTC  (4+ messages)
`  "

[PATCH] wifi: ray_cs: Remove invalid conditional statements
 2023-06-26 12:40 UTC  (2+ messages)

[PATCH] Signed-off-by: Runa Guo-oc <RunaGuo-oc@zhaoxin.com>
 2023-06-26 12:40 UTC  (4+ messages)

[PATCH v1 0/2] exfat: get file size from DataLength
 2023-06-26 12:37 UTC  (5+ messages)

[RESEND v2] ufs: core: Add support for qTimestamp attribute
 2023-06-26 12:36 UTC  (2+ messages)

[dm-devel] [PATCH] multipath-tools build: accept KBUILD_BUILD_TIMESTAMP from env
 2023-06-26 12:35 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/display : Remove support for interlace mode
 2023-06-26 12:35 UTC  (3+ messages)

[PATCH] drm/amd/pm: Enable pp_feature attribute
 2023-06-26 12:35 UTC 

[PATCH v3 0/2] Avoid re-initializing XHCI HC during removal
 2023-06-26 12:36 UTC  (3+ messages)

[RESEND v6 0/8] Add SC7280 audioreach device tree nodes
 2023-06-26 12:33 UTC  (13+ messages)
` [RESEND v6 5/8] arm64: dts: qcom: sc7280: Add LPASS PIL node
` [RESEND v6 6/8] arm64: dts: qcom: sc7280: Modify VA/RX/TX macro clock nodes for audioreach solution
` [RESEND v6 8/8] arm64: dts: qcom: sc7280: Add qcom,adsp-pil-mode property in clock nodes

perf-tools-next: Request for testing hybrid changes
 2023-06-26 12:32 UTC  (5+ messages)

[PATCH] drm/drm_gem.c: remove surplus else after return clause
 2023-06-26 12:32 UTC  (6+ messages)

user and password problem
 2023-06-26 12:32 UTC 

[Intel-gfx] [PATCH] drm/i915/display/dp: Remove support for UHBR13.5
 2023-06-26 12:32 UTC  (4+ messages)

[PATCH v2 00/12] mm: jit/text allocator
 2023-06-26 12:31 UTC  (19+ messages)
` [PATCH v2 02/12] mm: introduce execmem_text_alloc() and jit_text_alloc()

[PATCH] fs: smb: server: Replace unneed variable ret with 0
 2023-06-26 12:31 UTC 

[PATCH] scripts/mksysmap: Ignore prefixed KCFI symbols
 2023-06-26 12:29 UTC  (2+ messages)
` [PATCH v2] "

Bad shim signature on kernel loading with patchset from 25.05.2023 and up
 2023-06-26 12:28 UTC  (4+ messages)

[PATCH] wifi: ray_cs: Replace the ternary conditional operator with min()
 2023-06-26 12:28 UTC  (2+ messages)

[PATCH v4 00/19] drm/msm/dpu: another catalog rework
 2023-06-26 12:28 UTC  (4+ messages)
` [PATCH v4 04/19] drm/msm/dpu: drop dpu_mdss_cfg::mdp_count field

[PATCH v3 00/38] fbdev: Make userspace interfaces optional
 2023-06-26 12:27 UTC  (4+ messages)
` [PATCH v3 27/38] fbdev/sh7760fb: Alloc DMA memory from hardware device

[Question] Can DATA_DEV_BLOCK_SIZE_MIN_SECTORS be set to a smaller value
 2023-06-26 12:25 UTC  (4+ messages)
` [dm-devel] "

[RESEND PATCH v3 0/2] clean up block_commit_write
 2023-06-26 12:26 UTC  (9+ messages)
` [RESEND PATCH v3 1/2] fs/buffer: "
    ` [Ocfs2-devel] "
` [RESEND PATCH v3 2/2] fs: convert block_commit_write to return void
    ` [Ocfs2-devel] "
  ` [Ocfs2-devel] [RESEND PATCH v3 0/2] clean up block_commit_write

ath11k: QCN9074: low HE-MCS index
 2023-06-26 12:27 UTC 

[PATCH v2 0/2] seqlock,mm: lockdep annotation + write_seqlock_irqsave()
 2023-06-26 12:27 UTC  (9+ messages)
` [PATCH v2 1/2] seqlock: Do the lockdep annotation before locking in do_write_seqcount_begin_nested()

[PULL 00/30] ppc queue
 2023-06-26 12:26 UTC  (3+ messages)
` [PULL 10/30] ppc/spapr: H_ENTER_NESTED should restore host XER ca field

[mickledore][PATCH] libvmi: add dependency on autoconf-archive-native
 2023-06-26 12:26 UTC 

[PATCH v1 0/5] Add PWM-DAC audio support for StarFive JH7110 RISC-V SoC
 2023-06-26 12:25 UTC  (5+ messages)
` [PATCH v1 4/5] ASoC: starfive: Add JH7110 PWM-DAC driver
` [PATCH v1 5/5] riscv: dts: starfive: Add JH7110 PWM-DAC support

[Intel-gfx] [PATCH v2 0/4] drm/ttm: Fixes around resources and bulk moves
 2023-06-26 12:23 UTC  (7+ messages)
` [Intel-gfx] [PATCH v2 4/4] drm/ttm: Don't leak a resource on swapout move error
    `  "
      ` [Intel-xe] "

[PATCH v2] rcu: Add necessary WRITE_ONCE()
 2023-06-26 12:22 UTC  (6+ messages)

[PATCH v3 0/4] clk: sunxi-ng: Module support
 2023-06-26 12:21 UTC  (4+ messages)
` [PATCH v3 3/4] clk: sunxi-ng: Convert early providers to platform drivers

[REGRESSION] breakage in sun6i-csi media api
 2023-06-26 12:23 UTC  (5+ messages)

[Intel-gfx] [PATCH 0/2] MTL Degamma implementation
 2023-06-26 12:23 UTC  (5+ messages)
` [Intel-gfx] [PATCH 1/2] drm/i915/color: Add function to load degamma LUT in MTL
` [Intel-gfx] [PATCH 2/2] drm/i915/color: For MTL convert 24 bit lut values to 16 bit

[PULL v2 0/3] Hppa boot reboot fixes patches
 2023-06-26 12:22 UTC  (6+ messages)
` [PULL v2 1/3] target/hppa: Fix OS reboot issues

[PATCH] i2c: Drop legacy callback .probe_new()
 2023-06-26 12:20 UTC  (2+ messages)

splice(-> FIFO) never wakes up inotify IN_MODIFY?
 2023-06-26 12:19 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915: Fail if DSC compression requirement is less than platform supports
 2023-06-26 12:18 UTC  (2+ messages)

[PATCH] mfd: Switch two more drivers back to use struct i2c_driver::probe
 2023-06-26 12:18 UTC  (3+ messages)

[PATCH v2 0/7] x86/resctrl: Add support for Sub-NUMA cluster (SNC) systems
 2023-06-26 12:18 UTC  (7+ messages)
` [PATCH v2 7/7] x86/resctrl: Determine if Sub-NUMA Cluster is enabled and initialize

[PATCH rc v2 0/2] iommufd syzkaller fixes
 2023-06-26 12:18 UTC  (2+ messages)

[f2fs-dev] f2fs async buffered write patch
 2023-06-26 12:16 UTC  (4+ messages)
  `  "

[PATCH v2 0/2] qmp: Remove virtio_list & update virtio introspection
 2023-06-26 12:16 UTC  (8+ messages)
` [PATCH v2 1/2] qmp: remove virtio_list, search QOM tree instead
` [PATCH v2 2/2] qmp: update virtio feature maps, vhost-user-gpio instrospection

[vireshk-pm:opp/linux-next 8/8] drivers/opp/of.c:516 dev_pm_opp_of_find_icc_paths() warn: passing zero to 'dev_err_probe'
 2023-06-26 12:16 UTC 

[linux-next:master 5616/12689] net/bluetooth/hci_conn.c:1884:7-14: WARNING opportunity for kmemdup
 2023-06-26 12:16 UTC 

Git question rewarding git merge and its exit codes
 2023-06-26 12:14 UTC 

[PATCH v2] arm64: errata: Add NXP iMX8QM workaround for A53 Cache coherency issue
 2023-06-26 12:15 UTC  (8+ messages)

stable-rc/linux-5.15.y baseline: 147 runs, 15 regressions (v5.15.118)
 2023-06-26 12:14 UTC 

[PATCH net-next v3 0/2] virtio-net: avoid conflicts between XDP and GUEST_CSUM
 2023-06-26 12:14 UTC  (5+ messages)
` [PATCH net-next v3 1/2] virtio-net: support coexistence of "
` [PATCH net-next v3 2/2] virtio-net: remove GUEST_CSUM check for XDP

[GIT pull] core/debugobjects for v6.5-rc1
 2023-06-26 12:13 UTC  (6+ messages)
` [GIT pull] irq/core "
` [GIT pull] smp/core "
` [GIT pull] timers/core "
` [GIT pull] x86/boot "
` [GIT pull] x86/core "

[PATCH 0/7] Integrate EFI capsule tasks into u-boot's build flow
 2023-06-26 12:13 UTC  (8+ messages)
` [PATCH 5/7] Makefile: Add a target for building capsules

[Buildroot] [PATCH v1] package/linux-tools: introduce linux mm tools
 2023-06-26 12:12 UTC  (3+ messages)

[meta-networking][PATCH] mbedtls: fix builds with crypto extensions
 2023-06-26 12:12 UTC  (2+ messages)
` [oe] "

[meta-python][PATCH 1/3] python3-pytest-cov: Add initial recipe 4.1.0
 2023-06-26 12:11 UTC  (3+ messages)
` [meta-python][PATCH 3/3] python3-platformdirs: Fix recipe version 3.6.0

[PATCH] memory tier: Use helper function destroy_memory_type()
 2023-06-26 12:10 UTC 

[Acpica-devel] [PATCH v2 1/2] ACPI: platform: Ignore SMB0001 only when it has resources
 2023-06-26 12:11 UTC  (8+ messages)
          `  "

[PATCH v2 0/5] test and QEMU fixes to ensure proper PCIE device usage
 2023-06-26 12:10 UTC  (5+ messages)
` [PATCH v2 4/5] tests/qtest/hd-geo-test: fix test by removing unnecessary pcie-root-port

[PATCH] usb: typec: tcpm: Replace the ternary conditional operator with max()
 2023-06-26 12:11 UTC 

[meta-python][PATCH v2 1/3] python3-pytest-cov: Add initial recipe 4.1.0
 2023-06-26 12:09 UTC  (3+ messages)
` [meta-python][PATCH v2 2/3] python3-covdefaults: Add initial recipe 2.3.0
` [meta-python][PATCH v2 3/3] python3-platformdirs: Fix recipe version 3.6.0

[PATCH v3 00/21] Enable CET Virtualization
 2023-06-26 12:10 UTC  (4+ messages)
` [PATCH v3 20/21] KVM:x86: Enable kernel IBT support for guest

Regression from "ACPI: OSI: Remove Linux-Dell-Video _OSI string"? (was: Re: Bug#1036530: linux-signed-amd64: Hard lock up of system)
 2023-06-26 12:09 UTC  (13+ messages)

[PATCH 0/3] vfio/migration: Make VFIO migration non-experimental
 2023-06-26 12:08 UTC  (3+ messages)
` [PATCH 2/3] vfio/migration: Reset bytes_transferred properly

[PATCH 5.4] xfs: verify buffer contents when we skip log replay
 2023-06-26 12:08 UTC 

[ANNOUNCE] xfsprogs: for-next updated to b894e1b9a
 2023-06-26 12:07 UTC 

[PATCH] drm/panel: Fine tune Starry-ili9882t panel HFP and HBP
 2023-06-26 12:07 UTC  (2+ messages)

stable-rc/linux-4.14.y baseline: 134 runs, 26 regressions (v4.14.319)
 2023-06-26 12:07 UTC 

[Intel-gfx] [PATCH] drm/i915/display: Add header file for struct seq_file
 2023-06-26 12:06 UTC  (3+ messages)
` [Intel-gfx] [PATCH] drm/i915/display: Add forward declaration "

nik_bin_nek_alwi@yahoo.com
 2023-06-26 12:07 UTC 

nik_bin_nek_alwi@yahoo.com
 2023-06-26 12:07 UTC 

Matching on protocols inside IPv6 IPSec AH (legacy vs nft)
 2023-06-26 12:06 UTC  (3+ messages)

[PATCH v2 00/15] drm/msm/hdmi & phy: use generic PHY framework
 2023-06-26 12:06 UTC  (5+ messages)
` [PATCH v2 02/15] phy: qualcomm: add QMP HDMI PHY driver

[PATCH] usb: typec: nb7vpq904m: Switch back to use struct i2c_driver::probe
 2023-06-26 12:06 UTC  (2+ messages)

[Intel-gfx] [PATCH 1/2] drm/doc: fix duplicate declaration warning
 2023-06-26 12:05 UTC  (4+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915: fix Sphinx indentation warning

[axboe-block:for-6.5/block-late 216/216] drivers/md/bcache/super.c:2644 register_bcache() warn: passing freed memory 'holder'
 2023-06-26 12:05 UTC 

[meta-python][PATCH 1/5] python3-distlib: Add initial recipe 0.3.6
 2023-06-26 11:45 UTC  (5+ messages)
` [meta-python][PATCH 2/5] python3-filelock: Add initial recipe 3.12.0
` [meta-python][PATCH 3/5] python3-virtualenv: Add initial recipe 20.23.0
` [meta-python][PATCH 4/5] python3-pyproject-api: Add initial recipe 1.5.1
` [meta-python][PATCH 5/5] python3-tox: Add initial recipe 4.6.0


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.