xen.git
2017-06-30 Julien Grallxen/arm: p2m: Rename p2m_valid, p2m_table, p2m_mapping...
2017-06-30 Julien Grallxen/arm: lpae: Fix comments coding style
2017-06-30 Julien Grallxen/arm: Move LPAE definition in a separate header
2017-06-30 Julien Grallxen/arm: create_xen_entries: Use typesafe MFN
2017-06-30 Julien Grallxen/arm: livepatch: Redefine virt_to_mfn to support...
2017-06-30 Julien Grallxen/arm: alternative: Redefine virt_to_mfn to support...
2017-06-30 Julien Grallxen/arm: domain_build: Redefine virt_to_mfn to support...
2017-06-30 Julien Grallxen/arm: mm: Redefine virt_to_mfn to support typesafe
2017-06-30 Julien Grallxen/arm: p2m: Redefine mfn_to_page and page_to_mfn...
2017-06-30 Julien Grallxen/arm: mm: Use typesafe mfn for xenheap_mfn_*
2017-06-30 Julien Grallxen/arm: setup: Remove bogus xenheap_mfn_end in setup_m...
2017-06-30 Andrew Cooperx86/shadow: Switch to using bool
2017-06-30 Igor Druzhinintools/libxenforeignmemory: add xenforeignmemory_map2...
2017-06-30 Marek Marczykowski... libxl: reformat cpuid_flags
2017-06-30 Marek Marczykowski... libxl: make cpuid_flags array static const
2017-06-30 Marek Marczykowski... libxl: fix osvm cpuid flag
2017-06-30 Marek Marczykowski... libxl: add more cpuid flags handling
2017-06-30 Sergey Dyaslivvmx: fix ept_sync() for nested p2m
2017-06-30 Andrew Cooperx86/vvmx: Fix WRMSR interception of VMX MSRs
2017-06-30 Julien Grallxen/mm: Introduce {G,M}FN_INVALID_INITIALIZER
2017-06-30 Julien GrallRevert "mm: don't use _{g,m}fn for defining INVALID_...
2017-06-29 Wei LiuConfig.mk: update mini-os changeset
2017-06-29 Wei Liux86/setup.c: use plain bool
2017-06-29 Wei Liux86/nmi.c: use plain bool
2017-06-29 Wei Liux86/time.c: use plain bool
2017-06-29 Wei Liux86/crash.c: use plain bool
2017-06-29 Wei Liux86/dom0_build.c: use plain bool
2017-06-29 Wei Liux86/domain.c: use plain bool
2017-06-29 Wei Liux86/platform_hypercall.c: use plain bool
2017-06-29 Wei Liux86/irq.c: use plain bool
2017-06-29 Zhongze Liulibxc: add xc_domain_add_to_physmap_batch to wrap XENME...
2017-06-29 Marek Marczykowski... stubdom: fix vtpm compilation on GCC-7
2017-06-28 Andrew Cooperxen/efi: Switch to using bool
2017-06-28 Andrew Cooperxen/tmem: Switch to using bool
2017-06-28 Wei Liux86/pv: reorder items in Makefile
2017-06-28 Wei Liux86: clean up traps.c
2017-06-28 Wei Liux86/traps.h: remove unused declaration of cpu_user_regs
2017-06-28 Wei Liux86/traps: move some PV specific functions to pv/traps.c
2017-06-28 Wei Liux86/callback.c: slightly change {un,}register_guest_nmi...
2017-06-28 Wei Liux86/traps: move {un,}register_guest_nmi_callback to...
2017-06-28 Wei Liuxen: move do_nmi_op and make it x86 only
2017-06-28 Wei Liux86/traps: factor out pv_trap_init
2017-06-28 Wei Liux86/traps: simplify and rename send_guest_trap
2017-06-28 Andrew Cooperxen/pt: Avoid NULL dereference in hvm_pirq_eoi()
2017-06-28 Andrew Cooperxen/pt: Unlock d->event_lock on error paths
2017-06-27 Wei Liux86: simplify guest_has_trap_callback
2017-06-27 Wei Liux86: remove the now empty x86_64/compat/traps.c
2017-06-27 Wei Liux86: move compat_set_trap_table along side the non...
2017-06-27 Wei Liux86: move do_set_trap_table to pv/callback.c
2017-06-27 Wei Liux86: move the compat callback ops next to the non-compa...
2017-06-27 Wei Liux86: move callback_op code to pv/callback.c
2017-06-27 Wei Liutravis: install ghostscript
2017-06-26 Roger Pau Monnex86/vioapic: bind interrupts to PVH Dom0
2017-06-26 Roger Pau Monnex86/pt: enable binding of GSIs to a PVH Dom0
2017-06-26 Roger Pau Monnex86/vioapic: make gsi_vioapic private
2017-06-26 Olaf Heringrombios: prevent building with PIC/PIE
2017-06-26 Andrew Cooperx86/mm: Fix infinite loop in get_spage_pages()
2017-06-23 Bhupinder Thakurxen/arm: Rename vgic_reg* functions definitions and...
2017-06-23 Bhupinder Thakurxen/arm: vpl011: Move vgic register access functions...
2017-06-23 Andrew Cooperx86/mm: Rename d to currd in do_mmuext_op()
2017-06-23 Jan Beulichx86emul: correct CF output of SHLD/SHRD
2017-06-23 Wei Liuxen-detect: handle asprintf error
2017-06-23 Wei Liux86: fix coding a style issue in asm-x86/traps.h
2017-06-23 Wei Liux86: move compat_show_guest_statck near its non-compat...
2017-06-23 Wei Liux86: move compat_iret along side its non-compat variant
2017-06-23 Wei Liux86: move hypercall_page_initialise_ring1_kernel
2017-06-23 Wei Liux86: move hypercall_page_initialise_ring3_kernel to...
2017-06-23 Wei Liux86/traps: move init_int80_direct_trap to pv/traps.c
2017-06-23 Wei Liux86: move do_iret to pv/iret.c
2017-06-23 Wei Liux86: move toggle_guest_mode to pv/domain.c
2017-06-23 Wei Liux86/traps: move set_guest_{machine,nmi}_trapbounce
2017-06-23 Wei Liux86/traps: move pv_inject_event to pv/traps.c
2017-06-23 Wei Liux86: move some misc PV hypercalls to misc-hypercalls.c
2017-06-23 Wei Liux86: clean up PV emulation code
2017-06-23 Andrew Cooperxen/livepatch: Don't crash on encountering STN_UNDEF...
2017-06-23 Andrew Cooperxen/livepatch: Use zeroed memory allocations for arrays
2017-06-23 Andrew Cooperxen/livepatch: Clean up arch relocation handling
2017-06-23 Andrew Cooperxen: Replace ASSERT(0) with ASSERT_UNREACHABLE()
2017-06-23 Andrew Cooperx86/mm: Drop is_guest_l1_slot()
2017-06-23 Andrew Cooperx86/mm: Misc nonfunctional cleanup
2017-06-23 Razvan Cojocarux86/monitor: Fixed CID 1412966: Memory - corruptions...
2017-06-23 Jan Beulichmake steal_page() return a proper error value
2017-06-23 Jan Beulichx86emul: simplify SHLD/SHRD handling
2017-06-22 Bernhard M... etherboot: use gzip -n
2017-06-22 Jan Beulichx86/mm: drop redundant domain parameter from get_page_f...
2017-06-22 Jan Beulichx86/mm: consolidate setting of TLB flush time stamps
2017-06-22 Jan Beulichx86/mmuext: don't allow copying/clearing non-RAM pages
2017-06-22 Jan Beulichgnttab: limit mapkind()'s iteration count
2017-06-22 George Dunlapgnttab: remove host map in the event of a grant_map...
2017-06-22 Jan Beulichx86: fold identical error paths in xenmem_add_to_physma...
2017-06-22 Jan BeulichARM: simplify page type handling
2017-06-22 Jan Beulichevtchn: convert evtchn_port_is_*() to plain bool
2017-06-22 Jan Beulichdomctl: restrict DOMCTL_set_target to HVM domains
2017-06-22 Jan Beulichgnttab: remove redundant xenheap check from gnttab_tran...
2017-06-22 Jan Beulichpublic: adjust documentation following XSA-217
2017-06-22 Dario Faggioliidle_loop: either deal with tasklets or go idle
2017-06-21 Stefano Stabellinidocs: improve ARM passthrough doc
2017-06-21 Wei Liux86/traps: remove now unused inclusion of emulate.h
2017-06-21 Wei Liux86: move PV invalid op emulation code
2017-06-21 Wei Liux86: move PV gate op emulation code
next