xen.git
2013-09-09 Andrew Cooperx86: Introduce and use GLOBAL() in asm code
2013-09-09 Jan BeulichSVM: streamline entry.S code
2013-09-09 Jan BeulichVMX: use proper instruction mnemonics if assembler...
2013-09-09 Jan BeulichVMX: move various uses of UD2 out of fast paths
2013-09-09 Jan BeulichVMX: streamline entry.S code
2013-09-06 Julien Grallxen/char: dt-uart: Allow the user to give a path to...
2013-09-05 Jan Beulichhvmloader: fix SeaBIOS interface
2013-09-04 Andrew Cooperxen/docs: Correct documentation for the conswitch parameter
2013-09-03 Wei Liulibvhd: use UTC for VHD timestamp
2013-09-03 Wei Liulibxl: prefer qdisk over blktap when choosing disk...
2013-09-03 Xi Xiongxend: fix file descriptor leak in pci utilities
2013-09-03 Steven Noonanxend: handle extended PCI configuration space when...
2013-09-03 Andre Przywarapl011: preserve RTS and DTR signal on UART init
2013-08-30 Tim Deeganxen/x86: don't use '.ifnes' in bug frame construction.
2013-08-30 Len Brownx86/mwait_idle: initial C8, C9, C10 support
2013-08-30 Len Brownx86/mwait_idle: export both C1 and C1E
2013-08-30 Len Brownx86/mwait_idle: remove assumption of one C-state per...
2013-08-30 Jan Beulichx86/xsave: initialization improvements
2013-08-30 Matt Wilsonx86: remove PentiumPro check
2013-08-30 Matt Wilsonx86: remove X86_INTEL_USERCOPY code
2013-08-30 Matt Wilsonx86/apic: remove DMI checks in bigsmp driver for obsole...
2013-08-30 Matt Wilsonx86: remove references to unimplemented BIOS reboot...
2013-08-30 Andrew Cooperpublic/hvm_xs_strings.h: Fix ABI regression for OEM...
2013-08-30 Andrew Cooperhvmloader/smbios: Correctly count the number of tables...
2013-08-29 Jan BeulichAMD IOMMU: allow command line overrides for broken...
2013-08-29 Jan BeulichAMD IOMMU: add missing checks
2013-08-28 Jan Beulichx86: AVX instruction emulation fixes
2013-08-28 Tomasz Wroblewskixen: update tx_ready callback for ARM serial drivers
2013-08-28 Tomasz WroblewskiPCI UART: better cope with UART being temporarily unava...
2013-08-28 Tomasz WroblewskiFix inactive timer list corruption on second S3 resume
2013-08-28 Jan BeulichPCI: centralize parsing of device coordinates in comman...
2013-08-28 Jan BeulichAMD IOMMU: also allocate IRTEs for HPET MSI
2013-08-27 Jan Beulichtools: drop VT-i example
2013-08-27 Ian Campbellxen/arm: use defines for boot module indexes instead...
2013-08-27 Ian Campbellxen: arm: indicate when we have early paniced
2013-08-27 Ian Campbellpl011: early_panic if baud rate not set in hardware
2013-08-27 Jaeyong Yooxen/arm: add lower-bound check in mfn_valid
2013-08-27 Andrew Cooperxen/arm: Introduce and use GLOBAL() in asm code.
2013-08-27 Julien Gralldrivers/char: pl011: Enable receive timeout interrupt
2013-08-27 Jan BeulichRevert "x86/boot: Explicitly clean pcpu stacks in debug...
2013-08-27 Ian Campbellpygrub: add Debian extlinux.conf path
2013-08-27 Andrew Cooperfix gdbstub build c/s c8177e691f
2013-08-27 Andrew Cooperx86/boot: Explicitly clean pcpu stacks in debug builds
2013-08-27 Matt Wilsonx86/time: remove Cyclone as a platform timer
2013-08-27 Matt Wilsonx86/apic: remove Summit support
2013-08-27 Jan Beulichx86/Intel: add support for Haswell CPU models
2013-08-27 Jan BeulichVMX: convert EOI exit bitmap to a proper bitmap
2013-08-27 Jan Beulichx86: don't allow Dom0 access to the HT address range
2013-08-27 Jan Beulichx86: don't allow Dom0 access to the MSI address range
2013-08-26 Jan BeulichRevert "interrupts: allow guest to set/clear MSI-X...
2013-08-23 Jan Beulichdomctl: replace cpumask_weight() uses
2013-08-23 Jan Beulichcredit1: replace cpumask_empty() uses
2013-08-23 Jan Beulichcredit2: replace cpumask_first() uses
2013-08-23 Jan Beulichx86: use cpumask_any() in mask-to-APIC-ID conversions
2013-08-23 Jan Beulichun-alias cpumask_any() from cpumask_first()
2013-08-23 Jan Beulichx86: correct public header's documentation of PAT MSR...
2013-08-23 Jan BeulichPCI: break MSI-X data out of struct pci_dev_info
2013-08-23 Jan Beulichx86: move struct bug_frame instances out of line
2013-08-22 Ian Campbellxen: arm: retry trylock if strex fails on free lock.
2013-08-22 Ian Campbellxen/arm64: resync atomics and spinlock asm with Linux
2013-08-22 Ian Campbellxen/arm64: Assembly optimized bitops from Linux
2013-08-22 Chen Baozixen/arm: Specific mapping for dom0 on OMAP5 platform
2013-08-22 Chen Baozixen/arm: Platform recognition and initialize arch_timer...
2013-08-22 Chen Baozixen/arm: Add support for device tree specified arch_tim...
2013-08-22 Chen Baozixen/arm: Add the new OMAP UART driver.
2013-08-22 Chen Baozixen: Introduce a helper to read a u32 property in devic...
2013-08-22 Chen Baozixen/arm: add 8250 compatible UART support for early_printk
2013-08-22 Chen Baozixen: rename ns16550-uart.h to 8250-uart.h and fix some...
2013-08-22 Andre PrzywaraARM: fix const declaration of platform struct
2013-08-22 Juergen GrossCorrect X2-APIC HVM emulation
2013-08-22 Yang ZhangNested VMX: Update APIC-v(RVI/SVI) when vmexit to L1
2013-08-22 Yang ZhangNested VMX: Clear APIC-v control bit in vmcs02
2013-08-22 Yang ZhangNested VMX: Force check ISR when L2 is running
2013-08-22 Yang ZhangNested VMX: Check whether interrupt is blocked by TPR
2013-08-21 Jan BeulichVT-d: warn about Compatibility Format Interrupts being...
2013-08-21 Ian CampbellMerge branch 'staging' of ssh://xenbits.xen.org/home...
2013-08-21 Ian Campbellbuild: CONFIG_IOEMU is now obsolete
2013-08-21 Ian Campbelltools: allow user to specify a system qemu-xen binary
2013-08-21 Ian Campbelltools: Make qemu-xen-traditional build optional.
2013-08-21 Andre PrzywaraPL011: fix reverse logic for interrupt mask register
2013-08-21 Jan BeulichACPI: use ioremap() in acpi_os_map_memory()
2013-08-21 Jan BeulichACPI: fix acpi_os_map_memory()
2013-08-20 Joby Poriyathinterrupts: allow guest to set/clear MSI-X mask bit
2013-08-20 Ian Campbellxen: arm: Use a direct mapping of RAM on arm64
2013-08-20 Ian Campbellxen: gate split heap code on its own config option...
2013-08-20 Ian Campbellxen: arm: allow virt_to_maddr to take either a pointer...
2013-08-20 Ian Campbellxen: arm: fix is_xen_fixed_mfn
2013-08-20 Ian Campbellxen: arm: Add a pte_of_xenaddr helper
2013-08-20 Ian Campbellxen: arm: define a macro to get this CPUs page table...
2013-08-20 Ian Campbellxen: arm: refactor create_mappings
2013-08-20 Ian Campbellxen: arm: Rename page table "hint" field to slightly...
2013-08-20 Ian Campbellxen: arm: Add zeroeth level page table macros and defines
2013-08-20 Ian Campbellxen: arm: Use _AC macros in config.h
2013-08-20 Ian Campbellxen: arm: reduce the size of the xen heap to max 1...
2013-08-20 Ian Campbellxen: remove evtchn_upcall_mask from interface on ARM
2013-08-20 Ian Campbelltools: foreign: add checks for compatible architectures
2013-08-20 Ian Campbellxen: arm: include public/xen.h in foreign interface...
2013-08-20 Ian Campbellxen: only expose start_info on architectures which...
2013-08-20 Ian Campbellxen/compat: support XEN_HAVE_FOO ifdefs in public interface
2013-08-20 Ian Campbelltools: drop 'sv'
next