1. ee42d66 xen/pvhvm: run xen_vcpu_setup() for the boot CPU by Vitaly Kuznetsov · 8 years ago
  2. ad5475f x86/xen: use xen_vcpu_id mapping for HYPERVISOR_vcpu_op by Vitaly Kuznetsov · 8 years ago
  3. dc6416f xen/x86: Call cpu_startup_entry(CPUHP_AP_ONLINE_IDLE) from xen_play_dead() by Boris Ostrovsky · 8 years ago
  4. fc6d73d arch/hotplug: Call into idle with a proper state by Thomas Gleixner · 8 years ago
  5. 0df4f26 xen: Use correctly the Xen memory terminologies by Julien Grall · 9 years ago
  6. 65d0cf0 xen/PMU: Initialization code for Xen PMU by Boris Ostrovsky · 9 years ago
  7. 078838d Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  8. 3f85483 x86/cpu: Factor out common CPU initialization code, fix 32-bit Xen PV guests by Boris Ostrovsky · 9 years ago
  9. ef59326 x86/asm/entry: Get rid of KERNEL_STACK_OFFSET by Denys Vlasenko · 9 years ago
  10. 2a442c9 x86: Use common outgoing-CPU-notification code by Paul E. McKenney · 9 years ago
  11. 57b6b99 x86,xen: use current->state helpers by Davidlohr Bueso · 10 years ago
  12. 5427955 x86/core, x86/xen/smp: Use 'die_complete' completion when taking CPU down by Boris Ostrovsky · 10 years ago
  13. 19e00d5 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  14. a2ef5dc x86/xen: Set EFER.NX and EFER.SCE in PVH guests by Mukesh Rathor · 10 years ago
  15. ce4b1b1 x86/smpboot: Initialize secondary CPU only if master CPU will wait for it by Igor Mammedov · 10 years ago
  16. 4461bbc x86/xen: Fix 32-bit PV guests's usage of kernel_stack by Boris Ostrovsky · 10 years ago
  17. c9f6e99 xen/pvh: Set X86_CR0_WP and others in CR0 (v2) by Roger Pau Monne · 11 years ago
  18. 5840c84 xen/pvh: Secondary VCPU bringup (non-bootup CPUs) by Mukesh Rathor · 11 years ago
  19. eda670c Merge tag 'stable/for-linus-3.13-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 11 years ago
  20. 9d71cee x86/xen: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  21. 7cde9b2 xen: Fix possible user space selector corruption by Frediano Ziglio · 11 years ago
  22. 26a7999 xen/smp: Update pv_lock_ops functions before alternative code starts under PVHVM by Konrad Rzeszutek Wilk · 11 years ago
  23. 1fb3a8b xen/spinlock: Fix locking path engaging too soon under PVHVM. by Konrad Rzeszutek Wilk · 11 years ago
  24. 65320fc Merge tag 'v3.11-rc7' into stable/for-linus-3.12 by Konrad Rzeszutek Wilk · 11 years ago
  25. c3f31f6 Merge branch 'x86/spinlocks' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into stable/for-linus-3.12 by Konrad Rzeszutek Wilk · 11 years ago
  26. d936d2d Merge tag 'stable/for-linus-3.11-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 11 years ago
  27. fc78d34 xen/smp: initialize IPI vectors before marking CPU online by Chuck Anderson · 11 years ago
  28. 6efa20e xen: Support 64-bit PV guest receiving NMIs by Konrad Rzeszutek Wilk · 11 years ago
  29. bf7aab3 xen: Defer spinlock setup until boot CPU setup by Jeremy Fitzhardinge · 11 years ago
  30. 148f9bb x86: delete __cpuinit usage from all x86 files by Paul Gortmaker · 11 years ago
  31. 3e34131 Merge tag 'stable/for-linus-3.11-rc0-tag-two' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 11 years ago
  32. b85fffe xen/smp: Don't leak interrupt name when offlining. by Konrad Rzeszutek Wilk · 11 years ago
  33. ee336e1 xen/smp: Set the per-cpu IRQ number to a valid default. by Konrad Rzeszutek Wilk · 11 years ago
  34. 9547689 xen/smp: Introduce a common structure to contain the IRQ name and interrupt line. by Konrad Rzeszutek Wilk · 11 years ago
  35. 53b94fd xen/smp: Coalesce the free_irq calls in one function. by Konrad Rzeszutek Wilk · 11 years ago
  36. 466318a xen/smp: Fixup NOHZ per cpu data when onlining an offline CPU. by Konrad Rzeszutek Wilk · 11 years ago
  37. 1db01b4 xen: Clean up apic ipi interface by Stefan Bader · 11 years ago
  38. 8700c95 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  39. b12abaa xen/smp: Unifiy some of the PVs and PVHVM offline CPU path by Konrad Rzeszutek Wilk · 11 years ago
  40. 27d8b20 xen/smp/pvhvm: Don't initialize IRQ_WORKER as we are using the native one. by Konrad Rzeszutek Wilk · 11 years ago
  41. 66ff0fe xen/smp/spinlock: Fix leakage of the spinlock interrupt line for every CPU online/offline by Konrad Rzeszutek Wilk · 11 years ago
  42. 888b65b xen/smp: Fix leakage of timer interrupt line for every CPU online/offline. by Konrad Rzeszutek Wilk · 11 years ago
  43. 7d1a941 x86: Use generic idle loop by Thomas Gleixner · 11 years ago
  44. dacd45f xen/smp: Move the common CPU init code a bit to prep for PVH patch. by Konrad Rzeszutek Wilk · 12 years ago
  45. d55bf53 Revert "xen/smp: Fix CPU online/offline bug triggering a BUG: scheduling while atomic." by Konrad Rzeszutek Wilk · 12 years ago
  46. 06d0b5d xen/smp: Use smp_store_boot_cpu_info() to store cpu info for BSP during boot time. by Konrad Rzeszutek Wilk · 12 years ago
  47. 816afe4 x86/smp: Don't ever patch back to UP if we unplug cpus by Rusty Russell · 12 years ago
  48. 3b6f70f x86-smp-remove-call-to-ipi_call_lock-ipi_call_unlock by Yong Zhang · 12 years ago
  49. b5f4035 Merge tag 'stable/for-linus-3.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  50. 2f1bd67 xen/smp: unbind irqworkX when unplugging vCPUs. by Konrad Rzeszutek Wilk · 12 years ago
  51. 67ba529 Merge branch 'smp/threadalloc' into smp/hotplug by Thomas Gleixner · 12 years ago
  52. 1ff2b0c xen: implement IRQ_WORK_VECTOR handler by Lin Ming · 12 years ago
  53. f447d56 xen: implement apic ipi interface by Ben Guthro · 12 years ago
  54. cf405ae xen/smp: Fix crash when booting with ACPI hotplug CPUs. by Konrad Rzeszutek Wilk · 12 years ago
  55. 7eb43a6 x86: Use generic idle thread allocation by Thomas Gleixner · 12 years ago
  56. 5cdaf18 x86: Add task_struct argument to smp_ops.cpu_up by Thomas Gleixner · 12 years ago
  57. 9479f0f Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  58. e8c9e78 xen/smp: Remove unnecessary call to smp_processor_id() by Srivatsa S. Bhat · 12 years ago
  59. e22057c Merge tag 'stable/for-linus-3.4-tag-two' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  60. d4c6fa7 Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  61. 106b443 xen/smp: Fix bringup bug in AP code. by Konrad Rzeszutek Wilk · 12 years ago
  62. 41bd956 xen/smp: Fix CPU online/offline bug triggering a BUG: scheduling while atomic. by Konrad Rzeszutek Wilk · 12 years ago
  63. 2113f46 xen: use this_cpu_xxx replace percpu_xxx funcs by Alex Shi · 13 years ago
  64. f10cd52 xen: disable PV spinlocks on HVM by Stefano Stabellini · 13 years ago
  65. ed467e6 xen/smp: Warn user why they keel over - nosmp or noapic and what to use instead. by Konrad Rzeszutek Wilk · 13 years ago
  66. 3c05c4b xen: Do not enable PV IPIs when vector callback not present by Stefano Stabellini · 13 years ago
  67. 900cba8 xen: support CONFIG_MAXSMP by Andrew Jones · 15 years ago
  68. 80fe02b Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  69. b53cede arch/x86/xen/smp: Cleanup code/data sections definitions by Daniel Kiper · 13 years ago
  70. 184748c sched: Provide scheduler_ipi() callback in response to smp_send_reschedule() by Peter Zijlstra · 13 years ago
  71. 99bbb3a xen: PV on HVM: support PV spinlocks and IPIs by Stefano Stabellini · 14 years ago
  72. 18cb657 Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
  73. ea5b8f7 xen: initialize cpu masks for pv guests in xen_smp_init by Stefano Stabellini · 14 years ago
  74. 801fd14 xen: use vcpu_ops to setup cpu masks by Stefano Stabellini · 14 years ago
  75. 76fac07 x86, kexec: Make sure to stop all CPUs before exiting the kernel by Alok Kataria · 14 years ago
  76. 086748e xen/panic: use xen_reboot and fix smp_send_stop by Ian Campbell · 14 years ago
  77. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  78. 7170924 xen: Fix misspelled CONFIG variable in comment. by Robert P. J. Day · 15 years ago
  79. d031655 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  80. ab1831b Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Linus Torvalds · 15 years ago
  81. 0288967 xen: register runstate on secondary CPUs by Ian Campbell · 15 years ago
  82. d7d3756 cpumask: Use modern cpumask style in Xen by Rusty Russell · 15 years ago
  83. c6e22f9 percpu: make percpu symbols in xen unique by Tejun Heo · 15 years ago
  84. 577eebe xen: make -fstack-protector work under Xen by Jeremy Fitzhardinge · 15 years ago
  85. 1207cf8e NULL noise: arch/x86/xen/smp.c by Hannes Eder · 15 years ago
  86. 4f06289 cpumask: use new cpumask functions throughout x86 by Rusty Russell · 15 years ago
  87. 9976b39 xen: deal with virtually mapped percpu data by Jeremy Fitzhardinge · 15 years ago
  88. 3834143 xen: setup percpu data pointers by Jeremy Fitzhardinge · 15 years ago
  89. 795f99b xen: setup percpu data pointers by Jeremy Fitzhardinge · 16 years ago
  90. b2d2f43 x86: initialize per-cpu GDT segment in per-cpu setup by Brian Gerst · 16 years ago
  91. c6f5e0a x86-64: Move current task from PDA to per-cpu and consolidate with 32-bit. by Brian Gerst · 16 years ago
  92. 1b437c8 x86-64: Move irq stats from PDA to per-cpu and consolidate with 32-bit. by Brian Gerst · 16 years ago
  93. 6dbde35 percpu: add optimized generic percpu accessors by Ingo Molnar · 16 years ago
  94. 1a51e3a x86: fold pda into percpu area on SMP by Tejun Heo · 16 years ago
  95. bcda016 x86: cosmetic changes apic-related files. by Mike Travis · 16 years ago
  96. b78936e xen: convert to cpumask_var_t and new cpumask primitives. by Mike Travis · 16 years ago
  97. e798673 x86 smp: modify send_IPI_mask interface to accept cpumask_t pointers by Mike Travis · 16 years ago
  98. df6b079 xen_play_dead() is __cpuinit by Al Viro · 16 years ago
  99. 26fd105 xen: make CPU hotplug functions static by Alex Nixon · 16 years ago
  100. 2737146 x86, xen: fix build when !CONFIG_HOTPLUG_CPU by Alex Nixon · 16 years ago