summaryrefslogtreecommitdiff
path: root/xen
AgeCommit message (Expand)Author
2017-05-30Branch Xen 4.9: Make staging be an unstable branchIan Jackson
2017-05-24Restore HVM_OP hypercall continuation (partial revert of ae20ccf)George Dunlap
2017-05-19xen/arm: p2m: Fix incorrect mapping of superpagesJulien Grall
2017-05-19x86/pagewalk: Fix determination of Protection Key access rightsAndrew Cooper
2017-05-19Use non-debug build for Xen 4.9Julien Grall
2017-05-19arm: fix build with gcc 7Jan Beulich
2017-05-19x86: fix build with gcc 7Jan Beulich
2017-05-19xmalloc: correct _xmalloc_array() indentationJan Beulich
2017-05-17x86/ioreq_server: make p2m_finish_type_change actually workXiong Zhang
2017-05-17x86/mm: fix incorrect unmapping of 2MB and 1GB pagesIgor Druzhinin
2017-05-17x86/pv: Fix the handling of `int $x` for vectors which alias exceptionsAndrew Cooper
2017-05-16include: fix build without C++ compiler installedJan Beulich
2017-05-12public/elfnote: document non-alignment of relocated init-P2MJan Beulich
2017-05-09x86/pv: Align %rsp before pushing the failsafe stack frameAndrew Cooper
2017-05-09x86/pv: Fix bugs with the handling of int80_bounceAndrew Cooper
2017-05-08xen/arm: Survive unknown traps from guestsJulien Grall
2017-05-08xen/arm: do_trap_hypervisor: Separate hypervisor and guest trapsJulien Grall
2017-05-08xen/arm: arm32: Rename the trap to the correct nameJulien Grall
2017-05-08x86/mm: add temporary debugging code to get_page_from_gfn_p2m()Jan Beulich
2017-05-08x86: correct boot time page table setupJan Beulich
2017-05-08x86: correct create_bounce_frameJan Beulich
2017-05-08x86/vm_event: fix race between __context_switch() and vm_event_resume()Razvan Cojocaru
2017-05-08x86/vm_event: add hvm/vm_event.{h,c}Razvan Cojocaru
2017-05-08x86/vpmu_intel: fix hypervisor crash by masking PC bit in MSR_P6_EVNTSELMohit Gambhir
2017-05-08VMX: constrain vmx_intr_assist() debugging code to debug buildsJan Beulich
2017-05-05x86/public: correct register namingJan Beulich
2017-05-05x86: polish __{get,put}_user_{,no}check()Jan Beulich
2017-05-05x86/asm: Clobber %r{8..15} on exit to 32bit PV guestsAndrew Cooper
2017-05-05x86/asm: Fold LOAD_C_CLOBBERED into RESTORE_ALLAndrew Cooper
2017-05-05x86/traps: Lift all non-entrypoint logic in entry_int82() up into CAndrew Cooper
2017-05-05x86/traps: Rename compat_hypercall() to entry_int82()Andrew Cooper
2017-05-05x86/mm: Further restrict permissions on some virtual mappingsAndrew Cooper
2017-05-05x86/traps: Poison unused stack pointers in the TSSAndrew Cooper
2017-05-05x86/traps: Drop 32bit fields out of tss_structAndrew Cooper
2017-05-04xen/arm32: Distinguish guest SError from Xen data abortsWei Chen
2017-05-04xen/arm: efi: Avoid out-of-bounds write in meminfo_add_bankJulien Grall
2017-05-04hvm: fix hypervisor crash in hvm_save_one()Jan Beulich
2017-05-04x86/mm: silence a pointless warningJan Beulich
2017-05-02x86: discard type information when stealing pagesJan Beulich
2017-05-02multicall: deal with early exit conditionsJan Beulich
2017-04-28x86emul: correct stub invocation constraints againJan Beulich
2017-04-26x86emul: correct stub invocation constraintsJan Beulich
2017-04-26x86/32on64: properly honor add-to-physmap-batch's sizeJan Beulich
2017-04-26dmop: add xendevicemodel_modified_memory_bulk()Jennifer Herbert
2017-04-26hvm/dmop: implement COPY_{TO,FROM}_GUEST_BUF_OFFSET() helpersAndrew Cooper
2017-04-26hvm/dmop: implement COPY_{TO,FROM}_GUEST_BUF() in terms of raw accessorsAndrew Cooper
2017-04-26hvm/dmop: make copy_buf_{from, to}_guest for a buffer not big enough an errorJennifer Herbert
2017-04-26hvm/dmop: box dmop_args rather than passing multiple parameters aroundJennifer Herbert
2017-04-258250-uart: Fix typo in the headerJulien Grall
2017-04-25x86/mm: Add missing newline to a printk() in get_page_from_l1e()Andrew Cooper