Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
147a27460366ecd35f1425f593cb42d52166c7ff
/
arch
/
x86
/
xen
/
smp.c
7170924
xen: Fix misspelled CONFIG variable in comment.
by Robert P. J. Day
· 15 years ago
d031655
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 15 years ago
ab1831b
Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen
by Linus Torvalds
· 15 years ago
0288967
xen: register runstate on secondary CPUs
by Ian Campbell
· 15 years ago
d7d3756
cpumask: Use modern cpumask style in Xen
by Rusty Russell
· 15 years ago
c6e22f9
percpu: make percpu symbols in xen unique
by Tejun Heo
· 15 years ago
577eebe
xen: make -fstack-protector work under Xen
by Jeremy Fitzhardinge
· 15 years ago
1207cf8e
NULL noise: arch/x86/xen/smp.c
by Hannes Eder
· 16 years ago
4f06289
cpumask: use new cpumask functions throughout x86
by Rusty Russell
· 16 years ago
9976b39
xen: deal with virtually mapped percpu data
by Jeremy Fitzhardinge
· 16 years ago
3834143
xen: setup percpu data pointers
by Jeremy Fitzhardinge
· 16 years ago
795f99b
xen: setup percpu data pointers
by Jeremy Fitzhardinge
· 16 years ago
b2d2f43
x86: initialize per-cpu GDT segment in per-cpu setup
by Brian Gerst
· 16 years ago
c6f5e0a
x86-64: Move current task from PDA to per-cpu and consolidate with 32-bit.
by Brian Gerst
· 16 years ago
1b437c8
x86-64: Move irq stats from PDA to per-cpu and consolidate with 32-bit.
by Brian Gerst
· 16 years ago
6dbde35
percpu: add optimized generic percpu accessors
by Ingo Molnar
· 16 years ago
1a51e3a
x86: fold pda into percpu area on SMP
by Tejun Heo
· 16 years ago
bcda016
x86: cosmetic changes apic-related files.
by Mike Travis
· 16 years ago
b78936e
xen: convert to cpumask_var_t and new cpumask primitives.
by Mike Travis
· 16 years ago
e798673
x86 smp: modify send_IPI_mask interface to accept cpumask_t pointers
by Mike Travis
· 16 years ago
df6b079
xen_play_dead() is __cpuinit
by Al Viro
· 16 years ago
26fd105
xen: make CPU hotplug functions static
by Alex Nixon
· 16 years ago
2737146
x86, xen: fix build when !CONFIG_HOTPLUG_CPU
by Alex Nixon
· 16 years ago
d68d82a
xen: implement CPU hotplugging
by Alex Nixon
· 16 years ago
d5de884
x86: split spinlock implementations out into their own files
by Jeremy Fitzhardinge
· 16 years ago
26dcce0
Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
2d9e1e2
xen: implement Xen-specific spinlocks
by Jeremy Fitzhardinge
· 16 years ago
56397f8
xen: use lock-byte spinlock implementation
by Jeremy Fitzhardinge
· 16 years ago
6fcac6d
xen64: set up syscall and sysenter entrypoints for 64-bit
by Jeremy Fitzhardinge
· 16 years ago
4560a29
xen: set num_processors
by Jeremy Fitzhardinge
· 16 years ago
c7b7594
xen64: smp.c compile hacking
by Jeremy Fitzhardinge
· 16 years ago
a9e7062
xen: move smp setup into smp.c
by Jeremy Fitzhardinge
· 16 years ago
8263884
Merge branch 'linus' into cpus4096
by Ingo Molnar
· 16 years ago
1a781a7
Merge branch 'generic-ipi' into generic-ipi-for-linus
by Ingo Molnar
· 16 years ago
8691e5a
smp_call_function: get rid of the unused nonatomic/retry argument
by Jens Axboe
· 16 years ago
3b16cf8
x86: convert to generic helpers for IPI function calls
by Jens Axboe
· 16 years ago
0e91398
xen: implement save/restore
by Jeremy Fitzhardinge
· 16 years ago
38bb5ab
xen: count resched interrupts properly
by Jeremy Fitzhardinge
· 16 years ago
334ef7a
x86: use performance variant for_each_cpu_mask_nr
by Mike Travis
· 17 years ago
7c04e64
x86: use cpumask function for present, possible, and online cpus
by Akinobu Mita
· 17 years ago
ee523ca
xen: implement a debug-interrupt handler
by Jeremy Fitzhardinge
· 17 years ago
e2a81ba
xen: support sysenter/sysexit if hypervisor does
by Jeremy Fitzhardinge
· 17 years ago
ecaa6c9
x86: change naming of cpu_initialized_mask for xen
by Glauber Costa
· 17 years ago
faca622
x86: use generic register name in the thread and tss structures
by H. Peter Anvin
· 17 years ago
7bf0c23
x86: prevent dereferencing non-allocated per_cpu variables
by Mike Travis
· 17 years ago
d20ead9
Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86
by Linus Torvalds
· 17 years ago
38e760a
x86: expand /proc/interrupts to include missing vectors, v2
by Joe Korty
· 17 years ago
fb9fc39
Merge branch 'xen-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen
by Linus Torvalds
· 17 years ago
f0d7339
xen: yield to IPI target if necessary
by Jeremy Fitzhardinge
· 17 years ago
d5a7430
Convert cpu_sibling_map to be a per cpu variable
by Mike Travis
· 17 years ago
0835761
x86: Convert cpu_core_map to be a per cpu variable
by Mike Travis
· 17 years ago
9702785
i386: move xen
by Thomas Gleixner
· 17 years ago
[Renamed from arch/i386/xen/smp.c]
60223a3
xen: Place vcpu_info structure into per-cpu memory
by Jeremy Fitzhardinge
· 17 years ago
fefa629
xen: machine operations
by Jeremy Fitzhardinge
· 17 years ago
f87e4ca
xen: SMP guest support
by Jeremy Fitzhardinge
· 17 years ago