All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-08-30 15:26:30 to 2025-08-30 16:16:37 UTC [more...]

[PATCH v4 00/84] target/arm: Implement FEAT_GCS
 2025-08-30  5:41 UTC  (13+ messages)
` [PATCH v4 05/84] target/arm: Add in_prot_check to S1Translate
` [PATCH v4 07/84] target/arm: Introduce get_phys_addr_for_at
` [PATCH v4 11/84] target/arm: Remove outdated comment for ZCR_EL12
` [PATCH v4 12/84] target/arm: Implement FEAT_ATS1A
` [PATCH v4 15/84] target/arm: Implement PIR_ELx, PIRE0_ELx, S2PIR_EL2 registers
` [PATCH v4 21/84] target/arm: Do not migrate env->exception
` [PATCH v4 24/84] target/arm: Implement dirtybit check for PIE
` [PATCH v4 35/84] target/arm: Convert regime_el from switch to table
` [PATCH v4 37/84] target/arm: Remove unused env argument from regime_is_pan
` [PATCH v4 67/84] target/arm: Add gcs record for BLR
` [PATCH v4 76/84] linux-user/aarch64: Release gcs stack on thread exit
` [PATCH v4 83/84] tests/tcg/aarch64: Add gcspushm

[PATCH v3 00/87] linux-user: Split up elfload.c
 2025-08-29 10:03 UTC  (10+ messages)
` [PATCH v3 30/87] linux-user/i386: Create target_ptrace.h
` [PATCH v3 38/87] linux-user/arm: Expand target_elf_gregset_t

[PATCH v2 00/18] accel, cpus: clean up cpu->exit_request
 2025-08-29 23:05 UTC  (24+ messages)
