aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-10Merge branch 'sched-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus 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 phase #1 of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds81-1238/+2247
2008-10-09[CPUFREQ] correct broken links and email addressesNémeth Márton2-2/+2
2008-10-08Merge branches 'sched/devel', 'sched/cpu-hotplug', 'sched/cpusets' and 'sched/urgent' into sched/coreIngo Molnar2-0/+3
2008-10-06Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdbLinus Torvalds1-6/+1
2008-10-06Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-9/+11
2008-10-06kgdb, x86: Avoid invoking kgdb_nmicallback twice per NMIJan Kiszka1-6/+1
2008-10-06x86 ACPI: Blacklist two HP machines with buggy BIOSesRafael J. Wysocki1-0/+16
2008-10-06Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/doc', 'x86/exports', 'x86/fpu', 'x86/gart', 'x86/idle', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog', 'x86/oprofile', 'x86/paravirt', 'x86/reboot', 'x86/sparse-fixes', 'x86/tsc', ...Ingo Molnar63-697/+1162
2008-10-06Merge branch 'x86/tracehook' into x86-v28-for-linus-phase1Ingo Molnar4-65/+30
2008-10-06Merge branch 'x86/prototypes' into x86-v28-for-linus-phase1Ingo Molnar19-10/+26
2008-10-06Merge branch 'x86/pebs' into x86-v28-for-linus-phase1Ingo Molnar6-471/+1036
2008-10-06Merge branch 'x86/header-guards' into x86-v28-for-linus-phase1Ingo Molnar3-4/+4
2008-10-05x86: gart iommu have direct mapping when agp is present tooYinghai Lu1-9/+11
2008-10-04x86: mtrr_cleanup: treat WRPROT as UNCACHEABLEYinghai Lu1-1/+4
2008-10-04x86: mtrr_cleanup: first 1M may be covered in var mtrrsYinghai Lu1-0/+9
2008-10-04x86: mtrr_cleanup: print out correct type v2Yinghai Lu1-1/+3
2008-10-03x86 setup: correct segfault in generation of 32-bit reloc kernelH. Peter Anvin1-1/+1
2008-10-03x86: trivial printk fix in efi.cRuss Anderson1-2/+4
2008-10-03x86, debug: mtrr_cleanup print out var mtrr before change itYinghai Lu1-1/+24
2008-10-03x86: mtrr_cleanup try gran_size to less than 1M, v3Yinghai Lu1-1/+1
2008-10-03x86: mtrr_cleanup try gran_size to less than 1M, cleanupJ.A. Magallón1-2/+2
2008-10-01Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2008-10-01x86: change MTRR_SANITIZER to def_bool yYinghai Lu1-2/+2
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, debug printouts: IOMMU setup failures should not be KERN_ERRAdam Jackson1-3/+3
2008-09-30x86: fix typo in enable_mtrr_cleanup early parameterJ.A. Magallón1-1/+1
2008-09-30x86: export set_memory_ro and set_memory_rwBruce Allan1-0/+2
2008-09-29x86: mtrr_cleanup try gran_size to less than 1MYinghai Lu1-4/+4
2008-09-29x86: mtrr_cleanup prepare to make gran_size to less 1MYinghai Lu1-24/+79
2008-09-29x86: mtrr_cleanup safe to get more spare regs nowYinghai Lu1-3/+1
2008-09-29Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+2
2008-09-29x86_64: be less annoying on boot, v2dcg1-1/+2
2008-09-28x86: mtrr_cleanup hole size should be less than half of chunk_size, v2Yinghai Lu1-31/+43
2008-09-27x86: add mtrr_cleanup_debug command lineYinghai Lu1-3/+11
2008-09-27x86: mtrr_cleanup optimization, v2Yinghai Lu1-42/+37
2008-09-27x86: don't need to go to chunksize to 4GYinghai Lu1-4/+4
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-25x86_64: be less annoying on bootBill Nottingham1-2/+0
2008-09-24Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2008-09-24x86, olpc: fix endian bug in openfirmware workaroundHarvey Harrison1-3/+3
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 Molnar122-1375/+2377
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/kernel/git/tip/linux-2.6-tipLinus Torvalds3-5/+15
2008-09-23Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-8/+20