summaryrefslogtreecommitdiff
path: root/drivers/xen
AgeCommit message (Expand)Author
2010-10-20privcmd: MMAPBATCH: Fix error handling/reportingIan Campbell
2010-10-20xenbus: export xen_store_interface for xenfsJeremy Fitzhardinge
2010-10-20xen/privcmd: make sure vma is ours before doing anything to itJeremy Fitzhardinge
2010-10-20xen/privcmd: print SIGBUS faultsJeremy Fitzhardinge
2010-10-20xen/xenfs: set_page_dirty is supposed to return true if it dirtiesJeremy Fitzhardinge
2010-10-20xen/privcmd: create address space to allow writable mmapsJeremy Fitzhardinge
2010-10-20xen: add privcmd driverJeremy Fitzhardinge
2010-10-20xen: add /proc/xen/xsd_{kva,port} to xenfsIan Campbell
2010-10-20xen: Update Makefile with CONFIG_BLOCK dependency for biomerge.cKonrad Rzeszutek Wilk
2010-10-20Merge branch 'linus' into irq/coreIngo Molnar
2010-10-18x86: xen: Sanitse irq handling (part two)Konrad Rzeszutek Wilk
2010-10-18swiotlb-xen: On x86-32 builts, select SWIOTLB instead of depending on it.Konrad Rzeszutek Wilk
2010-10-18xen/pci: Request ACS when Xen-SWIOTLB is activated.Konrad Rzeszutek Wilk
2010-10-18xenbus: Xen paravirtualised PCI hotplug support.Yosuke Iwamatsu
2010-10-18xen/x86/PCI: Add support for the Xen PCI subsystemAlex Nixon
2010-10-18xen: fix shared irq device passthroughKonrad Rzeszutek Wilk
2010-10-18xen: Provide a variant of xen_poll_irq with timeout.Konrad Rzeszutek Wilk
2010-10-18xen: Find an unbound irq number in reverse order (high to low).Konrad Rzeszutek Wilk
2010-10-18xen: statically initialize cpu_evtchn_mask_pJeremy Fitzhardinge
2010-10-18xen: set pirq name to something useful.Gerd Hoffmann
2010-10-18xen: dynamically allocate irq & event structuresJeremy Fitzhardinge
2010-10-18xen: identity map gsi->irqsKonrad Rzeszutek Wilk
2010-10-18xen: implement pirq type event channelsJeremy Fitzhardinge
2010-10-18xen: define BIOVEC_PHYS_MERGEABLE()Jeremy Fitzhardinge
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-10-12x86: xen: Sanitise sparse_irq handlingThomas Gleixner
2010-10-05xen/evtchn: add missing staticJeremy Fitzhardinge
2010-10-05xen: do not set xenstored_ready before xenbus_probe on hvmStefano Stabellini
2010-08-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2010-08-24xen: handle events as edge-triggeredJeremy Fitzhardinge
2010-08-24xen: use percpu interrupts for IPIs and VIRQsJeremy Fitzhardinge
2010-08-21Input: sysrq - drop tty argument form handle_sysrq()Dmitry Torokhov
2010-08-12Merge branch 'stable/xen-swiotlb-0.8.6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-08-07xenbus: Make xenbus_switch_state transactionalDaniel Stodden
2010-08-06Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2010-08-04Merge branch 'xen/xenbus' into upstream/xenJeremy Fitzhardinge
2010-08-04Merge branch 'upstream/pvhvm' into upstream/xenJeremy Fitzhardinge
2010-08-04Merge branch 'upstream/core' into upstream/xenJeremy Fitzhardinge
2010-08-04pvops: do not notify callers from register_xenstore_notifierStefano Stabellini
2010-07-29Introduce CONFIG_XEN_PVHVM compile optionStefano Stabellini
2010-07-29xen: Do not suspend IPI IRQs.Ian Campbell
2010-07-27swiotlb-xen: SWIOTLB library for Xen PV guest with PCI passthrough.Konrad Rzeszutek Wilk
2010-07-26xenfs: enable for HVM domains tooJeremy Fitzhardinge
2010-07-26x86: Unplug emulated disks and nics.Stefano Stabellini
2010-07-26implement O_NONBLOCK for /proc/xen/xenbusPaolo Bonzini
2010-07-22xen: Fix find_unbound_irq in presence of ioapic irqs.Stefano Stabellini
2010-07-22xen: Add suspend/resume support for PV on HVM guests.Stefano Stabellini
2010-07-22xen: Xen PCI platform device driver.Stefano Stabellini
2010-07-22x86/xen: event channels delivery on HVM.Sheng Yang