summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2008-10-06Merge branch 'x86/tracehook' into x86-v28-for-linus-phase1Ingo Molnar3-65/+29
2008-10-06Merge branch 'x86/prototypes' into x86-v28-for-linus-phase1Ingo Molnar15-5/+19
2008-10-06Merge branch 'x86/pebs' into x86-v28-for-linus-phase1Ingo Molnar5-471/+1018
2008-10-06Merge branch 'x86/header-guards' into x86-v28-for-linus-phase1Ingo Molnar2-3/+3
2008-10-01Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2008-09-30x86, vmi: fix broken LDT accessZachary Amsden1-1/+1
2008-09-30x86: Fix broken LDT access in VMIZachary Amsden1-1/+1
2008-09-30x86: fix typo in enable_mtrr_cleanup early parameterJ.A. Magallón1-1/+1
2008-09-29Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+2
2008-09-26kgdb, x86_64: fix PS CS SS registers in gdb serialJason Wessel1-4/+21
2008-09-26kgdb, x86, arm, mips, powerpc: ignore user space single steppingJason Wessel1-7/+11
2008-09-24Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2008-09-24x86: ds.c ptrace.c integer as NULL pointer sparse fixesHarvey Harrison2-5/+5
2008-09-24Merge commit 'v2.6.27-rc7' into x86/pebsIngo Molnar73-668/+1131
2008-09-24x86: disable apm on the olpcJeremy Katz1-1/+2
2008-09-24x86: prevent stale state of c1e_mask across CPU offline/online, fixMarc Dionne1-0/+1
2008-09-23Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-5/+15
2008-09-23x86: c1e_idle: don't mark TSC unstable if CPU has invariant TSCAndreas Herrmann1-2/+3
2008-09-23x86: prevent C-states hang on AMD C1E enabled machinesThomas Gleixner1-0/+1
2008-09-23x86: prevent stale state of c1e_mask across CPU offline/onlineThomas Gleixner3-3/+11
2008-09-23x86: fix 27-rc crash on vsmp due to paravirt during module loadRavikiran G Thirumalai1-1/+1
2008-09-18AMD IOMMU: protect completion wait loop with iommu lockJoerg Roedel1-4/+8
2008-09-18AMD IOMMU: set iommu sunc flag after command queuingJoerg Roedel1-2/+8
2008-09-16x86: completely disable NOPL on 32 bitsH. Peter Anvin1-20/+4
2008-09-12x86: fix possible x86_64 and EFI regressionJeremy Fitzhardinge1-1/+4
2008-09-10arch/x86/kernel/kdebugfs.c: introduce missing kfreeJulia Lawall1-0/+1
2008-09-09Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2008-09-09x86: fix memmap=exactmap boot argumentPrarit Bhargava1-1/+1
2008-09-06Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-50/+149
2008-09-06Merge 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: 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-05x86: use X86_FEATURE_NOPL in alternativesH. Peter Anvin1-23/+13
2008-09-05x86: add NOPL as a synthetic CPU feature bitH. Peter Anvin3-2/+69
2008-09-05Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+8
2008-09-05Merge branch 'linus' into x86/tracehookIngo Molnar42-322/+589
2008-09-05HPET: make minimum reprogramming delta usefulThomas Gleixner1-2/+2
2008-09-03x86: Change warning message in TSC calibration.Alok N Kataria1-2/+1
2008-09-03x86: 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-02[x86] Fix TSC calibration issuesThomas Gleixner1-54/+181
2008-08-25x86: cpuid: correct return value on partial operationsH. Peter Anvin1-5/+9
2008-08-25x86: msr: correct return value on partial operationsH. Peter Anvin1-10/+18
2008-08-25x86: cpuid: propagate error from smp_call_function_single()H. Peter Anvin1-1/+4
2008-08-25x86: msr: propagate errors from smp_call_function_single()H. Peter Anvin1-4/+10
2008-08-25x86: fix cpufreq + sched_clock() regressionPeter Zijlstra1-1/+1