Age | Commit message (Expand) | Author | Files | Lines |
2014-10-13 | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -68/+30 |
2014-10-13 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -9/+46 |
2014-10-03 | sched/x86: Fix up typo in topology detection | Dave Hansen | 1 | -1/+1 |
2014-09-24 | sched: Fix unreleased llc_shared_mask bit during CPU hotplug | Wanpeng Li | 1 | -0/+3 |
2014-09-24 | x86, sched: Add new topology for multi-NUMA-node CPUs | Dave Hansen | 1 | -9/+46 |
2014-09-16 | x86/smpboot: Initialize secondary CPU only if master CPU will wait for it | Igor Mammedov | 1 | -68/+30 |
2014-07-31 | x86, apic: Remove setup_portio_remap callback | David Rientjes | 1 | -4/+0 |
2014-07-31 | x86, apic: Remove smp_callin_clear_local_apic callback | David Rientjes | 1 | -4/+0 |
2014-06-08 | Merge branch 'next' (accumulated 3.16 merge window patches) into master | Linus Torvalds | 1 | -0/+7 |
2014-06-08 | Revert "x86/smpboot: Initialize secondary CPU only if master CPU will wait fo... | Linus Torvalds | 1 | -31/+68 |
2014-06-05 | x86/smpboot: Initialize secondary CPU only if master CPU will wait for it | Igor Mammedov | 1 | -68/+31 |
2014-06-05 | x86/smpboot: Log error on secondary CPU wakeup failure at ERR level | Igor Mammedov | 1 | -1/+1 |
2014-06-05 | x86: Fix list/memory corruption on CPU hotplug | Igor Mammedov | 1 | -3/+0 |
2014-05-04 | x86, espfix: Make espfix64 a Kconfig option, fix UML | H. Peter Anvin | 1 | -1/+1 |
2014-05-01 | x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stack | H. Peter Anvin | 1 | -0/+7 |
2014-04-01 | Merge branch 'x86-threadinfo-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -1/+1 |
2014-04-01 | Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -1/+1 |
2014-03-11 | x86/apic: Plug racy xAPIC access of CPU hotplug code | Jan Kiszka | 1 | -2/+9 |
2014-03-07 | x86: Keep thread_info on thread stack in x86_32 | Steven Rostedt | 1 | -1/+1 |
2014-02-27 | x86, cpufeature: Rename X86_FEATURE_CLFLSH to X86_FEATURE_CLFLUSH | H. Peter Anvin | 1 | -1/+1 |
2014-02-09 | x86/apic: Switch wait_for_init_deassert() to a bool flag | David Rientjes | 1 | -2/+3 |
2014-01-21 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+6 |
2014-01-16 | x86: Add check for number of available vectors before CPU down | Prarit Bhargava | 1 | -0/+6 |
2013-12-20 | x86, idle: Add memory barriers around clflush in mwait_play_dead() | H. Peter Anvin | 1 | -0/+2 |
2013-11-14 | Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -21/+0 |
2013-10-01 | x86/boot: Further compress CPUs bootup message | Borislav Petkov | 1 | -5/+19 |
2013-09-28 | x86: Improve the printout of the SMP bootup CPU table | Borislav Petkov | 1 | -6/+15 |
2013-09-25 | hotplug / x86: Disable ARCH_CPU_PROBE_RELEASE on x86 | Toshi Kani | 1 | -21/+0 |
2013-09-05 | x86/smpboot: Fix announce_cpu() to printk() the last "OK" properly | Libin | 1 | -1/+2 |
2013-07-15 | x86: delete __cpuinit usage from all x86 files | Paul Gortmaker | 1 | -14/+14 |
2013-05-31 | sched/x86: Construct all sibling maps if smt | Andrew Jones | 1 | -4/+4 |
2013-04-08 | x86: Use generic idle loop | Thomas Gleixner | 1 | -1/+1 |
2013-03-06 | x86, smpboot: Remove unused variable | Borislav Petkov | 1 | -2/+1 |
2013-02-10 | x86 idle: remove mwait_idle() and "idle=mwait" cmdline param | Len Brown | 1 | -1/+1 |
2012-12-12 | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
2012-12-12 | Merge branch 'x86-bsp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -27/+122 |
2012-12-01 | x86, fpu: Avoid FPU lazy restore after suspend | Vincent Palatin | 1 | -0/+5 |
2012-11-15 | x86, hotplug: Wake up CPU0 via NMI instead of INIT, SIPI, SIPI | Fenghua Yu | 1 | -7/+104 |
2012-11-14 | x86, hotplug: Support functions for CPU0 online/offline | Fenghua Yu | 1 | -20/+18 |
2012-11-13 | x86: Add cpu_has_topoext | Andreas Herrmann | 1 | -1/+1 |
2012-08-23 | x86/smp: Don't ever patch back to UP if we unplug cpus | Rusty Russell | 1 | -18/+2 |
2012-07-27 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -4/+4 |
2012-07-22 | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -52/+45 |
2012-07-22 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -9/+0 |
2012-06-20 | Merge commit 'v3.5-rc3' into x86/debug | Ingo Molnar | 1 | -2/+14 |
2012-06-16 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -2/+5 |
2012-06-14 | x86: Add read_mostly declaration/definition to variables from smp.h | Vlad Zolotarov | 1 | -4/+4 |
2012-06-13 | x86/smp: Fix topology checks on AMD MCM CPUs | Borislav Petkov | 1 | -2/+5 |
2012-06-06 | sched/x86: Calculate booted cores after construction of sibling_mask | Kamalesh Babulal | 1 | -0/+9 |
2012-06-06 | x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level> | Joe Perches | 1 | -52/+45 |