xen.git
2015-07-09 Boris Ostrovskyx86/VPMU: interface for setting PMU mode and flags
2015-07-09 Boris Ostrovskyx86/VPMU: make vpmu not HVM-specific
2015-07-09 Boris Ostrovskyx86/VPMU: add public xenpmu.h
2015-07-09 Boris Ostrovskycommon/symbols: export hypervisor symbols to privileged...
2015-07-09 Chao Pengdocs: add xl-psr.markdown
2015-07-09 Chao Pengtools: add tools support for Intel CAT
2015-07-09 Chao Pengtools/libxl: introduce some socket helpers
2015-07-09 Chao Pengtools/libxl: add command to show PSR hardware info
2015-07-09 Chao Pengtools/libxl: minor name changes for CMT commands
2015-07-08 Dario Faggiolisched: factor code that moves a vcpu to a new pcpu...
2015-07-08 Dario Faggiolisched: factor the code for taking two runq locks in...
2015-07-08 Razvan Cojocaruvm_event: rename MEM_ACCESS_EMULATE and MEM_ACCESS_EMUL...
2015-07-08 Dario Faggiolidocs: get rid of the SEDF scheduler
2015-07-08 Dario Faggiolixl: get rid of the SEDF scheduler
2015-07-08 Dario Faggiolixen: kill sched_sedf.c
2015-07-08 Dario Faggiolixen: get rid of the SEDF scheduler
2015-07-08 Dario Faggiolilibxc: get rid of the SEDF scheduler
2015-07-08 Dario Faggiolitools: python: get rid of the SEDF scheduler bindings
2015-07-08 Dario Faggiolilibxl: get rid of the SEDF scheduler
2015-07-08 Ian Campbelltools: Do not add top-level tools dir to include path
2015-07-08 Ian Campbelltools: Link in-tree libvchan and libblktapctl users...
2015-07-08 Ian Campbelltools: libxl: Log on more error paths on domain create...
2015-07-08 Ian Campbelllibxc: Correct log message in xc_map_foreign_bulk
2015-07-08 Ian Campbelltools: libxc: fix "alocated" typo in comment
2015-07-08 Julien Grallxen/arm: Rename XEN_DOMCTL_CONFIG_GIC_DEFAULT to XEN_DO...
2015-07-08 Jennifer Herbertlibxc: Prevent NULL pointer dereference in stdiostream_...
2015-07-07 Ian Jacksonxl: Sane handling of extra config file arguments
2015-07-07 Anthony PERARDlibxl: Increase device model startup timeout to 1min.
2015-07-07 Ian Campbelltools: libxl: allow permissive qemu-upstream pci passth...
2015-07-07 Ian Jacksonlibxl: Provide doc comments for AO_GC and STATE_AO_GC
2015-07-07 George Dunlaptools: Add a block-tap script for setting up tapdisks...
2015-07-07 George Dunlaplibxl: Add more logging to hotplug script path
2015-07-07 George Dunlaplibxl: Remove linux udev rules
2015-07-07 George Dunlaplibxl: Make local_initiate_attach more rational
2015-07-07 Wei Liulibxc: fix PV vNUMA guest memory allocation
2015-07-07 Wei Liulibxc: remove trailing newline in xc_dom_panic format...
2015-07-07 Julien Gralltools/xenconsoled: Use XC_PAGE_SIZE rather than getpage...
2015-07-07 Julien Gralltools/xenstored: Use XC_PAGE_SIZE rather than getpagesize()
2015-07-07 Ian Campbellxen: earlycpio: Pull in latest linux earlycpio.[ch]
2015-07-07 Ian Campbellxen: arm: consolidate mmio and irq mapping to dom0
2015-07-07 Ian Campbellxen: arm: Import of_bus PCI entry from Linux (as a...
2015-07-07 Ian Campbellxen: arm: map child MMIO and IRQs to dom0 for PCI bus...
2015-07-07 Ian Campbellxen: arm: drop redundant extra call to vgic_reserve_virq
2015-07-07 Ian Campbellxen: dt: add dt_for_each_range helper
2015-07-07 Ian Campbellxen: dt: add dt_for_each_irq_map helper
2015-07-07 Ian Campbelltools: Rerun autogen.sh with Jessie version of autoconf
2015-07-07 Chao Pengxsm: add CAT related policies
2015-07-07 Chao Pengx86: add scheduling support for Intel CAT
2015-07-07 Chao Pengx86: dynamically get/set CBM for a domain
2015-07-07 Chao Pengx86: expose CBM length and COS number information
2015-07-07 Chao Pengx86: add COS information for each domain
2015-07-07 Chao Pengx86: maintain COS to CBM mapping for each socket
2015-07-07 Chao Pengx86: detect and initialize Intel CAT feature
2015-07-07 Chao Pengx86: add socket_cpumask
2015-07-07 Paul Durrantx86/hvm: make sure emulation is retried if domain is...
2015-07-07 Andrew Cooperx86/hvmloader: improve error handling for xenbus intera...
2015-07-07 Andrew Cooperx86/hvmloader: avoid data corruption with xenstore...
2015-07-07 Dario Faggiolicredit1: properly deal with pCPUs not in any cpupool
2015-07-07 Dario Faggiolix86 / cpupool: clear the proper cpu_valid bit on pCPU...
2015-07-07 Dario Faggiolisched: avoid dumping duplicate information
2015-07-07 Andrew Cooperx86: calculate PV CR4 masks at boot
2015-07-07 Andrew Cooperx86/p2m-ept: don't unmap the EPT pagetable while it...
2015-07-07 Andrew Cooperx86/traps: move early pagefault static data into __initdata
2015-07-07 Jan Beulichx86/nHVM: generic hook adjustments
2015-07-07 Feng Wux86: add helper macro for X86_FEATURE_CX16 feature...
2015-07-07 Jan Beulichx86: drop is_pv_32on64_domain()
2015-07-07 Jan Beulichminor shared/vcpu info adjustments
2015-07-07 Jan Beulichgnttab: clean up gnttab_set_version()
2015-07-07 Jan Beulichgnttab: don't silently truncate frame numbers in gnttab...
2015-07-07 Jan Beulichgnttab: fix out of range shift count
2015-07-03 Jennifer Herbertlibxc: Fix misleading use of strncpy code in build_hvm_...
2015-07-03 Jennifer Herbertlibxc: Prevent dereferencing NULL pointers returned...
2015-07-03 Ian CampbellMerge branch 'staging' of ssh://xenbits.xen.org/home...
2015-07-03 Julien Grallxen/arm: Remove unused field eoi_cpu in arch_irq_desc
2015-07-03 Ian Jacksonxl: xl -N create -d sends json output to stdout, not...
2015-07-03 Ian Jacksonxl: Change output from xl -N create to be more useful
2015-07-03 Ian Jacksonxl: Break out flush_stream
2015-07-03 Ian Campbellstubdom: vtpmmgr: Correctly format size_t with %z when...
2015-07-03 Chen Baozixen/arm64: increase MAX_VIRT_CPUS to 128 on arm64
2015-07-03 Chen Baozixen/arm: make domain_max_vcpus return value from vgic_ops
2015-07-03 Chen Baozixen/arm: Set 'reg' of cpu node for dom0 to match MPIDR...
2015-07-03 Chen Baozitools/libxl: Set 'reg' of cpu node equal to MPIDR affin...
2015-07-03 Chen Baozixen/arm: Use AFF1 when translating ICC_SGI1R_EL1 to...
2015-07-03 Chen Baozixen/arm: Use the new functions for vCPUID/vaffinity...
2015-07-03 Chen Baozixen/arm: Add functions of mapping between vCPUID and...
2015-07-03 Chen Baozixen/arm: gic-v3: Increase the size of GICR in address...
2015-07-03 Dario Faggiolilibxl: unset info->numa_placement upon successful placement
2015-07-03 Dario Faggiolilibxl: turn NUMA placement misconfigs into warnings
2015-07-03 Julien Grallxen/arm: Merge gicv_setup with vgic_domain_init
2015-07-03 Julien Grallxen/arm: gic-{v2, hip04}: Remove hbase from the global...
2015-07-03 Julien Grallxen/arm: gic: Allow the base address to be 0
2015-07-03 Julien Grallxen/arm: gic-{v2, hip04}: Use SZ_64K rather than our...
2015-07-03 Julien Grallxen/arm: gic-{v2, hip04}: Remove redundant check in...
2015-07-03 Julien Grallxen/arm: gic-v3: Rework the messages printed at initial...
2015-07-03 Julien Grallxen/arm: gic-v3: Use the domain redistributor informati...
2015-07-03 Julien Grallxen/arm: gic-v3: Fix the distributor region to 64kB
2015-07-03 Julien Grallxen/arm: vGIC: Check return of the domain_init callback
2015-07-03 Julien Grallxen/arm: gic: Rename make_dt_node into make_hwdom_dt_node
2015-07-03 Julien Grallxen/arm: Gate GICv3 change with HAS_GICV3 rather than...
2015-07-03 Julien Grallxen/arm: Find automatically the gnttab region for DOM0
next