` [PATCH 01/18] target/ppc: limit cpu_interrupt_exittb to system emulation
` [PATCH 02/18] target/sparc: limit cpu_check_irqs "
` [PATCH 03/18] target/i386: limit a20 "
` [PATCH 04/18] target-arm: remove uses of cpu_interrupt() for user-mode emulation
` [PATCH 05/18] user-exec: remove cpu_interrupt() stub
` [PATCH 07/18] cpu-common: use atomic access for interrupt_request
` [PATCH 08/18] cpus: document that qemu_cpu_kick() can be used for BQL-less operation
` [PATCH 09/18] accel: use store_release/load_acquire for cross-thread exit_request
` [PATCH 10/18] accel: use atomic accesses for exit_request
` [PATCH 11/18] accel/tcg: create a thread-kick function for TCG
` [PATCH 12/18] accel/tcg: inline cpu_exit()
` [PATCH 13/18] cpus: remove TCG-ism from cpu_exit()
` [PATCH 14/18] cpus: properly kick CPUs out of inner execution loop
` [PATCH 15/18] bsd-user, linux-user: introduce qemu_wait_io_event
` [PATCH 17/18] accel: make all calls to qemu_wait_io_event look the same

[PATCH v2 00/14] util: sync error_report & qemu_log output more closely
 2025-08-29 18:03 UTC  (7+ messages)
` [PATCH v2 01/14] include: define constant for early constructor priority
` [PATCH v2 03/14] system: unconditionally enable thread naming
` [PATCH v2 04/14] util: expose qemu_thread_set_name
` [PATCH v2 06/14] util: set the name for the 'main' thread
` [PATCH v2 08/14] log: avoid prefix on split qemu_log calls
` [PATCH v2 09/14] util: introduce common helper for error-report & log code

[PATCH v2 0/3] tests/functional: improve handling flaky downloads
 2025-08-29 15:03 UTC  (5+ messages)
` [PATCH v2 2/3] tests/functional: fix formatting of exception args
` [PATCH v2 3/3] tests/functional: handle URLError when fetching assets

[PULL 00/91] linux-user patch queue
 2025-08-29 22:24 UTC  (38+ messages)
` [PULL 01/91] hw/core: Dump cpu_reset in the reset.exit phase
` [PULL 03/91] linux-user: Tidy print_socket_protocol
` [PULL 05/91] linux-user/x86_64: Convert target_elf_gregset_t to a struct
` [PULL 06/91] linux-user/i386: "
` [PULL 09/91] linux-user/ppc: "
` [PULL 12/91] linux-user/microblaze: "
` [PULL 16/91] linux-user/s390x: "
` [PULL 19/91] linux-user: Declare elf_core_copy_regs in loader.h
` [PULL 20/91] linux-user: Rename USE_ELF_CORE_DUMP to HAVE_ELF_CORE_DUMP
` [PULL 21/91] linux-user: Move elf_core_copy_regs to {i386, x86_64}/elfload.c
` [PULL 22/91] linux-user: Move elf_core_copy_regs to arm/elfload.c
` [PULL 24/91] linux-user: Move elf_core_copy_regs to ppc/elfload.c
` [PULL 27/91] linux-user: Move elf_core_copy_regs to microblaze/elfload.c
` [PULL 31/91] linux-user: Move elf_core_copy_regs to s390x/elfload.c
` [PULL 32/91] linux-user: Move elf_core_copy_regs to xtensa/elfload.c
` [PULL 36/91] linux-user/x86_64: Create target_ptrace.h
` [PULL 37/91] linux-user/x86_64: Expand target_elf_gregset_t
` [PULL 40/91] linux-user/aarch64: "
` [PULL 45/91] linux-user/m68k: "
` [PULL 46/91] linux-user/microblaze: Create target_ptrace.h
` [PULL 49/91] linux-user/mips: "
` [PULL 50/91] linux-user/mips: Use target_ulong for target_elf_greg_t
` [PULL 51/91] linux-user/openrisc: Create target_ptrace.h
` [PULL 53/91] linux-user/ppc: "
` [PULL 54/91] linux-user/ppc: Expand target_elf_gregset_t
` [PULL 58/91] linux-user/sh4: "
` [PULL 59/91] linux-user/xtensa: Create target_ptrace.h
` [PULL 66/91] linux-user: Remove ELF_EXEC_PAGESIZE
` [PULL 67/91] linux-user: Remove redundant ELF_DATA definitons
` [PULL 73/91] linux-user: Move elf parameters to {mips, mips64}/target_elf.h
` [PULL 74/91] linux-user: Move elf parameters to microblaze/target_elf.h
` [PULL 76/91] linux-user: Move elf parameters to sh4/target_elf.h
` [PULL 80/91] linux-user: Move elf parameters to riscv/target_elf.h
` [PULL 87/91] linux-user: Remove MAP_DENYWRITE from elfload.c
` [PULL 89/91] linux-user: Remove a.out declarations "
` [PULL 90/91] linux-user/sparc: Create target_ptrace.h
` [PULL 91/91] linux-user: Remove target_pt_regs from target_syscall.h

[PATCH 0/3] tests/functional: improve handling flaky downloads
 2025-08-29  9:21 UTC  (7+ messages)
` [PATCH 1/3] tests/functional: enable force refresh of cached assets
` [PATCH 3/3] tests/functional: handle URLError when fetching assets

[PATCH v2] hw/sensor: add stub for ADM1266 blackbox
 2025-08-29 16:23 UTC  (2+ messages)

[PATCH] tests/functional/m68k: Avoid ResourceWarning in the nextcube test
 2025-08-29 14:22 UTC  (2+ messages)

[PATCH v2 0/5] tcg/i386: Improve vector shifts
 2025-08-30  3:39 UTC  (3+ messages)
` [PATCH v2 2/5] tcg/i386: Expand sari of bits-1 as pcmpgt
` [PATCH v2 3/5] tcg/i386: Use canonical operand ordering in expand_vec_sari

[PATCH v3 0/6] drm: panel-backlight-quirks: Do partial refactor and apply OLED fix
 2025-08-29 15:01 UTC  (5+ messages)
` [PATCH v3 2/6] drm: panel-backlight-quirks: Convert brightness quirk to generic structure
` [PATCH v3 4/6] drm: panel-backlight-quirks: Add brightness mask quirk
` [PATCH v3 6/6] drm: panel-backlight-quirks: Log applied panel brightness quirks

evergreen_packet3_check:... radeon 0000:1d:00.0: vbo resource seems too big for the bo
 2025-08-29 19:40 UTC  (3+ messages)

[PATCH v13 00/27] migration: propagate vTPM errors using Error objects
 2025-08-29 20:02 UTC  (6+ messages)
` [PATCH v13 04/27] migration: push Error **errp into vmstate_load()
` [PATCH v13 06/27] migration: push Error **errp into loadvm_handle_cmd_packaged()
` [PATCH v13 09/27] migration: push Error **errp into qemu_loadvm_state_main()
` [PATCH v13 17/27] migration: push Error **errp into loadvm_postcopy_handle_run()
` [PATCH v13 23/27] migration: Capture error in postcopy_ram_listen_thread()

