| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-06-23 | 1 | -4/+39 |
|\ |
|
| * | x86/smp/boot: Fix legacy SMP bootup slow-boot bug | Ingo Molnar | 2015-05-18 | 1 | -1/+1 |
| * | Revert f5d6a52f5111 ("x86/smpboot: Skip delays during SMP initialization simi... | Ingo Molnar | 2015-05-13 | 1 | -36/+22 |
| * | x86/smp/boot: Remove 10ms delay from cpu_up() on modern processors | Len Brown | 2015-05-12 | 1 | -0/+15 |
| * | x86/smp/boot: Add cmdline "cpu_init_udelay=N" to specify cpu_up() delay | Len Brown | 2015-05-12 | 1 | -1/+22 |
| * | Merge branch 'x86/asm' into x86/apic, to resolve a conflict | Ingo Molnar | 2015-05-11 | 1 | -2/+0 |
| |\ |
|
| | * | x86/entry: Remove unused 'kernel_stack' per-cpu variable | Denys Vlasenko | 2015-05-08 | 1 | -2/+0 |
| * | | x86/smpboot: Skip delays during SMP initialization similar to Xen | Jan H. Schönherr | 2015-05-06 | 1 | -23/+38 |
| |/ |
|
* | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2015-06-23 | 1 | -2/+1 |
|\ \ |
|
| * | | x86/fpu: Rename fpu-internal.h to fpu/internal.h | Ingo Molnar | 2015-05-19 | 1 | -1/+1 |
| * | | x86/fpu: Fix header file dependencies of fpu-internal.h | Ingo Molnar | 2015-05-19 | 1 | -1/+0 |
| |/ |
|
* / | x86: Replace cpu_**_mask() with topology_**_cpumask() | Bartosz Golaszewski | 2015-05-27 | 1 | -20/+22 |
|/ |
|
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-04-14 | 1 | -21/+18 |
|\ |
|
| * | x86: Use common outgoing-CPU-notification code | Paul E. McKenney | 2015-03-11 | 1 | -21/+18 |
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2015-04-13 | 1 | -14/+22 |
|\ \ |
|
| * | | x86/cpu: Factor out common CPU initialization code, fix 32-bit Xen PV guests | Boris Ostrovsky | 2015-04-02 | 1 | -15/+22 |
| * | | x86/asm/entry: Get rid of KERNEL_STACK_OFFSET | Denys Vlasenko | 2015-03-24 | 1 | -2/+1 |
| * | | x86/asm/entry: Replace this_cpu_sp0() with current_top_of_stack() and fix it ... | Andy Lutomirski | 2015-03-07 | 1 | -0/+2 |
| |/ |
|
* / | x86/apic: Remove verify_local_APIC() | Bandan Das | 2015-04-01 | 1 | -2/+0 |
|/ |
|
* | x86: Consolidate boot cpu timer setup | Thomas Gleixner | 2015-01-22 | 1 | -4/+0 |
* | x86/apic: Reuse apic_bsp_setup() for UP APIC setup | Thomas Gleixner | 2015-01-22 | 1 | -2/+2 |
* | x86/smpboot: Sanitize uniprocessor init | Thomas Gleixner | 2015-01-22 | 1 | -11/+26 |
* | x86/smpboot: Move apic init code to apic.c | Thomas Gleixner | 2015-01-22 | 1 | -24/+3 |
* | x86/smpboot: Cleanup ioapic handling | Thomas Gleixner | 2015-01-22 | 1 | -40/+7 |
* | x86/smpboot: Move smpboot inlines to code | Thomas Gleixner | 2015-01-22 | 1 | -1/+65 |
* | x86, smpboot: Remove pointless preempt_disable() in native_smp_prepare_cpus() | Thomas Gleixner | 2014-12-16 | 1 | -7/+1 |
* | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-12-10 | 1 | -1/+1 |
|\ |
|
| * | x86: Convert a few more per-CPU items to read-mostly ones | Jan Beulich | 2014-11-04 | 1 | -1/+1 |
* | | x86/core, x86/xen/smp: Use 'die_complete' completion when taking CPU down | Boris Ostrovsky | 2014-11-10 | 1 | -4/+11 |
|/ |
|
* | x86/smpboot: Move data structure to its primary usage scope | Ingo Molnar | 2014-10-19 | 1 | -2/+2 |
* | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-10-13 | 1 | -11/+12 |
|\ |
|
| * | x86/smpboot: Speed up suspend/resume by avoiding 100ms sleep for CPU offline ... | Lan Tianyu | 2014-09-24 | 1 | -11/+12 |
* | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-10-13 | 1 | -68/+30 |
|\ \ |
|
| * | | x86/smpboot: Initialize secondary CPU only if master CPU will wait for it | Igor Mammedov | 2014-09-16 | 1 | -68/+30 |
| |/ |
|
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-10-13 | 1 | -9/+46 |
|\ \ |
|
| * | | sched/x86: Fix up typo in topology detection | Dave Hansen | 2014-10-03 | 1 | -1/+1 |
| * | | x86, sched: Add new topology for multi-NUMA-node CPUs | Dave Hansen | 2014-09-24 | 1 | -9/+46 |
| |/ |
|
* / | sched: Fix unreleased llc_shared_mask bit during CPU hotplug | Wanpeng Li | 2014-09-24 | 1 | -0/+3 |
|/ |
|
* | x86, apic: Remove setup_portio_remap callback | David Rientjes | 2014-07-31 | 1 | -4/+0 |
* | x86, apic: Remove smp_callin_clear_local_apic callback | David Rientjes | 2014-07-31 | 1 | -4/+0 |
* | Merge branch 'next' (accumulated 3.16 merge window patches) into master | Linus Torvalds | 2014-06-08 | 1 | -0/+7 |
|\ |
|
| * | x86, espfix: Make espfix64 a Kconfig option, fix UML | H. Peter Anvin | 2014-05-04 | 1 | -1/+1 |
| * | x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stack | H. Peter Anvin | 2014-04-30 | 1 | -0/+7 |
* | | Revert "x86/smpboot: Initialize secondary CPU only if master CPU will wait fo... | Linus Torvalds | 2014-06-08 | 1 | -31/+68 |
* | | x86/smpboot: Initialize secondary CPU only if master CPU will wait for it | Igor Mammedov | 2014-06-05 | 1 | -68/+31 |
* | | x86/smpboot: Log error on secondary CPU wakeup failure at ERR level | Igor Mammedov | 2014-06-05 | 1 | -1/+1 |
* | | x86: Fix list/memory corruption on CPU hotplug | Igor Mammedov | 2014-06-05 | 1 | -3/+0 |
|/ |
|
* | Merge branch 'x86-threadinfo-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2014-04-01 | 1 | -1/+1 |
|\ |
|
| * | x86: Keep thread_info on thread stack in x86_32 | Steven Rostedt | 2014-03-07 | 1 | -1/+1 |
* | | Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2014-04-01 | 1 | -1/+1 |
|\ \ |
|