summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-109-58/+1015
|\
| * Merge branch 'x86/urgent' into x86/xenIngo Molnar2009-05-081-1/+2
| |\
| * \ Merge commit 'origin/master' into for-linus/xen/masterJeremy Fitzhardinge2009-04-073-9/+12
| |\ \
| * \ \ Merge branch 'for-linus/xen/core' into for-linus/xen/masterJeremy Fitzhardinge2009-04-071-10/+30
| |\ \ \
| | * | | xen: honour VCPU availability on bootIan Campbell2009-04-021-10/+30
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-----. \ \ \ Merge branches 'for-linus/xen/dev-evtchn', 'for-linus/xen/xenbus', 'for-linus...Jeremy Fitzhardinge2009-03-309-58/+1015
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | | | | * | | xen: drop kexec bits from /sys/hypervisor since kexec isn't implemented yetIan Campbell2009-03-301-41/+0
| | | | | * | | xen/sys/hypervisor: change writable_pt to featuresJeremy Fitzhardinge2009-03-301-15/+26
| | | | | * | | xen: add /sys/hypervisor supportJeremy Fitzhardinge2009-03-303-1/+487
| | |_|_|/ / / | |/| | | | |
| | | | * | | xen: add "capabilities" fileJeremy Fitzhardinge2009-03-301-1/+18
| | |_|/ / / | |/| | | |
| | | * | | xen/xenbus: export xenbus_dev_changedJeremy Fitzhardinge2009-03-301-0/+1
| | | * | | xen: use device model for suspending xenbus devicesIan Campbell2009-03-303-33/+15
| | | * | | xen: remove suspend_cancel hookIan Campbell2009-03-301-23/+0
| | |/ / / | |/| | |
| | * | | xen/dev-evtchn: clean up locking in evtchnJeremy Fitzhardinge2009-03-301-12/+25
| | * | | xen: add /dev/xen/evtchn driverIan Campbell2009-03-303-1/+506
| | * | | xen: add irq_from_evtchnIan Campbell2009-03-301-0/+6
| |/ / /
| * | | xen: resume interrupts before system devices.Ian Campbell2009-03-301-3/+3
* | | | Merge branch 'x86/apic' into irq/numaIngo Molnar2009-05-121-1/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | [IA64] xen_domu_defconfig: fix build issues/warningsJan Beulich2009-05-051-1/+2
* | | | x86/irq: change irq_desc_alloc() to take node instead of cpuYinghai Lu2009-04-281-1/+1
* | | | irq: change ->set_affinity() to return statusYinghai Lu2009-04-281-5/+7
|/ / /
* | | xen: honour VCPU availability on bootIan Campbell2009-04-081-10/+30
* | | xen: resume interrupts before system devices.Ian Campbell2009-04-081-2/+3
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds2009-04-051-2/+2
|\ \
| * \ Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Rusty Russell2009-03-311-2/+2
| |\ \
| | * | cpumask: make Xen use the new operators.Rusty Russell2009-03-131-2/+2
| | |/
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-04-031-1/+1
|\ \ \ | |/ / |/| |
| * | trivial: fix typos/grammar errors in Kconfig textsMatt LaPlante2009-03-301-1/+1
| |/
* / PM: Rework handling of interrupts during suspend-resumeRafael J. Wysocki2009-03-301-7/+9
|/
* Merge branch 'linus' into x86/apicIngo Molnar2009-02-221-0/+8
|\
| * PM: Split up sysdev_[suspend|resume] from device_power_[down|up]Rafael J. Wysocki2009-02-221-0/+8
* | xen: explicitly initialise the cpu field of irq_infoIan Campbell2009-02-091-5/+6
* | xen: make sure that softirqs get handled at the end of event processingJeremy Fitzhardinge2009-02-091-20/+9
* | xen: remove irq bindcountJeremy Fitzhardinge2009-02-091-19/+7
* | xen: pack all irq-related info togetherJeremy Fitzhardinge2009-02-091-49/+135
* | xen: use our own eventchannel->irq pathJeremy Fitzhardinge2009-02-091-2/+20
* | xen: set irq_chip disableJeremy Fitzhardinge2009-02-091-0/+3
* | Merge branch 'x86/urgent' into x86/apicIngo Molnar2009-02-051-1/+32
|\|
| * xen: make sysfs files behave as their names suggestJeremy Fitzhardinge2009-01-291-1/+32
* | Merge branch 'linus' into core/percpuIngo Molnar2009-01-272-6/+13
|\|
| * xen: unitialised return value in xenbus_write_transactionIan Campbell2009-01-261-6/+5
| * xen: handle highmem pages correctly when shrinking a domainIan Campbell2009-01-231-4/+7
| * xen: actually release memory when shrinking domainDan Magenheimer2009-01-221-0/+5
* | xen: fix too early kmalloc callChristophe Saout2009-01-121-2/+3
* | Xen: reduce memory required for cpu_evtchn_maskMike Travis2009-01-111-5/+16
* | cpumask: convert misc driver functionsRusty Russell2009-01-111-1/+1
* | cpumask: update irq_desc to use cpumask_var_tMike Travis2009-01-111-2/+2
|/
* xen: add xenfs to allow usermode <-> Xen interactionAlex Zeffertt2009-01-088-6/+715
* drivers/xen/xenbus/xenbus_client.c: cleanup kerneldocQinghuang Feng2009-01-081-2/+1
* xen: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-062-13/+18