All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-07-15 19:15:28 to 2025-07-15 20:00:18 UTC [more...]

[PULL 00/17] Accelerators patches for 2025-07-15
 2025-07-15 19:45 UTC  (12+ messages)
` [PULL 01/17] hw/xen/arch_hvm: Unify x86 and ARM variants
` [PULL 02/17] hw/arm/xen-pvh: Remove unnecessary 'hw/xen/arch_hvm.h' header
` [PULL 03/17] qapi/accel: Move definitions related to accelerators in their own file
` [PULL 05/17] hw/core/machine: Display CPU model name in 'info cpus' command
` [PULL 06/17] accel/tcg: Do not dump NaN statistics
` [PULL 07/17] accel: Rename 'system/accel-ops.h' -> 'accel/accel-cpu-ops.h'
` [PULL 09/17] Revert "accel/tcg: Unregister the RCU before exiting RR thread"
` [PULL 10/17] accel/tcg: Extract statistic related code to tcg-stats.c
` [PULL 12/17] accel/system: Add 'info accel' on human monitor
` [PULL 13/17] accel/tcg: Propagate AccelState to dump_accel_info()
` [PULL 14/17] accel/tcg: Implement AccelClass::get_stats() handler

[PATCH BlueZ v1] doc: Add initial ISO(7) documentation
 2025-07-15 19:59 UTC  (5+ messages)
` [BlueZ,v1] "

[PULL 0/8] maintainer updates for rc0 (gitlab, gdbstub, plugins, docs)
 2025-07-15 19:50 UTC  (2+ messages)

[PULL 00/77] Rust, target/i386 changes for QEMU 10.1 soft freeze
 2025-07-15 19:50 UTC  (2+ messages)

[PULL 00/13] Net patches
 2025-07-15 19:50 UTC  (2+ messages)

[PATCH] mm/ksm: Fix -Wsometimes-uninitialized from clang-21 in advisor_mode_show()
 2025-07-15 19:56 UTC 

[RFC PATCH 1/2] rcu: Add rcu_read_lock_notrace()
 2025-07-15 19:56 UTC  (14+ messages)

[PATCH] overlayfs.rst: fix typos
 2025-07-15 19:56 UTC  (3+ messages)

[PATCH v1 00/12] CPU mask improvements/fixes particularly for hybrid
 2025-07-15 19:55 UTC  (2+ messages)

[PATCH 5.15 00/77] 5.15.189-rc1 review
 2025-07-15 19:22 UTC  (6+ messages)
