summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2008-02-09x86: construct 32-bit boot time page tables in native format.Ian Campbell4-104/+178
2008-02-09x86, core: remove CONFIG_FORCED_INLININGHarvey Harrison2-2/+0
2008-02-09x86: avoid unused variable warning in mm/init_64.cThomas Gleixner1-3/+3
2008-02-09x86: fixup more paravirt falloutIngo Molnar2-14/+19
2008-02-09x86: fix sparse warning in topology.cHarvey Harrison1-1/+1
2008-02-09x86: sparse warnings in pageattr.cHarvey Harrison2-6/+8
2008-02-09x86: sparse warning in therm_throt.cHarvey Harrison1-1/+1
2008-02-09x86: fix sparse warning in xen/time.cHarvey Harrison1-5/+5
2008-02-09x86: GEODE: MFGPT: fix typo in printk in mfgpt_timer_setupArnd Hannemann1-1/+1
2008-02-09x86: GEODE: make sure the right MFGPT timer fired the timer tickJordan Crouse1-2/+6
2008-02-09x86: GEODE: MFGPT: fix a potential race when disabling a timerAndres Salomon1-2/+3
2008-02-09x86: GEODE: MFGPT: Use "just-in-time" detection for the MFGPT timersJordan Crouse2-16/+28
2008-02-09x86: GEODE: MFGPT: make mfgpt_timer_setup available outside of mfgpt_32.cAndres Salomon1-7/+1
2008-02-09x86: GEODE: MFGPT: replace 'flags' field with 'avail' bitAndres Salomon1-7/+5
2008-02-09x86: GEODE: MFGPT: drop module owner usage from MFGPT APIAndres Salomon1-9/+5
2008-02-09x86: GEODE fix MFGPT input clock valueWilly Tarreau1-14/+13
2008-02-09x86: GEODE: MFGPT: Minor cleanupsAndres Salomon1-4/+4
2008-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-0/+1
2008-02-09ide: introduce HAVE_IDESam Ravnborg1-0/+1
2008-02-09cpuidle: build fix for non-x86Venki Pallipadi1-0/+3
2008-02-08CONFIG_HIGHPTE vs. sub-page page tables.Martin Schwidefsky1-1/+4
2008-02-08aout: remove unnecessary inclusions of {asm, linux}/a.out.hDavid Howells3-3/+0
2008-02-08aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUTDavid Howells1-49/+0
2008-02-08aout: mark arches that support A.OUT formatDavid Howells1-1/+4
2008-02-08time: fix typo in commentsLi Zefan1-1/+1
2008-02-07SLUB: Alternate fast paths using cmpxchg_localChristoph Lameter1-0/+4
2008-02-07Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds5-50/+13
2008-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds6-27/+55
2008-02-07I8K: add i8k driver to the x86_64 KconfigBradley Smith1-1/+0
2008-02-07Sanitize the type of struct user.u_ar0H. Peter Anvin1-2/+1
2008-02-07vmcoreinfo: fix the configuration dependenciesKen'ichi Ohmichi2-1/+6
2008-02-07Use BOOTMEM_EXCLUSIVE for kdumpBernhard Walle1-15/+21
2008-02-07Introduce flags for reserve_bootmem()Bernhard Walle7-18/+26
2008-02-07Revert "cpuidle: build fix for non-x86"Len Brown1-3/+0
2008-02-07Merge branches 'release' and 'fluff' into releaseLen Brown1-3/+0
2008-02-07ACPI: misc cleanupsAdrian Bunk1-3/+0
2008-02-07Merge branches 'release' and 'throttling-domains' into releaseLen Brown1-0/+6
2008-02-07Merge branches 'release', 'misc' and 'misc-2.6.25' into releaseLen Brown1-2/+2
2008-02-07Merge branches 'release', 'cpuidle-2.6.25' and 'idle' into releaseLen Brown1-0/+6
2008-02-07Merge branches 'release', 'bugzilla-6217', 'bugzilla-6629', 'bugzilla-6933', ...Len Brown3-45/+2
2008-02-07cpuidle: Add a poll_idle methodvenkatesh.pallipadi@intel.com1-0/+3
2008-02-06[CPUFREQ] Add missing printk levels to e_powersaverDave Jones1-12/+12
2008-02-06[CPUFREQ] Fix sparse warning in powernow-k8Dave Jones1-1/+3
2008-02-06[CPUFREQ] Support Model D parts and newer in e_powersaverJesse Ahrens1-5/+32
2008-02-06[CPUFREQ] Powernow-k8: Update to support the latest Turion processorsMark Langsdorf1-1/+1
2008-02-06[CPUFREQ] powernow-k8 print pstate instead of fid/did for family 10hYinghai Lu1-3/+2
2008-02-06[CPUFREQ] gx-suspmod.c: use boot_cpu_data instead of current_cpu_dataDave Young1-2/+2
2008-02-06[CPUFREQ] arch/x86: Add missing "space"Joe Perches1-1/+1
2008-02-06[CPUFREQ] Remove pointless Kconfig dependancyDave Jones1-2/+2
2008-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds13-94/+153