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
/
coverage
/
compare_gcov_json.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-09-21
elf2dmp: use Linux mmap with MAP_NORESERVE when possible
Viktor Prutyanov
2
-12
/
+58
2023-09-21
elf2dmp: introduce merging of physical memory runs
Viktor Prutyanov
1
-8
/
+48
2023-09-21
elf2dmp: introduce physical block alignment
Viktor Prutyanov
3
-4
/
+33
2023-09-21
elf2dmp: replace PE export name check with PDB name check
Viktor Prutyanov
1
-60
/
+33
2023-09-21
sbsa-ref: add non-secure EL2 virtual timer
Marcin Juszkiewicz
1
-0
/
+2
2023-09-21
audio/jackaudio: Avoid dynamic stack allocation in qjack_process()
Peter Maydell
1
-5
/
+11
2023-09-21
audio/jackaudio: Avoid dynamic stack allocation in qjack_client_init
Peter Maydell
1
-2
/
+3
2023-09-21
target/arm: Enable FEAT_MOPS for CPU 'max'
Peter Maydell
3
-0
/
+3
2023-09-21
target/arm: Implement the CPY* instructions
Peter Maydell
4
-0
/
+535
2023-09-21
target/arm: Implement MTE tag-checking functions for FEAT_MOPS copies
Peter Maydell
2
-0
/
+116
2023-09-21
target/arm: Implement the SETG* instructions
Peter Maydell
6
-9
/
+155
2023-09-21
target/arm: Define new TB flag for ATA0
Peter Maydell
4
-13
/
+27
2023-09-21
target/arm: Implement the SET* instructions
Peter Maydell
4
-0
/
+413
2023-09-21
target/arm: Implement MTE tag-checking functions for FEAT_MOPS
Peter Maydell
2
-2
/
+80
2023-09-21
target/arm: New function allocation_tag_mem_probe()
Peter Maydell
1
-11
/
+37
2023-09-21
target/arm: Define syndrome function for MOPS exceptions
Peter Maydell
1
-0
/
+12
2023-09-21
target/arm: Pass unpriv bool to get_a64_user_mem_index()
Peter Maydell
1
-6
/
+14
2023-09-21
target/arm: Implement FEAT_MOPS enable bits
Peter Maydell
2
-8
/
+28
2023-09-21
target/arm: Don't skip MTE checks for LDRT/STRT at EL0
Peter Maydell
1
-0
/
+9
2023-09-21
target/arm: Remove unused allocation_tag_mem() argument
Peter Maydell
1
-28
/
+14
2023-09-21
target/arm: Implement FEAT_HBC
Peter Maydell
6
-1
/
+17
2023-09-21
target/arm: Update user-mode ID reg mask values
Peter Maydell
2
-3
/
+12
2023-09-21
target/arm: Update AArch64 ID register field definitions
Peter Maydell
1
-0
/
+23
2023-09-21
linux-user/elfload.c: Report previously missing arm32 hwcaps
Peter Maydell
1
-0
/
+12
2023-09-21
linux-user/elfload.c: Add missing arm and arm64 hwcap values
Peter Maydell
1
-0
/
+44
2023-09-21
linux-user/elfload.c: Correct SME feature names reported in cpuinfo
Peter Maydell
1
-7
/
+7
2023-09-21
hw/arm/boot: Set SCR_EL3.FGTEn when booting kernel
Fabian Vogt
1
-0
/
+4
2023-09-21
docs/devel/loads-stores: Fix git grep regexes
Peter Maydell
1
-20
/
+20
2023-09-21
target/m68k: Add URL to semihosting spec
Peter Maydell
1
-0
/
+4
2023-09-21
docs/devel/reset.rst: Correct function names
Akihiko Odaki
1
-9
/
+8
2023-09-21
docs/cxl: Cleanout some more aarch64 examples.
Jonathan Cameron
1
-2
/
+2
2023-09-21
hw/mem/cxl_type3: Add missing copyright and license notice
Jonathan Cameron
2
-0
/
+21
2023-09-21
hw/cxl: Fix out of bound array access
Dmitry Frolov
1
-1
/
+1
2023-09-21
docs/cxl: Change to lowercase as others
Li Zhijian
1
-4
/
+4
2023-09-21
hw/cxl/cxl_device: Replace magic number in CXLError definition
Fan Ni
1
-1
/
+1
2023-09-21
hw/pci-bridge/cxl_upstream: Fix bandwidth entry base unit for SSLBIS
Dave Jiang
1
-1
/
+1
2023-09-21
hw/cxl: Fix CFMW config memory leak
Li Zhijian
1
-6
/
+6
2023-09-21
hw/i386/pc: fix code comment on cumulative flash size
Laszlo Ersek
1
-6
/
+6
2023-09-21
subprojects: Use the correct .git suffix in the repository URLs
Thomas Huth
3
-3
/
+3
2023-09-21
hw/other: spelling fixes
Michael Tokarev
48
-85
/
+85
2023-09-21
tests: extend test 131 to cover availability of the write-zeroes
Denis V. Lunev
2
-0
/
+43
2023-09-21
parallels: naive implementation of parallels_co_pwrite_zeroes
Denis V. Lunev
1
-0
/
+14
2023-09-21
tests: extend test 131 to cover availability of the discard operation
Denis V. Lunev
2
-0
/
+69
2023-09-21
parallels: naive implementation of parallels_co_pdiscard
Denis V. Lunev
1
-0
/
+46
2023-09-21
parallels: improve readability of allocate_clusters
Denis V. Lunev
1
-8
/
+5
2023-09-21
parallels: naive implementation of allocate_clusters with used bitmap
Denis V. Lunev
1
-12
/
+39
2023-09-21
parallels: update used bitmap in allocate_cluster
Denis V. Lunev
1
-0
/
+14
2023-09-21
parallels: accept multiple clusters in mark_used()
Denis V. Lunev
1
-8
/
+10
2023-09-21
tests: test self-cure of parallels image with duplicated clusters
Denis V. Lunev
2
-0
/
+67
2023-09-21
tests: fix broken deduplication check in parallels format test
Denis V. Lunev
2
-8
/
+22
[next]