[PULL 00/28] i386, accel, memory patches for 2025-08-29
 2025-08-29 12:59 UTC  (20+ messages)
` [PULL 02/28] hw/i386/pc_piix.c: restrict isapc machine to 3.5G memory
` [PULL 04/28] hw/i386/pc_piix.c: inline pc_xen_hvm_init_pci() into pc_xen_hvm_init()
` [PULL 05/28] hw/i386/pc_piix.c: duplicate pc_init1() into pc_isa_init()
` [PULL 06/28] hw/i386/pc_piix.c: remove pcmc->pci_enabled dependent initialisation from pc_init_isa()
` [PULL 07/28] hw/i386/pc_piix.c: remove igvm "
` [PULL 08/28] hw/i386/pc_piix.c: remove SMI and piix4_pm "
` [PULL 11/28] hw/i386/pc_piix.c: simplify RAM size logic in pc_init_isa()
` [PULL 14/28] hw/i386/pc_piix.c: always initialise ISA IDE drives "
` [PULL 15/28] hw/i386/pc_piix.c: assume pcmc->pci_enabled is always true in pc_init1()
` [PULL 16/28] hw/i386: move isapc machine to separate isapc.c file
` [PULL 17/28] hw/i386/pc_piix.c: remove unused headers after isapc machine split
` [PULL 18/28] hw/i386/pc_piix.c: replace rom_memory with pci_memory
` [PULL 19/28] hw/i386/isapc.c: replace rom_memory with system_memory
` [PULL 20/28] user-exec: ensure interrupt_request is not used
` [PULL 22/28] memory: reintroduce BQL-free fine-grained PIO/MMIO
` [PULL 23/28] acpi: mark PMTIMER as unlocked
` [PULL 24/28] hpet: switch to fine-grained device locking
` [PULL 27/28] kvm: i386: irqchip: take BQL only if there is an interrupt
` [PULL 28/28] tcg: move interrupt caching and single step masking closer to user

[PATCH 0/2] hw: fix some leaks in xlnx devices
 2025-08-29 16:37 UTC  (2+ messages)

[PATCH v5 0/5] Add support for PMBus in QEMU
 2025-08-29 16:08 UTC  (3+ messages)
` [PATCH v5 1/5] hw/i2c: add support for PMBus

[PATCH linux-stable 6.12 0/3] thermal/drivers/mediatek/lvts: pick fixes into 6.12 stable tree
 2025-08-30 15:57 UTC  (4+ messages)
` [PATCH linux-stable 6.12 1/3] thermal/drivers/mediatek/lvts_thermal: Change lvts commands array to static const
` [PATCH linux-stable 6.12 2/3] thermal/drivers/mediatek/lvts_thermal: Add lvts commands and their sizes to driver data
` [PATCH linux-stable 6.12 3/3] thermal/drivers/mediatek/lvts_thermal: Add mt7988 lvts commands

[PATCH 00/22] rust: split qemu-api
 2025-08-29 11:54 UTC  (7+ messages)
` [PATCH 10/22] rust: split "migration" crate
` [PATCH 11/22] rust: split "bql" crate

[PATCH 00/22] vfio: improve use of QOM and coding guidelines
 2025-08-29 14:31 UTC  (7+ messages)
` [PATCH 16/22] vfio/pci.c: use QOM casts where appropriate

[PULL 00/28] tcg patch queue
 2025-08-30  3:11 UTC  (4+ messages)
` [PULL 18/28] target: Use cpu_pointer_wrap_notreached for strict align targets

[PATCH RFC 0/9] migration: Threadify loadvm process
 2025-08-29 17:18 UTC  (6+ messages)
` [PATCH RFC 5/9] migration: Thread-ify precopy vmstate load process

