aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386 (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-01-04Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds8-44/+105
2005-12-31[PATCH] x86: teach dump_task_regs() about the -8 offset.Stas Sergeev1-1/+3
2005-12-20[PATCH] Fix build with CONFIG_PCI_MMCONFIGAndi Kleen1-1/+1
2005-12-16[PATCH] PCI: Fix dumb bug in mmconfig fixAndi Kleen1-1/+1
2005-12-15[PATCH] i386,amd64: ioremap.c __iomem annotationsAl Viro1-1/+1
2005-12-15[PATCH] i386,amd64: mmconfig __iomem annotationsAl Viro1-1/+1
2005-12-12[PATCH] i386/x86-64 Correct for broken MCFG tables on K8 systemsAndi Kleen1-3/+42
2005-12-12[PATCH] i386/x86-64 Fall back to type 1 access when no entry foundAndi Kleen3-10/+25
2005-12-12[PATCH] i386/x86-64: Don't call change_page_attr with a spinlock heldAndi Kleen1-8/+29
2005-12-12[PATCH] i386/x86-64 disable LAPIC completely for offline CPUShaohua Li1-2/+1
2005-12-12[PATCH] kprobes: increment kprobe missed count for multiprobesKeshavamurthy Anil S1-1/+1
2005-12-12[PATCH] x86: fix NMI with CPU hotplugShaohua Li1-7/+0
2005-12-06[CPUFREQ] CPU frequency display in /proc/cpuinfoVenkatesh Pallipadi1-1/+5
2005-12-06[CPUFREQ] Move PMBASE reading away and do it only once at initialization timeMattia Dongili1-13/+30
2005-12-06[CPUFREQ] Measure transition latency at driver initializationMattia Dongili4-3/+35
2005-12-06Merge ../linus/Dave Jones3-2/+17
2005-12-06[CPUFREQ] Change loglevels on powernow-k8 bios error printk's.Dave Jones1-2/+2
2005-12-01[PATCH] cpufreq-nforce2.c fix u32<0 testGabriel A. Devenyi1-1/+2
2005-11-30[ACPI] properly detect pmtimer on ASUS a8v motherboardDavid Shaohua Li1-0/+7
2005-11-30[CPUFREQ] Fix indentation in powernow-k8Dave Jones1-4/+4
2005-11-29[PATCH] setting irq affinity is broken in ia32 with MSI enabledShaohua Li1-2/+2
2005-11-29[PATCH] fix rebooting on HP nc6120 laptopThierry Vignaud1-0/+8
2005-11-29Merge ../linusDave Jones4-12/+8
2005-11-29[PATCH] Support 100 MHz frequency transitionsLangsdorf, Mark2-14/+12
2005-11-23[PATCH] PCI: direct.c: DBGDaniel Marjamäki1-1/+1
2005-11-23[PATCH] PCI: remove bogus resource collision errorRajesh Shah1-2/+5
2005-11-23[PATCH] PCI: trivial printk updates in common.cDaniel Marjamäkia1-2/+2
2005-11-23[PATCH] kprobes: Fix return probes on sys_execveJim Keniston1-7/+0
2005-11-21[CPUFREQ] Improve Error reporting in powernow-k8Jacob Shin1-11/+20
2005-11-20[PATCH] Register disabled CPUsAshok Raj1-3/+1
2005-11-20[PATCH] i386: Use bigsmp for > 8 core Opteron systemsAndi Kleen1-2/+3
2005-11-15[PATCH] drop "[PATCH] i386 kexec-on-panic: Don't shutdown the apics"Vivek Goyal1-0/+7
2005-11-14Merge x86-64 update from AndiLinus Torvalds9-80/+129
2005-11-14[PATCH] x86_64: x86_64/i386 fix Intel cache detection code assumption about threads sharingSiddha, Suresh B1-14/+32
2005-11-14[PATCH] x86-64/i386: Intel HT, Multi core detection fixesSiddha, Suresh B6-54/+78
2005-11-14[PATCH] x86_64: Force correct address space size for MTRR on some 64bit Intel XeonsShaohua Li1-0/+8
2005-11-14[PATCH] x86_64: Unmap NULL during early bootupSiddha, Suresh B1-1/+1
2005-11-14[PATCH] x86-64/i386: Fix CPU model for family 6Suresh Siddha1-2/+2
2005-11-14[PATCH] i386/x86-64: Share interrupt vectors when there is a large number of interrupt sourcesJames Cleverdon1-8/+7
2005-11-14[PATCH] x86_64: Make i386 compile again with fourth DMA32 zoneAndi Kleen1-2/+2
2005-11-13[PATCH] i386: generic cmpxchgNick Piggin1-0/+48
2005-11-13[PATCH] x86: fix cpu_khz with clock=pitTim Mann1-2/+3
2005-11-13[PATCH] i386: NMI pointer comparison fixJan Beulich1-4/+3
2005-11-13[PATCH] arch/i386/mm/init.c: small cleanupsAdrian Bunk1-1/+2
2005-11-13[PATCH] move pm_register/etc. to CONFIG_PM_LEGACY, pm_legacy.hJeff Garzik2-1/+2
2005-11-10[PATCH] PCI: fix for Toshiba ohci1394 quirkJesse Barnes1-2/+1
2005-11-09[PATCH] i386: EXPORT_SYMBOL(screen_info) even #ifndef CONFIG_VTAdrian Bunk1-2/+0
2005-11-09[PATCH] sched: resched and cpu_idle reworkNick Piggin2-37/+47
2005-11-09[PATCH] sched: disable preempt in idle tasksNick Piggin2-1/+4
2005-11-07Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds4-29/+8