Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
10e66760fa8ee11f254a69433fc132d04758a5fc
/
arch
/
x86
/
kernel
/
smpboot.c
10e6676
x86/smpboot: Unbreak CPU0 hotplug
by Vitaly Kuznetsov
· 7 years ago
7a69f9c6
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
d543681
x86/mm: Remove reset_lazy_tlbstate()
by Andy Lutomirski
· 8 years ago
719b368
x86/smp: Adjust system_state check
by Thomas Gleixner
· 8 years ago
69218e4
x86: Remap GDT tables in the fixmap section
by Thomas Garnier
· 8 years ago
68db0cf
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>
by Ingo Molnar
· 8 years ago
ef8bd77
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/hotplug.h>
by Ingo Molnar
· 8 years ago
105ab3d
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/topology.h>
by Ingo Molnar
· 8 years ago
c945d02
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
79a8b9a
x86/CPU/AMD: Bring back Compute Unit ID
by Borislav Petkov
· 8 years ago
9ec808a
x86/platform/UV: Ensure uv_system_init is called when necessary
by travis@sgi.com
· 8 years ago
427d77a
x86/smpboot: Prevent false positive out of bounds cpumask access warning
by Thomas Gleixner
· 8 years ago
9d85eb9
x86/smpboot: Make logical package management more robust
by Thomas Gleixner
· 8 years ago
212f300
Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
518bacf
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
535b2f7
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
5645688
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
92c020d
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
34bc356
x86: Remove empty idle.h header
by Thomas Gleixner
· 8 years ago
07c94a3
x86/amd: Simplify AMD E400 aware idle routine
by Borislav Petkov
· 8 years ago
d3d37d8
x86/sched: Add SD_ASYM_PACKING flags to x86 ITMT CPU
by Tim Chen
· 8 years ago
7d25127
x86/topology: Define x86's arch_update_cpu_topology
by Tim Chen
· 8 years ago
c29c716
Merge branch 'core/urgent' into x86/fpu, to merge fixes
by Ingo Molnar
· 8 years ago
05b93c1
Merge branch 'linus' into x86/asm, to pick up fixes
by Ingo Molnar
· 8 years ago
92b2327
kernel/smp: Make the SMP boot message common on all arches
by Michael Ellerman
· 8 years ago
d54ff31
x86/cpu: Remove the printk format specifier in "CPU0: "
by Borislav Petkov
· 8 years ago
ff85605
x86/boot/smp: Don't try to poke disabled/non-existent APIC
by Ville Syrjälä
· 8 years ago
b9b1a9c
x86/boot/smp/32: Fix initial idle stack location on 32-bit kernels
by Josh Poimboeuf
· 8 years ago
4d69f15
Merge tag 'v4.9-rc1' into x86/fpu, to resolve conflict
by Ingo Molnar
· 8 years ago
317b622
x86/fpu: Remove 'cpu' argument from __cpu_invalidate_fpregs_state()
by Rik van Riel
· 8 years ago
2a51fe0
arch/x86: Handle non enumerated CPU after physical hotplug
by Prarit Bhargava
· 8 years ago
25d83b5
x86/fpu: Rename lazy restore functions to "register state valid"
by Rik van Riel
· 8 years ago
597f03f
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
1a4a2bc
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
110a9e4
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
8f37961
sched/core, x86/topology: Fix NUMA in package topology bug
by Tim Chen
· 8 years ago
1e1b372
Merge branch 'x86/urgent' into x86/apic
by Thomas Gleixner
· 8 years ago
cff9ab2
x86/apic: Get rid of apic_version[] array
by Denys Vlasenko
· 8 years ago
0cb7bf6
Merge branch 'linus' into smp/hotplug
by Thomas Gleixner
· 8 years ago
0100301
sched/x86: Rewrite the switch_to() code
by Brian Gerst
· 8 years ago
384d9fe
x86/smpboot: Check APIC ID before setting up default routing
by Wei Jiangang
· 8 years ago
b32f96c
x86/asm/head: Rename 'stack_start' -> 'initial_stack'
by Josh Poimboeuf
· 8 years ago
7b0501b
x86/smp: Fix __max_logical_packages value setup
by Jiri Olsa
· 8 years ago
aa87717
cpu/hotplug: Prevent alloc/free of irq descriptors during CPU up/down (again)
by Boris Ostrovsky
· 8 years ago
aeb35d6
Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
6453dbd
Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 8 years ago
0f65726
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
406f992
x86 / hibernate: Use hlt_play_dead() when resuming from hibernation
by Rafael J. Wysocki
· 9 years ago
eb43e8f8
x86/smp: Remove unnecessary initialization of thread_info::cpu
by Andy Lutomirski
· 9 years ago
186f436
x86/kernel: Audit and remove any unnecessary uses of module.h
by Paul Gortmaker
· 9 years ago
70b8301
x86/topology: Add topology_max_smt_threads()
by Andi Kleen
· 9 years ago
168f1a7
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
56402d6
x86/topology: Handle CPUID bogosity gracefully
by Thomas Gleixner
· 9 years ago
93984fb
x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usage
by Borislav Petkov
· 9 years ago
8196dab
x86/cpu: Get rid of compute_unit_id
by Borislav Petkov
· 9 years ago
3e8db22
x86/topology: Use total_cpus not nr_cpu_ids for logical packages
by Thomas Gleixner
· 9 years ago
63d1e99
x86/topology: Fix Intel HT disable
by Peter Zijlstra
· 9 years ago
b5d5f27
x86/topology: Fix logical package mapping
by Peter Zijlstra
· 9 years ago
710d60c
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
fc6d73d
arch/hotplug: Call into idle with a proper state
by Thomas Gleixner
· 9 years ago
1f12e32
x86/topology: Create logical package id
by Thomas Gleixner
· 9 years ago
362f924
x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros
by Borislav Petkov
· 9 years ago
0fa8511
Merge branch 'linus' into x86/cleanups
by Thomas Gleixner
· 9 years ago
656279a
x86 smpboot: Re-enable init_udelay=0 by default on modern CPUs
by Len Brown
· 9 years ago
4609586
x86/paravirt: Remove unused pv_apic_ops structure
by Juergen Gross
· 9 years ago
fcafdde
x86/smpboot: Fix CPU #1 boot timeout
by Len Brown
· 9 years ago
f1ccd24
x86/smpboot: Fix cpu_init_udelay=10000 corner case boot parameter misbehavior
by Len Brown
· 9 years ago
0c0fee0
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
656bba3
x86/smpboot: Remove APIC.wait_for_init_deassert and atomic init_deasserted
by Len Brown
· 9 years ago
a9bcaa0
x86/smpboot: Remove SIPI delays from cpu_up()
by Len Brown
· 9 years ago
2d99af8
x86/smpboot: Remove udelay(100) when polling cpu_callin_map
by Len Brown
· 9 years ago
6e38f1e
x86/smpboot: Remove udelay(100) when polling cpu_initialized_map
by Len Brown
· 9 years ago
4daa832
x86: Drop bogus __ref / __refdata annotations
by Mathias Krause
· 9 years ago
ce0d3c0
genirq: Revert sparse irq locking around __cpu_up() and move it to x86 for now
by Thomas Gleixner
· 10 years ago
5a3f75e
x86/irq: Plug irq vector hotplug race
by Thomas Gleixner
· 10 years ago
20d5e4a
x86/espfix: Init espfix on the boot CPU side
by Zhu Guihua
· 10 years ago
1db8756
x86/espfix: Add 'cpu' parameter to init_espfix_ap()
by Zhu Guihua
· 10 years ago
d70b3ef
Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
e75c73a
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
7d79a7b
x86: Replace cpu_**_mask() with topology_**_cpumask()
by Bartosz Golaszewski
· 10 years ago
78f7f1e
x86/fpu: Rename fpu-internal.h to fpu/internal.h
by Ingo Molnar
· 10 years ago
f89e32e
x86/fpu: Fix header file dependencies of fpu-internal.h
by Ingo Molnar
· 10 years ago
7cb6859
x86/smp/boot: Fix legacy SMP bootup slow-boot bug
by Ingo Molnar
· 10 years ago
853b160
Revert f5d6a52f5111 ("x86/smpboot: Skip delays during SMP initialization similar to Xen")
by Ingo Molnar
· 10 years ago
1a744cb
x86/smp/boot: Remove 10ms delay from cpu_up() on modern processors
by Len Brown
· 10 years ago
d68921f
x86/smp/boot: Add cmdline "cpu_init_udelay=N" to specify cpu_up() delay
by Len Brown
· 10 years ago
191a663
Merge branch 'x86/asm' into x86/apic, to resolve a conflict
by Ingo Molnar
· 10 years ago
fed7c3f
x86/entry: Remove unused 'kernel_stack' per-cpu variable
by Denys Vlasenko
· 10 years ago
f5d6a52
x86/smpboot: Skip delays during SMP initialization similar to Xen
by Jan H. Schönherr
· 10 years ago
078838d
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
60f898e
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
3f85483
x86/cpu: Factor out common CPU initialization code, fix 32-bit Xen PV guests
by Boris Ostrovsky
· 10 years ago
4399c03c6
x86/apic: Remove verify_local_APIC()
by Bandan Das
· 10 years ago
ef59326
x86/asm/entry: Get rid of KERNEL_STACK_OFFSET
by Denys Vlasenko
· 10 years ago
2a442c9
x86: Use common outgoing-CPU-notification code
by Paul E. McKenney
· 10 years ago
a7fcf28
x86/asm/entry: Replace this_cpu_sp0() with current_top_of_stack() and fix it on x86_32
by Andy Lutomirski
· 10 years ago
9c4d9c7
x86: Consolidate boot cpu timer setup
by Thomas Gleixner
· 10 years ago
374aab3
x86/apic: Reuse apic_bsp_setup() for UP APIC setup
by Thomas Gleixner
· 10 years ago
613c25ef
x86/smpboot: Sanitize uniprocessor init
by Thomas Gleixner
· 10 years ago
05f7e46
x86/smpboot: Move apic init code to apic.c
by Thomas Gleixner
· 10 years ago
Next »