]> xenbits.xensource.com Git - people/andrewcoop/xen-test-framework.git/shortlog
people/andrewcoop/xen-test-framework.git
2017-07-10 Andrew Cooperpoll console github/console
2017-07-10 Andrew Cooperdocs: Fix up the doxygen formatting for _ASM_TRAP_OK()
2017-07-10 Andrew Coopercleanup to nmi-taskswitch-priv
2017-07-10 Andrew Cooperdocs: Fix the list of changeset in the history section
2017-07-06 Andrew CooperFunctional test for an NMI-triggered task switch which...
2017-07-06 Andrew CooperSplit existing Gate Descriptor infrastructure out into...
2017-07-06 Andrew Cooperhvm32: Fill in tss.cr3 for the default task
2017-07-06 Andrew CooperAdd declarations for l?_table_offset() in unpaged envir...
2017-07-06 Andrew CooperExtend APIC infrastructure with ICR helpers
2017-07-06 Andrew CooperIntroduce locked bt* operations
2017-06-30 Haozhong Zhangvvmx: Test vmxon in VMX root w/ CPL = 3 and w/ current...
2017-06-30 Haozhong Zhangvvmx: Test vmxon in VMX root w/ CPL = 0 and w/ current...
2017-06-30 Haozhong Zhangvvmx: Test vmxon in VMX root w/ CPL = 3 and w/o current...
2017-06-30 Haozhong Zhangvvmx: Test vmxon in VMX root w/ CPL = 0 and w/o current...
2017-06-30 Haozhong Zhangvvmx: Test the correct vmxon
2017-06-30 Haozhong Zhangvvmx: Test vmxon with bit 31 of VMCS revision ID set
2017-06-30 Haozhong Zhangvvmx: Test vmxon with mismatched VMCS revision ID
2017-06-30 Haozhong Zhangvvmx: Test vmxon with unaligned VMXON region address
2017-06-30 Haozhong Zhangvvmx: Test vmxon with invalidly wide VMXON region address
2017-06-30 Haozhong Zhangvvmx: Test vmxon in CPL=3 inside and outside of VMX...
2017-06-30 Haozhong Zhangvvmx: Test vmxon with CR4.VMXE cleared
2017-06-30 Andrew CooperExtend exinfo_t with test-available bits
2017-06-30 Haozhong Zhangvvmx: Test whether MSR_IA32_VMX_BASIC is set correctly
2017-06-28 Andrew CooperDon't automatically recover from traps
2017-06-28 Andrew CooperClean up extable.h
2017-06-28 Haozhong Zhangvvmx: test whether MSR_FEATURE_CONTROL is set correctly
2017-06-28 Andrew CooperBare-bones in-development test for nested VT-x
2017-06-28 Andrew CooperTest basic driver initialisation in the selftests
2017-06-28 Andrew CooperXSA-221 PoC
2017-06-26 Andrew CooperIntroduce some basic APIC infrastructure
2017-06-24 John ThomsonFix fallthrough typo in XTF common/libc/vsnprintf.c
2017-06-23 Andrew CooperUse unsigned int in preference to unsigned
2017-06-07 Andrew CooperRearange user_desc structure union to reduce namespacing
2017-06-05 Andrew CooperImprovements to, and new TSS infrastructure
2017-06-05 Andrew CooperSplit existing TSS infrastructure out into x86-tss.h
2017-06-05 Andrew CooperFix the declarations of __builtin_*() string functions
2017-06-05 Andrew CooperFix header files so they can be included in isolation
2017-06-05 Andrew CooperCompile using -Winline to identify problematic functions
2017-06-05 Andrew CooperRemove an unnecessary level of directory hierachy
2017-06-05 Andrew Cooperdocs: Tweaks to the generated HTML
2017-05-31 Andrew CooperExperimental support for LTO builds, by passing lto...
2017-05-31 Andrew CooperFix build with GCC 7
2017-05-30 Andrew Cooperdocs: Prevent Doxygen from interpreting __page_aligned_...
2017-05-30 Andrew Cooperrunner: Introduce a --quiet command line option
2017-05-30 Andrew Cooperrunner: Distinguish clean and unclean exits
2017-05-30 Andrew CooperCorrect linear/virtual address terminology
2017-05-22 Andrew CooperMap the domains shared_info at boot
2017-05-22 Andrew CooperImport the Xen ABI for shared_info
2017-05-22 Andrew CooperMove head_{pv,hvm}.s to {pv,hvm}/head.S
2017-05-22 Andrew CooperGenerate $(env)_{arch,guest} mappings automatically
2017-05-22 Andrew CooperSeparate page aligned data/bss into separate sections
2017-05-19 Andrew CooperExtend %p vsprintf() handling to include hex buffers
2017-05-19 Andrew CooperConvert cpu_regs_{sp,ss}() to being static inlines
2017-05-19 Andrew CooperIntroduce xtf_exit()
2017-05-18 Andrew Cooperdocs: Fix the See Also cross-reference for livepatch...
2017-05-11 Andrew CooperIntroduce an 'in-development' category for tests which...
2017-05-11 Mohit Gambhirxtf/vpmu: Add Intel PMU MSR addresses
2017-05-08 Andrew CooperXSA-213 PoC
2017-05-08 Andrew CooperXSA-212 PoC
2017-04-26 Andrew CooperIntroduce _u() to compliement _p()
2017-04-25 Andrew Coopercpuid: Collect and expose max_{,extd_}leaf with other...
2017-04-25 Andrew Coopermake-new-test: Add a placeholder to docs/all-tests.dox
2017-04-25 Andrew CooperHYPERCALL_callback infrastructure for PV guests
2017-04-25 Andrew CooperLBR/TSX VMentry failure test
2017-04-11 Andrew CooperPass _ASM_EXTABLE_HANDLER() references by asm() parameter
2017-04-11 Andrew CooperReorganise the extable helpers to export their declarations
2017-04-10 Andrew Cooperdocs: Fix Getting Started instructions
2017-04-06 Jan Beulichproperly parenthesize BUILD_BUG_ON()'s parameter use
2017-03-27 Andrew CooperXSA-204 PoC
2017-03-06 Andrew CooperRevert "Drop test_wants_user_mappings infrastructure...
2017-03-06 Andrew CooperDrop test_wants_user_mappings infrastructure
2017-03-06 Andrew CooperSwitch tests over to using .text.user
2017-03-06 Andrew CooperFix x{get,set}bv() build with Clang 3.9
2017-03-06 Andrew CooperAlter selftest to test the SMEP/SMAP safety of exec_user()
2017-03-06 Andrew CooperMake exec_user_param() safe with SMEP and SMAP active
2017-03-06 Andrew CooperProvide a common user_stack[] for tests
2017-03-06 Andrew CooperImplement exec_user() in C rather than asm
2017-03-06 Andrew CooperUse zeroes for filling holes in .text
2017-03-06 Andrew CooperIntroduce _ASM_{{A,C,D,B}X,{B,S}P,{S,D}I} to aid common...
2017-03-06 Andrew CooperMove arch-specific headers to arch/$arch/include/
2017-03-02 Wei Liux86: add UMIP feature bit
2017-03-01 Andrew CooperDocs: Add a build note about glibc-devel.i686 on RHEL...
2017-02-21 Andrew CooperDeclare environment_description as an array
2017-02-16 Andrew CooperXSA-203 PoC
2017-02-15 Jan Beulichalso test AVX exceptions
2017-02-01 Wei Liubuild: disable PIE during linking if necessary
2017-01-30 Andrew CooperImprove documentation and error handling around FEP
2017-01-30 Andrew CooperCollect max{phys,virt}addr along with other CPUID infor...
2017-01-23 Jan Beulichdon't overrun memory object
2016-12-19 Andrew CooperBuild: Use $(CC) for linking
2016-12-19 Andrew CooperBuild: Disable implicit make variables
2016-12-19 Andrew CooperXSA-200 PoC
2016-12-19 Andrew CooperDocs: Fix the generated advisory links
2016-12-16 Andrew CooperImplement exec_user_param()
2016-12-14 Andrew CooperDocument the interaction of x32 ABI support and hvm64...
2016-12-14 Jan Beulichdon't require x32 support in binutils
2016-11-30 Andrew CooperXSA-196 PoC
2016-11-30 Andrew CooperXSA-195 PoC
2016-11-30 Andrew CooperXSA-194 PoC
2016-11-30 Andrew CooperXSA-193 PoC
next