summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
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-09-14Merge commit 'v2.6.27-rc6' into x86/patIngo Molnar36-540/+955
2008-09-09Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-6/+9
2008-09-09x86: fix memmap=exactmap boot argumentPrarit Bhargava1-1/+1
2008-09-08x86: disable static NOPLs on 32 bitsLinus Torvalds1-5/+8
2008-09-07Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds9-55/+154
2008-09-07Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-6/+13
2008-09-06x86: cpu_init(): fix memory leak when using CPU hotplugAndreas Herrmann1-10/+13
2008-09-06x86: pda_init(): fix memory leak when using CPU hotplugAndreas Herrmann1-6/+9
2008-09-06x86, xen: Use native_pte_flags instead of native_pte_val for .pte_flagsEduardo Habkost1-1/+1
2008-09-06x86: move mtrr cpu cap setting early in early_init_xxxxYinghai Lu3-8/+44
2008-09-06x86: delay early cpu initialization until cpuid is doneKrzysztof Helt1-2/+2
2008-09-06x86: HPET: read back compare register before reading counterThomas Gleixner1-0/+7
2008-09-06x86: HPET fix moronic 32/64bit thinkoThomas Gleixner1-4/+4
2008-09-06x86: use X86_FEATURE_NOPL in alternativesH. Peter Anvin1-23/+13
2008-09-06x86: add NOPL as a synthetic CPU feature bitH. Peter Anvin3-2/+69
2008-09-06x86: boot: stub out unimplemented CPU feature wordsH. Peter Anvin1-4/+4
2008-09-06Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+8
2008-09-05x86: make sure the CPA test code's use of _PAGE_UNUSED1 is obviousJeremy Fitzhardinge1-3/+3
2008-09-05HPET: make minimum reprogramming delta usefulThomas Gleixner1-2/+2
2008-09-04x86: Change warning message in TSC calibration.Alok N Kataria1-2/+1
2008-09-04x86: add io delay quirk for Presario F700Chuck Ebbert1-0/+8
2008-09-03Split up PIT part of TSC calibration from native_calibrate_tscLinus Torvalds1-61/+71
2008-09-03[x86] Fix TSC calibration issuesThomas Gleixner1-54/+181
2008-09-02Un-break printk strings in x86 PCI probing codeLinus Torvalds1-6/+3
2008-08-30Revert "x86: fix HPET regression in 2.6.26 versus 2.6.25, check hpet against ...Linus Torvalds1-78/+0
2008-08-28Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-253/+383
2008-08-27x86: update defconfigsH. Peter Anvin2-227/+334
2008-08-26x86: cpuid: correct return value on partial operationsH. Peter Anvin1-5/+9
2008-08-26x86: msr: correct return value on partial operationsH. Peter Anvin1-10/+18
2008-08-26x86: cpuid: propagate error from smp_call_function_single()H. Peter Anvin1-1/+4
2008-08-26x86: msr: propagate errors from smp_call_function_single()H. Peter Anvin2-14/+22
2008-08-26[x86] Clean up MAXSMP Kconfig, and limit NR_CPUS to 512Linus Torvalds1-22/+8
2008-08-25Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-20/+139
2008-08-25KVM: MMU: Fix torn shadow pteAvi Kivity1-1/+1
2008-08-25x86: fix cpufreq + sched_clock() regressionPeter Zijlstra1-1/+1
2008-08-25Merge branch 'linus' into x86/urgentIngo Molnar6-94/+88
2008-08-25x86: fix HPET regression in 2.6.26 versus 2.6.25, check hpet against BAR, v3Yinghai Lu1-0/+78
2008-08-25x86: do not enable TSC notifier if we don't need itLinus Torvalds1-0/+4
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk1-1/+0
2008-08-23x86 MCE: Fix CPU hotplug problem with multiple multicore AMD CPUsRafael J. Wysocki2-13/+10
2008-08-23x86: fix: make PCI ECS for AMD CPUs hotplug capableRobert Richter1-4/+31