aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/cpu_hotplug.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-23xen, cpu_hotplug: call device_offline instead of cpu_downStefano Stabellini1-1/+5
2015-10-23xen/arm: Enable cpu_hotplug.cStefano Stabellini1-2/+6
2013-06-28xen: Convert printks to pr_<level>Joe Perches1-2/+4
2013-01-15Xen: properly bound buffer access when parsing cpu/*/availabilityJan Beulich1-2/+2
2012-02-03xen/bootup: During bootup suppress XENBUS: Unable to read cpu stateKonrad Rzeszutek Wilk1-1/+2
2009-12-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-0/+1
2009-11-04xen: move Xen-testing predicates to common headerJeremy Fitzhardinge1-0/+1
2009-11-04cpumask: Use modern cpumask style in XenRusty Russell1-1/+1
2009-04-08xen: honour VCPU availability on bootIan Campbell1-10/+30
2009-03-13cpumask: make Xen use the new operators.Rusty Russell1-2/+2
2008-10-22x86, um: ... and asm-x86 moveAl Viro1-1/+1
2008-09-05Xen: fix cpu_hotplug.c build by replacing is_running_on_xen() with xen_pv_domain()Alex Nixon1-1/+1
2008-08-25xen: implement CPU hotpluggingAlex Nixon1-0/+90