[Intel-wired-lan] [tnguy-next-queue:dev-queue] BUILD REGRESSION a1d12118747abf974171295e1a17444739f1948e
 2025-08-30 16:06 UTC 

[PATCH 0/3] XFS error handling fixes
 2025-08-29 14:59 UTC  (4+ messages)
` [PATCH 3/3] fs/xfs: Propagate incorrect inode error from grub_xfs_read_inode

[PATCH 08/12] arch, mm/util: add const to arch_pick_mmap_layout() parameter
 2025-08-30 16:03 UTC  (2+ messages)

[anolis-intel-cloud:devel-5.10 3/3] drivers/net/ethernet/3snic/sssnic/nic/sss_nic_main.c:876:6: error: no previous prototype for 'sss_nic_port_module_cable_plug'
 2025-08-30 16:03 UTC 

[PATCH v6 1/4] Audit: Create audit_stamp structure
 2025-08-30 15:42 UTC  (3+ messages)

[TECH TOPIC] Kernel documentation - update and future directions
 2025-08-30 16:00 UTC  (4+ messages)

[PATCH v4 0/2] Pinefeat cef168 lens control board driver
 2025-08-30 15:58 UTC  (6+ messages)
` [PATCH v4 1/2] dt-bindings: Pinefeat cef168 lens control board

[PATCH v5 0/7] Performance counter implementation with single manual client support
 2025-08-30 15:58 UTC  (4+ messages)
` [PATCH v5 5/7] drm/panthor: Implement the counter sampler and sample handling

[PATCH] arch: arm64: dts: qcom: sdm845-shift-axolotl: set chassis type
 2025-08-30 15:57 UTC 

[PATCH v2 0/5] NVMe: Add SPDM over the storage transport support
 2025-08-30  4:17 UTC  (3+ messages)
` [PATCH v2 3/5] hw/nvme: add NVMe Admin Security SPDM support

[PATCH] linux-user: Drop deprecated -p option
 2025-08-29  8:25 UTC  (4+ messages)

[PATCH 00/12] util: sync error_report & qemu_log output more closely
 2025-08-29 18:07 UTC  (4+ messages)
` [PATCH 08/12] util: convert error-report & log to message API for timestamp

[PATCH v2 03/54] fs: rework iput logic
 2025-08-30 15:54 UTC  (3+ messages)
` [PATCH] fs: revamp iput()

[PULL 0/9] Misc QGA fixes for 2025-08-29
 2025-08-29 11:08 UTC  (8+ messages)
` [PULL 1/9] qga: Fix ubsan warning
` [PULL 2/9] qga: fix potentially not initialized nr_volumes in qga_vss_fsfreeze()
` [PULL 4/9] qga-vss: Remove unused dependencies
` [PULL 6/9] qga: ignore channel_init() fail if 'retry_path' is set
` [PULL 7/9] qga-vss: Write hex value of error in log
` [PULL 8/9] qga/installer: Remove QGA VSS if QGA installation failed
` [PULL 9/9] qga: Fix truncated output handling in guest-exec status reporting

[RFC V2 0/8] Live update: tap and vhost
 2025-08-29 19:37 UTC  (4+ messages)

[PATCH v5 00/21] intel_iommu: Enable stage-1 translation for passthrough device
 2025-08-29  8:54 UTC  (14+ messages)
` [PATCH v5 12/21] intel_iommu: Handle PASID entry addition
` [PATCH v5 16/21] intel_iommu: Replay pasid bindings after context cache invalidation
` [PATCH v5 20/21] Workaround for ERRATA_772415_SPR17
` [PATCH v5 21/21] intel_iommu: Enable host device when x-flts=on in scalable mode

[PATCH] docs: fix typo in xive doc
 2025-08-29 10:00 UTC  (2+ messages)

[PATCH] EDAC: Fix wrong executable file modes for C source files
 2025-08-30 15:49 UTC  (2+ messages)

[PATCH] user-exec: abort if interrupt_request is used
 2025-08-29 11:11 UTC 

[PATCH net-next 2/5] ARM: dts: ls1021a: switch to new fixed-link binding
 2025-08-30 15:41 UTC  (2+ messages)

[RFC PATCH 00/61] target/arm: Implement FEAT_SYSREG128
 2025-08-29  7:09 UTC  (7+ messages)
` [PATCH 03/61] target/arm/hvf: Split out sysreg.c.inc
` [PATCH 06/61] target/arm/hvf: Remove hvf_sreg_match.key
` [PATCH 13/61] target/arm: Restrict the scope of CPREG_FIELD32, CPREG_FIELD64

