summaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-03-131-2/+2
|\
| * x86, k8 nb: Fix boot crash: enable k8_northbridges unconditionally on AMD sys...Borislav Petkov2010-03-131-2/+2
* | pci-dma: x86: use include/linux/pci-dma.hFUJITA Tomonori2010-03-131-0/+3
* | Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-03-081-0/+15
|\ \
| * | x86, mrst: Remove X86_MRST dependency on PCI_IOAPICJacob Pan2010-03-031-1/+0Star
| * | x86, mrst: Add Kconfig dependencies for MoorestownJacob Pan2010-02-261-0/+4
| * | x86, numaq: Make CONFIG_X86_NUMAQ depend on CONFIG_PCIPan, Jacob jun2010-02-251-0/+1
| * | x86, apbt: Moorestown APB system timer driverJacob Pan2010-02-241-0/+11
| |/
* | Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-03-051-0/+1
|\ \
| * | kprobes/x86: Support kprobes jump optimization on x86Masami Hiramatsu2010-02-251-0/+1
* | | Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-03-031-0/+15
|\ \ \
| * | | core: Move early_res from arch/x86 to kernel/Yinghai Lu2010-02-171-0/+3
| * | | x86: Make 32bit support NO_BOOTMEMYinghai Lu2010-02-121-1/+0Star
| * | | x86: Make 64 bit use early_res instead of bootmem before slabYinghai Lu2010-02-121-0/+13
| | |/ | |/|
* | | Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2010-02-271-0/+1
|\ \ \ | |/ / |/| |
| * | tracing/kprobes: Make Kconfig dependencies genericHeiko Carstens2010-02-171-0/+1
* | | x86: Remove "x86 CPU features in debugfs" (CONFIG_X86_CPU_DEBUG)H. Peter Anvin2010-01-241-6/+0Star
| |/ |/|
* | core, x86: make LIST_POISON less deadlyAvi Kivity2010-01-111-0/+5
* | x86: add support for LZO-compressed kernelsAlbin Tonnerre2010-01-111-0/+1
|/
* hw-breakpoints: Fix hardware breakpoints -> perf events dependencyFrederic Weisbecker2009-12-181-0/+2
* cs5535: drop the Geode-specific MFGPT/GPIO codeAndres Salomon2009-12-151-10/+0Star
* ALSA: cs5535audio: free OLPC quirks from reliance on MGEODE_LX cpu optimizationAndres Salomon2009-12-151-0/+1
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-081-1/+1
|\
| * x86 VSDO: Fix Kconfig helpRandy Dunlap2009-11-111-1/+1
* | Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-12-081-2/+5
|\ \
| * | x86: Relegate CONFIG_PAT and CONFIG_MTRR configurability to EMBEDDEDArjan van de Ven2009-10-121-2/+5
* | | Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2009-12-081-0/+1
|\ \ \
| * \ \ Merge remote branch 'tip/x86/entry' into kvm-updates/2.6.33Avi Kivity2009-12-031-0/+1
| |\ \ \ | | |_|/ | |/| |
| | * | core, x86: Add user return notifiersAvi Kivity2009-10-011-0/+1
* | | | Merge branch 'tracing/hw-breakpoints' into perf/coreIngo Molnar2009-11-211-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Merge commit 'perf/core' into perf/hw-breakpointFrederic Weisbecker2009-10-181-62/+64
| |\ \ \
| * \ \ \ Merge branch 'linus' into tracing/hw-breakpointsIngo Molnar2009-09-151-1/+0Star
| |\ \ \ \
| * \ \ \ \ Merge branch 'tracing/core' into tracing/hw-breakpointsIngo Molnar2009-09-071-8/+11
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'linus' into tracing/hw-breakpointsIngo Molnar2009-06-171-30/+83
| |\ \ \ \ \ \
| * | | | | | | hw-breakpoints: x86 architecture implementation of Hardware Breakpoint interf...K.Prasad2009-06-021-0/+1
* | | | | | | | x86: Remove STACKPROTECTOR_ALLArjan van de Ven2009-10-231-4/+0Star
| |_|_|_|/ / / |/| | | | | |
* | | | | | | x86, vmi: Mark VMI deprecated and schedule it for removalAlok Kataria2009-10-081-1/+10
| |_|_|_|_|/ |/| | | | |
* | | | | | x86, SLUB: Remove unused CONFIG FAST_CMPXCHG_LOCALJaswinder Singh Rajput2009-10-011-4/+0Star
| |_|_|_|/ |/| | | |
* | | | | 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/+35Star
| |\ \ \ \ \ \
| * | | | | | | SFI: Hook PCI MMCONFIGFeng Tang2009-08-291-1/+1
| * | | | | | | x86: add arch-specific SFI supportFeng Tang2009-08-291-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-181-53/+9Star
|\ \ \ \ \ \ \