| Commit message (Expand) | Author | Age |
* | xen/pvh: Secondary VCPU bringup (non-bootup CPUs) | Mukesh Rathor | 2014-01-06 |
* | Merge tag 'stable/for-linus-3.13-rc0-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2013-11-14 |
|\ |
|
| * | x86/xen: remove deprecated IRQF_DISABLED | Michael Opdenacker | 2013-11-06 |
* | | xen: Fix possible user space selector corruption | Frediano Ziglio | 2013-10-10 |
|/ |
|
* | xen/smp: Update pv_lock_ops functions before alternative code starts under PVHVM | Konrad Rzeszutek Wilk | 2013-09-09 |
* | xen/spinlock: Fix locking path engaging too soon under PVHVM. | Konrad Rzeszutek Wilk | 2013-09-09 |
* | Merge tag 'v3.11-rc7' into stable/for-linus-3.12 | Konrad Rzeszutek Wilk | 2013-09-09 |
|\ |
|
| * | Merge tag 'stable/for-linus-3.11-rc6-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2013-08-21 |
| |\ |
|
| | * | xen/smp: initialize IPI vectors before marking CPU online | Chuck Anderson | 2013-08-20 |
* | | | Merge branch 'x86/spinlocks' of git://git.kernel.org/pub/scm/linux/kernel/git... | Konrad Rzeszutek Wilk | 2013-09-09 |
|\ \ \ |
|
| * | | | xen: Defer spinlock setup until boot CPU setup | Jeremy Fitzhardinge | 2013-08-09 |
| |/ / |
|
* / / | xen: Support 64-bit PV guest receiving NMIs | Konrad Rzeszutek Wilk | 2013-08-09 |
|/ / |
|
* | | x86: delete __cpuinit usage from all x86 files | Paul Gortmaker | 2013-07-14 |
* | | Merge tag 'stable/for-linus-3.11-rc0-tag-two' of git://git.kernel.org/pub/scm... | Linus Torvalds | 2013-07-03 |
|\| |
|
| * | xen/smp: Don't leak interrupt name when offlining. | Konrad Rzeszutek Wilk | 2013-06-10 |
| * | xen/smp: Set the per-cpu IRQ number to a valid default. | Konrad Rzeszutek Wilk | 2013-06-10 |
| * | xen/smp: Introduce a common structure to contain the IRQ name and interrupt l... | Konrad Rzeszutek Wilk | 2013-06-10 |
| * | xen/smp: Coalesce the free_irq calls in one function. | Konrad Rzeszutek Wilk | 2013-06-10 |
* | | xen/smp: Fixup NOHZ per cpu data when onlining an offline CPU. | Konrad Rzeszutek Wilk | 2013-06-04 |
|/ |
|
* | xen: Clean up apic ipi interface | Stefan Bader | 2013-05-29 |
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-04-30 |
|\ |
|
| * | x86: Use generic idle loop | Thomas Gleixner | 2013-04-08 |
* | | xen/smp: Unifiy some of the PVs and PVHVM offline CPU path | Konrad Rzeszutek Wilk | 2013-04-16 |
* | | xen/smp/pvhvm: Don't initialize IRQ_WORKER as we are using the native one. | Konrad Rzeszutek Wilk | 2013-04-16 |
* | | xen/smp/spinlock: Fix leakage of the spinlock interrupt line for every CPU on... | Konrad Rzeszutek Wilk | 2013-04-16 |
* | | xen/smp: Fix leakage of timer interrupt line for every CPU online/offline. | Konrad Rzeszutek Wilk | 2013-04-16 |
|/ |
|
* | xen/smp: Move the common CPU init code a bit to prep for PVH patch. | Konrad Rzeszutek Wilk | 2013-02-19 |
* | Revert "xen/smp: Fix CPU online/offline bug triggering a BUG: scheduling whil... | Konrad Rzeszutek Wilk | 2013-01-15 |
* | xen/smp: Use smp_store_boot_cpu_info() to store cpu info for BSP during boot ... | Konrad Rzeszutek Wilk | 2012-12-17 |
* | x86/smp: Don't ever patch back to UP if we unplug cpus | Rusty Russell | 2012-08-23 |
* | x86-smp-remove-call-to-ipi_call_lock-ipi_call_unlock | Yong Zhang | 2012-06-05 |
* | Merge tag 'stable/for-linus-3.5-rc0-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2012-05-24 |
|\ |
|
| * | xen/smp: unbind irqworkX when unplugging vCPUs. | Konrad Rzeszutek Wilk | 2012-05-21 |
| * | xen: implement IRQ_WORK_VECTOR handler | Lin Ming | 2012-05-07 |
| * | xen: implement apic ipi interface | Ben Guthro | 2012-05-07 |
* | | Merge branch 'smp/threadalloc' into smp/hotplug | Thomas Gleixner | 2012-05-08 |
|\ \ |
|
| * | | xen/smp: Fix crash when booting with ACPI hotplug CPUs. | Konrad Rzeszutek Wilk | 2012-04-26 |
| |/ |
|
* | | x86: Use generic idle thread allocation | Thomas Gleixner | 2012-04-26 |
* | | x86: Add task_struct argument to smp_ops.cpu_up | Thomas Gleixner | 2012-04-26 |
|/ |
|
* | Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2012-04-06 |
|\ |
|
| * | xen/smp: Remove unnecessary call to smp_processor_id() | Srivatsa S. Bhat | 2012-04-06 |
* | | Merge tag 'stable/for-linus-3.4-tag-two' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2012-03-24 |
|\| |
|
| * | xen/smp: Fix bringup bug in AP code. | Konrad Rzeszutek Wilk | 2012-03-22 |
* | | Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-03-22 |
|\| |
|
| * | xen: use this_cpu_xxx replace percpu_xxx funcs | Alex Shi | 2012-01-24 |
* | | xen/smp: Fix CPU online/offline bug triggering a BUG: scheduling while atomic. | Konrad Rzeszutek Wilk | 2012-02-03 |
|/ |
|
* | xen: disable PV spinlocks on HVM | Stefano Stabellini | 2011-09-08 |
* | xen/smp: Warn user why they keel over - nosmp or noapic and what to use instead. | Konrad Rzeszutek Wilk | 2011-09-01 |
* | xen: Do not enable PV IPIs when vector callback not present | Stefano Stabellini | 2011-08-22 |
* | xen: support CONFIG_MAXSMP | Andrew Jones | 2011-06-15 |