index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
lib
/
kdoc
/
kdoc_output.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-09-01
i386/kvm/vmsr_energy: Plug memory leak on failure to connect socket
Markus Armbruster
1
-5
/
+1
2025-09-01
ui/keymaps: Avoid trace crash and improve error messages
Markus Armbruster
1
-4
/
+10
2025-08-30
hw/arm/stm32f205_soc: Don't leak TYPE_OR_IRQ objects
Peter Maydell
2
-6
/
+6
2025-08-30
target/arm: Enable FEAT_LSE128 for -cpu max
Richard Henderson
3
-1
/
+3
2025-08-30
target/arm: Implement FEAT_LSE128
Richard Henderson
3
-0
/
+61
2025-08-30
target/arm: Rename isar_feature_aa64_atomics
Richard Henderson
4
-15
/
+15
2025-08-30
tcg: Add tcg_gen_atomic_{xchg,fetch_and,fetch_or}_i128
Richard Henderson
5
-3
/
+125
2025-08-30
accel/tcg: Add cpu_atomic_*_mmu for 16-byte xchg, fetch_and, fetch_or
Richard Henderson
2
-7
/
+86
2025-08-30
qemu/atomic: Add atomic16 primitives for xchg, fetch_and, fetch_or
Richard Henderson
2
-0
/
+153
2025-08-30
qemu/atomic: Finish renaming atomic128-cas.h headers
Richard Henderson
1
-0
/
+0
2025-08-30
target/arm: Correct condition of aa64_atomics feature function
Peter Maydell
1
-1
/
+1
2025-08-30
MAINTAINERS: Put kernel-doc under the "docs build machinery" section
Peter Maydell
1
-0
/
+3
2025-08-30
scripts/kernel-doc: Delete the old Perl kernel-doc script
Peter Maydell
2
-2442
/
+1
2025-08-30
scripts/kerneldoc: Switch to the Python kernel-doc script
Peter Maydell
2
-6
/
+3
2025-08-30
scripts/kernel-doc: tweak for QEMU coding standards
Peter Maydell
1
-6
/
+6
2025-08-30
scripts/kernel-doc: strip QEMU_ from function definitions
Peter Maydell
1
-0
/
+1
2025-08-30
scripts: Import Python kerneldoc from Linux kernel
Peter Maydell
6
-0
/
+3346
2025-08-30
tests/qtest/libqtest.h: Remove stray space from doc comment
Peter Maydell
1
-1
/
+1
2025-08-30
docs/sphinx/kerneldoc.py: Handle new LINENO syntax
Peter Maydell
1
-1
/
+1
2025-08-30
scripts/kernel-doc: Avoid new Perl precedence warning
Peter Maydell
1
-5
/
+4
2025-08-30
hw/arm: add static NVDIMMs in device tree
Manos Pitsidianakis
2
-3
/
+47
2025-08-30
target/arm: Enable FEAT_CSSC for -cpu max
Richard Henderson
3
-0
/
+3
2025-08-30
target/arm: Implement CTZ, CNT, ABS
Peter Maydell
2
-0
/
+35
2025-08-30
target/arm: Split out gen_wrap2_i32 helper
Richard Henderson
1
-10
/
+15
2025-08-30
target/arm: Implement MIN/MAX (register)
Richard Henderson
2
-0
/
+27
2025-08-30
target/arm: Implement MIN/MAX (immediate)
Richard Henderson
2
-0
/
+54
2025-08-30
target/arm: Add feature predicate for FEAT_CSSC
Richard Henderson
1
-0
/
+5
2025-08-30
target/arm: Trap PMCR when MDCR_EL2.TPMCR is set
Smail AIDER
1
-8
/
+26
2025-08-30
hw/intc/arm_gicv3_kvm: preserve pending interrupts during cpr
Steve Sistare
2
-0
/
+18
2025-08-30
target/arm: Implement FEAT_TCR2 and enable with -cpu max
Gustavo Romero
7
-0
/
+102
2025-08-30
target/arm: Implement FEAT_SCTLR2 and enable with -cpu max
Gustavo Romero
7
-8
/
+119
2025-08-30
tests/functional/test_aarch64_rme: update image
Pierrick Bouvier
2
-83
/
+66
2025-08-30
tests/functional/test_aarch64_device_passthrough: update image
Pierrick Bouvier
1
-13
/
+14
2025-08-30
target/arm: Clean up of register field definitions
Gustavo Romero
2
-9
/
+7
2025-08-30
linux-user: Remove target_pt_regs from target_syscall.h
Richard Henderson
5
-114
/
+0
2025-08-30
linux-user/sparc: Create target_ptrace.h
Richard Henderson
3
-19
/
+26
2025-08-30
linux-user: Remove a.out declarations from elfload.c
Richard Henderson
1
-19
/
+0
2025-08-30
linux-user: Move arch_parse_elf_property to aarch64/elfload.c
Richard Henderson
4
-31
/
+32
2025-08-30
linux-user: Remove MAP_DENYWRITE from elfload.c
Richard Henderson
1
-5
/
+0
2025-08-30
linux-user: Remove ELIBBAD from elfload.c
Richard Henderson
1
-5
/
+0
2025-08-30
linux-user: Rename elf_check_arch
Richard Henderson
5
-7
/
+6
2025-08-30
linux-user: Standardize on ELF_MACHINE not ELF_ARCH
Richard Henderson
20
-26
/
+20
2025-08-30
linux-user: Move elf parameters to hexagon/target_elf.h
Richard Henderson
2
-7
/
+3
2025-08-30
linux-user: Move elf parameters to xtensa/target_elf.h
Richard Henderson
2
-7
/
+3
2025-08-30
linux-user: Move elf parameters to hppa/target_elf.h
Richard Henderson
2
-11
/
+6
2025-08-30
linux-user: Move elf parameters to riscv/target_elf.h
Richard Henderson
2
-14
/
+10
2025-08-30
linux-user: Move elf parameters to s390x/target_elf.h
Richard Henderson
2
-9
/
+4
2025-08-30
linux-user: Move elf parameters to alpha/target_elf.h
Richard Henderson
2
-7
/
+3
2025-08-30
linux-user: Move elf parameters to m68k/target_elf.h
Richard Henderson
2
-7
/
+3
2025-08-30
linux-user: Move elf parameters to sh4/target_elf.h
Richard Henderson
2
-7
/
+3
[next]