summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2008-10-12Merge branches 'x86/xen', 'x86/build', 'x86/microcode', 'x86/mm-debug-v2', 'x...Ingo Molnar55-1649/+4359
2008-10-12x86: make processor type select depend on CONFIG_EMBEDDEDIngo Molnar1-1/+0
2008-10-12x86: extend processor type select help textIngo Molnar1-7/+56
2008-10-12x86, amd-iommu: propagate PCI device enabling errorIngo Molnar1-3/+1
2008-10-12warnings: fix arch/x86/kernel/io_apic_64.cIngo Molnar1-2/+2
2008-10-12warnings: fix arch/x86/kernel/early_printk.cIngo Molnar1-18/+0
2008-10-12x86, fpu: check __clear_user() return valueIngo Molnar1-1/+3
2008-10-12Merge branch 'linus' into x86/xsaveIngo Molnar145-4217/+6127
2008-10-12x86: memory corruption check - cleanupIngo Molnar2-0/+2
2008-10-12Merge branch 'linus' into x86/memory-corruption-checkIngo Molnar166-4601/+8287
2008-10-12Merge branches 'core/signal' and 'x86/spinlocks' into x86/xenIngo Molnar9-221/+297
2008-10-12Merge branch 'x86/signal' into core/signalIngo Molnar3-90/+133
2008-10-12Merge branch 'linus' into x86/signalIngo Molnar112-3723/+5604
2008-10-12Merge branch 'linus' into x86/quirksIngo Molnar157-4528/+8159
2008-10-12Merge branch 'linus' into x86/xenIngo Molnar161-4565/+8244
2008-10-12x86: ioperm user_regsetRoland McGrath1-0/+37
2008-10-12Merge branch 'x86/urgent' into core/signalIngo Molnar106-3714/+5517
2008-10-12x86: fix early panic on amd64 due to typo in supported CPU sectionPetr Vandrovec1-1/+1
2008-10-12x86, early_ioremap: fix fencepost errorAlan Cox1-1/+1
2008-10-12x86: avoid dereferencing beyond stack + THREAD_SIZEDavid Rientjes1-2/+2
2008-10-11Merge phase #4 (X2APIC, APIC unification, CPU identification unification) of ...Linus Torvalds76-2721/+4572
2008-10-11Merge branch 'x86/unify-cpu-detect' into x86-v28-for-linus-phase4-DIngo Molnar50-2256/+2473
2008-10-11Merge branch 'x86/apic' into x86-v28-for-linus-phase4-BIngo Molnar35-490/+2124
2008-10-11Merge phase #3 (IOMMU) of git://git.kernel.org/pub/scm/linux/kernel/git/tip/l...Linus Torvalds9-284/+592
2008-10-11Merge phase #2 (PAT updates) of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-296/+555
2008-10-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds3-47/+49
2008-10-10Merge branch 'sched-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-0/+3
2008-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-0/+199
2008-10-10Merge branches 'core/iommu', 'x86/amd-iommu' and 'x86/iommu' into x86-v28-for...Ingo Molnar9-284/+592
2008-10-10Merge branch 'linus' into x86/pat2Ingo Molnar95-1313/+2377
2008-10-10x86, cpa: make the kernel physical mapping initialization a two pass sequence...Suresh Siddha1-88/+61
2008-10-10x86, pat: cleanupsIngo Molnar1-35/+32
2008-10-10x86: fix pagetable init 64-bit breakageSuresh Siddha1-1/+1
2008-10-10x86: track memtype for RAM in page structSuresh Siddha2-0/+102
2008-10-10x86, cpa: srlz cpa(), global flush tlb after splitting big page and before do...Suresh Siddha1-2/+38
2008-10-10x86, cpa: remove cpa pool codeSuresh Siddha3-155/+5
2008-10-10x86, cpa: no need to check alias for __set_pages_p/__set_pages_npSuresh Siddha1-7/+16
2008-10-10x86, cpa: dont use large pages for kernel identity mapping with DEBUG_PAGEALLOCSuresh Siddha2-10/+34
2008-10-10x86, cpa: make the kernel physical mapping initialization a two pass sequenceSuresh Siddha2-20/+144
2008-10-10x86, cpa: rename PTE attribute macros for kernel direct mapping in early bootSuresh Siddha2-21/+17
2008-10-10Merge phase #1 of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6...Linus Torvalds81-1238/+2247
2008-10-10x86, debug: print more information about unknown CPUsHans Schou1-1/+1
2008-10-10xen: do not reserve 2 pages of padding between hypervisor and fixmap.Ian Campbell1-1/+1
2008-10-09[CPUFREQ][1/6] cpufreq: Add cpu number parameter to __cpufreq_driver_getavg()venkatesh.pallipadi@intel.com1-2/+3
2008-10-09[CPUFREQ] acpi-cpufreq: add error handling for cpufreq_register_driver() errorAkinobu Mita1-3/+5
2008-10-09[CPUFREQ] Coding style fixes to arch/x86/kernel/cpu/cpufreq/powernow-k6.cPaolo Ciarrocchi1-21/+20
2008-10-09[CPUFREQ] Coding style fixes to arch/x86/kernel/cpu/cpufreq/elanfreq.cPaolo Ciarrocchi1-21/+21
2008-10-09[CPUFREQ] correct broken links and email addressesNémeth Márton2-2/+2
2008-10-09xen: use spin_lock_nest_lock when pinning a pagetableJeremy Fitzhardinge2-29/+48
2008-10-08Merge branches 'sched/devel', 'sched/cpu-hotplug', 'sched/cpusets' and 'sched...Ingo Molnar2-0/+3