All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-26 12:11:13 to 2023-06-26 12:48:41 UTC [more...]

[PULL 00/53] virtio,pc,pci: fixes, features, cleanups
 2023-06-26 12:30 UTC  (49+ messages)
` [PULL 01/53] bswap: Add the ability to store to an unaligned 24 bit field
` [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 23/53] vhost: release memory_listener object in error path
` [PULL 24/53] vhost: release virtqueue objects "
` [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 31/53] hw/i386/pc: Default to use SMBIOS 3.0 for newer machine models
` [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 35/53] vdpa: reorder vhost_vdpa_net_cvq_cmd_page_len function
` [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

[Intel-xe] [PATCH V2 0/6] drm/xe: Add engine scheduler control interface
 2023-06-26 12:48 UTC  (3+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe: Add engine scheduler control interface (rev2)
` [Intel-xe] ✗ CI.checkpatch: warning "

[PATCH v10 00/25] DEPT(Dependency Tracker)
 2023-06-26 11:57 UTC  (23+ messages)
` [PATCH v10 01/25] llist: Move llist_{head,node} definition to types.h
` [PATCH v10 02/25] dept: Implement Dept(Dependency Tracker)
` [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 08/25] dept: Apply sdt_might_sleep_{start,end}() to PG_{locked,writeback} wait
` [PATCH v10 09/25] dept: Apply sdt_might_sleep_{start,end}() to swait
` [PATCH v10 10/25] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v10 11/25] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [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] arm64: dts: qcom: sm8350: fix BAM DMA crash and reboot
 2023-06-26 12:46 UTC  (3+ messages)

[PATCH v9 00/42] Shadow stacks for userspace
 2023-06-26 12:45 UTC  (8+ messages)
` [PATCH v9 16/42] mm: Add guard pages around a shadow stack

[PATCH 0/7] Add new CPU model EmeraldRapids and GraniteRapids
 2023-06-26 12:39 UTC  (3+ messages)
` [PATCH 1/7] target/i386: Add FEAT_7_1_EDX to adjust feature level

[PATCH] MIPS: KVM: Fix NULL pointer dereference
 2023-06-26 12:44 UTC  (3+ messages)

[PATCH 0/2] net/hns3: add FDIR VLAN match mode runtime config
 2023-06-26 12:43 UTC  (3+ messages)
` [PATCH 1/2] net/hns3: delete duplicate macro definition
` [PATCH 2/2] net/hns3: add FDIR VLAN match mode runtime config

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

[PATCH v3 0/5] test and QEMU fixes to ensure proper PCIE device usage
 2023-06-26 12:43 UTC  (2+ messages)
` [PATCH v3 5/5] hw/pci: ensure PCIE devices are plugged into only slot 0 of PCIE port

[PATCH v4 0/4] Add JSON metrics for Yitian710 DDR
 2023-06-26 12:44 UTC  (6+ messages)

[PATCH] config/arm: add HiSilicon hip10
 2023-06-26 12:43 UTC 

Fwd: After kernel 6.3.7 or 6.3.8 b43 driver fails
 2023-06-26 12:44 UTC  (10+ messages)

[PATCH 1/6] drivers/thermal/k3: Convert to devm_platform_ioremap_resource()
 2023-06-26 12:43 UTC  (6+ 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 6/6] drivers/thermal/ti-soc-thermal: Use devm_platform_get_and_ioremap_resource()

[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 

[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  (5+ messages)
` [PATCH v2 1/2] qmp: remove virtio_list, search QOM tree instead

[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


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.