xen.git
2016-12-21 Jan Beulichx86/oprofile: use unambiguous register names
2016-12-21 Jan Beulichx86emul: don't unconditionally clear segment bases...
2016-12-21 Jan Beulichx86emul: some REX related polishing
2016-12-21 Praveen Kumarsched: removal of redundant check in Credit
2016-12-21 Jan Beulichx86/HVM: add missing NULL check before using VMFUNC...
2016-12-21 Jan Beulichx86: force EFLAGS.IF on when exiting to PV guests
2016-12-20 Andrew Cooperx86/hvm: Don't emulate all instructions hitting the...
2016-12-20 Andrew Cooperx86/emul: Don't opencode CR0_TS in CLTS handling
2016-12-20 Boris Ostrovskyacpi/x86: define ACPI IO registers for PVH guests
2016-12-20 Boris Ostrovskyx86/pmtimer: move ACPI registers from PMTState to hvm_d...
2016-12-20 Haozhong Zhangvvmx: replace vmreturn() by vmsucceed() and vmfail*()
2016-12-20 Haozhong Zhangvvmx: fix the wrong address width in c/s 08fac63
2016-12-20 Jan Beulichx86emul: check for CMPXCHG8B availability
2016-12-19 Jan Beulichx86: fix asm() constraint in clear_user()
2016-12-19 Andrew Cooperx86/emul: Correct the handling of eflags with SYSCALL
2016-12-19 Jan Beulichx86/SMP: CPU0's scratch mask is needed earlier
2016-12-16 Bhupinder Thakurxen/arm: Add support for 16 bit VMIDs
2016-12-16 Bhupinder Thakurxen/arm: Move p2m_vmid_allocator_init() inside setup_vi...
2016-12-16 Wei Liulibxl: set rc to 0 in init_acpi_config in success path
2016-12-16 Andrew Cooperx86/emul: Simplfy L{ES,DS,SS,FS,GS} handling
2016-12-16 Jan Beulichx86/HVM: handle_{mmio*,pio}() return value adjustments
2016-12-16 Jan Beulichx86/boot: fix build with certain older gcc versions
2016-12-16 Jan Beulichx86emul: CMPXCHG16B requires an aligned operand
2016-12-16 Jan Beulichx86emul: reduce CMPXCHG{8,16}B footprint and casting
2016-12-16 Jan Beulichx86emul: support {RD,WR}{F,G}SBASE
2016-12-16 Jan Beulichx86: introduce and use scratch CPU mask
2016-12-16 Jan BeulichVT-d: correct dma_msi_set_affinity()
2016-12-16 Jan Beulichx86: streamline copying to/from user memory
2016-12-16 Anshul Makkarxsm: allow relevant permission during migrate and gpu...
2016-12-16 Wei Liulibxl: init_acpi_config should return rc in exit path
2016-12-16 Edgar E. Iglesiastools/xenstat: Don't disable xentop when cross-compiling
2016-12-16 Edgar E. Iglesiastools/xenstat: Remove redundant check for curses.h
2016-12-15 Andrew Cooperx86/paging: Rename paging_mark_pfn_dirty() and use...
2016-12-15 Andrew Cooperx86/paging: Update paging_mark_dirty() to use mfn_t
2016-12-15 Jan Beulichx86emul: ignore most segment bases for 64-bit mode...
2016-12-15 Haozhong Zhangnestedhvm: replace VMCX_EADDR by INVALID_PADDR
2016-12-15 Haozhong Zhangvvmx: check the operand of L1 vmxon
2016-12-15 Haozhong Zhangvvmx: return VMfail to L1 if L1 vmxon is executed in...
2016-12-15 Haozhong Zhangvvmx: set vmxon_region_pa of vcpu out of VMX operation...
2016-12-15 Razvan Cojocarux86/vm_event: add support for VM_EVENT_REASON_INTERRUPT
2016-12-15 Jan Beulichx86/HVM: introduce hvm_get_cpl() and respective hook
2016-12-14 Ross Lagerwalltools/livepatch: Exit with 2 if a timeout occurs
2016-12-14 Ross Lagerwalltools/livepatch: Save errno where needed
2016-12-14 Ross Lagerwalltools/livepatch: Remove unused struct member
2016-12-14 Ross Lagerwalltools/livepatch: Remove pointless retry loop
2016-12-14 Ross Lagerwalllivepatch: Fix documentation of timeout
2016-12-14 Ross Lagerwalltools/livepatch: Improve output
2016-12-14 Ross Lagerwalltools/livepatch: Set stdout and stderr unbuffered
2016-12-14 Ross Lagerwalltools/livepatch: Show the correct expected state before...
2016-12-14 Andrew Cooperx86/traps: Correct pagefault handling issues introduced...
2016-12-14 Ross Lagerwallx86: Use ACPI reboot method for Dell OptiPlex 9020
2016-12-14 Andrew Cooperx86/emul: Further simplify DstBitBase handling
2016-12-14 Wei LiuConfig.mk: update mini-os changeset
2016-12-14 Juergen Grossstubdom: modify ioemu linkfarm only if necessary
2016-12-14 Jan Beulichx86emul: MOVNTI does not allow REP prefixes
2016-12-14 Jan Beulichx86emul: check for LAHF_LM availability
2016-12-14 Jan Beulichx86emul: check for CLFLUSH{,OPT} availability
2016-12-14 Jan Beulichx86emul: check for SYSENTER/SYSEXIT availability
2016-12-14 Jan Beulichx86emul: CMPXCHG{8,16}B ignore prefixes
2016-12-14 Jan Beulichx86/PV: prefer pv_inject_hw_exception()
2016-12-14 Jan Beulichx86/PV: use generic emulator for privileged instruction...
2016-12-14 Jan Beulichx86emul: make write and cmpxchg hooks optional
2016-12-14 Jan Beulichx86emul: generalize exception handling for rep_* hooks
2016-12-14 Jan Beulichx86/32on64: use generic instruction decoding for call...
2016-12-13 Cédric Bosdonnatlibxl: QED disks support
2016-12-13 Stefano Stabellinifix LDRB Thumb2 decoding
2016-12-13 Roger Pau Monnefirmware/rombios: fix after update to libacpi
2016-12-13 Andrew Cooperx86/traps: Adjust paged-guest handling in the PV pagefa...
2016-12-13 Andrew Cooperx86/shadow: Drop all emulation for PV vcpus
2016-12-13 Andrew Cooperx86/paging: Enforce PG_external == PG_translate ==...
2016-12-13 Luwei Kangx86/VPMU: clear the overflow status of which counter...
2016-12-13 Roger Pau Monnélibacpi: announce that PVHv2 has no CMOS RTC in FADT
2016-12-13 Roger Pau Monnélibacpi: update FADT layout to support version 5
2016-12-13 Roger Pau Monnelibs/xenstore: set correct FreeBSD device
2016-12-13 Wei Liutools/fuzz: add README
2016-12-13 Wei Liutools: hook up fuzz directory
2016-12-13 Wei Liutools/fuzz: introduce x86 instruction emulator target
2016-12-13 Wei Liux86emul/test: factor out emul_test_get_fpu
2016-12-13 Wei Liux86emul/test: factor out emul_test_{read_cr,cpuid}
2016-12-13 Wei Liux86emul/test: factor out emul_test_make_stack_executable
2016-12-13 Wei Liutools/fuzz: introduce libelf target
2016-12-13 Andrew Cooperx86/shadow: Misc minor cleanup
2016-12-13 Andrew Cooperx86/shadow: Tweak some initialisation in sh_page_fault()
2016-12-13 Andrew Cooperx86/emul: Implement the STAC and CLAC instructions
2016-12-13 Andrew Cooperxen: Fix determining when domain creation is complete
2016-12-13 Andrew Cooperx86/hvm: Fix HVMOP_get_param when skipping creating...
2016-12-12 Stefano Stabellinifix potential pa_range_info out of bound access
2016-12-12 Stefano Stabellinifix potential int overflow in efi/boot
2016-12-12 Andrew Cooperx86/emul: Annotate more intentional fallthrough cases
2016-12-12 Jan Beulichconsole: allow log level threshold adjustments
2016-12-12 Jan Beulichx86/time: don't omit newline in dump_softtsc()
2016-12-12 Jan Beulichx86emul: consolidate string insn register adjustments
2016-12-12 Suravee SuthikulpanitAMD IOMMU: Support IOAPIC IDs larger than 128
2016-12-12 Roger Pau Monnéx86: allow the emulated APICs to be enabled for the...
2016-12-12 Wei Liutools: bump some library version numbers to 4.9
2016-12-12 Zhang Chenlibxl: Add COLO replication top-id support
2016-12-12 Zhang Chenlibxl: Add Xen colo support for qemu-upstream colo...
2016-12-12 Cédric Bosdonnatlibxl: fix gentypes call in Makefile
2016-12-12 Sander Eikelenboomlibxl: fix erroneous negation for isstubdom
2016-12-12 Wei LiuINSTALL: remove stale coverage build instruction
next