summary refs log tree commit diff stats
path: root/scripts/coverage/compare_gcov_json.py (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-21elf2dmp: use Linux mmap with MAP_NORESERVE when possibleViktor Prutyanov2-12/+58
2023-09-21elf2dmp: introduce merging of physical memory runsViktor Prutyanov1-8/+48
2023-09-21elf2dmp: introduce physical block alignmentViktor Prutyanov3-4/+33
2023-09-21elf2dmp: replace PE export name check with PDB name checkViktor Prutyanov1-60/+33
2023-09-21sbsa-ref: add non-secure EL2 virtual timerMarcin Juszkiewicz1-0/+2
2023-09-21audio/jackaudio: Avoid dynamic stack allocation in qjack_process()Peter Maydell1-5/+11
2023-09-21audio/jackaudio: Avoid dynamic stack allocation in qjack_client_initPeter Maydell1-2/+3
2023-09-21target/arm: Enable FEAT_MOPS for CPU 'max'Peter Maydell3-0/+3
2023-09-21target/arm: Implement the CPY* instructionsPeter Maydell4-0/+535
2023-09-21target/arm: Implement MTE tag-checking functions for FEAT_MOPS copiesPeter Maydell2-0/+116
2023-09-21target/arm: Implement the SETG* instructionsPeter Maydell6-9/+155
2023-09-21target/arm: Define new TB flag for ATA0Peter Maydell4-13/+27
2023-09-21target/arm: Implement the SET* instructionsPeter Maydell4-0/+413
2023-09-21target/arm: Implement MTE tag-checking functions for FEAT_MOPSPeter Maydell2-2/+80
2023-09-21target/arm: New function allocation_tag_mem_probe()Peter Maydell1-11/+37
2023-09-21target/arm: Define syndrome function for MOPS exceptionsPeter Maydell1-0/+12
2023-09-21target/arm: Pass unpriv bool to get_a64_user_mem_index()Peter Maydell1-6/+14
2023-09-21target/arm: Implement FEAT_MOPS enable bitsPeter Maydell2-8/+28
2023-09-21target/arm: Don't skip MTE checks for LDRT/STRT at EL0Peter Maydell1-0/+9
2023-09-21target/arm: Remove unused allocation_tag_mem() argumentPeter Maydell1-28/+14
2023-09-21target/arm: Implement FEAT_HBCPeter Maydell6-1/+17
2023-09-21target/arm: Update user-mode ID reg mask valuesPeter Maydell2-3/+12
2023-09-21target/arm: Update AArch64 ID register field definitionsPeter Maydell1-0/+23
2023-09-21linux-user/elfload.c: Report previously missing arm32 hwcapsPeter Maydell1-0/+12
2023-09-21linux-user/elfload.c: Add missing arm and arm64 hwcap valuesPeter Maydell1-0/+44
2023-09-21linux-user/elfload.c: Correct SME feature names reported in cpuinfoPeter Maydell1-7/+7
2023-09-21hw/arm/boot: Set SCR_EL3.FGTEn when booting kernelFabian Vogt1-0/+4
2023-09-21docs/devel/loads-stores: Fix git grep regexesPeter Maydell1-20/+20
2023-09-21target/m68k: Add URL to semihosting specPeter Maydell1-0/+4
2023-09-21docs/devel/reset.rst: Correct function namesAkihiko Odaki1-9/+8
2023-09-21docs/cxl: Cleanout some more aarch64 examples.Jonathan Cameron1-2/+2
2023-09-21hw/mem/cxl_type3: Add missing copyright and license noticeJonathan Cameron2-0/+21
2023-09-21hw/cxl: Fix out of bound array accessDmitry Frolov1-1/+1
2023-09-21docs/cxl: Change to lowercase as othersLi Zhijian1-4/+4
2023-09-21hw/cxl/cxl_device: Replace magic number in CXLError definitionFan Ni1-1/+1
2023-09-21hw/pci-bridge/cxl_upstream: Fix bandwidth entry base unit for SSLBISDave Jiang1-1/+1
2023-09-21hw/cxl: Fix CFMW config memory leakLi Zhijian1-6/+6
2023-09-21hw/i386/pc: fix code comment on cumulative flash sizeLaszlo Ersek1-6/+6
2023-09-21subprojects: Use the correct .git suffix in the repository URLsThomas Huth3-3/+3
2023-09-21hw/other: spelling fixesMichael Tokarev48-85/+85
2023-09-21tests: extend test 131 to cover availability of the write-zeroesDenis V. Lunev2-0/+43
2023-09-21parallels: naive implementation of parallels_co_pwrite_zeroesDenis V. Lunev1-0/+14
2023-09-21tests: extend test 131 to cover availability of the discard operationDenis V. Lunev2-0/+69
2023-09-21parallels: naive implementation of parallels_co_pdiscardDenis V. Lunev1-0/+46
2023-09-21parallels: improve readability of allocate_clustersDenis V. Lunev1-8/+5
2023-09-21parallels: naive implementation of allocate_clusters with used bitmapDenis V. Lunev1-12/+39
2023-09-21parallels: update used bitmap in allocate_clusterDenis V. Lunev1-0/+14
2023-09-21parallels: accept multiple clusters in mark_used()Denis V. Lunev1-8/+10
2023-09-21tests: test self-cure of parallels image with duplicated clustersDenis V. Lunev2-0/+67
2023-09-21tests: fix broken deduplication check in parallels format testDenis V. Lunev2-8/+22