index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
xen
/
smp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-02-05
xen: Fix misspelled CONFIG variable in comment.
Robert P. J. Day
1
-1
/
+1
2009-12-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
1
-20
/
+21
2009-12-10
Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy...
Linus Torvalds
1
-0
/
+1
2009-12-03
xen: register runstate on secondary CPUs
Ian Campbell
1
-0
/
+1
2009-11-04
cpumask: Use modern cpumask style in Xen
Rusty Russell
1
-1
/
+1
2009-10-29
percpu: make percpu symbols in xen unique
Tejun Heo
1
-20
/
+21
2009-09-10
xen: make -fstack-protector work under Xen
Jeremy Fitzhardinge
1
-0
/
+1
2009-04-08
NULL noise: arch/x86/xen/smp.c
Hannes Eder
1
-2
/
+2
2009-03-13
cpumask: use new cpumask functions throughout x86
Rusty Russell
1
-3
/
+3
2009-03-02
xen: deal with virtually mapped percpu data
Jeremy Fitzhardinge
1
-1
/
+5
2009-02-05
xen: setup percpu data pointers
Jeremy Fitzhardinge
1
-2
/
+4
2009-01-31
xen: setup percpu data pointers
Jeremy Fitzhardinge
1
-1
/
+4
2009-01-27
x86: initialize per-cpu GDT segment in per-cpu setup
Brian Gerst
1
-1
/
+0
2009-01-18
x86-64: Move current task from PDA to per-cpu and consolidate with 32-bit.
Brian Gerst
1
-2
/
+1
2009-01-18
x86-64: Move irq stats from PDA to per-cpu and consolidate with 32-bit.
Brian Gerst
1
-15
/
+3
2009-01-16
percpu: add optimized generic percpu accessors
Ingo Molnar
1
-1
/
+1
2009-01-16
x86: fold pda into percpu area on SMP
Tejun Heo
1
-10
/
+0
2008-12-17
x86: cosmetic changes apic-related files.
Mike Travis
1
-5
/
+6
2008-12-17
xen: convert to cpumask_var_t and new cpumask primitives.
Mike Travis
1
-3
/
+6
2008-12-17
x86 smp: modify send_IPI_mask interface to accept cpumask_t pointers
Mike Travis
1
-9
/
+8
2008-11-30
xen_play_dead() is __cpuinit
Al Viro
1
-1
/
+1
2008-09-08
xen: make CPU hotplug functions static
Alex Nixon
1
-6
/
+6
2008-09-08
x86, xen: fix build when !CONFIG_HOTPLUG_CPU
Alex Nixon
1
-0
/
+18
2008-08-25
xen: implement CPU hotplugging
Alex Nixon
1
-12
/
+48
2008-07-24
x86: split spinlock implementations out into their own files
Jeremy Fitzhardinge
1
-167
/
+0
2008-07-24
Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+2
2008-07-16
xen: implement Xen-specific spinlocks
Jeremy Fitzhardinge
1
-1
/
+171
2008-07-16
xen: use lock-byte spinlock implementation
Jeremy Fitzhardinge
1
-0
/
+1
2008-07-16
xen64: set up syscall and sysenter entrypoints for 64-bit
Jeremy Fitzhardinge
1
-0
/
+1
2008-07-16
xen: set num_processors
Jeremy Fitzhardinge
1
-1
/
+3
2008-07-16
xen64: smp.c compile hacking
Jeremy Fitzhardinge
1
-41
/
+57
2008-07-16
xen: move smp setup into smp.c
Jeremy Fitzhardinge
1
-8
/
+26
2008-07-16
Merge branch 'linus' into cpus4096
Ingo Molnar
1
-89
/
+54
2008-07-15
Merge branch 'generic-ipi' into generic-ipi-for-linus
Ingo Molnar
1
-88
/
+47
2008-06-26
smp_call_function: get rid of the unused nonatomic/retry argument
Jens Axboe
1
-1
/
+1
2008-06-26
x86: convert to generic helpers for IPI function calls
Jens Axboe
1
-87
/
+46
2008-05-27
xen: implement save/restore
Jeremy Fitzhardinge
1
-1
/
+1
2008-05-27
xen: count resched interrupts properly
Jeremy Fitzhardinge
1
-0
/
+6
2008-05-23
x86: use performance variant for_each_cpu_mask_nr
Mike Travis
1
-2
/
+2
2008-04-26
x86: use cpumask function for present, possible, and online cpus
Akinobu Mita
1
-1
/
+1
2008-04-25
xen: implement a debug-interrupt handler
Jeremy Fitzhardinge
1
-5
/
+14
2008-04-25
xen: support sysenter/sysexit if hypervisor does
Jeremy Fitzhardinge
1
-0
/
+1
2008-04-17
x86: change naming of cpu_initialized_mask for xen
Glauber Costa
1
-3
/
+3
2008-01-30
x86: use generic register name in the thread and tss structures
H. Peter Anvin
1
-2
/
+2
2008-01-30
x86: prevent dereferencing non-allocated per_cpu variables
Mike Travis
1
-2
/
+2
2007-10-18
Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86
Linus Torvalds
1
-0
/
+1
2007-10-17
x86: expand /proc/interrupts to include missing vectors, v2
Joe Korty
1
-0
/
+1
2007-10-17
Merge branch 'xen-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-4
/
+10
2007-10-16
xen: yield to IPI target if necessary
Jeremy Fitzhardinge
1
-4
/
+10
2007-10-16
Convert cpu_sibling_map to be a per cpu variable
Mike Travis
1
-2
/
+2
[next]