aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-01linux-user/ppc: Implement setup_sigtrampRichard Henderson
2021-10-01linux-user/ppc: Simplify encode_trampolineRichard Henderson
2021-10-01linux-user/openrisc: Implement setup_sigtrampRichard Henderson
2021-10-01linux-user/nios2: Document non-use of setup_sigtrampRichard Henderson
2021-10-01linux-user/mips: Implement setup_sigtrampRichard Henderson
2021-10-01linux-user/mips: Tidy install_sigtrampRichard Henderson
2021-10-01linux-user/microblaze: Implement setup_sigtrampRichard Henderson
2021-10-01linux-user/m68k: Implement setup_sigtrampRichard Henderson
2021-10-01linux-user/x86_64: Raise SIGSEGV if SA_RESTORER not setRichard Henderson
2021-10-01linux-user/i386: Implement setup_sigtrampRichard Henderson
2021-10-01linux-user/hppa: Document non-use of setup_sigtrampRichard Henderson
2021-10-01linux-user/hexagon: Implement setup_sigtrampRichard Henderson
2021-10-01linux-user/cris: Implement setup_sigtrampRichard Henderson
2021-10-01linux-user/alpha: Implement setup_sigtrampRichard Henderson
2021-10-01linux-user/arm: Implement setup_sigtrampRichard Henderson
2021-10-01linux-user/arm: Drop "_v2" from symbols in signal.cRichard Henderson
2021-10-01linux-user/arm: Drop v1 signal framesRichard Henderson
2021-10-01linux-user/aarch64: Implement setup_sigtrampRichard Henderson
2021-10-01linux-user: Add infrastructure for a signal trampoline pageRichard Henderson
2021-09-30Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210930'...Peter Maydell
2021-09-30Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-09-30Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.2-20210930' in...Peter Maydell
2021-09-30meson_options.txt: Switch the default value for the vnc option to 'auto'Thomas Huth
2021-09-30build-sys: add HAVE_IPPROTO_MPTCPMarc-André Lureau
2021-09-30memory: Add tracepoint for dirty syncPeter Xu
2021-09-30memory: Name all the memory listenersPeter Xu
2021-09-30target/i386: Fix memory leak in sev_read_file_base64()Peter Maydell
2021-09-30tests: qtest: bios-tables-test depends on the unpacked edk2 ROMsPaolo Bonzini
2021-09-30meson: unpack edk2 firmware even if --disable-blobsPaolo Bonzini
2021-09-30target/i386: Add the query-sgx-capabilities QMP commandYang Zhong
2021-09-30target/i386: Add HMP and QMP interfaces for SGXYang Zhong
2021-09-30docs/system: Add SGX documentation to the system manualSean Christopherson
2021-09-30sgx-epc: Add the fill_device_info() callback supportYang Zhong
2021-09-30i440fx: Add support for SGX EPCSean Christopherson
2021-09-30q35: Add support for SGX EPCSean Christopherson
2021-09-30i386: acpi: Add SGX EPC entry to ACPI tablesSean Christopherson
2021-09-30i386/pc: Add e820 entry for SGX EPC section(s)Sean Christopherson
2021-09-30hw/i386/pc: Account for SGX EPC sections when calculating device memorySean Christopherson
2021-09-30hw/i386/fw_cfg: Set SGX bits in feature control fw_cfg accordinglySean Christopherson
2021-09-30Adjust min CPUID level to 0x12 when SGX is enabledSean Christopherson
2021-09-30i386: Propagate SGX CPUID sub-leafs to KVMSean Christopherson
2021-09-30i386: kvm: Add support for exposing PROVISIONKEY to guestSean Christopherson
2021-09-30i386: Update SGX CPUID info according to hardware/KVM/user inputSean Christopherson
2021-09-30i386: Add feature control MSR dependency when SGX is enabledSean Christopherson
2021-09-30i386: Add get/set/migrate support for SGX_LEPUBKEYHASH MSRsSean Christopherson
2021-09-30i386: Add SGX CPUID leaf FEAT_SGX_12_1_EAXSean Christopherson
2021-09-30i386: Add SGX CPUID leaf FEAT_SGX_12_0_EBXSean Christopherson
2021-09-30i386: Add SGX CPUID leaf FEAT_SGX_12_0_EAXSean Christopherson
2021-09-30i386: Add primary SGX CPUID and MSR definesSean Christopherson
2021-09-30vl: Add sgx compound properties to expose SGX EPC sections to guestSean Christopherson