aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2008-01-11[CRYPTO] aes: Move common defines into a header fileSebastian Siewior
2007-11-17x86: simplify "make ARCH=x86" and fix kconfig all.configSam Ravnborg
2007-11-17x86: reboot fixup for wrap2c boardDenys
2007-11-17x86: check boundary in count setup resourceYinghai Lu
2007-11-17x86: add hpet sanity checksThomas Gleixner
2007-11-17x86: on x86_64, correct reading of PC RTC when update in progress in time_64.cDavid P. Reed
2007-11-17x86: fix freeze in x86_64 RTC update code in time_64.cDavid P. Reed
2007-11-17x86: fixup cpu_info array conversionThomas Gleixner
2007-11-17x86: show cpuinfo only for online CPUsAndreas Herrmann
2007-11-17x86: fix cpu-hotplug regressionAndreas Herrmann
2007-11-17x86: ignore the sys_getcpu() tcache parameterIngo Molnar
2007-11-17x86: fix smp init sectionsRandy Dunlap
2007-11-17x86: fix voyager_cat_init sectionRandy Dunlap
2007-11-16Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds
2007-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/x86Linus Torvalds
2007-11-14x86: don't call mce_create_device on CPU_UP_PREPAREAndreas Herrmann
2007-11-14x86: disable preemption in delay_tsc()Andrew Morton
2007-11-12x86: enable "make ARCH=x86"Sam Ravnborg
2007-11-12x86: do not use $(ARCH) when not neededSam Ravnborg
2007-11-12x86: move the rest of the menu's to KconfigSam Ravnborg
2007-11-12x86: move all simple arch settings to KconfigSam Ravnborg
2007-11-12x86: copy x86_64 specific Kconfig symbols to Kconfig.i386Sam Ravnborg
2007-11-12x86: add X86_64 dependency to x86_64 specific symbols in Kconfig.x86_64Sam Ravnborg
2007-11-12x86: add X86_32 dependency to i386 specific symbols in Kconfig.i386Sam Ravnborg
2007-11-12x86: arch/x86/Kconfig.cpu unificationSam Ravnborg
2007-11-12x86: start unification of arch/x86/Kconfig.*Sam Ravnborg
2007-11-12x86: unification of cfufreq/KconfigSam Ravnborg
2007-11-12x86: fix taking DNA during 64bit sigreturnSiddha, Suresh B
2007-11-10x86 - 32-bit ptrace emulation mishandles 6th argChuck Ebbert
2007-11-10x86_64: ia32 ptrace THREAD_AREA fixRoland McGrath
2007-11-09x86: make nmi_cpu_busy() always definedIngo Molnar
2007-11-09x86: make ipi_handler() always definedIngo Molnar
2007-11-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds
2007-11-05lguest: tidy up documentationRusty Russell
2007-11-05lguest: make async_hcall() staticAdrian Bunk
2007-11-04x86 setup: set %ebx == %ebp == %edi == 0 on protected mode entryH. Peter Anvin
2007-11-04x86 setup: add a near jump to serialize %cr0 on 386/486H. Peter Anvin
2007-11-03Merge branch 'v2.6.24-rc1-lockdep' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2007-10-30Remove bogus default y for DMAR and NET_DMAAndi Kleen
2007-10-30remove the dead X86_REMOTE_DEBUG optionAdrian Bunk
2007-10-30x86: merge EARLY_PRINTK optionsAdrian Bunk
2007-10-30x86: mm/discontig_32.c: make code staticAdrian Bunk
2007-10-30x86: kernel/setup_32.c: unexport machine_idAdrian Bunk
2007-10-30x86 gart: rename symbols only used for the GART implementationJoerg Roedel
2007-10-30x86 gart: make some variables and functions staticJoerg Roedel
2007-10-30x86 gart: rename CONFIG_IOMMU to CONFIG_GART_IOMMUJoerg Roedel
2007-10-30x86 gart: rename iommu.h to gart.hJoerg Roedel
2007-10-30x86: additional CPUID strings; fix strings for AMD-ecxH. Peter Anvin
2007-10-29Revert "x86_64: allocate sparsemem memmap above 4G"Linus Torvalds
2007-10-29x86: fix pci-gart failure handlingFUJITA Tomonori