aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan1-0/+1
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich1-4/+0
2009-09-21trivial: remove unnecessary semicolonsJoe Perches1-1/+1
2009-09-20includecheck fix: drivers/xen, evtchn.cJaswinder Singh Rajput1-1/+0
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-6/+7
2009-09-09xen: make -fstack-protector work under XenJeremy Fitzhardinge1-0/+3
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo1-2/+2
2009-07-01xen: Use kcalloc() in xen_init_IRQ()Pekka Enberg1-2/+2
2009-06-24percpu: clean up percpu variable definitionsTejun Heo1-4/+5
2009-06-24percpu: cleanup percpu array definitionsTejun Heo1-2/+2
2009-06-12PM core: rename suspend and resume functionsAlan Stern1-8/+8
2009-06-12PM: Rename device_power_down/up()Magnus Damm1-5/+5
2009-06-10Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds9-58/+1015
2009-05-12Merge branch 'x86/apic' into irq/numaIngo Molnar1-1/+2
2009-05-08Merge branch 'x86/urgent' into x86/xenIngo Molnar1-1/+2
2009-05-05[IA64] xen_domu_defconfig: fix build issues/warningsJan Beulich1-1/+2
2009-04-28x86/irq: change irq_desc_alloc() to take node instead of cpuYinghai Lu1-1/+1
2009-04-28irq: change ->set_affinity() to return statusYinghai Lu1-5/+7
2009-04-08xen: honour VCPU availability on bootIan Campbell1-10/+30
2009-04-08xen: resume interrupts before system devices.Ian Campbell1-2/+3
2009-04-07Merge commit 'origin/master' into for-linus/xen/masterJeremy Fitzhardinge3-9/+12
2009-04-07Merge branch 'for-linus/xen/core' into for-linus/xen/masterJeremy Fitzhardinge1-10/+30
2009-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds1-2/+2
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-04-02xen: honour VCPU availability on bootIan Campbell1-10/+30
2009-03-31Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipRusty Russell1-2/+2
2009-03-30PM: Rework handling of interrupts during suspend-resumeRafael J. Wysocki1-7/+9
2009-03-30Merge branches 'for-linus/xen/dev-evtchn', 'for-linus/xen/xenbus', 'for-linus/xen/xenfs' and 'for-linus/xen/sys-hypervisor' into for-linus/xen/masterJeremy Fitzhardinge9-58/+1015
2009-03-30xen: add "capabilities" fileJeremy Fitzhardinge1-1/+18
2009-03-30xen: drop kexec bits from /sys/hypervisor since kexec isn't implemented yetIan Campbell1-41/+0
2009-03-30xen/sys/hypervisor: change writable_pt to featuresJeremy Fitzhardinge1-15/+26
2009-03-30xen: add /sys/hypervisor supportJeremy Fitzhardinge3-1/+487
2009-03-30xen/xenbus: export xenbus_dev_changedJeremy Fitzhardinge1-0/+1
2009-03-30xen: use device model for suspending xenbus devicesIan Campbell3-33/+15
2009-03-30xen: remove suspend_cancel hookIan Campbell1-23/+0
2009-03-30xen/dev-evtchn: clean up locking in evtchnJeremy Fitzhardinge1-12/+25
2009-03-30xen: add /dev/xen/evtchn driverIan Campbell3-1/+506
2009-03-30xen: add irq_from_evtchnIan Campbell1-0/+6
2009-03-30xen: resume interrupts before system devices.Ian Campbell1-3/+3
2009-03-30trivial: fix typos/grammar errors in Kconfig textsMatt LaPlante1-1/+1
2009-03-13cpumask: make Xen use the new operators.Rusty Russell1-2/+2
2009-02-22Merge branch 'linus' into x86/apicIngo Molnar1-0/+8
2009-02-22PM: Split up sysdev_[suspend|resume] from device_power_[down|up]Rafael J. Wysocki1-0/+8
2009-02-09xen: explicitly initialise the cpu field of irq_infoIan Campbell1-5/+6
2009-02-09xen: make sure that softirqs get handled at the end of event processingJeremy Fitzhardinge1-20/+9
2009-02-09xen: remove irq bindcountJeremy Fitzhardinge1-19/+7
2009-02-09xen: pack all irq-related info togetherJeremy Fitzhardinge1-49/+135
2009-02-09xen: use our own eventchannel->irq pathJeremy Fitzhardinge1-2/+20
2009-02-09xen: set irq_chip disableJeremy Fitzhardinge1-0/+3