` [PATCH 5.15 53/77] platform/x86: think-lmi: Fix sysfs group cleanup

Samba support for creating special files (via reparse points)
 2025-07-15 19:54 UTC  (11+ messages)

[PATCH-for-10.1 v6 0/8] accel/system: Add 'info accel' on human monitor
 2025-07-15 19:28 UTC  (2+ messages)

Compatible vs onnn,model at ap1302 binding
 2025-07-15 19:54 UTC  (3+ messages)

[bytedance:5.15-velinux 92/92] include/linux/lsm_hook_defs.h:410:18: warning: 'uring_sqpoll_default' defined but not used
 2025-07-15 19:53 UTC 

[PATCH-for-10.1] system/runstate: Document qemu_add_vm_change_state_handler_prio* in hdr
 2025-07-15 19:26 UTC  (3+ messages)

[PATCH v2] hw/arm/xen-pvh: Remove unnecessary 'hw/xen/arch_hvm.h' header
 2025-07-15 19:25 UTC  (2+ messages)

[PATCH-for-10.1 v7 0/2] hw/core/machine: Display CPU model name in 'info cpus' command
 2025-07-15 19:26 UTC  (2+ messages)

[PATCH] hw/xen/arch_hvm: Unify x86 and ARM variants
 2025-07-15 19:25 UTC  (2+ messages)

[PATCH] accel/tcg: Do not dump NaN statistics
 2025-07-15 19:27 UTC  (2+ messages)

[PATCH 3/3] cg: optimize ternary expressions for strings
 2025-07-15 19:50 UTC 

[PATCH 1/3] parser: add dt_node_is_tstring()
 2025-07-15 19:50 UTC 

[PATCH 2/3] cg: validate tstring alloc/free
 2025-07-15 19:50 UTC 

[syzbot] [input?] [usb?] UBSAN: shift-out-of-bounds in s32ton (2)
 2025-07-15 19:50 UTC  (5+ messages)

[PULL 00/57] Block layer patches
 2025-07-15 19:03 UTC  (58+ messages)
` [PULL 01/57] block: never use atomics to access bs->quiesce_counter
` [PULL 02/57] block: add bdrv_graph_wrlock_drained() convenience wrapper
` [PULL 03/57] block/mirror: switch to bdrv_set_backing_hd_drained() variant
` [PULL 04/57] block/commit: "
` [PULL 05/57] block: call bdrv_set_backing_hd() while unlocked in bdrv_open_backing_file()
` [PULL 06/57] block: mark bdrv_set_backing_hd() as GRAPH_UNLOCKED
` [PULL 07/57] blockdev: avoid locking and draining multiple times in external_snapshot_abort()
` [PULL 08/57] block: drop wrapper for bdrv_set_backing_hd_drained()
` [PULL 09/57] block-backend: mark blk_drain_all() as GRAPH_UNLOCKED
` [PULL 10/57] block/snapshot: mark bdrv_all_delete_snapshot() "
` [PULL 11/57] block/stream: mark stream_prepare() "
` [PULL 12/57] block: mark bdrv_reopen_queue() and bdrv_reopen_multiple() "
` [PULL 13/57] block: mark bdrv_inactivate() as GRAPH_RDLOCK and move drain to callers
` [PULL 14/57] block: mark bdrv_inactivate_all() as GRAPH_UNLOCKED
` [PULL 15/57] block: mark blk_remove_bs() "
` [PULL 16/57] block: mark blk_drain() "
` [PULL 17/57] block-backend: mark blk_io_limits_disable() "
` [PULL 18/57] block/commit: mark commit_abort() "
` [PULL 19/57] block: Allow bdrv_new() with and without graph lock
` [PULL 20/57] block: mark bdrv_replace_child_bs() as GRAPH_UNLOCKED
` [PULL 21/57] block: mark bdrv_insert_node() "
` [PULL 22/57] block: mark bdrv_drop_intermediate() "
` [PULL 23/57] block: mark bdrv_close_all() "
` [PULL 24/57] block: mark bdrv_close() "
` [PULL 25/57] block: mark bdrv_open_child_common() and its callers GRAPH_UNLOCKED
` [PULL 26/57] blockjob: mark block_job_remove_all_bdrv() as GRAPH_UNLOCKED
` [PULL 27/57] block/qapi: include child references in block device info
` [PULL 28/57] block/qapi: make @node-name in @BlockDeviceInfo non-optional
` [PULL 29/57] file-posix: Fix aio=threads performance regression after enablign FUA
` [PULL 30/57] iotests: add test for changing the 'drive' property via 'qom-set'
` [PULL 31/57] qemu-img: measure: convert img_size to signed, simplify handling
` [PULL 32/57] qemu-img: create: "
` [PULL 33/57] qemu-img: global option processing and error printing
` [PULL 34/57] qemu-img: pass current cmd info into command handlers
` [PULL 35/57] qemu-img: create: refresh options/--help (short option change)
` [PULL 36/57] qemu-img: factor out parse_output_format() and use it in the code
` [PULL 37/57] qemu-img: check: refresh options/--help
` [PULL 38/57] qemu-img: simplify --repair error message
` [PULL 39/57] qemu-img: commit: refresh options/--help
` [PULL 40/57] qemu-img: compare: use helper function for --object
` [PULL 41/57] qemu-img: compare: refresh options/--help
` [PULL 42/57] qemu-img: convert: refresh options/--help (short option change)
` [PULL 43/57] qemu-img: info: refresh options/--help
` [PULL 44/57] qemu-img: map: "
` [PULL 45/57] qemu-img: snapshot: allow specifying -f fmt
` [PULL 46/57] qemu-img: snapshot: make -l (list) the default, simplify option handling
` [PULL 47/57] qemu-img: snapshot: refresh options/--help
` [PULL 48/57] qemu-img: rebase: refresh options/--help (short option change)
` [PULL 49/57] qemu-img: resize: do not always eat last argument
` [PULL 50/57] qemu-img: resize: refresh options/--help
` [PULL 51/57] qemu-img: amend: "
` [PULL 52/57] qemu-img: bench: "
` [PULL 53/57] qemu-img: bitmap: "
` [PULL 54/57] qemu-img: dd: "
` [PULL 55/57] qemu-img: measure: "
` [PULL 56/57] qemu-img: implement short --help, remove global help() function
` [PULL 57/57] qemu-img: extend cvtnum() and use it in more places

