aboutsummaryrefslogtreecommitdiff
path: root/drivers/xen/cpu_hotplug.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-21xen/cpuhotplug: Fix initial CPU offlining for PV(H) guestsGravatar Boris Ostrovsky 1-5/+3
2020-03-25xen/cpuhotplug: Replace cpu_up/down() with device_online/offline()Gravatar Qais Yousef 1-1/+1
2019-03-08xen, cpu_hotplug: Prevent an out of bounds accessGravatar Dan Carpenter 1-1/+1
2018-09-14xen: avoid crash in disable_hotplug_cpuGravatar Olaf Hering 1-7/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-02-09xen: modify xenstore watch event interfaceGravatar Juergen Gross 1-3/+2
2017-02-07xen/pvh: Enable CPU hotplugGravatar Boris Ostrovsky 1-1/+1
2015-10-23xen, cpu_hotplug: call device_offline instead of cpu_downGravatar Stefano Stabellini 1-1/+5
2015-10-23xen/arm: Enable cpu_hotplug.cGravatar Stefano Stabellini 1-2/+6
2013-06-28xen: Convert printks to pr_<level>Gravatar Joe Perches 1-2/+4
2013-01-15Xen: properly bound buffer access when parsing cpu/*/availabilityGravatar Jan Beulich 1-2/+2
2012-02-03xen/bootup: During bootup suppress XENBUS: Unable to read cpu stateGravatar Konrad Rzeszutek Wilk 1-1/+2
2009-12-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Gravatar Linus Torvalds 1-0/+1
2009-11-04xen: move Xen-testing predicates to common headerGravatar Jeremy Fitzhardinge 1-0/+1
2009-11-04cpumask: Use modern cpumask style in XenGravatar Rusty Russell 1-1/+1
2009-04-08xen: honour VCPU availability on bootGravatar Ian Campbell 1-10/+30
2009-03-13cpumask: make Xen use the new operators.Gravatar Rusty Russell 1-2/+2
2008-10-22x86, um: ... and asm-x86 moveGravatar Al Viro 1-1/+1
2008-09-05Xen: fix cpu_hotplug.c build by replacing is_running_on_xen() with xen_pv_dom...Gravatar Alex Nixon 1-1/+1
2008-08-25xen: implement CPU hotpluggingGravatar Alex Nixon 1-0/+90