aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/Kconfig.cpu
AgeCommit message (Expand)AuthorFilesLines
2010-02-28Merge branch 'x86-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2010-01-13x86-64: support native xadd rwsem implementationGravatar Linus Torvalds 1-1/+1
2010-01-05Revert "x86: Side-step lguest problem by only building cmpxchg8b_emu for pre-...Gravatar Rusty Russell 1-1/+1
2009-12-08Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-9/+5
2009-12-05Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2009-11-19x86: Eliminate redundant/contradicting cache line size config optionsGravatar Jan Beulich 1-9/+5
2009-10-26x86: Side-step lguest problem by only building cmpxchg8b_emu for pre-PentiumGravatar Rusty Russell 1-1/+1
2009-10-02x86: AMD Geode LX optimizationsGravatar Matteo Croce 1-1/+1
2009-10-01x86: Optimize cmpxchg64() at build-time some moreGravatar Linus Torvalds 1-1/+2
2009-08-23x86: add specific support for Intel Atom architectureGravatar Tobias Doerffel 1-5/+14
2009-04-15x86: disable X86_PTRACE_BTS for nowGravatar Ingo Molnar 1-0/+1
2009-03-14x86/centaur: merge 32 & 64 bit versionGravatar Sebastian Andrzej Siewior 1-16/+1
2009-02-05x86: clean up arch/x86/Kconfig*Gravatar Ingo Molnar 1-35/+35
2009-02-05Merge branch 'x86/urgent' into x86/apicGravatar Ingo Molnar 1-13/+15
2009-02-04x86/Kconfig.cpu: make Kconfig help readable in the consoleGravatar Borislav Petkov 1-13/+15
2009-01-21x86: make x86_32 use tlb_64.c, build fix, clean up X86_L1_CACHE_BYTESGravatar Ingo Molnar 1-4/+2
2009-01-14x86: change the default cache size to 64 bytesGravatar Ingo Molnar 1-2/+2
2009-01-05X86_DEBUGCTLMSR won't work on umlGravatar Al Viro 1-1/+1
2008-11-25x86, bts, ftrace: a BTS ftrace plug-in prototypeGravatar Markus Metzger 1-0/+1
2008-10-28x86, bts: improve help text for BTS configGravatar Markus Metzger 1-12/+12
2008-10-13x86: adjust dependencies for CONFIG_X86_CMOVGravatar Jan Beulich 1-1/+1
2008-10-13x86: merge winchip-2 and winchip-2a cpu choicesGravatar Krzysztof Helt 1-18/+9
2008-10-12x86: make processor type select depend on CONFIG_EMBEDDEDGravatar Ingo Molnar 1-1/+0
2008-10-12x86: extend processor type select help textGravatar Ingo Molnar 1-7/+56
2008-09-10Merge commit 'v2.6.27-rc6' into x86/unify-cpu-detectGravatar Ingo Molnar 1-5/+8
2008-09-10x86: let intel 64-bit use intel.cGravatar Yinghai Lu 1-9/+1
2008-09-10Merge branch 'x86/pebs' into x86/unify-cpu-detectGravatar Ingo Molnar 1-0/+18
2008-09-08x86: disable static NOPLs on 32 bitsGravatar Linus Torvalds 1-5/+8
2008-09-08x86: make 64 bit to use amd.cGravatar Yinghai Lu 1-9/+1
2008-08-18x86: configuration options to compile out x86 CPU support codeGravatar Thomas Petazzoni 1-0/+70
2008-07-25Merge branch 'linus' into x86/pebsGravatar Ingo Molnar 1-6/+6
2008-07-22x86: fix crash due to missing debugctlmsr on AMD K6-3Gravatar Jan Kratochvil 1-1/+1
2008-07-18x86: APIC: remove apic_write_around(); use alternativesGravatar Maciej W. Rozycki 1-4/+0
2008-07-09x86: mark x86_64 as having a working WP.Gravatar Glauber Costa 1-1/+1
2008-05-12x86: separate cmpxchg8b checking from PAE checkingGravatar Jan Beulich 1-0/+4
2008-05-12x86, ptrace: PEBS supportGravatar Markus Metzger 1-0/+18
2008-04-30x86: CONFIG_X86_ELAN fixGravatar Ingo Molnar 1-5/+5
2008-04-26x86, bitops: select the generic bitmap search functionsGravatar Alexander van Heukelum 1-0/+5
2008-04-26x86: merge the simple bitops and move them to bitops.hGravatar Alexander van Heukelum 1-1/+1
2008-04-26x86: remove NexGen supportGravatar Dmitri Vorobiev 1-2/+2
2008-04-17x86: MPSC should use P6 NOPsGravatar Hugh Dickins 1-1/+1
2008-03-04x86: a P4 is a P6 not an i486Gravatar Hugh Dickins 1-1/+1
2008-02-26x86: don't use P6_NOPs if compiling with CONFIG_X86_GENERICGravatar H. Peter Anvin 1-1/+10
2008-02-26x86: require family >= 6 if we are using P6 NOPsGravatar H. Peter Anvin 1-0/+5
2008-01-30x86: reduce CONFIG_X86_PPRO_FENCE bloatGravatar Nick Piggin 1-1/+10
2008-01-30x86: use def_bool where possible in Kconfig.cpuGravatar Harvey Harrison 1-36/+20
2008-01-30x86: debugctlmsr kconfigGravatar Roland McGrath 1-0/+4
2007-11-12x86: arch/x86/Kconfig.cpu unificationGravatar Sam Ravnborg 1-46/+75
2007-10-25x86: move i386 and x86_64 Kconfig files to x86 directoryGravatar Sam Ravnborg 1-0/+372