summaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig.cpu
Commit message (Expand)AuthorAgeFilesLines
* x86/cpu: Create Hygon Dhyana architecture support filePu Wen2018-09-271-0/+14
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-03-251-13/+0
|\
| * x86/cpu: Remove the CONFIG_X86_PPRO_FENCE=y quirkChristoph Hellwig2018-03-201-13/+0
* | x86/Kconfig: Explicitly enumerate i686-class CPUs in KconfigMatthew Whitehead2018-02-161-1/+1
* | x86/Kconfig: Add missing i586-class CPUs to the X86_CMPXCHG64 Kconfig groupMatthew Whitehead2018-02-161-1/+1
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86/Kconfig/cpus: Fix/complete CPU type help textsBorislav Petkov2015-10-211-7/+17
* Merge branch 'x86-nuke-platforms-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2014-04-021-1/+1
|\
| * x86, platforms: Remove NUMAQH. Peter Anvin2014-02-271-1/+1
* | x86: Remove CONFIG_X86_OOSTOREDave Jones2014-03-111-4/+0
|/
* x86, 386 removal: Document Nx586 as a 386 and thus unsupportedH. Peter Anvin2012-11-291-1/+1
* x86, 386 removal: Remove CONFIG_X86_POPAD_OKH. Peter Anvin2012-11-291-4/+0
* x86, 386 removal: Remove CONFIG_X86_WP_WORKS_OKH. Peter Anvin2012-11-291-3/+0
* x86, 386 removal: Remove CONFIG_INVLPGH. Peter Anvin2012-11-291-4/+0
* x86, 386 removal: Remove CONFIG_BSWAPH. Peter Anvin2012-11-291-4/+0
* x86, 386 removal: Remove CONFIG_XADDH. Peter Anvin2012-11-291-3/+0
* x86, 386 removal: Remove CONFIG_CMPXCHGH. Peter Anvin2012-11-291-3/+0
* x86, 386 removal: Remove CONFIG_M386 from KconfigH. Peter Anvin2012-11-291-35/+23
* x86/Kconfig: Clean up Kconfig defaultsJan Beulich2012-09-131-2/+3
* x86: Tighten dependencies of CPU_SUP_*_32Jan Beulich2012-03-081-2/+2
* x86/numa: Improve internode cache alignmentAlex Shi2012-03-051-1/+0
* mm,x86,um: move CMPXCHG_DOUBLE config optionHeiko Carstens2012-01-121-3/+0
* mm,x86,um: move CMPXCHG_LOCAL config optionHeiko Carstens2012-01-121-3/+0
* x86: Add support for cmpxchg_doubleChristoph Lameter2011-06-251-0/+3
* x86, cpu: Move AMD Elan Kconfig under "Processor family"Ian Campbell2011-04-081-6/+10
* x86: Fix common misspellingsLucas De Marchi2011-03-181-1/+1
* Merge branch 'linus' into x86/urgentIngo Molnar2011-03-181-5/+0
|\
| * x86: Remove dead config option X86_CPUJan Beulich2011-03-091-5/+0
* | x86: Use PentiumPro-optimized partial_csum() on VIA C7Jon Nettleton2011-03-171-1/+1
|/
* kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes2011-01-201-1/+1
* x86: this_cpu_cmpxchg and this_cpu_xchg operationsChristoph Lameter2010-12-181-0/+3
* Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-05-181-0/+4
|\
| * x86-32: Rework cache flush denied handlerBrian Gerst2010-05-031-0/+4
* | x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra2010-03-261-20/+0
|/
* Merge branch 'x86-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-02-281-1/+1
|\
| * x86-64: support native xadd rwsem implementationLinus Torvalds2010-01-131-1/+1
* | Revert "x86: Side-step lguest problem by only building cmpxchg8b_emu for pre-...Rusty Russell2010-01-051-1/+1
|/
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-12-081-9/+5
|\
| * x86: Eliminate redundant/contradicting cache line size config optionsJan Beulich2009-11-191-9/+5
* | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-12-051-1/+1
|\ \
| * | x86: AMD Geode LX optimizationsMatteo Croce2009-10-021-1/+1
* | | x86: Side-step lguest problem by only building cmpxchg8b_emu for pre-PentiumRusty Russell2009-10-261-1/+1
| |/ |/|
* | x86: Optimize cmpxchg64() at build-time some moreLinus Torvalds2009-10-011-1/+2
|/
* x86: add specific support for Intel Atom architectureTobias Doerffel2009-08-231-5/+14
* x86: disable X86_PTRACE_BTS for nowIngo Molnar2009-04-151-0/+1
* x86/centaur: merge 32 & 64 bit versionSebastian Andrzej Siewior2009-03-141-16/+1
* x86: clean up arch/x86/Kconfig*Ingo Molnar2009-02-051-35/+35
* Merge branch 'x86/urgent' into x86/apicIngo Molnar2009-02-051-13/+15
|\
| * x86/Kconfig.cpu: make Kconfig help readable in the consoleBorislav Petkov2009-02-041-13/+15
* | x86: make x86_32 use tlb_64.c, build fix, clean up X86_L1_CACHE_BYTESIngo Molnar2009-01-211-4/+2