summary refs log tree commit diff stats
path: root/scripts/lib/kdoc/kdoc_parser.py (unfollow)
Commit message (Expand)AuthorFilesLines
2025-09-30build-sys: pass -fvisibility=default for wasm bindgenMarc-André Lureau9-1/+13
2025-09-30build-sys: deprecate mips hostMarc-André Lureau3-8/+11
2025-09-30meson: rust-bindgen limit allowlist-file to srcdir/includeMarc-André Lureau1-2/+1
2025-09-30tests/freebsd: enable RustMarc-André Lureau2-2/+4
2025-09-30configure: set the meson executable suffix/extMarc-André Lureau1-1/+13
2025-09-30tests/lcitool: enable rust & refreshMarc-André Lureau16-3/+41
2025-09-30tests/docker: add ENABLE_RUST environmentMarc-André Lureau1-0/+9
2025-09-30tests/lcitool: update to debian13Marc-André Lureau9-46/+149
2025-09-30tests/lcitool: add missing rust-std depMarc-André Lureau17-1/+18
2025-09-30lcitool/alpine: workaround bindgen issueMarc-André Lureau2-1/+9
2025-09-30lcitool/qemu: include libclang-rt for TSANMarc-André Lureau18-0/+18
2025-09-30lcitool: update, switch to f41Marc-André Lureau20-37/+79
2025-09-30build-sys: cfi_debug and safe_stack are not compatibleMarc-André Lureau2-3/+6
2025-09-30tests/docker/common: print meson log on configure failureMarc-André Lureau1-1/+1
2025-09-30tests/docker: use fully qualified image name for emsdkMarc-André Lureau1-1/+1
2025-09-30tests/docker/common: print errors to stderrMarc-André Lureau1-2/+2
2025-09-30configure: set the bindgen cross targetMarc-André Lureau4-0/+110
2025-09-30configure: fix rust meson configurationMarc-André Lureau1-1/+1
2025-09-30scripts/archive-source: use a bash arrayMarc-André Lureau1-8/+23
2025-09-30scripts/archive-source: silence subprojects downloadsMarc-André Lureau1-1/+1
2025-09-30scripts/archive-source: speed up downloading subprojectsMarc-André Lureau1-2/+3
2025-09-30gitlab-ci: fix 'needs' property type must be arrayMarc-André Lureau3-54/+54
2025-09-30build-sys: require -lrt when no shm_open() in std libsMarc-André Lureau1-7/+9
2025-09-30ui/icons/qemu.svg: Add metadata information (author, license) to the logoThomas Huth1-1/+20
2025-09-30ui/sdl2: fix reset scaling binding to be consistent with gtkNir Lichtman1-1/+1
2025-09-30ui/spice: fix crash when disabling GL scanout onMarc-André Lureau1-1/+3
2025-09-30ui/spice: Fix abort on macOSMohamed Akram1-5/+1
2025-09-30gtk: Skip drawing if console surface is NULLWeifeng Liu2-8/+2
2025-09-29hw/arm/aspeed_ast27x0-fc: Make sub-init functions return bool with errpJamin Lin1-14/+20
2025-09-29hw/arm/aspeed_ast27x0-fc: Drop dead return checksJamin Lin1-29/+14
2025-09-29hw/arm/aspeed: Move aspeed_load_vbootrom to common SoC codeJamin Lin3-30/+30
2025-09-29hw/arm/aspeed: Move aspeed_install_boot_rom to common SoC codeJamin Lin3-20/+22
2025-09-29hw/arm/aspeed: Move write_boot_rom to common SoC codeJamin Lin3-31/+35
2025-09-29hw/arm/aspeed: Move aspeed_board_init_flashes() to common SoC codeJamin Lin2-22/+23
2025-09-29tests/functional/arm/test_aspeed_ast2600: Add PCIe and network testJamin Lin1-0/+21
2025-09-29hw/arm/aspeed_ast27x0: Introduce 3 PCIe RCs for AST2700Jamin Lin2-0/+75
2025-09-29hw/pci-host/aspeed: Disable Root Device and place Root Port at 00:00.0 to AST...Jamin Lin1-0/+2
2025-09-29hw/pci-host/aspeed: Add AST2700 PCIe config with dedicated H2X blocksJamin Lin2-0/+161
2025-09-29hw/pci-host/aspeed: Add AST2700 PCIe PHYJamin Lin2-0/+40
2025-09-29hw/arm/aspeed_ast2600: Add PCIe RC support (RC_H only)Jamin Lin2-0/+75
2025-09-29hw/arm/aspeed: Wire up PCIe devices in SoC modelJamin Lin1-0/+13
2025-09-29hw/pci-host/aspeed: Add MSI support and per-RC IOMMU address spaceJamin Lin3-0/+145
2025-09-29hw/pci-host/aspeed: Add AST2600 PCIe Root Port and make address configurableJamin Lin2-0/+61
2025-09-29hw/pci-host/aspeed: Add AST2600 PCIe Root Device supportJamin Lin2-0/+67
2025-09-29hw/pci-host/aspeed: Add AST2600 PCIe config space and host bridgeJamin Lin3-0/+484
2025-09-29hw/pci-host/aspeed: Add AST2600 PCIe PHY modelJamin Lin6-0/+211
2025-09-29hw/pci/pci_ids: Add PCI vendor ID for ASPEEDJamin Lin1-0/+2
2025-09-29tests/functional/arm: Add AST2600 boot test with generated OTP imageKane-Chen-AS1-0/+15
2025-09-29tests/functional/arm: Add AST1030 boot test with generated OTP imageKane-Chen-AS1-4/+20
2025-09-29tests/functional/arm: Add helper to generate OTP imagesKane-Chen-AS1-0/+8