[PATCH] printf.3: mention Android's %m support
 2025-07-15 19:48 UTC  (2+ messages)

[PATCH v4 0/3] Enable_psr kernel parameter changes
 2025-07-15 19:48 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for Enable_psr kernel parameter changes (rev4)

[PATCH v2] target/mips: Only update MVPControl.EVP bit if executed by master VPE
 2025-07-15 19:06 UTC  (4+ messages)
    ` [Bug 1926277] "

[PATCH v1] arm64: dts: qcom: sm8250-xiaomi-pipa: Drop nonexistent hardware
 2025-07-15 19:37 UTC  (4+ messages)

[PATCH rtw-next v2 1/2] wifi: rtw89: Lower the timeout in rtw89_fw_read_c2h_reg() for USB
 2025-07-15 19:46 UTC  (2+ messages)
` [PATCH rtw-next v2 2/2] wifi: rtw89: Lower the timeout in rtw89_fwdl_check_path_ready_ax() "

[PATCH] drm/xe/display: Avoid dig_port work during suspend
 2025-07-15 19:45 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for drm/xe/display: Avoid dig_port work during suspend (rev2)

[PATCH 0/5] hw/pci-host/bonito: Improve various emulation functions
 2025-07-15 19:09 UTC  (2+ messages)

arch/mips/boot/dts/qca/ar9132_tl_wr1043nd_v1.dtb: uart@18020000 (ns8250): clock-names:0: 'core' was expected
 2025-07-15 19:43 UTC 

[PATCH v8 0/8] nvme-fc: FPIN link integrity handling
 2025-07-15 19:42 UTC  (4+ messages)
` [PATCH v8 7/8] nvme: sysfs: emit the marginal path state in show_state()

[GSoC RFC PATCH 0/5] repo-info: add new command for retrieving repository info
 2025-07-15 19:36 UTC  (7+ messages)
` [GSoC RFC PATCH v4 0/4] repo: "
  ` [GSoC RFC PATCH v4 2/4] repo: add the field references.format

[PATCH 0/7] hwmon: iio: Add alarm support
 2025-07-15 19:40 UTC  (7+ messages)
` [PATCH 7/7] "

subscribe
 2025-07-15 19:38 UTC 

[PATCH v2 0/7] drm: Revert general use of struct drm_gem_object.dma_buf
 2025-07-15 19:37 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for drm: Revert general use of struct drm_gem_object.dma_buf (rev2)

[pci:resources] BUILD SUCCESS 84f890414a12b8d1480045b92a5e4e6ac4ab3419
 2025-07-15 19:34 UTC 

[PATCH 0/3] C99: declare bool experiment a success
 2025-07-15 19:35 UTC  (5+ messages)
` [PATCH v2 "

[PATCH 0/5] hw/mips: Proper multi core support
 2025-07-15 19:08 UTC  (2+ messages)

[PATCH v2 00/12] media: uvcvideo: Add support for orientation and rotation
 2025-07-15 19:35 UTC  (7+ messages)
` [PATCH v2 10/12] media: uvcvideo: Add get_* functions to uvc_entity

[PATCH v5 0/8] iommufd: Destroy vdevice on device unbind
 2025-07-15 19:33 UTC  (2+ messages)

[bytedance:5.15-velinux 0/92] mm/hugetlb_background_clean.h:86:9: error: implicit declaration of function 'clear_huge_page'; did you mean 'clear_highpage'?
 2025-07-15 19:32 UTC 

[PATCH v2 00/19] drm: Eliminate redundant drm_format_info lookups
 2025-07-15 19:32 UTC  (3+ messages)
` [PATCH v2 13/19] drm/i915: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()

WARNING: Found insecure W+X mapping in v6.16-rc6 (Bisected)
 2025-07-15 19:32 UTC  (2+ messages)

[PATCH v2] drm/xe: Don't fail probe on unsupported mailbox command
 2025-07-15 19:30 UTC  (3+ messages)

[PATCH 0/7] Add pin control driver for BCM2712 SoC
 2025-07-15 19:27 UTC  (9+ messages)
` [PATCH 1/7] dt-bindings: pinctrl: Add support for Broadcom STB pin controller
` [PATCH 2/7] pinctrl: bcm: Add STB family pin controller driver
` [PATCH 3/7] arm64: dts: broadcom: bcm2712: Add pin controller nodes
` [PATCH 4/7] arm64: dts: broadcom: bcm2712: Add one more GPIO node
` [PATCH 5/7] arm64: dts: broadcom: bcm2712: Add second SDHCI controller node
` [PATCH 6/7] arm64: dts: broadcom: bcm2712: Add UARTA "
` [PATCH 7/7] arm64: defconfig: Enable BCM2712 on-chip pin controller driver

