| Commit message (Expand) | Author | Age |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2010-08-28 |
|\ |
|
| * | Input: sysrq - drop tty argument form handle_sysrq() | Dmitry Torokhov | 2010-08-21 |
* | | xen: handle events as edge-triggered | Jeremy Fitzhardinge | 2010-08-24 |
* | | xen: use percpu interrupts for IPIs and VIRQs | Jeremy Fitzhardinge | 2010-08-24 |
|/ |
|
* | Merge branch 'stable/xen-swiotlb-0.8.6' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2010-08-12 |
|\ |
|
| * | swiotlb-xen: SWIOTLB library for Xen PV guest with PCI passthrough. | Konrad Rzeszutek Wilk | 2010-07-27 |
| * | xen: Rename the balloon lock | Alex Nixon | 2010-06-07 |
* | | Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-08-10 |
|\ \ |
|
| * | | xenbus: Make xenbus_switch_state transactional | Daniel Stodden | 2010-08-07 |
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2010-08-06 |
|\ \ \ |
|
| * | | | xen: Do not suspend IPI IRQs. | Ian Campbell | 2010-07-29 |
| |/ / |
|
* | | | Merge branch 'xen/xenbus' into upstream/xen | Jeremy Fitzhardinge | 2010-08-04 |
|\ \ \ |
|
| * | | | implement O_NONBLOCK for /proc/xen/xenbus | Paolo Bonzini | 2010-07-26 |
| * | | | xenbus: do not hold transaction_mutex when returning to userspace | Ian Campbell | 2009-11-03 |
* | | | | Merge branch 'upstream/pvhvm' into upstream/xen | Jeremy Fitzhardinge | 2010-08-04 |
|\ \ \ \ |
|
| * | | | | Introduce CONFIG_XEN_PVHVM compile option | Stefano Stabellini | 2010-07-29 |
| * | | | | xenfs: enable for HVM domains too | Jeremy Fitzhardinge | 2010-07-27 |
| * | | | | x86: Unplug emulated disks and nics. | Stefano Stabellini | 2010-07-27 |
| * | | | | xen: Fix find_unbound_irq in presence of ioapic irqs. | Stefano Stabellini | 2010-07-22 |
| * | | | | xen: Add suspend/resume support for PV on HVM guests. | Stefano Stabellini | 2010-07-22 |
| * | | | | xen: Xen PCI platform device driver. | Stefano Stabellini | 2010-07-22 |
| * | | | | x86/xen: event channels delivery on HVM. | Sheng Yang | 2010-07-22 |
| * | | | | x86: early PV on HVM features initialization. | Sheng Yang | 2010-07-22 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'upstream/core' into upstream/xen | Jeremy Fitzhardinge | 2010-08-04 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | pvops: do not notify callers from register_xenstore_notifier | Stefano Stabellini | 2010-08-04 |
| | |/
| |/| |
|
* | | | xen: avoid allocation causing potential swap activity on the resume path | Ian Campbell | 2010-06-03 |
* | | | xen: fix build when SYSRQ is disabled | Randy Dunlap | 2010-05-25 |
* | | | stop_machine: reimplement using cpu_stop | Tejun Heo | 2010-05-06 |
|/ / |
|
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 |
* | | Driver core: Constify struct sysfs_ops in struct kobj_type | Emese Revfy | 2010-03-07 |
* | | xen: add kconfig menu | Randy Dunlap | 2010-03-06 |
* | | xen: Remove unnecessary arch specific xen irq functions. | Eric W. Biederman | 2010-02-18 |
* | | xen: fix hang on suspend. | Ian Campbell | 2010-01-13 |
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2009-12-11 |
|\ \ |
|
| * | | xen: move Xen-testing predicates to common header | Jeremy Fitzhardinge | 2009-11-04 |
* | | | Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy... | Linus Torvalds | 2009-12-10 |
|\ \ \ |
|
| * | | | xen: try harder to balloon up under memory pressure. | Ian Campbell | 2009-12-04 |
| * | | | Xen balloon: fix totalram_pages counting. | Gianluca Guida | 2009-12-04 |
| * | | | xen: explicitly create/destroy stop_machine workqueues outside suspend/resume... | Ian Campbell | 2009-12-03 |
| * | | | xen: improve error handling in do_suspend. | Ian Campbell | 2009-12-03 |
| * | | | xen: don't leak IRQs over suspend/resume. | Ian Campbell | 2009-12-03 |
| * | | | xen: don't call dpm_resume_noirq() with interrupts disabled. | Jeremy Fitzhardinge | 2009-12-03 |
| * | | | xen: wait up to 5 minutes for device connetion | Paolo Bonzini | 2009-12-03 |
| * | | | xen: improvement to wait_for_devices() | Paolo Bonzini | 2009-12-03 |
| * | | | xen: fix is_disconnected_device/exists_disconnected_device | Paolo Bonzini | 2009-12-03 |
| * | | | xen/xenbus: make DEVICE_ATTR()s static | Jeremy Fitzhardinge | 2009-12-03 |
| |/ / |
|
* / / | cpumask: Use modern cpumask style in Xen | Rusty Russell | 2009-11-04 |
|/ / |
|
* | | headers: remove sched.h from poll.h | Alexey Dobriyan | 2009-10-04 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-09-22 |
|\ \ |
|
| * | | trivial: remove unnecessary semicolons | Joe Perches | 2009-09-21 |