aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/kernel/cpu/mtrr (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-22x86: Replace NSC/Cyrix specific chipset access macros by inlined functions.Juergen Beisert2-0/+2
2007-07-21i386: fix section mismatch warnings in mtrrSam Ravnborg2-2/+2
2007-07-06MTRR: Fix race causing set_mtrr to go into infinite loopLoic Prylli1-0/+4
2007-07-01i386: mtrr crash fixAndrew Morton1-1/+2
2007-07-01i386: remove bogus mtrr range checkLinus Torvalds1-5/+0
2007-06-28mtrr/cyrix: fix sectionsRandy Dunlap1-2/+2
2007-06-20x86_64: fix link warning between for .text and .init.textYinghai Lu2-3/+3
2007-06-04mtrr atomicity fixAndrew Morton1-1/+4
2007-05-21i386: fix PGE maskBrian Gerst2-2/+2
2007-05-17i386/x86-64: fix section mismatchBernhard Walle2-2/+2
2007-05-02[PATCH] i386: fix mtrr sectionsRandy Dunlap1-3/+4
2007-05-02[PATCH] i386: Enable support for fixed-range IORRs to keep RdMem & WrMem in syncBernhard Kaindl1-25/+60
2007-05-02[PATCH] x86: Save the MTRRs of the BSP before booting an APBernhard Kaindl1-0/+11
2007-05-02[PATCH] x86: Adds mtrr_save_fixed_ranges() for use in two later patches.Bernhard Kaindl1-1/+6
2007-05-02[PATCH] i386: mtrr range check correctionJan Beulich1-1/+1
2007-02-13[PATCH] i386: fix 32-bit ioctls on x64_32Giuliano Procida1-0/+30
2007-02-13[PATCH] i386: fix size_or_mask and size_and_maskAndreas Herrmann2-4/+4
2007-02-12[PATCH] mark struct file_operations const 2Arjan van de Ven1-1/+1
2006-12-07[PATCH] x86-64: replace kmalloc+memset with kzalloc in MTRR codeBurman Yan2-6/+3
2006-12-07[PATCH] i386: fix MTRR codeJan Beulich7-60/+162
2006-12-07[PATCH] i386: conditionalize inclusion of some MTRR flavorsJan Beulich2-3/+7
2006-12-07[PATCH] i386: fix buggy MTRR address checksAndreas Mohr2-4/+4
2006-09-26[PATCH] mtrr: Add lock annotations for prepare_set and post_setJosh Triplett1-2/+2
2006-03-26[PATCH] sem2mutex: misc static one-file mutexesIngo Molnar1-6/+7
2006-01-31Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/x86Linus Torvalds1-9/+6
2006-01-11[PATCH] capable/capability.h (arch/)Randy Dunlap1-0/+1
2006-01-10remove the outdated arch/i386/kernel/cpu/{,mtrr/}changelogAdrian Bunk1-229/+0
2006-01-05[X86] Remove pointless versioning of mtrr driver.Dave Jones1-3/+0
2005-12-20[X86] Rename MTRR mutex to something more sensible.Dave Jones1-6/+6
2005-11-14[PATCH] x86_64: Force correct address space size for MTRR on some 64bit Intel XeonsShaohua Li1-0/+8
2005-10-30[PATCH] Clean up mtrr compat ioctl codeBrian Gerst1-45/+74
2005-09-05[PATCH] swsusp: fix remaining u32 vs. pm_message_t confusionPavel Machek1-1/+1
2005-07-07[PATCH] MTRR suspend/resume cleanupShaohua Li3-35/+64
2005-06-25[PATCH] get rid of redundant NULL checks before kfree() in arch/i386/Jesper Juhl1-2/+1
2005-06-23[PATCH] mtrr size-and-base debuggingAndrew Morton1-8/+15
2005-05-05[PATCH] cyrix: eliminate bad section referencesmaximilian attems1-2/+2
2005-05-01[PATCH] make lots of things staticAdrian Bunk1-2/+2
2005-05-01[PATCH] Enable write combining for server works LE rev > 6Lee Revell1-5/+9
2005-04-16[PATCH] x86_64-always-use-cpuid-80000008-to-figure-out-mtrr fixSiddha, Suresh B1-2/+4
2005-04-16[PATCH] x86_64: Always use CPUID 80000008 to figure out MTRR address space sizeAndi Kleen1-34/+15
2005-04-16Linux-2.6.12-rc2Linus Torvalds10-0/+2602