summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'upstream/xenfs' and 'upstream/core' of git://git.kernel.org/p...Linus Torvalds2010-10-267-39/+639
|\ \
| | * xen: improvements to VIRQ_DEBUG outputIan Campbell2010-10-221-22/+56
| | * xen: set up IRQ before binding virq to evtchnJeremy Fitzhardinge2010-10-221-5/+5
| | * xen: ensure that all event channels start off bound to VCPU 0Ian Campbell2010-10-221-1/+1
| | * xen/events: change to using fasteoiJeremy Fitzhardinge2010-10-221-4/+7
| * | xen/privcmd: make privcmd visible in domUJeremy Fitzhardinge2010-10-202-4/+3
| * | xen/privcmd: move remap_domain_mfn_range() to core xen code and export.Ian Campbell2010-10-201-73/+8
| * | privcmd: MMAPBATCH: Fix error handling/reportingIan Campbell2010-10-201-15/+41
| * | xenbus: export xen_store_interface for xenfsJeremy Fitzhardinge2010-10-201-1/+3
| * | xen/privcmd: make sure vma is ours before doing anything to itJeremy Fitzhardinge2010-10-201-0/+3
| * | xen/privcmd: print SIGBUS faultsJeremy Fitzhardinge2010-10-201-0/+4
| * | xen/xenfs: set_page_dirty is supposed to return true if it dirtiesJeremy Fitzhardinge2010-10-201-3/+1
| * | xen/privcmd: create address space to allow writable mmapsJeremy Fitzhardinge2010-10-201-4/+38
| * | xen: add privcmd driverJeremy Fitzhardinge2010-10-204-1/+440
| * | xen: add /proc/xen/xsd_{kva,port} to xenfsIan Campbell2010-10-204-2/+125
| |/
* | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-223-0/+3
|\ \
| * | llseek: automatically add .llseek fopArnd Bergmann2010-10-153-0/+3
* | | Merge branch 'linus' into irq/coreIngo Molnar2010-10-201-3/+6
|\ \ \ | | |/ | |/|
| * | xen: do not set xenstored_ready before xenbus_probe on hvmStefano Stabellini2010-10-051-3/+6
| |/
* | x86: xen: Sanitise sparse_irq handlingThomas Gleixner2010-10-121-12/+11
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-08-281-1/+1
|\
| * Input: sysrq - drop tty argument form handle_sysrq()Dmitry Torokhov2010-08-211-1/+1
* | xen: handle events as edge-triggeredJeremy Fitzhardinge2010-08-241-1/+1
* | xen: use percpu interrupts for IPIs and VIRQsJeremy Fitzhardinge2010-08-241-4/+15
|/
* Merge branch 'stable/xen-swiotlb-0.8.6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2010-08-124-11/+525
|\
| * swiotlb-xen: SWIOTLB library for Xen PV guest with PCI passthrough.Konrad Rzeszutek Wilk2010-07-273-1/+521
| * xen: Rename the balloon lockAlex Nixon2010-06-071-11/+4
* | Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-08-101-24/+66
|\ \
| * | xenbus: Make xenbus_switch_state transactionalDaniel Stodden2010-08-071-24/+66
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-08-061-0/+1
|\ \ \
| * | | xen: Do not suspend IPI IRQs.Ian Campbell2010-07-291-0/+1
| |/ /
* | | Merge branch 'xen/xenbus' into upstream/xenJeremy Fitzhardinge2010-08-042-10/+50
|\ \ \
| * | | implement O_NONBLOCK for /proc/xen/xenbusPaolo Bonzini2010-07-261-0/+3
| * | | xenbus: do not hold transaction_mutex when returning to userspaceIan Campbell2009-11-031-10/+47
* | | | Merge branch 'upstream/pvhvm' into upstream/xenJeremy Fitzhardinge2010-08-048-36/+452
|\ \ \ \
| * | | | Introduce CONFIG_XEN_PVHVM compile optionStefano Stabellini2010-07-292-1/+5
| * | | | xenfs: enable for HVM domains tooJeremy Fitzhardinge2010-07-261-2/+2
| * | | | x86: Unplug emulated disks and nics.Stefano Stabellini2010-07-262-0/+10
| * | | | xen: Fix find_unbound_irq in presence of ioapic irqs.Stefano Stabellini2010-07-221-2/+11
| * | | | xen: Add suspend/resume support for PV on HVM guests.Stefano Stabellini2010-07-222-5/+62
| * | | | xen: Xen PCI platform device driver.Stefano Stabellini2010-07-227-18/+283
| * | | | x86/xen: event channels delivery on HVM.Sheng Yang2010-07-221-7/+63
| * | | | x86: early PV on HVM features initialization.Sheng Yang2010-07-221-3/+18
| | |/ / | |/| |
* | | | Merge branch 'upstream/core' into upstream/xenJeremy Fitzhardinge2010-08-041-4/+1
|\ \ \ \ | |/ / / |/| | |
| * | | pvops: do not notify callers from register_xenstore_notifierStefano Stabellini2010-08-041-4/+1
| | |/ | |/|
* | | xen: avoid allocation causing potential swap activity on the resume pathIan Campbell2010-06-031-1/+1
* | | xen: fix build when SYSRQ is disabledRandy Dunlap2010-05-251-5/+9
* | | stop_machine: reimplement using cpu_stopTejun Heo2010-05-061-12/+2
|/ /
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3010-2/+9
* | Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-071-1/+1
OpenPOWER on IntegriCloud