summary refs log tree commit diff stats
path: root/scripts/lib/kdoc/kdoc_output.py (unfollow)
Commit message (Expand)AuthorFilesLines
2025-08-30scripts: Import Python kerneldoc from Linux kernelPeter Maydell1-0/+749
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
2025-08-30linux-user: Move elf parameters to openrisc/target_elf.hRichard Henderson2-7/+3
2025-08-30linux-user: Move elf parameters to microblaze/target_elf.hRichard Henderson2-9/+5
2025-08-30linux-user: Move elf parameters to {mips,mips64}/target_elf.hRichard Henderson3-18/+14
2025-08-30linux-user: Move elf parameters to loongarch64/target_elf.hRichard Henderson2-12/+6
2025-08-30linux-user: Move elf parameters to ppc/target_elf.hRichard Henderson2-53/+43
2025-08-30linux-user: Move elf parameters to sparc/target_elf.hRichard Henderson2-15/+11
2025-08-30linux-user: Move elf parameters to {arm,aarch64}/target_elf.hRichard Henderson3-25/+13
2025-08-30linux-user: Move elf parameters to {i386,x86_64}/target_elf.hRichard Henderson3-39/+26
2025-08-30linux-user: Remove redundant ELF_DATA definitonsRichard Henderson1-2/+0
2025-08-30linux-user: Remove ELF_EXEC_PAGESIZERichard Henderson1-30/+2
2025-08-30linux-user: Move get_vdso_image_info to arm/elfload.cRichard Henderson4-32/+42
2025-08-30linux-user: Replace init_guest_commpage macro with functionRichard Henderson1-1/+1
2025-08-30linux-user: Move init_guest_commpage to hppa/elfload.cRichard Henderson4-34/+33
2025-08-30linux-user: Move init_guest_commpage to arm/elfload.cRichard Henderson4-49/+49
2025-08-30linux-user: Move init_guest_commpage to x86_64/elfload.cRichard Henderson4-22/+25
2025-08-30linux-user/xtensa: Expand target_elf_gregset_tRichard Henderson2-32/+19