messages from 2025-08-30 16:09:17 to 2025-08-30 17:01:08 UTC [more...]
[PATCH v4 00/84] target/arm: Implement FEAT_GCS
2025-08-30 5:41 UTC (38+ messages)
` [PATCH v4 02/84] linux-user/aarch64: Check syndrome for EXCP_UDEF
` [PATCH v4 03/84] linux-user/aarch64: Generate ESR signal records
` [PATCH v4 04/84] target/arm: Add prot_check parameter to pmsav8_mpu_lookup
` [PATCH v4 06/84] target/arm: Skip permission check from arm_cpu_get_phys_page_attrs_debug
` [PATCH v4 08/84] target/arm: Skip AF and DB updates for AccessType_AT
` [PATCH v4 11/84] target/arm: Remove outdated comment for ZCR_EL12
` [PATCH v4 13/84] target/arm: Add isar feature test for FEAT_S1PIE, FEAT_S2PIE
` [PATCH v4 14/84] target/arm: Enable TCR2_ELx.PIE
` [PATCH v4 15/84] target/arm: Implement PIR_ELx, PIRE0_ELx, S2PIR_EL2 registers
` [PATCH v4 19/84] target/arm: Implement get_S1prot_indirect
` [PATCH v4 20/84] target/arm: Implement get_S2prot_indirect
` [PATCH v4 21/84] target/arm: Do not migrate env->exception
` [PATCH v4 23/84] target/arm: Expand syndrome parameter to raise_exception*
` [PATCH v4 24/84] target/arm: Implement dirtybit check for PIE
` [PATCH v4 25/84] target/arm: Enable FEAT_S1PIE and FEAT_S2PIE on -cpu max
` [PATCH v4 27/84] include/hw/core/cpu: Introduce cpu_tlb_fast
` [PATCH v4 28/84] include/hw/core/cpu: Invert the indexing into CPUTLBDescFast
` [PATCH v4 32/84] target/arm: Split out mmuidx.h from cpu.h
` [PATCH v4 34/84] target/arm: Remove unused env argument from regime_el
` [PATCH v4 37/84] target/arm: Remove unused env argument from regime_is_pan
` [PATCH v4 38/84] target/arm: Convert regime_is_pan from switch to table
` [PATCH v4 39/84] target/arm: Remove unused env argument from regime_is_user
` [PATCH v4 41/84] target/arm: Convert arm_mmu_idx_is_stage1_of_2 from switch to table
` [PATCH v4 42/84] target/arm: Convert regime_is_stage2 "
` [PATCH v4 44/84] target/arm: Introduce regime_to_gcs
` [PATCH v4 48/84] target/arm: Add GCS enable and trap levels to DisasContext
` [PATCH v4 49/84] target/arm: Implement FEAT_CHK
` [PATCH v4 51/84] target/arm: Add syndrome data for EC_GCS
` [PATCH v4 52/84] target/arm: Implement EXLOCKException for ELR_ELx and SPSR_ELx
` [PATCH v4 53/84] target/arm: Split {arm,core}_user_mem_index
` [PATCH v4 59/84] target/arm: Implement GCSPUSHM
` [PATCH v4 63/84] target/arm: Implement GCSPOPCX
` [PATCH v4 64/84] target/arm: Implement GCSSS1
` [PATCH v4 69/84] target/arm: Load gcs record for RET
` [PATCH v4 73/84] target/arm: Enable FEAT_GCS with -cpu max
` [PATCH v4 74/84] linux-user/aarch64: Implement prctls for GCS
` [PATCH v4 83/84] tests/tcg/aarch64: Add gcspushm
[PATCH v2 00/18] accel, cpus: clean up cpu->exit_request
2025-08-30 3:04 UTC (18+ messages)
` [PATCH 02/18] target/sparc: limit cpu_check_irqs to system emulation
` [PATCH 04/18] target-arm: remove uses of cpu_interrupt() for user-mode emulation
` [PATCH 05/18] user-exec: remove cpu_interrupt() stub
` [PATCH 06/18] treewide: clear bits of cs->interrupt_request with cpu_reset_interrupt()
` [PATCH 07/18] cpu-common: use atomic access for interrupt_request
` [PATCH 14/18] cpus: properly kick CPUs out of inner execution loop
` [PATCH 16/18] cpus: clear exit_request in 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 (6+ messages)
` [PATCH v2 02/14] monitor: initialize global data from a constructor
` [PATCH v2 10/14] util: convert error-report & log to message API for timestamp
` [PATCH v2 11/14] util: add support for formatting a workload name in messages
` [PATCH v2 12/14] util: add support for formatting a program "
` [PATCH v2 14/14] util: add brackets around guest name in message context
Bug Note: Clang Build Fails Currently
2025-08-28 23:08 UTC
[PULL 00/91] linux-user patch queue
2025-08-29 22:24 UTC (47+ messages)
` [PULL 02/91] hw/core: Use qemu_log_trylock/unlock in cpu_common_reset_exit
` [PULL 03/91] linux-user: Tidy print_socket_protocol
` [PULL 04/91] linux-user: Drop deprecated -p option
` [PULL 08/91] linux-user/aarch64: Convert target_elf_gregset_t to a struct
` [PULL 10/91] linux-user/loongarch64: "
` [PULL 13/91] linux-user/openrisc: "
` [PULL 14/91] linux-user/sh4: "
` [PULL 15/91] linux-user/m68k: "
` [PULL 16/91] linux-user/s390x: "
` [PULL 18/91] linux-user: Update comment for target_elf_gregset_t
` [PULL 21/91] linux-user: Move elf_core_copy_regs to {i386, x86_64}/elfload.c
` [PULL 25/91] linux-user: Move elf_core_copy_regs to loongarch64/elfload.c
` [PULL 29/91] linux-user: Move elf_core_copy_regs to sh4/elfload.c
` [PULL 33/91] linux-user: Remove target_elf_greg_t, tswapreg from elfload.c
` [PULL 34/91] linux-user/i386: Create target_ptrace.h
` [PULL 35/91] linux-user/i386: Expand target_elf_gregset_t
` [PULL 36/91] linux-user/x86_64: Create target_ptrace.h
` [PULL 39/91] linux-user/aarch64: "
` [PULL 40/91] linux-user/aarch64: Expand target_elf_gregset_t
` [PULL 42/91] linux-user/arm: "
` [PULL 43/91] linux-user/loongarch64: Create target_ptrace.h
` [PULL 44/91] linux-user/loongarch64: Expand target_elf_gregset_t
` [PULL 45/91] linux-user/m68k: "
` [PULL 47/91] linux-user/microblaze: Fold target_pt_regs.r* to an array
` [PULL 48/91] linux-user/microblaze: Expand target_elf_gregset_t
` [PULL 49/91] linux-user/mips: Create target_ptrace.h
` [PULL 50/91] linux-user/mips: Use target_ulong for target_elf_greg_t
` [PULL 52/91] linux-user/openrisc: Expand target_elf_gregset_t
` [PULL 55/91] linux-user/s390x: Create target_ptrace.h
` [PULL 56/91] linux-user/s390x: Expand target_elf_gregset_t
` [PULL 58/91] linux-user/sh4: "
` [PULL 60/91] linux-user/xtensa: "
` [PULL 62/91] linux-user: Move init_guest_commpage to arm/elfload.c
` [PULL 63/91] linux-user: Move init_guest_commpage to hppa/elfload.c
` [PULL 64/91] linux-user: Replace init_guest_commpage macro with function
` [PULL 65/91] linux-user: Move get_vdso_image_info to arm/elfload.c
` [PULL 68/91] linux-user: Move elf parameters to {i386, x86_64}/target_elf.h
` [PULL 70/91] linux-user: Move elf parameters to sparc/target_elf.h
` [PULL 77/91] linux-user: Move elf parameters to m68k/target_elf.h
` [PULL 79/91] linux-user: Move elf parameters to s390x/target_elf.h
` [PULL 81/91] linux-user: Move elf parameters to hppa/target_elf.h
` [PULL 82/91] linux-user: Move elf parameters to xtensa/target_elf.h
` [PULL 83/91] linux-user: Move elf parameters to hexagon/target_elf.h
` [PULL 87/91] linux-user: Remove MAP_DENYWRITE from elfload.c
` [PULL 88/91] linux-user: Move arch_parse_elf_property to aarch64/elfload.c
` [PULL 91/91] linux-user: Remove target_pt_regs from target_syscall.h
[PULL 00/28] i386, accel, memory patches for 2025-08-29
2025-08-29 12:59 UTC (4+ messages)
` [PULL 09/28] hw/i386/pc_piix.c: remove SGX initialisation from pc_init_isa()
` [PULL 26/28] hpet: make main counter read lock-less
` [PULL 28/28] tcg: move interrupt caching and single step masking closer to user
[PATCH v5 0/4] BMI270: Add support for step counter and motion events
2025-08-30 17:00 UTC (4+ messages)
` [PATCH v5 3/4] iio: imu: bmi270: add support for "
[PATCH v2 0/5] iio: adc: samsung: Simplify, cleanup and drop S3C2410
2025-08-30 16:48 UTC (4+ messages)
` [PATCH v2 1/5] iio: adc: exynos_adc: Drop S3C2410 support
` [PATCH v2 2/5] iio: adc: exynos_adc: Drop touchscreen support
` [PATCH v2 3/5] iio: adc: exynos_adc: Drop platform data support
[PATCH RFC 0/9] migration: Threadify loadvm process
2025-08-29 17:17 UTC (4+ messages)
` [PATCH RFC 5/9] migration: Thread-ify precopy vmstate load process
[RFC PATCH] auxdisplay: line-display: support attribute attachment to existing device
2025-08-30 16:57 UTC (7+ messages)
[PULL 0/9] Misc QGA fixes for 2025-08-29
2025-08-29 20:39 UTC (4+ messages)
` [PULL 2/9] qga: fix potentially not initialized nr_volumes in qga_vss_fsfreeze()
` [PULL 3/9] qga-vss: Replace asserts with condition and report error
[PATCH 0/2] hw/core: Don't dump incompletely reset cpu
2025-08-28 21:55 UTC (3+ messages)
` [PATCH 2/2] hw/core: Use qemu_log_trylock/unlock in cpu_common_reset_exit
[PATCH 7/7] Add termios2 support to sparc target
2025-08-30 13:20 UTC
[PATCH v2] target/arm: Rename isar_feature_aa64_atomics
2025-08-30 4:50 UTC
[PATCH v4 00/47] AMD Versal Gen 2 support
2025-08-28 22:04 UTC (3+ messages)
` [PATCH v4 40/47] hw/arm/xlnx-versal: add versal2 SoC
[PATCH v2 0/3] tests/functional: improve handling flaky downloads
2025-08-29 21:21 UTC (3+ messages)
` [PATCH v2 3/3] tests/functional: handle URLError when fetching assets
[PATCH 0/9] mm, swap: introduce swap table as swap cache (phase I)
2025-08-30 16:52 UTC (4+ messages)
` [PATCH 6/9] mm, swap: use the swap table for the swap cache and switch API
[PATCH 5/7] Add termios2 support to ppc target
2025-08-30 13:18 UTC
[PATCH] hw/loongarch/virt: Fix the cpu hotplug issue
2025-08-29 3:14 UTC (2+ messages)
[PATCH 0/3] tests/functional: improve handling flaky downloads
2025-08-29 9:08 UTC (6+ messages)
` [PATCH 1/3] tests/functional: enable force refresh of cached assets
` [PATCH 3/3] tests/functional: handle URLError when fetching assets
[PATCH 00/15] Add SPI offload support to AD4030
2025-08-30 16:49 UTC (5+ messages)
` [PATCH 03/15] Documentation: iio: ad4030: Add double PWM SPI offload doc
` [PATCH 06/15] spi: spi-offload-trigger-pwm: Use duty offset
[PATCH v13 00/27] migration: propagate vTPM errors using Error objects
2025-08-29 20:02 UTC (17+ messages)
` [PATCH v13 01/27] migration: push Error **errp into vmstate_subsection_load()
` [PATCH v13 02/27] migration: push Error **errp into vmstate_load_state()
` [PATCH v13 05/27] migration: push Error **errp into loadvm_process_command()
` [PATCH v13 06/27] migration: push Error **errp into loadvm_handle_cmd_packaged()
` [PATCH v13 07/27] migration: push Error **errp into qemu_loadvm_state()
` [PATCH v13 09/27] migration: push Error **errp into qemu_loadvm_state_main()
` [PATCH v13 10/27] migration: push Error **errp into qemu_loadvm_section_start_full()
` [PATCH v13 11/27] migration: push Error **errp into qemu_loadvm_section_part_end()
` [PATCH v13 12/27] migration: Update qemu_file_get_return_path() docs and remove dead checks
` [PATCH v13 13/27] migration: make loadvm_postcopy_handle_resume() void
` [PATCH v13 14/27] migration: push Error **errp into ram_postcopy_incoming_init()
` [PATCH v13 15/27] migration: push Error **errp into loadvm_postcopy_handle_advise()
` [PATCH v13 16/27] migration: push Error **errp into loadvm_postcopy_handle_listen()
` [PATCH v13 22/27] migration: push Error **errp into loadvm_postcopy_handle_switchover_start()
` [PATCH v13 24/27] migration: Remove error variant of vmstate_save_state() function
` [PATCH v13 26/27] migration: Add error-parameterized function variants in VMSD struct
[PATCH 1/2] usb: ohci: s3c2410: Drop support for S3C2410
2025-08-30 16:29 UTC (3+ messages)
[PATCH 00/10] rockchip: Fix misc USB PHY related issues
2025-08-30 16:47 UTC (21+ messages)
` [PATCH 01/10] phy: rockchip: usbdp: Fix Generic PHY reference counting
` [PATCH 02/10] phy: rockchip: usbdp: Simplify init ops
` [PATCH 03/10] phy: rockchip: naneng-combphy: Fix Generic PHY reference counting
` [PATCH 04/10] phy: rockchip: naneng-combphy: Simplify init ops
` [PATCH 05/10] phy: rockchip: naneng-combphy: Use syscon_regmap_lookup_by_phandle
` [PATCH 06/10] phy: rockchip: inno-usb2: Fix improper use of UCLASS_PHY
` [PATCH 07/10] phy: rockchip: typec: "
` [PATCH 08/10] rockchip: rk3588: Disable USB3OTG U3 ports early
` [PATCH 09/10] rockchip: rk3576: Disable USB3OTG0 U3 port early
` [PATCH 10/10] rockchip: rk3588-generic: Move usb nodes to board dts
[PATCH] linux-user: Drop deprecated -p option
2025-08-28 21:40 UTC (2+ messages)
[PATCH] virtio: prefix error messages with "virtio:"
2025-08-30 9:31 UTC (2+ messages)
[PATCH v5 0/5] clk: samsung: exynos990: CMU_TOP fixes (mux regs, widths, factors)
2025-08-30 16:28 UTC (6+ messages)
` [PATCH v5 1/5] clk: samsung: exynos990: Use PLL_CON0 for PLL parent muxes
` [PATCH v5 2/5] clk: samsung: exynos990: Fix CMU_TOP mux/div bit widths
` [PATCH v5 3/5] clk: samsung: exynos990: Replace bogus divs with fixed-factor clocks
` [PATCH v5 4/5] dt-bindings: clock: exynos990: Extend clocks IDs
` [PATCH v5 5/5] clk: samsung: exynos990: Add DPU_BUS and CMUREF mux/div and update CLKS_NR_TOP
[PATCH 0/4] export/fuse: Add FUSE-over-io_uring for Storage Exports
2025-08-30 2:50 UTC (4+ messages)
` [PATCH 2/4] export/fuse: process FUSE-over-io_uring requests
` [PATCH 3/4] export/fuse: Safe termination for FUSE-uring
` [PATCH 4/4] iotests: add tests for FUSE-over-io_uring
[PATCH] target/i386: Fix #GP error code for INT instructions
2025-08-29 10:06 UTC (4+ messages)
` [PING] "
` [PING ^ 2] "
[PATCH 0/2] selftests: Centralize kselftest headers to avoid relative includes
2025-08-30 16:39 UTC (4+ messages)
` [PATCH v2 "
` [PATCH v2 1/2] selftests: Centralize include path for kselftest.h and kselftest_harness.h
` [PATCH v2 2/2] selftests: Replace relative includes with non-relative "
[Buildroot] [PATCH 1/1] configs/qemu_aarch64_sbsa: switch to neoverse-n2 (armv9.0a)
2025-08-30 16:39 UTC
[PATCH v2] hw/sensor: add stub for ADM1266 blackbox
2025-08-29 16:23 UTC (2+ messages)
evergreen_packet3_check:... radeon 0000:1d:00.0: vbo resource seems too big for the bo
2025-08-30 16:30 UTC (5+ messages)
[RFC PATCH 00/61] target/arm: Implement FEAT_SYSREG128
2025-08-29 13:55 UTC (4+ messages)
` [PATCH 15/61] target/arm: Add CP_REG_AA32_64BIT_{SHIFT,MASK}
[PATCH 0/2] Marvell 88PM886 PMIC GPADC driver
2025-08-30 16:29 UTC (4+ messages)
` [PATCH 1/2] iio: adc: Add driver for Marvell 88PM886 PMIC ADC
[PATCH v2 0/5] tcg/i386: Improve vector shifts
2025-08-30 3:39 UTC (4+ 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 v2 5/5] tcg/i386: Use vgf2p8affineqb for MO_8 vector shifts
[PATCH] fscrypt: optimize fscrypt_base64url_encode() with block processing
2025-08-30 16:24 UTC (2+ messages)
[PATCH] tests/functional/m68k: Avoid ResourceWarning in the nextcube test
2025-08-29 14:20 UTC
[PATCH v5 0/2] iio: magnetometer: add support for Infineon TLV493D 3D Magnetic Sensor
2025-08-30 16:19 UTC (3+ messages)
` [PATCH v5 1/2] iio: magnetometer: add support for Infineon TLV493D 3D Magentic sensor
[Stable-10.0.4 00/59] Patch Round-up for stable 10.0.4, freeze on 2025-09-06
2025-08-29 17:41 UTC (3+ messages)
` [Stable-10.0.4 56/59] hw/uefi: clear uefi-vars buffer in uefi_vars_write callback
(no subject)
2025-08-29 19:58 UTC (17+ messages)
`
` stupid and complicated PAT :)
[PATCH v2 2/2] docs: gpu: Fix spelling in gpu documentation
2025-08-29 17:42 UTC (2+ messages)
[PATCH v3 0/6] drm: panel-backlight-quirks: Do partial refactor and apply OLED fix
2025-08-29 15:01 UTC (8+ messages)
` [PATCH v3 1/6] drm: panel-backlight-quirks: Make EDID match optional
` [PATCH v3 2/6] drm: panel-backlight-quirks: Convert brightness quirk to generic structure
` [PATCH v3 3/6] drm: panel-backlight-quirks: Add secondary DMI match
` [PATCH v3 4/6] drm: panel-backlight-quirks: Add brightness mask quirk
` [PATCH v3 5/6] drm: panel-backlight-quirks: Add Steam Deck brightness quirk
` [PATCH v3 6/6] drm: panel-backlight-quirks: Log applied panel brightness quirks
[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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.