[PATCH 1/2] nvme: check duplicate unique identifiers in order
 2025-07-15 19:29 UTC  (7+ messages)

[PATCH v3 0/5] Add Dell Inspiron 7441 / Latitude 7455 (X1E-80-100)
 2025-07-15 19:29 UTC  (5+ messages)
` [PATCH v3 3/5] arm64: dts: qcom: Add support for Dell Inspiron 7441 / Latitude 7455

[PATCH] Documentation: core-api: entry: Fix typo "systcalls" -> "syscalls"
 2025-07-15 19:29 UTC  (2+ messages)

[PATCH i-g-t] tests/intel/xe_pmu: Skip tests involving engine activity on vm
 2025-07-15 19:28 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for "

[GIT PULL] Chinese-docs changes for v6.15-rc1
 2025-07-15 19:28 UTC  (2+ messages)

[PATCH v3 0/4] iommu/amd: Fix host kdump support for SNP
 2025-07-15 19:27 UTC  (5+ messages)
` [PATCH v3 1/4] iommu/amd: Add support to remap/unmap IOMMU buffers for kdump
` [PATCH v3 2/4] iommu/amd: Reuse device table "
` [PATCH v3 3/4] crypto: ccp: Skip SNP INIT for kdump boot
` [PATCH v3 4/4] iommu/amd: Fix host kdump support for SNP

[bug report] drm/msm: Fix submit error-path leaks
 2025-07-15 19:25 UTC 

[PATCH 6.12] KVM: SVM: Set synthesized TSA CPUID flags
 2025-07-15 19:24 UTC 

[Buildroot] [PATCH] package/passt: needs headers >= 5.0
 2025-07-15 19:23 UTC  (2+ messages)

[PATCH 0/3] commit: convert pop_most_recent_commit() to prio_queue
 2025-07-15 19:23 UTC  (3+ messages)
` [PATCH 1/3] "

