summary refs log tree commit diff stats
path: root/scripts/lib/kdoc/kdoc_output.py (unfollow)
Commit message (Expand)AuthorFilesLines
2025-09-01i386/kvm/vmsr_energy: Plug memory leak on failure to connect socketMarkus Armbruster1-5/+1
2025-09-01ui/keymaps: Avoid trace crash and improve error messagesMarkus Armbruster1-4/+10
2025-08-30hw/arm/stm32f205_soc: Don't leak TYPE_OR_IRQ objectsPeter Maydell2-6/+6
2025-08-30target/arm: Enable FEAT_LSE128 for -cpu maxRichard Henderson3-1/+3
2025-08-30target/arm: Implement FEAT_LSE128Richard Henderson3-0/+61
2025-08-30target/arm: Rename isar_feature_aa64_atomicsRichard Henderson4-15/+15
2025-08-30tcg: Add tcg_gen_atomic_{xchg,fetch_and,fetch_or}_i128Richard Henderson5-3/+125
2025-08-30accel/tcg: Add cpu_atomic_*_mmu for 16-byte xchg, fetch_and, fetch_orRichard Henderson2-7/+86
2025-08-30qemu/atomic: Add atomic16 primitives for xchg, fetch_and, fetch_orRichard Henderson2-0/+153
2025-08-30qemu/atomic: Finish renaming atomic128-cas.h headersRichard Henderson1-0/+0
2025-08-30target/arm: Correct condition of aa64_atomics feature functionPeter Maydell1-1/+1
2025-08-30MAINTAINERS: Put kernel-doc under the "docs build machinery" sectionPeter Maydell1-0/+3
2025-08-30scripts/kernel-doc: Delete the old Perl kernel-doc scriptPeter Maydell2-2442/+1
2025-08-30scripts/kerneldoc: Switch to the Python kernel-doc scriptPeter Maydell2-6/+3
2025-08-30scripts/kernel-doc: tweak for QEMU coding standardsPeter Maydell1-6/+6
2025-08-30scripts/kernel-doc: strip QEMU_ from function definitionsPeter Maydell1-0/+1
2025-08-30scripts: Import Python kerneldoc from Linux kernelPeter Maydell6-0/+3346
2025-08-30tests/qtest/libqtest.h: Remove stray space from doc commentPeter Maydell1-1/+1
2025-08-30docs/sphinx/kerneldoc.py: Handle new LINENO syntaxPeter Maydell1-1/+1
2025-08-30scripts/kernel-doc: Avoid new Perl precedence warningPeter Maydell1-5/+4
2025-08-30hw/arm: add static NVDIMMs in device treeManos Pitsidianakis2-3/+47
2025-08-30target/arm: Enable FEAT_CSSC for -cpu maxRichard Henderson3-0/+3
2025-08-30target/arm: Implement CTZ, CNT, ABSPeter Maydell2-0/+35
2025-08-30target/arm: Split out gen_wrap2_i32 helperRichard Henderson1-10/+15
2025-08-30target/arm: Implement MIN/MAX (register)Richard Henderson2-0/+27
2025-08-30target/arm: Implement MIN/MAX (immediate)Richard Henderson2-0/+54
2025-08-30target/arm: Add feature predicate for FEAT_CSSCRichard Henderson1-0/+5
2025-08-30target/arm: Trap PMCR when MDCR_EL2.TPMCR is setSmail AIDER1-8/+26
2025-08-30hw/intc/arm_gicv3_kvm: preserve pending interrupts during cprSteve Sistare2-0/+18
2025-08-30target/arm: Implement FEAT_TCR2 and enable with -cpu maxGustavo Romero7-0/+102
2025-08-30target/arm: Implement FEAT_SCTLR2 and enable with -cpu maxGustavo Romero7-8/+119
2025-08-30tests/functional/test_aarch64_rme: update imagePierrick Bouvier2-83/+66
2025-08-30tests/functional/test_aarch64_device_passthrough: update imagePierrick Bouvier1-13/+14
2025-08-30target/arm: Clean up of register field definitionsGustavo Romero2-9/+7
2025-08-30linux-user: Remove target_pt_regs from target_syscall.hRichard Henderson5-114/+0
2025-08-30linux-user/sparc: Create target_ptrace.hRichard Henderson3-19/+26
2025-08-30linux-user: Remove a.out declarations from elfload.cRichard Henderson1-19/+0
2025-08-30linux-user: Move arch_parse_elf_property to aarch64/elfload.cRichard Henderson4-31/+32
2025-08-30linux-user: Remove MAP_DENYWRITE from elfload.cRichard Henderson1-5/+0
2025-08-30linux-user: Remove ELIBBAD from elfload.cRichard Henderson1-5/+0
2025-08-30linux-user: Rename elf_check_archRichard Henderson5-7/+6
2025-08-30linux-user: Standardize on ELF_MACHINE not ELF_ARCHRichard Henderson20-26/+20
2025-08-30linux-user: Move elf parameters to hexagon/target_elf.hRichard Henderson2-7/+3
2025-08-30linux-user: Move elf parameters to xtensa/target_elf.hRichard Henderson2-7/+3
2025-08-30linux-user: Move elf parameters to hppa/target_elf.hRichard Henderson2-11/+6
2025-08-30linux-user: Move elf parameters to riscv/target_elf.hRichard Henderson2-14/+10
2025-08-30linux-user: Move elf parameters to s390x/target_elf.hRichard Henderson2-9/+4
2025-08-30linux-user: Move elf parameters to alpha/target_elf.hRichard Henderson2-7/+3
2025-08-30linux-user: Move elf parameters to m68k/target_elf.hRichard Henderson2-7/+3
2025-08-30linux-user: Move elf parameters to sh4/target_elf.hRichard Henderson2-7/+3