summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2007-11-051-35/+34
|\
| * lguest: tidy up documentationRusty Russell2007-11-051-22/+21
| * lguest: make async_hcall() staticAdrian Bunk2007-11-051-13/+13
* | x86 setup: set %ebx == %ebp == %edi == 0 on protected mode entryH. Peter Anvin2007-11-041-1/+3
* | x86 setup: add a near jump to serialize %cr0 on 386/486H. Peter Anvin2007-11-041-2/+2
|/
* Merge branch 'v2.6.24-rc1-lockdep' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2007-11-036-12/+16
|\
| * lockdep: fixup irq tracingPeter Zijlstra2007-10-256-12/+16
* | Remove bogus default y for DMAR and NET_DMAAndi Kleen2007-10-301-1/+0
* | remove the dead X86_REMOTE_DEBUG optionAdrian Bunk2007-10-301-3/+0
* | x86: merge EARLY_PRINTK optionsAdrian Bunk2007-10-302-6/+1
* | x86: mm/discontig_32.c: make code staticAdrian Bunk2007-10-301-2/+2
* | x86: kernel/setup_32.c: unexport machine_idAdrian Bunk2007-10-301-3/+0
* | x86 gart: rename symbols only used for the GART implementationJoerg Roedel2007-10-304-13/+14
* | x86 gart: make some variables and functions staticJoerg Roedel2007-10-301-4/+4
* | x86 gart: rename CONFIG_IOMMU to CONFIG_GART_IOMMUJoerg Roedel2007-10-306-10/+10
* | x86 gart: rename iommu.h to gart.hJoerg Roedel2007-10-309-9/+9
* | x86: additional CPUID strings; fix strings for AMD-ecxH. Peter Anvin2007-10-302-10/+10
* | Revert "x86_64: allocate sparsemem memmap above 4G"Linus Torvalds2007-10-291-6/+0
* | x86: fix pci-gart failure handlingFUJITA Tomonori2007-10-291-1/+1
* | x86: Dump filtering supports x86_64 sparsememKen'ichi Ohmichi2007-10-271-0/+2
* | x86: fix compiler warnings in arch/x86/kernel/early-quirks.cJeff Garzik2007-10-271-1/+3
* | x86: fix !SMP compiler warning in arch/x86/kernel/acpi/processor.cJeff Garzik2007-10-271-2/+1
* | x86: Fix boot protocol KEEP_SEGMENTS check.Eric W. Biederman2007-10-273-8/+21
* | x86: voyager: fix bogus conversion to per_cpu for boot_cpu_infoJames Bottomley2007-10-271-2/+2
* | x86: export smp_ops to allow modular build of KVMThomas Gleixner2007-10-271-0/+1
* | Revert "i386: export i386 smp_call_function_mask() to modules"Thomas Gleixner2007-10-271-7/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hpa...Linus Torvalds2007-10-265-25/+51
|\ \
| * | x86 setup: sizeof() is unsigned, unbreak comparisonsH. Peter Anvin2007-10-254-5/+5
| * | x86 setup: handle boot loaders which set up the stack incorrectlyH. Peter Anvin2007-10-252-20/+46
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/x86Linus Torvalds2007-10-2610-0/+5892
|\ \
| * | x86: move i386 and x86_64 Kconfig files to x86 directorySam Ravnborg2007-10-253-0/+2537
| * | x86: unification of i386 and x86_64 Kconfig.debugRandy Dunlap2007-10-251-0/+119
| * | x86: move defconfig files for i386 and x86_64 to x86Sam Ravnborg2007-10-253-1/+2858
| * | x86: move i386 and x86_64 Makefiles to arch/x86Sam Ravnborg2007-10-254-0/+379
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds2007-10-252-4/+4
|\ \
| * | x86: fix bogus KERN_ALERT on oopsAlexey Dobriyan2007-10-241-1/+1
| * | x86: lguest build fixJeff Garzik2007-10-241-0/+1
| * | x86: fix CONFIG_KEXEC build breakageMike Galbraith2007-10-241-3/+3
| |/
* | Merge branch 'sg' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2007-10-251-2/+1
|\ \
| * | x86: pci-gart fixFUJITA Tomonori2007-10-251-2/+1
| |/
* | lguest: documentation updateRusty Russell2007-10-252-26/+30
* | lguest: build fixJeff Garzik2007-10-251-0/+1
* | lguest: use defines from x86 headers instead of magic numbersRusty Russell2007-10-251-3/+2
|/
* Merge branch 'irq-upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jg...Linus Torvalds2007-10-231-2/+2
|\
| * [SPARC, XEN, NET/CXGB3] use irq_handler_t where appropriateJeff Garzik2007-10-231-2/+2
* | x86: Add HPET force support for MCP55 (nForce 5) chipsetsCarlos Corbacho2007-10-231-0/+18
* | x86: Force enable HPET for CK804 (nForce 4) chipsetsCarlos Corbacho2007-10-231-1/+36
* | x86: clean up setup.h and the boot codeH. Peter Anvin2007-10-233-9/+2
* | x86: Save registers in saved_context during suspend and hibernationRafael J. Wysocki2007-10-234-89/+118
* | x86: whitespace cleanup of mce_64.cThomas Gleixner2007-10-231-78/+86