]> xenbits.xensource.com Git - people/royger/xen-test-framework.git/shortlog
people/royger/xen-test-framework.git
2016-04-29 Andrew CooperPrint more information when dumping exceptions
2016-04-29 Andrew CooperHelper routines for decoding x86 architectural state
2016-04-28 Andrew CooperIntroduce snprintf() and give vsnprintf() an appropriat...
2016-04-28 Andrew CooperCreate xtf.h and avoid using xtf/lib.h as the include...
2016-04-27 Andrew CooperXSA-123 PoC
2016-04-26 Andrew CooperExtend the pv-iopl test to test VMASST_TYPE_architectur...
2016-04-26 Andrew CooperPV IOPL emulation testing
2016-04-22 Andrew CooperIntroduce DECLSTR() for declaring strings in ASM
2016-04-22 Andrew CooperIntroduce ENDFUNC() and annotate ASM functions as such
2016-04-22 Andrew CooperAnnotate hvm pagetables as data
2016-04-22 Andrew CooperAvoid generating *UND* symbols in object files
2016-04-22 Andrew CooperAnnotate hypercall stubs as functions
2016-04-22 Andrew CooperMove arch/x86/hvm_pagetables.S into arch/x86/hvm/ directory
2016-04-22 Andrew CooperIntroduce more linker alignment assertions
2016-04-22 Andrew CooperFix XSA-168 PoC on Gen1 AMD hardware
2016-04-08 Andrew CooperIntroduce Memory op ABI and infrastructure
2016-03-26 Andrew CooperFix GCC build following c/s 72442d4
2016-03-26 Andrew CooperIntroduce the hvm32pse environment
2016-03-26 Andrew CooperImprove the legibility of the pagetable generation...
2016-03-26 Andrew CooperSplit common pagetable infrastructure from PAE specific...
2016-03-24 Andrew CooperXSA-168 Proof of Concept test
2016-03-24 Andrew CooperAllow tests to supply extra settings for their .cfg...
2016-03-24 Andrew CooperXSA-122 Proof of Concept test
2016-03-24 Andrew CooperIntroduce xen_version hypercall and ABI
2016-03-24 Andrew CooperDrop CONFIG_PAGING_PAE
2016-03-24 Andrew CooperIntroduce IS_ALIGNED()
2016-03-21 Andrew CooperTest `into` even in 64bit
2016-03-21 Andrew CooperAdd memcpy() to the framework's libc implementation
2016-03-06 Andrew CooperCorrect the generation of the `cd 03` instruction
2016-03-06 Andrew CooperReintroduce the test_NULL_unmapped() selftest
2016-03-06 Andrew CooperUtility for dumping MSRs visible to a guest
2016-03-06 Andrew CooperUtility for dumping the CPUID information visible to...
2016-02-23 Andrew CooperAdd documentation noting that swint-emulation serves...
2016-02-23 Andrew CooperXSA-167 Proof of Concept test
2016-02-22 Andrew CooperAlter xtf_success() to take a string to print
2016-02-22 Andrew CooperIntroduce test categories and create a test-info.json...
2016-02-22 Andrew CooperInstall each test into a separate directory
2016-02-22 Andrew CooperAccept a PREFIX parameter when generating test configur...
2016-02-15 Andrew CooperIntroduce links from test descriptions to their main.c
2016-02-15 Andrew CooperDocument the build requirements
2016-02-15 Andrew CooperSpecify initalisers for each structure item
2016-02-15 Andrew CooperDon't doubly declare the name label in ENTRY()
2016-02-15 Andrew CooperDeclare the size of l1_identmap
2016-01-18 Andrew CooperDisable implicit makefile rules
2016-01-18 Andrew CooperImplement the hvm32 environment; a 32bit HVM guest...
2016-01-18 Andrew CooperRework config.h and head_hvm.S for better paging separation
2016-01-18 Andrew CooperRename the {pv,hvm}32 environments to {pv,hvm}32pae
2016-01-18 Andrew CooperRename CONFIG_ENV_{pv,hvm} to CONFIG_{PV,HVM}
2016-01-18 Andrew CooperRework the build systems environment list generation
2016-01-15 Andrew CooperMisc docs improvements
2016-01-15 Andrew CooperInclude local variables in all files currently missing...
2016-01-15 Andrew CooperAvoid overflow in compare_extable_entry() when entries...
2016-01-15 Andrew CooperImport xen/errno.h from Xen's public API
2016-01-15 Andrew CooperIntroduce 'skip' as a test result
2016-01-15 Andrew CooperInclude xtf/hypercall.h in xtf/lib.h
2016-01-14 Andrew CooperTest software injection of `into` in 32bit builds
2016-01-14 Andrew CooperDocument the history of the framework
2016-01-14 Andrew CooperSoftware interrupt emulation testing
2016-01-14 Andrew CooperIntroductory documentation
2016-01-14 Andrew CooperUpdate Doxyfile to Doxygen 1.8.8
2016-01-13 Andrew CooperProvide a Forced Emulation identifier rather than hand...
2016-01-12 Andrew CooperAllow tests to provide their own custom unhandled excep...
2016-01-11 Andrew CooperError code constants for selector-based error codes
2016-01-11 Andrew CooperMake symbolic constant generation more generic
2016-01-11 Andrew CooperSplit out symbolic constant support into a separate...
2016-01-08 Andrew CooperRearrange includes
2016-01-08 Andrew CooperUnmap the page at 0 to catch errors with NULL pointers
2016-01-05 Andrew CooperIntroduce exec_user() to run a function at user privilege
2016-01-05 Andrew CooperAllow a test to raise privilege back to kernel level
2016-01-05 Andrew CooperSetup for 32bit PV userspace execution
2016-01-05 Andrew CooperSetup for 64bit PV userspace execution
2016-01-05 Andrew CooperSetup for common PV userspace execution
2016-01-05 Andrew CooperSetup for HVM userspace execution
2016-01-05 Andrew CooperFactor low level difference between PV and HVM into...
2016-01-05 Andrew CooperCommon infrastructure for userspace execution
2015-12-22 Andrew CooperIntroduce test_setup() to detect runtime support releva...
2015-12-22 Andrew CooperException Logging support
2015-12-22 Andrew CooperAlter pv64 kernel selectors to be rpl0
2015-12-22 Andrew CooperException table infrastructure
2015-12-22 Andrew CooperProvide a heapsort() implementation
2015-12-21 Andrew CooperAvoid __always_inline conflicting with cdef.h
2015-12-18 Andrew CooperXTF Selftests
2015-12-18 Andrew CooperModify entry points to be able to return from exceptions
2015-12-18 Andrew CooperRepresent exception frames in C
2015-12-18 Andrew CooperPV exception entry points
2015-12-18 Andrew CooperHVM exception entry points
2015-12-18 Andrew CooperRefactor architectural trap setup
2015-12-18 Andrew Cooperx86 architectural infrastructure for exception handling
2015-12-10 Andrew CooperMove build system into build/
2015-12-10 Andrew CooperImport and declare all hypercall entry points
2015-12-10 Andrew CooperReduce the quantity of token concatenation with hyperca...
2015-12-10 Andrew CooperAvoid a constantly rebooting domain when triple faults...
2015-12-09 Andrew CooperFix booting the HVM tests on hardware without hap support
2015-12-07 Andrew CooperIntroduce __noinline and __always_inline annotations
2015-12-07 Andrew CooperPull all definitions from stddef.h, including bits...
2015-12-07 Andrew CooperAdd to clean/distclean rules
2015-12-07 Andrew CooperAdjust linker script to avoid having a PT_LOAD header...
2015-12-06 Andrew CooperCreate hvm64 test binaries as elf32, take 2
2015-12-03 Andrew CooperProvide memset() and memcmp()
2015-12-03 Andrew CooperUndo previous change to link.lds.S
next