summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2009-06-15kmemcheck: add hooks for page- and sg-dma-mappingsVegard Nossum1-0/+5
2009-06-15kmemcheck: don't track page tablesVegard Nossum3-8/+10
2009-06-15kmemcheck: add DMA hooksVegard Nossum1-0/+2
2009-06-15kmemcheck: add mm functionsVegard Nossum1-1/+1
2009-06-15x86: add hooks for kmemcheckVegard Nossum8-5/+66
2009-06-15kmemcheck: use kmemcheck_pte_lookup() instead of open-coding itPekka Enberg1-6/+1
2009-06-15kmemcheck: move 64-bit ifdef out of kmemcheck_opcode_decode()Pekka Enberg1-2/+7
2009-06-15kmemcheck: remove multiple ifdef'd definitions of the same global variablePekka Enberg1-3/+5
2009-06-15kmemcheck: make initialization message less confusingPekka Enberg1-1/+1
2009-06-15kmemcheck: remove forward declarations from error.cPekka Enberg1-69/+68
2009-06-13kmemcheck: include module.h to prevent warningsRandy Dunlap1-0/+1
2009-06-13kmemcheck: add the kmemcheck coreVegard Nossum15-2/+1266
2009-06-13x86: add save_stack_trace_bp() for tracing from a specific stack frameVegard Nossum1-0/+7
2009-06-12x86: use zalloc_cpumask_var in arch_early_irq_initYinghai Lu1-2/+2
2009-06-12Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds27-70/+2130
2009-06-11Merge branch 'topic/slab/earlyboot' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+4
2009-06-11Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-5/+4
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds4-98/+207
2009-06-11Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds26-1075/+1367
2009-06-11irq/cpumask: make memoryless node zero happyYinghai Lu1-2/+4
2009-06-11x86: remove some alloc_bootmem_cpumask_var callingYinghai Lu1-2/+2
2009-06-11Merge branch 'serial-from-alan'Linus Torvalds1-0/+1
2009-06-11Merge branch 'linus' into perfcounters/coreIngo Molnar178-4583/+5706
2009-06-11perf_counter: Rename L2 to LL cachePeter Zijlstra1-6/+6
2009-06-11perf_counter: Standardize event namesPeter Zijlstra2-19/+19
2009-06-11x86: fix ktermios-termio conversionArnd Bergmann1-0/+1
2009-06-11x86: memtest: use pointers of equal type for comparisonThomas Gleixner1-5/+4
2009-06-11Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds17-466/+1444
2009-06-11Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+23
2009-06-11Merge branch 'signal-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-0/+5
2009-06-11perf_counter: Accurate period dataPeter Zijlstra1-3/+12
2009-06-11perf_counter: Introduce struct for sample dataPeter Zijlstra1-4/+11
2009-06-11Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-330/+622
2009-06-11Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds20-103/+157
2009-06-11Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-9/+10
2009-06-11Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds11-29/+66
2009-06-11Merge branch 'x86-setup-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds21-355/+489
2009-06-11Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds21-316/+208
2009-06-11Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-248/+266
2009-06-11Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-20/+16
2009-06-11Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-502/+219
2009-06-11Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds29-85/+78
2009-06-11Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-38/+28
2009-06-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+2
2009-06-11Revert "x86, bts: reenable ptrace branch trace support"Ingo Molnar1-0/+1
2009-06-11Merge branch 'x86-kbuild-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds28-956/+1092
2009-06-11Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds37-1097/+981
2009-06-11CPUFREQ: Mark e_powersaver driver as EXPERIMENTAL and DANGEROUSHarald Welte1-3/+6
2009-06-11CPUFREQ: Enable acpi-cpufreq driver for VIA/Centaur CPUsHarald Welte1-5/+1
2009-06-10perf_counter: More aggressive frequency adjustmentPeter Zijlstra1-2/+3