aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-16virtiofsd: Save error code early at the failure callsiteVivek Goyal
2021-02-16tools/virtiofsd: Replace the word 'whitelist'Philippe Mathieu-Daudé
2021-02-16virtiofsd: vu_dispatch locking should never failGreg Kurz
2021-02-16virtiofsd: Allow to build it without the toolsWainer dos Santos Moschetta
2021-02-16replay: fix icount request when replaying clock accessPavel Dovgalyuk
2021-02-16event_notifier: Set ->initialized earlier in event_notifier_init()Greg Kurz
2021-02-16hvf: Fetch cr4 before evaluating CPUID(1)Alexander Graf
2021-02-16target/i386/hvf: add rdmsr 35H MSR_CORE_THREAD_COUNTVladislav Yaroshchuk
2021-02-16hvf: x86: Remove unused definitionsAlexander Graf
2021-02-16target/i386/hvf: add vmware-cpuid-freq cpu featureVladislav Yaroshchuk
2021-02-16hvf: Guard xgetbv callHill Ma
2021-02-16util/cutils: Skip "." when looking for next directory componentStefan Weil
2021-02-16tests/qtest/qos-test: dump QEMU command if verboseChristian Schoenebeck
2021-02-16tests/qtest/qos-test: dump environment variables if verboseChristian Schoenebeck
2021-02-16tests/qtest/qos-test: dump qos graph if verboseChristian Schoenebeck
2021-02-16libqos/qgraph_internal: add qos_printf() and qos_printf_literal()Christian Schoenebeck
2021-02-16libqos/qgraph: add qos_node_create_driver_named()Christian Schoenebeck
2021-02-16sev/i386: Enable an SEV-ES guest based on SEV policyTom Lendacky
2021-02-16kvm/i386: Use a per-VM check for SMM capabilityTom Lendacky
2021-02-16sev/i386: Don't allow a system reset under an SEV-ES guestTom Lendacky
2021-02-16sev/i386: Allow AP booting under SEV-ESPaolo Bonzini
2021-02-16sev/i386: Require in-kernel irqchip support for SEV-ES guestsTom Lendacky
2021-02-16sev/i386: Add initial support for SEV-ESTom Lendacky
2021-02-16sev: update sev-inject-launch-secret to make gpa optionalJames Bottomley
2021-02-16pc: add parser for OVMF reset blockJames Bottomley
2021-02-16Merge remote-tracking branch 'remotes/cleber-gitlab/tags/python-next-pull-req...Peter Maydell
2021-02-16MAINTAINERS: add myself maintainer for the clock frameworkLuc Michel
2021-02-16hw/i2c: Implement NPCM7XX SMBus Module FIFO ModeHao Wu
2021-02-16hw/i2c: Add a QTest for NPCM7XX SMBus DeviceHao Wu
2021-02-16hw/arm: Add I2C sensors and EEPROM for GSJ machineHao Wu
2021-02-16hw/arm: Add I2C sensors for NPCM750 eval boardHao Wu
2021-02-16hw/i2c: Implement NPCM7XX SMBus Module Single ModeHao Wu
2021-02-16tests/tcg/aarch64: Add mte smoke testsRichard Henderson
2021-02-16target/arm: Enable MTE for user-onlyRichard Henderson
2021-02-16target/arm: Add allocation tag storage for user modeRichard Henderson
2021-02-16linux-user/aarch64: Signal SEGV_MTEAERR for async tag check errorRichard Henderson
2021-02-16linux-user/aarch64: Signal SEGV_MTESERR for sync tag check faultRichard Henderson
2021-02-16linux-user/aarch64: Pass syndrome to EXC_*_ABORTRichard Henderson
2021-02-16target/arm: Split out syndrome.h from internals.hRichard Henderson
2021-02-16linux-user/aarch64: Implement PROT_MTERichard Henderson
2021-02-16linux-user/aarch64: Implement PR_MTE_TCF and PR_MTE_TAGRichard Henderson
2021-02-16target/arm: Use the proper TBI settings for linux-userRichard Henderson
2021-02-16target/arm: Improve gen_top_byte_ignoreRichard Henderson
2021-02-16linux-user/aarch64: Implement PR_TAGGED_ADDR_ENABLERichard Henderson
2021-02-16linux-user: Handle tags in lock_user/unlock_userRichard Henderson
2021-02-16linux-user: Fix types in uaccess.cRichard Henderson
2021-02-16linux-user: Move lock_user et al out of lineRichard Henderson
2021-02-16linux-user: Use cpu_untagged_addr in access_ok; split out *_untaggedRichard Henderson
2021-02-16exec: Rename guest_{addr,range}_valid to *_untaggedRichard Henderson
2021-02-16linux-user: Use guest_range_valid in access_okRichard Henderson