summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
* headers: remove sched.h from poll.hAlexey Dobriyan2009-10-041-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-09-221-1/+1
|\
| * trivial: remove unnecessary semicolonsJoe Perches2009-09-211-1/+1
* | mm: replace various uses of num_physpages by totalram_pagesJan Beulich2009-09-221-4/+0
|/
* includecheck fix: drivers/xen, evtchn.cJaswinder Singh Rajput2009-09-201-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-09-151-6/+7
|\
| * Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo2009-08-141-2/+2
| |\
| * | percpu: clean up percpu variable definitionsTejun Heo2009-06-241-4/+5
| * | percpu: cleanup percpu array definitionsTejun Heo2009-06-241-2/+2
* | | xen: make -fstack-protector work under XenJeremy Fitzhardinge2009-09-091-0/+3
| |/ |/|
* | xen: Use kcalloc() in xen_init_IRQ()Pekka Enberg2009-07-011-2/+2
|/
* PM core: rename suspend and resume functionsAlan Stern2009-06-121-8/+8
* PM: Rename device_power_down/up()Magnus Damm2009-06-121-5/+5
* 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