aboutsummaryrefslogtreecommitdiff
path: root/arch/i386
AgeCommit message (Expand)Author
2006-04-11[PATCH] i386/x86-64: Remove checks for value == NULL in PCI config space accessAndi Kleen
2006-04-11[PATCH] i386: Remove bogus special case code from AMD core parsingAndi Kleen
2006-04-11[PATCH] x86-64/i386: Don't process APICs/IO-APICs in ACPI when APIC is disabled.Andi Kleen
2006-04-11[PATCH] vesafb: Fix incorrect logo colors in x86_64Antonino A. Daplas
2006-04-11[PATCH] No arch-specific strpbrk implementationsKyle McMartin
2006-04-11[PATCH] Configurable NODES_SHIFTYasunori Goto
2006-04-11[PATCH] Enable TSC for AMD Geode GX/LXJordan Crouse
2006-04-11[PATCH] i386: move SMP option above subarch selectionAdrian Bunk
2006-04-11[PATCH] mpparse: prevent table index out-of-boundsRandy Dunlap
2006-04-11[PATCH] menu: relocate DOUBLEFAULT optionRandy Dunlap
2006-04-11[PATCH] i386: print EIP/ESP lastRandy Dunlap
2006-04-11[PATCH] swsusp: don't require bigsmpAshok Raj
2006-04-11[PATCH] arch/i386/mach-voyager/voyager_cat.c: named initializersAdrian Bunk
2006-04-09Move request_standard_resources() back to before PCI probingLinus Torvalds
2006-04-09[PATCH] i386: Remove printk about reboot fixups at rebootAndi Kleen
2006-04-09[PATCH] i386/x86-64: Return defined error value for bad PCI config space acce...Andi Kleen
2006-04-09[PATCH] i386/x86_64: Check if MCFG works for the first 16 bussesAndi Kleen
2006-04-09[PATCH] x86_64: Proper null pointer check in powernow_k8_getJacob Shin
2006-04-09[PATCH] x86_64: Revert earlier powernow-k8 changeAndi Kleen
2006-04-09[PATCH] i386: Consolidate modern APIC handlingAndi Kleen
2006-04-09[PATCH] x86-64/i386: Don't process APICs/IO-APICs in ACPI when APIC is disabled.Andi Kleen
2006-04-09[PATCH] x86_64: Don't sanity check Type 1 PCI bus access on newer systemsAndi Kleen
2006-04-09[PATCH] i386/x86-64: Check that MCFG points to an e820 reserved areaArjan van de Ven
2006-04-09[PATCH] x86_64: Introduce e820_all_mappedArjan van de Ven
2006-04-09[PATCH] x86_64: Support memory hotadd without sparsememAndi Kleen
2006-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds
2006-04-02Manual merge with Linus.Dmitry Torokhov
2006-04-01kexec: grammar fix for crash_save_this_cpu()Horms
2006-03-31[PATCH] unexport get_wchanAdrian Bunk
2006-03-31[PATCH] sys_sync_file_range()Andrew Morton
2006-03-31[PATCH] Don't pass boot parameters to argv_init[]OGAWA Hirofumi
2006-03-31[PATCH] Mark unwind info for signal trampolines in vDSOsJakub Jelinek
2006-03-31[PATCH] i386 kdump timer vector lockup fixVivek Goyal
2006-03-30[PATCH] Introduce sys_splice() system callJens Axboe
2006-03-28Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds
2006-03-28[PATCH] fix signed vs unsigned in nmi watchdogJesper Juhl
2006-03-28[PATCH] arch/i386/kernel/microcode.c: remove the obsolete microcode_ioctlAdrian Bunk
2006-03-28[PATCH] for_each_possible_cpu: i386KAMEZAWA Hiroyuki
2006-03-27[CPUFREQ] powernow: remove private for_each_cpu_mask()Andrew Morton
2006-03-27[CPUFREQ] hotplug cpu fix for powernow-k8shin, jacob
2006-03-27[PATCH] fbdev: Make BIOS EDID reading configurableAntonino A. Daplas
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern
2006-03-27[PATCH] lightweight robust futexes: i386Ingo Molnar
2006-03-27[PATCH] unify PFN_* macrosDave Hansen
2006-03-27[PATCH] for_each_online_pgdat: remove sorting pgdatKAMEZAWA Hiroyuki
2006-03-27[PATCH] for_each_online_pgdat: renaming for_each_pgdatKAMEZAWA Hiroyuki
2006-03-27[PATCH] x86: don't use cpuid.2 to determine cache info if cpuid.4 is supportedShaohua Li
2006-03-27[PATCH] sched: new sched domain for representing multi-coreSiddha, Suresh B
2006-03-27[PATCH] PM-Timer: don't use workaround if chipset is not buggyOGAWA Hirofumi
2006-03-26[PATCH] bitops: i386: use generic bitopsAkinobu Mita