xen.git
2016-09-28 Julien Grallxen/arm: p2m: Introduce p2m_set_entry and __p2m_set_entry
2016-09-28 Julien Grallxen/arm: p2m: Introduce a helper to check if an entry...
2016-09-28 Julien Grallxen/arm: p2m: Make p2m_{valid,table,mapping} helpers...
2016-09-28 Julien Grallxen/arm: p2m: Re-implement p2m_cache_flush using p2m_ge...
2016-09-28 Julien Grallxen/arm: p2m: Replace all usage of __p2m_lookup with...
2016-09-28 Julien Grallxen/arm: p2m: Introduce p2m_get_entry and use it to...
2016-09-28 Julien Grallxen/arm: p2m: Introduce p2m_get_root_pointer and use...
2016-09-28 Julien Grallxen/arm: p2m: Move the lookup helpers at the top of...
2016-09-28 Julien Grallxen/arm: p2m: Change the type of level_shifts from...
2016-09-28 Julien Grallxen/arm: p2m: Invalidate the TLBs when write unlocking...
2016-09-28 Julien Grallxen/arm: traps: Check the P2M before injecting a data...
2016-09-28 Julien Grallxen/arm: traps: Move MMIO emulation code in a separate...
2016-09-28 Julien Grallxen/arm: p2m: Add a back pointer to domain in p2m_domain
2016-09-28 Julien Grallxen/arm: p2m: Use typesafe gfn in p2m_mem_access_radix_set
2016-09-28 Julien Grallxen/arm: p2m: Rename parameter in p2m_{remove,write...
2016-09-28 Julien Grallxen/arm: p2m: Store in p2m_domain whether we need to...
2016-09-28 Julien Grallxen/arm: do_trap_instr_abort_guest: Move the IPA comput...
2016-09-27 Roger Pau Monnetools/configure: fix --with-system-{ovmf/seabios}
2016-09-27 Roger Pau Monnelibs/gnttab: fix build of gnttab_unimp.c
2016-09-26 Tamas K Lengyelx86/vm_event: allow overwriting Xen's i-cache used...
2016-09-26 Andrew Cooperx86/svm: Drop the set_segment_register() macro
2016-09-26 Emanuel Cziraix86/AMD: apply erratum 665 workaround
2016-09-26 Jan Beulichx86/HVM: correct segment register loading during task...
2016-09-26 Jan Beulichx86emul: don't allow null selector for LTR
2016-09-26 Jan Beulichx86emul: correct loading of %ss
2016-09-26 Jan BeulichVMX: don't bypass vmx_update_secondary_exec_control()
2016-09-23 Konrad Rzeszutek... xen-livepatch: Print the header _after_ the first livep...
2016-09-23 Konrad Rzeszutek... xen-livepatch: Remove the 'test' part
2016-09-23 Konrad Rzeszutek... bug/x86/arm: Align bug_frames sections.
2016-09-23 Konrad Rzeszutek... xen/arm32: Add an helper to invalidate all instruction...
2016-09-23 Konrad Rzeszutek... livepatch: Move test-cases to their own sub-directory...
2016-09-23 Konrad Rzeszutek... arm: poison initmem when it is freed.
2016-09-23 Konrad Rzeszutek... livepatch: Reject payloads with .alternative or .ex_tab...
2016-09-23 Konrad Rzeszutek... arm/x86/common: Add HAS_[ALTERNATIVE|EX_TABLE]
2016-09-23 Konrad Rzeszutek... arm64: s/ALTERNATIVE/HAS_ALTERNATIVE/
2016-09-23 Ross Lagerwalllivepach: Add .livepatch.hooks functions and test-case
2016-09-23 Konrad Rzeszutek... livepatch: Drop _jmp from arch_livepatch_[apply,revert...
2016-09-23 Konrad Rzeszutek... livepatch: NOP if func->new_addr is zero.
2016-09-23 Konrad Rzeszutek... livepatch: Add limit of 2MB to payload .bss sections.
2016-09-23 Konrad Rzeszutek... livepatch: Disallow applying after an revert
2016-09-23 Joao Martinsx86/time: extend "tsc" param with "stable:socket"
2016-09-23 Joao Martinsx86/time: implement PVCLOCK_TSC_STABLE_BIT
2016-09-23 Joao Martinsx86/time: implement tsc as clocksource
2016-09-23 Joao Martinsx86/time: refactor read_platform_stime()
2016-09-23 Joao Martinsx86/time: refactor init_platform_time()
2016-09-23 Boris Ostrovskyacpi: Makefile should better tolerate interrupts
2016-09-23 Jan Beulichx86emul: move x86_emulate() common epilogue code
2016-09-21 Julien Grallmisc/arm: Correctly name bit in the booting document
2016-09-21 Julien Grallxen/arm64: Add missing synchronization barrier in inval...
2016-09-21 Konrad Rzeszutek... livepatch/tests: Move the .name value to .rodata
2016-09-21 Konrad Rzeszutek... livepatch/tests: Make .livepatch.depends be read-only
2016-09-21 Razvan Cojocarux86/mm: Add missing copy_from_user error checks in...
2016-09-21 Dario Faggiolixen/tools: tracing: improve tracing of context switches.
2016-09-20 Ian JacksonQEMU_TAG update
2016-09-20 Juergen Grossdocs: add HVM USB passthrough documentation
2016-09-20 Juergen Grosslibxl: add HVM usb passthrough support
2016-09-20 Juergen Grosslibxl: add basic support for devices without backend
2016-09-20 Juergen Grosslibxl: add function to remove usb controller xenstore...
2016-09-20 Dongli Zhangmove TLB-flush filtering out into populate_physmap...
2016-09-20 Dongli Zhangreplace tlbflush check and operation with inline functions
2016-09-20 Wei LiuFix issues introduced in 3a7f872a
2016-09-19 Paulina Szubarczyklibs/gnttab: introduce grant copy interface
2016-09-19 Wei Liutools: lift BUILD_BUG_ON to a tools header file
2016-09-19 Razvan Cojocarutools/libxc, xen/x86: Added xc_set_mem_access_multi()
2016-09-19 Daniel Kiperx86/boot/reloc: rename some variables and rearrange...
2016-09-19 Daniel Kiperx86/boot/reloc: create generic alloc and copy functions
2016-09-19 Olaf Heringdocs: correct values for old VMDP unplug
2016-09-19 Jan Beulichx86/Intel: Broadwell doesn't have PKG_C{8,9,10}_RESIDEN...
2016-09-19 Tamas K Lengyelvm_event: sanitize vm_event response handling
2016-09-19 Jan Beulichx86/Intel: hide CPUID faulting capability from guests
2016-09-16 Konrad Rzeszutek... arm/mm: Introduce modify_xen_mappings
2016-09-16 Konrad Rzeszutek... arm/x86: change [modify,destroy]_xen_mappings to return...
2016-09-15 Dario Faggiolixen: credit2: properly schedule migration of a running...
2016-09-15 Dario Faggiolixen: credit1: fix mask to be used for tickling in Credit1
2016-09-15 Dario Faggiolixen: credit1: small optimization in Credit1's tickling...
2016-09-15 Juergen Grosslibxl: add "xl qemu-monitor-command"
2016-09-15 Jan Beulichx86: fold code in load_segments()
2016-09-15 Jan Beulichx86/EFI: don't accept 64-bit base relocations on page...
2016-09-15 Peng Fanxen/arm: smpboot: drop unneeded code when identifying...
2016-09-13 Andrew Cooperx86/xstate: Fix latent bugs in compress_xsave_states()
2016-09-13 Andrew Cooperx86/domctl: Fix migration of guests which are not using...
2016-09-13 Andrew Cooperx86/xstate: Fix latent bugs in expand_xsave_states()
2016-09-13 Andrew Cooperx86/domctl: Simplfy XEN_DOMCTL_getvcpuextstate when...
2016-09-13 Andrew Cooperx86/domctl: Fix TOCTOU race with the use of XEN_DOMCTL_...
2016-09-13 Andrew Cooperx86/domctl: Introduce PV_XSAVE_HDR_SIZE and remove...
2016-09-12 Andrew Cooperx86/cpu: Print CPU Family/Vendor infomation in both...
2016-09-12 Juergen Grosslibxl: dont pass array size to libxl__xs_kvs_of_flexarray()
2016-09-12 Juergen Grosslibxl: add libxl__qmp_run_command_flexarray() function
2016-09-12 Juergen Grosslibxl: rename libxl_pvusb.c to libxl_usb.c
2016-09-12 Andrew Cooperx86/shadow: Use standard C array designators
2016-09-09 Tamas K Lengyelarm/vm_event: get/set registers
2016-09-09 Konrad Rzeszutek... x86,arm: Change arch_livepatch_quiesce() declaration.
2016-09-09 Konrad Rzeszutek... arm64/insn: introduce aarch64_insn_gen_{nop|branch_imm...
2016-09-09 Konrad Rzeszutek... alternatives: x86 rename and change parameters on ARM
2016-09-09 Konrad Rzeszutek... x86/arm64: Expose the ALT_[ORIG|REPL]_PTR macros to...
2016-09-09 Konrad Rzeszutek... livepatch: Bubble up sanity checks on Elf relocs
2016-09-09 Julien Grallxen/arm: alternative: Make it possible to patch outside...
2016-09-09 Julien Grallxen/arm: alternative: Clean-up __apply_alternatives
2016-09-09 Andrew Cooperxen/x86: Fix build with clang following c/s 4fa0105
2016-09-09 Lars KurthRemove ambiguities in the COPYING file; add CONTRIBUTIN...
next