xen.git
2017-02-07 Juergen Grossxenstore: remove XS_RESTRICT support
2017-02-06 Andrew Cooperxen/mm: Alter is_iomem_page() to use mfn_t
2017-02-06 Wei Liufuzz: update README.afl example
2017-02-06 Wei Liufuzz/x86emul: print out minimal input size
2017-02-06 Wei Liufuzz/x86emul: update fuzzer
2017-02-06 Wei Liux86emul: use CR definitions in x86-defns.h
2017-02-06 Wei Liux86: add UMIP CR4 bit
2017-02-06 Wei Liux86emul: use msr definitions in msr-index.h
2017-02-06 Wei Liux86emul: use eflags definitions in x86-defns.h
2017-02-06 Wei Liux86emul/test: use x86-vendors.h
2017-02-06 Wei Liux86: extract vendor numeric id to x86-vendors.h
2017-02-06 Wei Liux86: extract macros to x86-defns.h
2017-02-06 Wei Liufuzz/x86emul: use macro to reduce repetition in Makefile
2017-02-06 Wei Liux86emul/test: add missing dependency for x86_emulate.o
2017-02-03 Julien GrallFix mispelling of length
2017-02-03 Wei Liuxl: track size of diskws with a dedicated counter
2017-02-03 Wei Liuxl: free event in DOMAIN_RESTART_RENAME error path
2017-02-02 Jan Beulichcompat.h: drop COMPAT_HANDLE_PARAM()
2017-02-02 Jan BeulichMerge branch 'staging' of xenbits.xen.org:/home/xen...
2017-02-02 Jan Beulichx86: undo vm_init() movement from 1a6e3220cc
2017-02-02 Fatih Acarxl: Fix assertion on domain reboot with new configuration
2017-02-02 Roger Pau Monnelibs/gnttab: add FreeBSD handlers for the grant-table...
2017-02-02 Boris Ostrovskyacpi: switch to dynamic mapping at SYS_STATE_boot
2017-02-02 Jan Beulichx86/HVM: make hvm_find_io_handler() static
2017-02-02 Jan Beulichx86emul: correct behavior for single iteration REP...
2017-02-01 Andrew Cooperx86/dmop: Fix compat_dm_op() ABI
2017-02-01 Dario Faggiolixen: credit2: non Credit2 pCPUs are ok during shutdown...
2017-02-01 Dario Faggiolixen/tools: tracing: credits can go negative, so use...
2017-02-01 Dario Faggiolixen: credit2: improve debug dump output.
2017-02-01 Wei Liufuzz: don't buffer stdout in afl stubs
2017-01-31 Edgar E. Iglesiasxen/arm: acpi: Relax hw domain mapping attributes to...
2017-01-31 Edgar E. IglesiasRevert "xen/arm: Map mmio-sram nodes as un-cached memory"
2017-01-31 Edgar E. Iglesiasxen/arm: dt: Relax hw domain mapping attributes to...
2017-01-30 Tamas K Lengyelxen/arm: flush icache as well when XEN_DOMCTL_cacheflus...
2017-01-30 Tamas K Lengyelp2m: split mem_access into separate files
2017-01-30 Tamas K Lengyelarm/mem_access: adjust check_and_get_page to not rely...
2017-01-30 Andrew Cooperxsm: Permit dom0 to use dmops
2017-01-30 Andrew CooperVT-d/RMRR: Avoid memory corruption in add_user_rmrr()
2017-01-30 Andrew Coopertools/libxc: Fix missing va_end() in do_dm_op() error...
2017-01-27 Juergen Grossdocs: clarify xl mem-max semantics
2017-01-27 Tamas K Lengyelarm/p2m: Fix regression during domain shutdown with...
2017-01-26 Roger Pau Monnex86/dmar: place the initdata annotation after the varia...
2017-01-26 Wei Liuflask: fix build after the introduction of DMOP
2017-01-26 Wei Liufuzz/libelf: exit with fuzzer function return value
2017-01-26 Wei Liufuzz/libelf: return early if elf_init fails
2017-01-26 Paul Durrantdocs/misc: update the meaning of the 'disk unplug'...
2017-01-26 Paul LaiMoving ept code to ept specific files.
2017-01-25 Jan Beulichinclude: speed up compat header generation
2017-01-25 George Dunlapx86/emulate: don't assume that addr_size == 32 implies...
2017-01-25 Jan Beulichx86emul: correct VEX/XOP/EVEX operand size handling...
2017-01-25 Andrew Cooperx86/cpuid: Remove the legacy path handling extd leaves
2017-01-25 Andrew Cooperx86/cpuid: Handle leaf 0x8000001c in guest_cpuid()
2017-01-25 Andrew Cooperx86/cpufeatures: Hide Instruction Based Sampling from...
2017-01-25 Andrew Cooperx86/cpuid: Handle leaves 0x8000000b-1a in guest_cpuid()
2017-01-25 Andrew Cooperx86/cpuid: Handle leaf 0x8000000a in guest_cpuid()
2017-01-25 Andrew Cooperx86/cpuid: Handle leaf 0x80000009 in guest_cpuid()
2017-01-25 Andrew Cooperx86/cpuid: Handle leaf 0x80000008 in guest_cpuid()
2017-01-25 Andrew Cooperx86/cpuid: Handle leaves 0x80000005-7 in guest_cpuid()
2017-01-25 Andrew Cooperx86/cpuid: Handle the long vendor string in guest_cpuid()
2017-01-25 Andrew Cooperx86/cpuid: Handle leaf 0x80000001 in guest_cpuid()
2017-01-25 Andrew Cooperx86/cpuid: Handle more simple Intel leaves in guest_cpuid()
2017-01-25 Andrew Cooperx86/cpuid: Only recalculate the shared feature bits...
2017-01-25 Andrew Cooperx86/cpuid: Handle leaf 0x80000000 in guest_cpuid()
2017-01-25 Andrew Cooperx86/cpufeatures: Expose self-snoop to all guests
2017-01-25 Wei Liutools/fuzz: add README.afl
2017-01-25 Wei Liutools/fuzz: add AFL stub program for libefl fuzzer
2017-01-25 Wei Liutools/fuzz: add AFL stub program for x86 insn emulator...
2017-01-25 Wei Liutools/fuzz: add missing dependencies in x86 insn fuzzer...
2017-01-25 Praveen Kumarcredit2: performance counter for load balancing call
2017-01-25 Jan Beulichx86/hvm: serialize trap injecting producer and consumer
2017-01-25 Paul Durrantdm_op: convert HVMOP_inject_trap and HVMOP_inject_msi
2017-01-25 Paul Durrantdm_op: convert HVMOP_set_mem_type
2017-01-25 Paul Durrantdm_op: convert HVMOP_modified_memory
2017-01-25 Paul Durrantdm_op: convert HVMOP_set_pci_intx_level, HVMOP_set_isa_...
2017-01-25 Paul Durrantdm_op: convert HVMOP_track_dirty_vram
2017-01-25 Paul Durrantdm_op: convert HVMOP_*ioreq_server*
2017-01-25 Paul Durrantpublic / x86: introduce __HYPERCALL_dm_op...
2017-01-25 Elena UfimtsevaVT-d: add command line option for extra rmrrs
2017-01-25 Elena Ufimtsevapci: add wrapper for parse_pci
2017-01-25 Elena UfimtsevaVT-d: separate rmrr addition function
2017-01-24 Wei LiuConfig.mk: update OVMF changeset
2017-01-24 Dario Faggiolixen: sched: simplify ACPI S3 resume path.
2017-01-24 Dario Faggiolixen: sched: impove use of cpumask scratch space in...
2017-01-24 Dario Faggiolixen: credit2: fix shutdown/suspend when playing with...
2017-01-24 Dario Faggiolixen: credit2: never consider CPUs outside of our cpupool.
2017-01-24 Dario Faggiolixen: credit2: use the correct scratch cpumask.
2017-01-24 Wei Liutools/fuzz: remove redundant rule in x86 insn fuzzer
2017-01-24 Wei Liutools/fuzz: make sure targets are always built
2017-01-24 Wei Liutools/fuzz: fix compilation after 897129d
2017-01-24 Jan Beulichx86emul/test: don't use *_len symbols
2017-01-24 Joao Martinsx86/hvm: do not set msr_tsc_adjust on hvm_set_guest_tsc...
2017-01-24 Jan Beulichx86/HVM: make hvm_set_guest_tsc*() static
2017-01-24 Jan Beulichx86/PVH: only set accessed/busy bits for present segments
2017-01-24 Jan Beulichx86emul: correct FPU stub asm() constraints
2017-01-24 Suravee Suthikulpanitx86/HVM: introduce struct hvm_pi_ops
2017-01-24 Andrew Cooperx86/hvm: Conditionally leave CPUID Faulting active...
2017-01-20 Andrew Cooperx86/cpuid: Handle leaf 0 in guest_cpuid()
2017-01-20 Andrew Cooperx86/cpuid: Remove BUG_ON() condition from guest_cpuid()
2017-01-20 Andrew Cooperx86/cpuid: Hide VT-x/SVM from HVM-based control domains
2017-01-20 Andrew Cooperx86/emul: Fix clang build following BMI1/BMI2/TBM instr...
next