[PATCH 0/4] Enable SR-IOV PF mode by default
 2025-07-15 19:22 UTC  (3+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "

[Buildroot] [git commit] package/passt: needs headers >= 5.0
 2025-07-15 19:13 UTC 

[ANNOUNCE] PUCK Agenda - 2025.07.16 - CANCELED
 2025-07-15 19:20 UTC 

[PATCH v3 0/6] arm64: dts: rockchip: Add ROCK 2A/2F, Sige1 and NanoPi Zero2
 2025-07-15 18:56 UTC  (4+ messages)

[PATCH v9 00/29] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
 2025-07-15 18:42 UTC  (4+ messages)
` [PATCH v9 23/29] iommu/arm-smmu-v3-iommufd: Add vsmmu_size/type and vsmmu_init impl ops

[PATCH] hfs: don't use BUG() when we can continue
 2025-07-15 19:20 UTC  (7+ messages)
` [PATCH (REPOST)] "
        ` [PATCH v2] hfs: remove BUG() from hfs_release_folio()/hfs_test_inode()/hfs_write_inode()

[PATCH] xen/netfront: Fix TX response spurious interrupts
 2025-07-15 19:19 UTC  (6+ messages)

[PATCH v4 00/10] rockchip: Fix several DTB validation issues
 2025-07-15 18:20 UTC  (3+ messages)
` (subset) "

Meet compiled kernel binaray abnormal issue while enabling generic kasan in kernel 6.12 with some default KBUILD_RUSTFLAGS on
 2025-07-15 17:50 UTC  (3+ messages)
  ` 答复: "

Number of data and admin queues in use
 2025-07-15 18:05 UTC  (5+ messages)

[PATCH V2 0/3] staging: vchiq_arm: Fix regression & resource leaks
 2025-07-15 17:44 UTC  (5+ messages)
` [PATCH V2 1/3] Revert "staging: vchiq_arm: Improve initial VCHIQ connect"
` [PATCH V2 2/3] Revert "staging: vchiq_arm: Create keep-alive thread during probe"
` [PATCH V2 3/3] staging: vchiq_arm: Make vchiq_shutdown never fail

[PATCH 0/3] riscv: dts: sophgo: Add ethernet support for cv18xx
 2025-07-15 17:43 UTC  (3+ messages)
` [PATCH 2/3] riscv: dts: sophgo: Add mdio multiplexer device "

[PATCH] ARM: dts: broadcom: Fix bcm7445 memory controller compatible
 2025-07-15 17:42 UTC  (2+ messages)

[GIT PULL] Allwinner device tree changes for 6.17
 2025-07-15 17:29 UTC 

[PATCH v4 5/6] clocksource/drivers/exynos_mct: Add module support
 2025-07-15 17:23 UTC  (3+ messages)
` [PATCH] clocksource/drivers/exynos_mct: Fix section mismatch from the module conversion

[PATCH v2] git-gui: Add support of SHA256 repo
 2025-07-15 19:19 UTC  (4+ messages)

[PATCH v3 0/4] Changes for the eUSB2 PHY on Milos
 2025-07-15 17:34 UTC  (3+ messages)
` [PATCH v3 4/4] phy: qcom: phy-qcom-snps-eusb2: Update init sequence per HPG 1.0.2

[meta-arago][scarthgap][PATCH v3 0/2] Addition of off-screen render demo
 2025-07-15 19:19 UTC  (3+ messages)
` [meta-arago][scarthgap][PATCH v3 1/2] meta-arago-test: recipes-graphics: Add lightweight off-screen demo

[PATCH v30 00/20] nvme-tcp receive offloads
 2025-07-15 17:14 UTC  (5+ messages)
` [PATCH v30 03/20] iov_iter: skip copy if src == dst for direct data placement

[GIT PULL] Allwinner fixes for 6.16
 2025-07-15 17:02 UTC 

[GIT PULL] clk: meson: amlogic updates for v6.17
 2025-07-15 16:57 UTC 

[PATCH v3 0/5] allwinner: a523: Add power controllers
 2025-07-15 16:38 UTC  (2+ messages)
` (subset) "

[PATCH v2 0/3] arm64: sunxi: a523: Enable Mali GPU
 2025-07-15 16:38 UTC  (2+ messages)
` (subset) "

[PATCH ath-next] wifi: ath11k: fix sleeping-in-atomic in ath11k_mac_op_set_bitrate_mask()
 2025-07-15 17:03 UTC  (2+ messages)

[PATCH 00/80] treewide: Remove redundant pm_runtime_mark_last_busy() calls
 2025-07-15 16:33 UTC  (3+ messages)
` [PATCH 04/80] bus: sunxi-rsb: "

[PATCH net v2] net: airoha: fix potential use-after-free in airoha_npu_get()
 2025-07-15 16:23 UTC  (2+ messages)

[PATCH v7 00/31] Arm GICv5: Host driver implementation
 2025-07-15 16:14 UTC  (6+ messages)
` [PATCH v7 18/31] arm64: smp: Support non-SGIs for IPIs

[PATCH ath-next v2] wifi: ath12k: Validate peer_id before searching for peer
 2025-07-15 16:24 UTC  (2+ messages)

[PATCH ath-next] wifi: ath12k: remove unneeded semicolon in ath12k_mac_parse_tx_pwr_env()
 2025-07-15 16:24 UTC  (2+ messages)

[PATCH ath-next] wifi: ath12k: Use HTT_TCL_METADATA_VER_V1 in FTM mode
 2025-07-15 16:24 UTC  (2+ messages)

[PATCH] arm64: traps: Mark kernel as tainted on SError panic
 2025-07-15 16:09 UTC  (5+ messages)

[PATCH] scsi: aacraid: Stop using PCI_IRQ_AFFINITY
 2025-07-15 19:18 UTC  (2+ messages)

[PATCH v3 10/14] RDMA/ionic: Register device ops for control path
 2025-07-15 19:16 UTC  (11+ messages)

[PATCH] drm/xe/oa: Fix static checker warning about null gt
 2025-07-15 19:16 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH] drm/xe: Move debugfs GT attributes under tile directory
 2025-07-15 19:15 UTC  (2+ messages)

ls1046a: fsl-fman failure
 2025-07-15 15:04 UTC 

[PATCH v5 0/5] riscv: add support for SBI Supervisor Software Events
 2025-07-15 16:02 UTC  (5+ messages)
` [PATCH v5 3/5] drivers: firmware: add riscv SSE support
` [PATCH v5 4/5] perf: RISC-V: add support for SSE event
` [PATCH v5 5/5] selftests/riscv: add SSE test module


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.