xen.git
2012-09-17 Steven Marescamem_event: fix regression affecting CR3, CR4 memory...
2012-09-17 Andres Lagar... Extra check in grant table code for mapping of shared...
2012-09-17 Ian Campbelltools: drop ia64 only foreign structs from headers
2012-09-17 Ian Campbell.*ignore: drop ia64 entries
2012-09-17 Andres Lagar... Fix libxenstore memory leak when USE_PTHREAD is not...
2012-09-17 Ian Campbellxl: Remove global domid and enable -Wshadow
2012-09-17 Ian Campbellxl: prepare to enable Wshadow
2012-09-17 Ian Campbelllibxl: Enable -Wshadow.
2012-09-17 Ian Campbellxl: free libxl context, logger and lockfile using atexi...
2012-09-17 Jan Beulichxenpm: make argument parsing and error handling more...
2012-09-14 Keir Fraserhvmloader: Do not zero the wallclock fields in shared...
2012-09-14 Jan Beulichx86/hvm: mark save/restore registration code __init
2012-09-14 Jan Beulichx86/hvm: constify static data where possible
2012-09-14 Jan Beulichx86/hvm: don't use indirect calls without need
2012-09-14 Jan BeulichVT-d: use msi_compose_msg()
2012-09-14 Jan Beulichamd iommu: use base platform MSI implementation
2012-09-14 Ian Jacksonlibxl: Tolerate xl config files missing trailing newline
2012-09-14 Ian Jacksonlibxl: Fix missing dependency in api check rule
2012-09-14 Matt Wilsondocs: flesh out xl.cfg documentation, correct typos...
2012-09-14 Jason McCarverxentop.c: Change curses painting behavior to avoid...
2012-09-14 Ian Campbellxl: do not leak cpupool names.
2012-09-14 Roger Pau Monnexl: error if vif backend!=0 is used with run_hotplug_sc...
2012-09-14 Roger Pau Monnelibxl: fix usage of backend parameter and run_hotplug_s...
2012-09-14 Roger Pau Monnelibfsimage: add ext4 support for CentOS 5.x
2012-09-14 Ian Campbelllibxl: handle errors from xc_sharing_* info functions
2012-09-13 Keir Fraserbuild: Require GCC 4.1 or later.
2012-09-13 Tim Deeganx86: check for data and BSS in reloc code at compile...
2012-09-13 Tim Deeganx86/mm: Update comments now that Xen is always 64-bit.
2012-09-13 Tim Deeganx86/mm: remove the linear mapping of the p2m tables.
2012-09-13 Jan Beulichamd iommu: use PCI macros
2012-09-12 Keir Fraserdrivers: Remove some CONFIG_X86 ifdef'ery.
2012-09-12 Keir FraserIn most of the codebase, use CONFIG_X86 in place of...
2012-09-12 Keir FraserCONFIG_X86_64 -> CONFIG_X86
2012-09-12 Keir Fraserx86: HYPERVISOR_VIRT_END is always defined. Remove...
2012-09-12 Keir Fraserx86: Remove CONFIG_COMPAT ifdef'ery from arch/x86 ...
2012-09-12 Andrew Cooperx86/passthrough: Fix corruption caused by race conditio...
2012-09-12 Ian Campbelltools: drop ia64 support
2012-09-12 Keir Fraserx86: Fix 32-bit stubdom build, libelf.h must support...
2012-09-12 Keir Fraserx86: Remove unused 'sis_apic_bug' variable. It was...
2012-09-12 Keir Fraserx86: We can assume CONFIG_PAGING_LEVELS==4.
2012-09-12 Keir Fraserxen: Remove x86_32 build target.
2012-09-12 Jan BeulichRevert 25843:51090fe1ab97 (x86/HVM: assorted RTC emulat...
2012-09-12 Jan Beulichgnttab: cleanup of number-of-active-frames calculations
2012-09-12 Jan Beulichx86: use only a single branch for upcall-pending exit...
2012-09-12 Jan Beulichx86-64/EFI: allow chaining of config files
2012-09-12 Jan Beulichx86: retrieve keyboard shift status flags from BIOS
2012-09-11 Jan Beulichx86-64: construct static, uniform parts of page tables...
2012-09-11 Jan Beulichx86: construct static part of 1:1 mapping at build...
2012-09-11 Jan BeulichPCI: don't allow guest assignment of devices used by Xen
2012-09-11 Jan BeulichPCI: bus scan adjustments
2012-09-11 Jan Beulichdrop tx_fifo_size
2012-09-11 Jan Beulichns16550: command line parsing adjustments
2012-09-11 Jan Beulichns16550: PCI initialization adjustments
2012-09-11 Jan Beulichns16550: MMIO adjustments
2012-09-11 Jan Beulichserial: avoid fully initializing unused consoles
2012-09-11 Jan Beulichconsole: add EHCI debug port based serial console
2012-09-11 Jan Beulichconsole: prepare for non-COMn port support
2012-09-11 Jan Beulichx86: allow early use of fixmaps
2012-09-11 Jan Beulichtmem: cleanup
2012-09-11 Dan Magenheimertmem: fixup 2010 cleanup patch that breaks tmem save...
2012-09-11 Jan Beulichtmem: reduce severity of log messages
2012-09-11 Jan Beulichtmem: properly drop lock on error path in do_tmem_op()
2012-09-11 Jan Beulichtmem: properly drop lock on error path in do_tmem_get()
2012-09-11 Jan Beulichtmem: detect arithmetic overflow in tmh_copy_{from...
2012-09-11 Jan Beulichtmem: don't access guest memory without using the acces...
2012-09-11 Ian Campbelltmem: check for a valid client ("domain") in the save...
2012-09-11 Ian Campbelltmem: check the pool_id is valid when destroying a...
2012-09-11 Ian Campbelltmem: consistently make pool_id a uint32_t
2012-09-11 Ian Campbelltmem: only allow tmem control operations from privilege...
2012-09-11 Wei Wangamd iommu: remove unnecessary map/unmap for l1 page...
2012-09-11 Wei Wangamd iommu: use next_level instead of recalculating it
2012-09-11 Wei Wangamd iommu: add 2 helper functions: iommu_is_pte_present...
2012-09-11 Christoph Eggerx86: refactor mce code
2012-09-11 David Vrabelx86: make the dom0_max_vcpus option more flexible
2012-09-11 Boris Ostrovskypowernow: Update P-state directly when _PSD's CoordType...
2012-09-11 Jan Beulichx86/HVM: assorted RTC emulation adjustments
2012-09-10 Jan Beulichx86/hvm: don't give vector callback higher priority...
2012-09-10 Jan Beulichdocs: document "ucode=" hypervisor command line option
2012-09-10 Matt Wilsondocs: correct formatting errors in xmdomain.cfg
2012-09-10 Pasi Kärkkäinenxl.cfg: gfx_passthru documentation improvements
2012-09-10 Roger Pau Monnelibxl: fix error message in device_backend_callback
2012-09-10 Olaf Heringunmodified_drivers: handle IRQF_SAMPLE_RANDOM
2012-09-10 Jan BeulichVT-d: split .ack and .disable DMA-MSI actors
2012-09-07 Jan Beulichadjust a few RCU domain locking calls
2012-09-07 Jan Beulichx86/MSI: fix 2nd S3 resume with interrupt remapping...
2012-09-07 Jan Beulichx86/32-on-64: adjust Dom0 initial page table layout
2012-09-07 Ian Campbelldocs: remove WIP notice from command line docs
2012-09-07 Ian Campbellxen: clamp bitmaps to correct number of bits
2012-09-07 Wei Wangamd iommu: dump flags of IO page faults
2012-09-07 Keir FraserUpdate Xen version to 4.3-unstable
2012-09-07 Keir FraserDefault to debug builds.
2012-09-07 Keir FraserAdded tag 4.2.0-branched for changeset 528f0708b6db
2012-09-07 Keir FraserAdded signature for changeset 68640a3c99ce
2012-09-07 Keir FraserAdded tag 4.2.0-rc4 for changeset 68640a3c99ce
2012-09-07 Keir FraserUpdate Xen version to 4.2.0-rc4
2012-09-07 Keir FraserDefault to non-debug build.
2012-09-06 Ian JacksonQEMU_TAG update (security fix XSA-15)
2012-09-06 David Vrabeltimer: remove stray local_irq_enable()
2012-09-05 Jan Beulichx86: fix RCU locking in PHYSDEVOP_get_free_pirq
2012-09-05 Jan Beulichx86: drop "index" parameter from get_free_pirq()
next