[PATCH 0/2] pci: endpoint: vntb: add MSI doorbell support
 2025-08-30 15:44 UTC  (3+ messages)
` [PATCH 2/2] PCI: endpoint: pci-epf-vntb: Add "

[PATCH net-next 1/5] arm64: dts: ls1043a-qds: switch to new fixed-link binding
 2025-08-30 15:40 UTC  (2+ messages)

[PATCH] qapi: net/tap: deprecate vhostforce option
 2025-08-29 12:54 UTC 

[PATCH v9 00/11] hw/arm/virt: Add support for user creatable SMMUv3 device
 2025-08-29  8:25 UTC  (6+ messages)
` [PATCH v9 02/11] hw/arm/virt-acpi-build: Re-arrange SMMUv3 IORT build
` [PATCH v9 03/11] hw/arm/virt-acpi-build: Update IORT for multiple smmuv3 devices
` [PATCH v9 07/11] hw/arm/virt: Allow user-creatable SMMUv3 dev instantiation
` [PATCH v9 10/11] qtest/bios-tables-test: Add tests for legacy smmuv3 and smmuv3 device
` [PATCH v9 11/11] qtest/bios-tables-test: Update tables for smmuv3 tests

[RFC 00/18] add hinic3 PMD driver
 2025-08-30 15:42 UTC  (4+ messages)
` [V6 00/17] add-hinic3-PMD-driver

[PATCH net-next 1/2] dt-bindings: net: Convert apm,xgene-enet to DT schema
 2025-08-30 15:40 UTC 

[PATCH] drm/panel: visionox-rm69299: Fix clock frequency for SHIFT6mq
 2025-08-30 15:29 UTC 

[PATCH v4 6/8] add cpu_test_interrupt()/cpu_set_interrupt() helpers and use them tree wide
 2025-08-29 12:33 UTC  (8+ messages)
` [PATCH v5 "

[PATCH] tcg/arm: Fix tgen_deposit
 2025-08-29 13:52 UTC 

[PATCH] rockchip: rk3568-nanopi-r5s: Enable ROCKUSB on NanoPi R5S
 2025-08-30 15:35 UTC  (2+ messages)

[PATCH] migration: fix SEEK_CUR offset calculation in qio_channel_block_seek
 2025-08-29 15:14 UTC  (7+ messages)
      ` [PATCH] virtio: Call set_features during reset

[PATCH] board: rockchip: Add Xunlong Orange Pi 5 Ultra
 2025-08-30 15:33 UTC  (2+ messages)

[PATCH] hw/loongarch/virt: Add reset interface for virt-machine
 2025-08-29  7:45 UTC  (2+ messages)

[RFC 0/6] virtio-net: initial iterative live migration support
 2025-08-29  9:24 UTC  (11+ messages)
` [RFC 1/6] migration: Add virtio-iterative capability

[PATCH 1/2] usb: ohci: s3c2410: Drop support for S3C2410
 2025-08-30 15:25 UTC  (2+ messages)

[PATCH v2 0/5] power: rk8xx: allow to customize RK806 reset mode -- cover
 2025-08-30 15:27 UTC  (11+ messages)
` [PATCH v2 1/5] dt-bindings: mfd: rk806: Allow to customize PMIC reset mode
` [PATCH v2 2/5] arm64: dts: rockchip: add header for RK8XX PMIC constants
` [PATCH v2 3/5] arm64: dts: rockchip: force PMIC reset behavior to restart PMU on RK3588 Jaguar
` [PATCH v2 4/5] arm64: dts: rockchip: force PMIC reset behavior to restart PMU on RK3588 Tiger
` [PATCH v2 5/5] power: rk8xx: allow to customize RK806 reset mode

[PULL 0/2] loongarch-to-apply queue
 2025-08-29  8:28 UTC  (2+ messages)


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.