summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2009-02-23powerpc: Unify opcode definitions and supportKumar Gala10-61/+106
2009-02-23powerpc, ftrace: use create_branch lib functionSteven Rostedt1-13/+1
2009-02-23powerpc, ftrace: use unsigned int for instruction manipulationSteven Rostedt1-27/+18
2009-02-23powerpc32, ftrace: dynamic function graph tracerSteven Rostedt2-3/+7
2009-02-23powerpc32, ftrace: port function graph tracer to ppc32, static onlySteven Rostedt3-3/+44
2009-02-23powerpc32, ftrace: save and restore mcount regs with macroSteven Rostedt2-60/+47
2009-02-23powerpc64, ftrace: save toc only on modules for function graphSteven Rostedt2-3/+37
2009-02-23powerpc64, tracing: add function graph tracer with dynamic tracingSteven Rostedt3-8/+49
2009-02-23powerpc64: port of the function graph tracerSteven Rostedt6-10/+154
2009-02-23powerpc, ftrace: fix compile error when modules not configuredSteven Rostedt1-1/+15
2009-02-23ftrace, powerpc: replace debug macro with proper pr_deugSteven Rostedt1-16/+10
2009-02-23Merge commit 'ftrace/function-graph' into nextBenjamin Herrenschmidt3-99/+2
2009-02-18tracing/function-graph-tracer: make arch generic push pop functionsSteven Rostedt3-99/+2
2009-02-18Merge commit 'kumar/next' into nextBenjamin Herrenschmidt10-51/+860
2009-02-18Merge commit 'origin/master' into nextBenjamin Herrenschmidt68-379/+504
2009-02-18Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-22/+2
2009-02-18Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds10-82/+109
2009-02-18Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds6-7/+14
2009-02-18Merge branch 'kvm-updates/2.6.29' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds15-78/+65
2009-02-16cpumask: Use cpu_*_mask accessors code: alphaRusty Russell2-10/+10
2009-02-16cpumask: fix powernow-k8: partial revert of 2fdf66b491ac706657946442789ec644c...Rusty Russell1-5/+7
2009-02-15trace: mmiotrace to the tracer menu in KconfigPekka Paalanen1-22/+2
2009-02-15x86, vm86: fix preemption bugThomas Gleixner1-1/+9
2009-02-15KVM: VMX: Flush volatile msrs before emulating rdmsrAvi Kivity1-0/+1
2009-02-15KVM: x86: fix LAPIC pending count calculationMarcelo Tosatti6-63/+15
2009-02-15KVM: MMU: Map device MMIO as UC in EPTSheng Yang2-4/+8
2009-02-15KVM: x86: disable kvmclock on non constant TSC hostsMarcelo Tosatti1-1/+3
2009-02-15KVM: PIT: fix i8254 pending count readMarcelo Tosatti1-1/+1
2009-02-15KVM: Fix racy in kvm_free_assigned_irqSheng Yang1-1/+1
2009-02-15KVM: Add kvm_arch_sync_events to sync with asynchronize eventsSheng Yang4-0/+16
2009-02-15KVM: Avoid using CONFIG_ in userspace visible headersAvi Kivity2-0/+11
2009-02-15KVM: ia64: fix fp fault/trap handlerYang Zhang1-8/+9
2009-02-15x86, olpc: fix model detection without OFWChris Ball1-1/+1
2009-02-13x86, hpet: fix for LS21 + HPET = boot hangjohn stultz1-0/+2
2009-02-13powerpc/vsx: Fix VSX alignment handler for regs 32-63Michael Neuling1-1/+6
2009-02-13powerpc/ps3: Move ps3_mm_add_memory to device_initcallGeoff Levand1-1/+1
2009-02-13powerpc/mm: Fix numa reserve bootmem page selectionDave Hansen1-2/+3
2009-02-13powerpc/mm: Fix _PAGE_CHG_MASK to protect _PAGE_SPECIALPhilippe Gerum3-3/+4
2009-02-13powerpc/fsl-booke: Fix compile warningKumar Gala1-2/+2
2009-02-13powerpc/book-3e: Introduce concept of Book-3e MMUKumar Gala4-6/+10
2009-02-13powerpc/fsl-booke: Add new ISA 2.06 page sizes and MAS definesKumar Gala3-32/+50
2009-02-13x86: CPA avoid repeated lazy mmu flushThomas Gleixner1-8/+7
2009-02-13x86: warn if arch_flush_lazy_mmu_cpu is called in preemptible contextThomas Gleixner1-0/+2
2009-02-13x86/paravirt: make arch_flush_lazy_mmu/cpu disable preemptionJeremy Fitzhardinge2-15/+26
2009-02-12x86, pat: fix warn_on_once() while mapping 0-1MB range with /dev/memSuresh Siddha3-58/+45
2009-02-12x86/cpa: make sure cpa is safe to call in lazy mmu modeJeremy Fitzhardinge1-0/+14
2009-02-11Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+10
2009-02-11Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds23-121/+193
2009-02-11Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-8/+9
2009-02-11Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds3-29/+64