Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
be529a5b7f3490c9c57295cc8c9891a3ab94b250
/
arch
/
x86
/
xen
/
smp.c
7cde9b2
xen: Fix possible user space selector corruption
by Frediano Ziglio
· 11 years ago
26a7999
xen/smp: Update pv_lock_ops functions before alternative code starts under PVHVM
by Konrad Rzeszutek Wilk
· 11 years ago
1fb3a8b
xen/spinlock: Fix locking path engaging too soon under PVHVM.
by Konrad Rzeszutek Wilk
· 11 years ago
65320fc
Merge tag 'v3.11-rc7' into stable/for-linus-3.12
by Konrad Rzeszutek Wilk
· 11 years ago
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
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
fc78d34
xen/smp: initialize IPI vectors before marking CPU online
by Chuck Anderson
· 11 years ago
6efa20e
xen: Support 64-bit PV guest receiving NMIs
by Konrad Rzeszutek Wilk
· 11 years ago
bf7aab3
xen: Defer spinlock setup until boot CPU setup
by Jeremy Fitzhardinge
· 11 years ago
148f9bb
x86: delete __cpuinit usage from all x86 files
by Paul Gortmaker
· 11 years ago
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
b85fffe
xen/smp: Don't leak interrupt name when offlining.
by Konrad Rzeszutek Wilk
· 11 years ago
ee336e1
xen/smp: Set the per-cpu IRQ number to a valid default.
by Konrad Rzeszutek Wilk
· 11 years ago
9547689
xen/smp: Introduce a common structure to contain the IRQ name and interrupt line.
by Konrad Rzeszutek Wilk
· 11 years ago
53b94fd
xen/smp: Coalesce the free_irq calls in one function.
by Konrad Rzeszutek Wilk
· 11 years ago
466318a
xen/smp: Fixup NOHZ per cpu data when onlining an offline CPU.
by Konrad Rzeszutek Wilk
· 11 years ago
1db01b4
xen: Clean up apic ipi interface
by Stefan Bader
· 12 years ago
8700c95
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
b12abaa
xen/smp: Unifiy some of the PVs and PVHVM offline CPU path
by Konrad Rzeszutek Wilk
· 12 years ago
27d8b20
xen/smp/pvhvm: Don't initialize IRQ_WORKER as we are using the native one.
by Konrad Rzeszutek Wilk
· 12 years ago
66ff0fe
xen/smp/spinlock: Fix leakage of the spinlock interrupt line for every CPU online/offline
by Konrad Rzeszutek Wilk
· 12 years ago
888b65b
xen/smp: Fix leakage of timer interrupt line for every CPU online/offline.
by Konrad Rzeszutek Wilk
· 12 years ago
7d1a941
x86: Use generic idle loop
by Thomas Gleixner
· 12 years ago
dacd45f
xen/smp: Move the common CPU init code a bit to prep for PVH patch.
by Konrad Rzeszutek Wilk
· 12 years ago
d55bf53
Revert "xen/smp: Fix CPU online/offline bug triggering a BUG: scheduling while atomic."
by Konrad Rzeszutek Wilk
· 12 years ago
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
816afe4
x86/smp: Don't ever patch back to UP if we unplug cpus
by Rusty Russell
· 12 years ago
3b6f70f
x86-smp-remove-call-to-ipi_call_lock-ipi_call_unlock
by Yong Zhang
· 12 years ago
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
2f1bd67
xen/smp: unbind irqworkX when unplugging vCPUs.
by Konrad Rzeszutek Wilk
· 12 years ago
67ba529
Merge branch 'smp/threadalloc' into smp/hotplug
by Thomas Gleixner
· 13 years ago
1ff2b0c
xen: implement IRQ_WORK_VECTOR handler
by Lin Ming
· 13 years ago
f447d56
xen: implement apic ipi interface
by Ben Guthro
· 13 years ago
cf405ae
xen/smp: Fix crash when booting with ACPI hotplug CPUs.
by Konrad Rzeszutek Wilk
· 13 years ago
7eb43a6
x86: Use generic idle thread allocation
by Thomas Gleixner
· 13 years ago
5cdaf18
x86: Add task_struct argument to smp_ops.cpu_up
by Thomas Gleixner
· 13 years ago
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
· 13 years ago
e8c9e78
xen/smp: Remove unnecessary call to smp_processor_id()
by Srivatsa S. Bhat
· 13 years ago
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
· 13 years ago
d4c6fa7
Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 13 years ago
106b443
xen/smp: Fix bringup bug in AP code.
by Konrad Rzeszutek Wilk
· 13 years ago
41bd956
xen/smp: Fix CPU online/offline bug triggering a BUG: scheduling while atomic.
by Konrad Rzeszutek Wilk
· 13 years ago
2113f46
xen: use this_cpu_xxx replace percpu_xxx funcs
by Alex Shi
· 13 years ago
f10cd52
xen: disable PV spinlocks on HVM
by Stefano Stabellini
· 13 years ago
ed467e6
xen/smp: Warn user why they keel over - nosmp or noapic and what to use instead.
by Konrad Rzeszutek Wilk
· 13 years ago
3c05c4b
xen: Do not enable PV IPIs when vector callback not present
by Stefano Stabellini
· 13 years ago
900cba8
xen: support CONFIG_MAXSMP
by Andrew Jones
· 15 years ago
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
b53cede
arch/x86/xen/smp: Cleanup code/data sections definitions
by Daniel Kiper
· 14 years ago
184748c
sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()
by Peter Zijlstra
· 14 years ago
99bbb3a
xen: PV on HVM: support PV spinlocks and IPIs
by Stefano Stabellini
· 14 years ago
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
ea5b8f7
xen: initialize cpu masks for pv guests in xen_smp_init
by Stefano Stabellini
· 14 years ago
801fd14
xen: use vcpu_ops to setup cpu masks
by Stefano Stabellini
· 14 years ago
76fac07
x86, kexec: Make sure to stop all CPUs before exiting the kernel
by Alok Kataria
· 14 years ago
086748e
xen/panic: use xen_reboot and fix smp_send_stop
by Ian Campbell
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
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
Next »