summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2008-10-2850-716/+284Star
|\
| * ftrace: fix current_tracer error returnSteven Rostedt2008-10-281-3/+4
| * tracing: fix a build error on alphaFrederic Weisbecker2008-10-281-0/+1
| * ftrace: use a real variable for ftrace_nop in x86Steven Rostedt2008-10-271-11/+5Star
| * tracing/ftrace: make boot tracer select the sched_switch tracerFrederic Weisbecker2008-10-271-0/+1
| * tracepoint: check if the probe has been registeredFrederic Weisbecker2008-10-271-0/+8
| * asm-generic: define DIE_OOPS in asm-genericJonas Bonn2008-10-271-0/+1
| * trace: fix printk warning for u64Stephen Rothwell2008-10-271-1/+3
| * Merge commit 'v2.6.28-rc2' into tracing/urgentIngo Molnar2008-10-271977-26290/+98053
| |\
| * | ftrace: warning in kernel/trace/ftrace.cIngo Molnar2008-10-241-1/+4
| * | ftrace: fix build failureIngo Molnar2008-10-231-2/+0Star
| * | ftrace, powerpc, sparc64, x86: remove notrace from arch ftrace fileSteven Rostedt2008-10-235-14/+17
| * | ftrace: remove ftrace hashSteven Rostedt2008-10-233-216/+38Star
| * | ftrace: remove mcount setSteven Rostedt2008-10-236-65/+0Star
| * | ftrace: remove daemonSteven Rostedt2008-10-232-308/+28Star
| * | ftrace: disable dynamic ftrace for all archs that use daemonSteven Rostedt2008-10-233-3/+0Star
| * | ftrace: add ftrace warn on to disable ftraceSteven Rostedt2008-10-231-10/+19
| * | ftrace: only have ftrace_kill atomicSteven Rostedt2008-10-233-43/+4Star
| * | ftrace: use probe_kernelSteven Rostedt2008-10-231-5/+3Star
| * | ftrace: comment arch ftrace codeSteven Rostedt2008-10-231-1/+6
| * | ftrace: return error on failed modified text.Steven Rostedt2008-10-233-15/+44
| * | ftrace: dynamic ftrace process only text sectionSteven Rostedt2008-10-231-3/+14
| * | ftrace: handle generic arch callsSteven Rostedt2008-10-232-3/+18
| * | ring-buffer: fix free pageSteven Rostedt2008-10-221-1/+1
| * | tracing/fastboot: fix row order in bootgraph.plAlan Jenkins2008-10-221-3/+3
| * | tracing/fastboot: fix bootgraph.pl to run with "use strict"Alan Jenkins2008-10-221-5/+10
| * | tracing: create tracers menuPeter Zijlstra2008-10-221-0/+4
| * | Merge branch 'tracing/ftrace' into tracing/urgentIngo Molnar2008-10-2240-68/+113
| |\ \
| | * | ftrace: stack tracer only record when on stackSteven Rostedt2008-10-201-0/+4
| | * | ftrace: rename the ftrace tracer to functionSteven Rostedt2008-10-201-1/+1
| | * | ftrace: rename FTRACE to FUNCTION_TRACERSteven Rostedt2008-10-2036-60/+61
| | * | ftrace: fix dependsSteven Rostedt2008-10-201-5/+0Star
| | * | ftrace: release functions from hashSteven Rostedt2008-10-201-0/+43
| | * | ftrace: do not enclose logic in WARN_ONSteven Rostedt2008-10-201-2/+4
| | * | Merge branch 'linus' into tracing-v28-for-linus-v3Ingo Molnar2008-10-193022-52628/+318106
| | |\ \
* | | \ \ Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-10-2814-56/+138
|\ \ \ \ \
| * | | | | KVM: ia64: Makefile fix for forcing to re-generate asm-offsets.hXiantao Zhang2008-10-281-2/+6
| * | | | | KVM: Future-proof device assignment ABIAvi Kivity2008-10-281-0/+6
| * | | | | KVM: ia64: Fix halt emulation logicXiantao Zhang2008-10-284-40/+46
| * | | | | KVM: Fix guest shared interrupt with in-kernel irqchipSheng Yang2008-10-289-14/+79
| * | | | | KVM: MMU: sync root on paravirt TLB flushMarcelo Tosatti2008-10-281-0/+1
* | | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-10-289-75/+34Star
|\ \ \ \ \ \
| * | | | | | lockdep: fix irqs on/off ip tracingHeiko Carstens2008-10-281-7/+5Star
| * | | | | | lockdep: minor fix for debug_show_all_locks()qinghuang feng2008-10-281-2/+3
| * | | | | | x86: restore the old swiotlb alloc_coherent behaviorFUJITA Tomonori2008-10-231-1/+13
| * | | | | | x86: use GFP_DMA for 24bit coherent_dma_maskFUJITA Tomonori2008-10-231-1/+3
| * | | | | | swiotlb: remove panic for alloc_coherent failureFUJITA Tomonori2008-10-231-2/+4
| * | | | | | xen: compilation fix of drivers/xen/events.c on IA64Isaku Yamahata2008-10-231-1/+1
| * | | | | | xen: portability clean up and some minor clean up for xencomm.cIsaku Yamahata2008-10-231-19/+4Star
| * | | | | | xen: don't reload cr3 on suspendJeremy Fitzhardinge2008-10-231-2/+0Star