summaryrefslogtreecommitdiff
path: root/drivers/xen
AgeCommit message (Expand)AuthorFilesLines
2010-12-03Merge branch '2.6.37-rc4-pvhvm-fixes' of git://xenbits.xen.org/people/sstabel...Linus Torvalds2-31/+75
2010-12-03Merge branches 'upstream/core' and 'upstream/bugfix' of git://git.kernel.org/...Linus Torvalds2-4/+12
2010-12-02xen: allocate irq descs on any NUMA nodeJeremy Fitzhardinge1-2/+2
2010-12-02xen: prevent crashes with non-HIGHMEM 32-bit kernels with largeish memoryJeremy Fitzhardinge1-2/+10
2010-12-02xen: fix save/restore for PV on HVM guests with pirq remappingStefano Stabellini1-0/+38
2010-12-02xen: resume the pv console for hvm guests tooStefano Stabellini1-0/+1
2010-12-02xen: fix MSI setup and teardown for PV on HVM guestsStefano Stabellini1-7/+17
2010-12-02xen: use PHYSDEVOP_get_free_pirq to implement find_unbound_pirqStefano Stabellini1-25/+20
2010-11-24Merge branch 'upstream/for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-92/+117
2010-11-22Merge branches 'upstream/core', 'upstream/xenfs' and 'upstream/evtchn' into u...Jeremy Fitzhardinge4-74/+94
2010-11-22xen/events: Use PIRQ instead of GSI value when unmapping MSI/MSI-X irqs.Konrad Rzeszutek Wilk1-1/+1
2010-11-19xen/balloon: make sure we only include remaining extra ramJeremy Fitzhardinge1-2/+5
2010-11-19xen/balloon: the balloon_lock is uselessJeremy Fitzhardinge1-10/+2
2010-11-19xen: add extra pages to balloonJeremy Fitzhardinge1-4/+11
2010-11-18xen: make evtchn's name less genericIan Campbell1-1/+4
2010-11-18Merge branch 'xen/dev-evtchn' into upstream/evtchnJeremy Fitzhardinge1-22/+74
2010-11-18xen/evtchn: the evtchn device is non-seekableJeremy Fitzhardinge1-2/+2
2010-11-18Revert "xen/privcmd: create address space to allow writable mmaps"Jeremy Fitzhardinge1-36/+4
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-11-16xen/events: use locked set|clear_bit() for cpu_evtchn_maskJeremy Fitzhardinge1-2/+2
2010-11-16xen/evtchn: clear secondary CPUs' cpu_evtchn_mask[] after restoreJan Beulich1-2/+5
2010-11-16xen/xenfs: update xenfs_mount for new prototypeJeremy Fitzhardinge1-3/+3
2010-11-16Merge commit 'v2.6.37-rc2' into upstream/xenfsJeremy Fitzhardinge10-77/+756
2010-11-12Merge branch 'upstream/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+18
2010-11-11xen: set vma flag VM_PFNMAP in the privcmd mmap file_opStefano Stabellini1-2/+3
2010-11-10xen: events: do not unmask event channels on resumeIan Campbell1-7/+18
2010-10-29xen: xenfs: privcmd: check put_user() return codeVasiliy Kulikov1-6/+2
2010-10-29convert get_sb_single() usersAl Viro1-4/+4
2010-10-28Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds7-23/+652
2010-10-27xen: register xen pci notifierWeidong Han2-0/+118
2010-10-26Merge branches 'upstream/xenfs' and 'upstream/core' of git://git.kernel.org/p...Linus Torvalds7-39/+639
2010-10-22xen: make hvc_xen console work for dom0.Jeremy Fitzhardinge1-1/+1
2010-10-22xen: Initialize xenbus for dom0.Juan Quintela1-1/+28
2010-10-22xen: remap MSIs into pirqs when running as initial domainQing He1-0/+60
2010-10-22xen: remap GSIs as pirqs when running as initial domainJeremy Fitzhardinge1-0/+13
2010-10-22xen: map MSIs into pirqsStefano Stabellini1-0/+22
2010-10-22xen: support GSI -> pirq remapping in PV on HVM guestsStefano Stabellini1-1/+5
2010-10-22xen: implement xen_hvm_register_pirqStefano Stabellini1-1/+3
2010-10-22xen: get the maximum number of pirqs from xenStefano Stabellini1-4/+26
2010-10-22xen: support pirq != irqStefano Stabellini1-16/+48
2010-10-22Merge commit 'konrad/stable/xen-pcifront-0.8.2' into 2.6.36-rc8-initial-domai...Stefano Stabellini5-28/+356
2010-10-22xen: improvements to VIRQ_DEBUG outputIan Campbell1-22/+56
2010-10-22xen: set up IRQ before binding virq to evtchnJeremy Fitzhardinge1-5/+5
2010-10-22xen: ensure that all event channels start off bound to VCPU 0Ian Campbell1-1/+1
2010-10-22xen/events: change to using fasteoiJeremy Fitzhardinge1-4/+7
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds3-0/+3
2010-10-20xen/privcmd: make privcmd visible in domUJeremy Fitzhardinge2-4/+3
2010-10-20xen/privcmd: move remap_domain_mfn_range() to core xen code and export.Ian Campbell1-73/+8
2010-10-20privcmd: MMAPBATCH: Fix error handling/reportingIan Campbell1-15/+41
2010-10-20xenbus: export xen_store_interface for xenfsJeremy Fitzhardinge1-1/+3