summaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* x86: Fix hwpoison code related build failure on 32-bit NUMAQLinus Torvalds2009-09-271-0/+11
* Merge git://git.infradead.org/iommu-2.6Linus Torvalds2009-09-231-1/+1
|\
| * intel-iommu: Kill DMAR_BROKEN_GFX_WA option.David Woodhouse2009-09-191-1/+1
* | Merge branch 'sfi-release' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2009-09-231-1/+3
|\ \
| * \ Merge branch 'linus' into sfi-releaseLen Brown2009-09-191-56/+35
| |\ \
| * | | SFI: Hook PCI MMCONFIGFeng Tang2009-08-281-1/+1
| * | | x86: add arch-specific SFI supportFeng Tang2009-08-281-0/+2
* | | | kcore: register text area in generic wayKAMEZAWA Hiroyuki2009-09-231-0/+4
* | | | perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-211-1/+1
| |/ / |/| |
* | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-181-0/+13
|\ \ \
| * | | x86: Add Moorestown early detectionThomas Gleixner2009-08-311-0/+13
| |/ /
* | | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-09-171-53/+9
|\ \ \
| * | | x86: mce: Rename CONFIG_X86_NEW_MCE to CONFIG_X86_MCEAndi Kleen2009-07-091-8/+3
| * | | x86: mce: Remove old i386 machine check codeAndi Kleen2009-07-091-33/+2
| * | | x86: mce: Update X86_MCE description in x86/KconfigAndi Kleen2009-07-091-12/+4
| * | | x86: mce: Make CONFIG_X86_ANCIENT_MCE dependent on CONFIG_X86_MCEAndi Kleen2009-07-091-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-09-151-1/+4
|\ \ \ \
| * | | | x86,percpu: use embedding for 64bit NUMA and page for 32bit NUMATejun Heo2009-08-141-4/+0
| * | | | percpu: build first chunk allocators selectivelyTejun Heo2009-08-141-0/+10
| * | | | Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo2009-08-141-1/+13
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge branch 'master' into for-nextTejun Heo2009-07-041-13/+2
| |\ \ \ \
| * | | | | percpu: use dynamic percpu allocator as the default percpu allocatorTejun Heo2009-06-241-3/+0
* | | | | | Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-09-151-0/+4
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'x86/urgent' into x86/patH. Peter Anvin2009-08-261-1/+13
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | x86, pat: Generalize the use of page flag PG_uncachedVenkatesh Pallipadi2009-08-261-0/+4
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'x86-txt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-09-151-0/+4
|\ \ \ \ \ \
| * \ \ \ \ \ Merge commit 'v2.6.31-rc8' into x86/txtIngo Molnar2009-09-021-1/+1
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | x86, intel_txt: clean up the impact on generic code, unbreak non-x86Shane Wang2009-09-011-0/+4
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-111-1/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge commit 'v2.6.31-rc9' into tracing/coreIngo Molnar2009-09-061-1/+1
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | tracing: Rename FTRACE_SYSCALLS for tracepointsJosh Stone2009-08-261-1/+1
| | |/ / / / | |/| | | |
* | | | | | x86/gart: Do not select AGP for GART_IOMMUPavel Vasilyev2009-09-031-1/+0
| |/ / / / |/| | | |
* | | | | perf_counter, x86: Fix/improve apic fallbackIngo Molnar2009-08-121-1/+1
|/ / / /
* / / / intel-iommu: Restore DMAR_BROKEN_GFX_WA option for broken graphics driversDavid Woodhouse2009-07-041-0/+12
|/ / /
* / / intel-iommu: Clean up identity mapping code, remove CONFIG_DMAR_GFX_WADavid Woodhouse2009-06-291-13/+2
|/ /
* | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-06-201-0/+1
|\ \
| * | function-graph: add stack frame testSteven Rostedt2009-06-181-0/+1
| |/
* | dma-mapping: x86: use asm-generic/dma-mapping-common.hFUJITA Tomonori2009-06-181-0/+1
* | Merge commit 'linus/master' into HEADVegard Nossum2009-06-151-4/+41
|\|
| * Merge branch 'linus' into x86/mce3Ingo Molnar2009-06-111-17/+25
| |\
| * \ Merge branch 'irq/numa' into x86/mce3H. Peter Anvin2009-06-011-9/+3
| |\ \
| * | | x86: trivial clean up for arch/x86/KconfigHidetoshi Seto2009-05-281-7/+7
| * | | x86, mce: add basic error injection infrastructureAndi Kleen2009-05-281-0/+8
| * | | x86, mce: enable MCE_AMD for 32bit NEW_MCEAndi Kleen2009-05-281-1/+1
| * | | x86, mce: enable MCE_INTEL for 32bit new MCEAndi Kleen2009-05-281-1/+1
| * | | x86, mce: use 64bit machine check code on 32bitAndi Kleen2009-05-281-2/+31
* | | | kmemcheck: make kconfig accessible for other architecturesPekka Enberg2009-06-151-0/+1
| |_|/ |/| |
* | | Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-111-26/+27
|\ \ \
| * \ \ Merge branch 'x86-kbuild-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-06-101-17/+24
| |\ \ \ | | |_|/ | |/| |
| | * | x86: make CONFIG_RELOCATABLE the defaultH. Peter Anvin2009-05-111-2/+2