summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'tracing/docs', 'tracing/filters', 'tracing/ftrace', 'tracing/...Ingo Molnar2009-03-314-8/+28
|\ \
| | * tracing: use union for multi-usages fieldLai Jiangshan2009-03-241-3/+9
| | * function-graph: ignore times across scheduleSteven Rostedt2009-03-241-0/+2
| | * function-graph: moved the timestamp from arch to generic codeSteven Rostedt2009-03-241-2/+1
| | * debugfs: function to know if debugfs is initializedFrederic Weisbecker2009-03-231-0/+8
| |/ |/|
| * tracing: add ring_buffer_event_discard() to ring bufferTom Zanussi2009-03-221-3/+8
|/
*-. Merge branches 'tracing/ftrace', 'tracing/kprobes', 'tracing/tasks' and 'linu...Ingo Molnar2009-03-201-2/+4
|\ \
| | * nfsd: nfsd should drop CAP_MKNOD for non-rootJ. Bruce Fields2009-03-171-2/+4
* | | Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2009-03-182-6/+7
|\ \ \ | |/ / |/| |
| * | tracing: optimization of branch tracerWitold Baryluk2009-03-171-4/+2
| * | ring-buffer: add api to allow a tracer to change clock sourceSteven Rostedt2009-03-171-2/+5
| | |
| \ \
*-. \ \ Merge branches 'tracing/ftrace', 'tracing/syscalls' and 'linus' into tracing/...Ingo Molnar2009-03-1613-78/+191
|\ \ \ \ | |_|/ / |/| | / | | |/
| | * Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-03-151-1/+9
| | |\
| | | * [ARM] 5421/1: ftrace: fix crash due to tracing of __naked functionsUwe Kleine-König2009-03-121-1/+9
| | * | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-03-141-2/+2
| | |\ \
| | | * | block: Add gfp_mask parameter to bio_integrity_clone()un'ichi Nomura2009-03-141-2/+2
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2009-03-144-69/+87
| | |\ \ \
| | | * | | [SCSI] fcoe: Out of order tx frames was causing several check condition SCSI ...Vasu Dev2009-03-101-0/+1
| | | * | | [SCSI] fcoe: ETH_P_8021Q is already in if_ether and fcoe is not using it anywayYi Zou2009-03-101-4/+0
| | | * | | [SCSI] libfc, fcoe: Remove unnecessary cast by removing inline wrapperRobert Love2009-03-101-7/+1
| | | * | | [SCSI] libfc, fcoe: Fix kerneldoc commentsRobert Love2009-03-101-7/+7
| | | * | | [SCSI] libfc: Cleanup libfc_function_template commentsRobert Love2009-03-061-41/+66
| | | * | | [SCSI] libfc: Don't violate transport template for rogue port creationRobert Love2009-03-061-0/+5
| | | * | | [SCSI] libfc: rport retry on LS_RJT from certain ELSChris Leech2009-03-061-0/+5
| | | * | | [SCSI] libfc, fcoe: fixed locking issues with lport->lp_mutex around lport->l...Vasu Dev2009-03-061-10/+2
| | | * | | [SCSI] libfc: Pass lport in exch_mgr_resetAbhijeet Joglekar2009-03-061-2/+2
| | | | |/ | | | |/|
| | * | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2009-03-143-0/+13
| | |\ \ \
| | | * | | NLM: Shrink the IPv4-only version of nlm_cmp_addr()Chuck Lever2009-03-101-0/+8
| | | * | | NFSv3: Fix posix ACL codeTrond Myklebust2009-03-102-0/+5
| | * | | | ide: save the returned value of dma_map_sgFUJITA Tomonori2009-03-131-0/+1
| | | |_|/ | | |/| |
| * | | | tracing/syscalls: core infrastructure for syscalls tracing, enhancementsFrederic Weisbecker2009-03-133-6/+79
* | | | | ftrace: remove struct list_head from struct dyn_ftraceLai Jiangshan2009-03-131-1/+0
* | | | | Merge branches 'tracing/ftrace' and 'tracing/syscalls'; commit 'v2.6.29-rc8' ...Ingo Molnar2009-03-131-0/+21
|\| | | |
| * | | | tracing/ftrace: syscall tracing infrastructure, basicsFrederic Weisbecker2009-03-131-0/+21
* | | | | tracing: tracepoints for softirq entry/exit - tracepointsJason Baron2009-03-121-0/+12
* | | | | tracing: tracepoints for softirq entry/exit - add softirq-to-name arrayJason Baron2009-03-121-0/+5
* | | | | tracing/core: bring back raw trace_printk for dynamic formats stringsFrederic Weisbecker2009-03-121-13/+27
|/ / / /
* | | | Merge branch 'core/locking' into tracing/ftraceIngo Molnar2009-03-134-5/+11
|\ \ \ \
| * | | | locking: rename trace_softirq_[enter|exit] => lockdep_softirq_[enter|exit]Ingo Molnar2009-03-131-4/+4
| * | | | Merge branch 'linus' into core/lockingIngo Molnar2009-03-1312-22/+34
| |\| | |
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2009-03-122-0/+6
| | |\ \ \
| | | * | | cpumask: mm_cpumask for accessing the struct mm_struct's cpu_vm_mask.Rusty Russell2009-03-121-0/+3
| | | * | | cpumask: tsk_cpumask for accessing the struct task_struct's cpus_allowed.Rusty Russell2009-03-121-0/+3
| | | |/ /
| | * / / drm: fix EDID parser problem with positive/negative hsync/vsyncPantelis Koukousoulas2009-03-111-1/+1
| | |/ /
| * | | Merge commit 'v2.6.29-rc7' into core/lockingIngo Molnar2009-03-0557-180/+301
| |\ \ \ | | | |/ | | |/|
* | | | Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2009-03-103-56/+159
|\ \ \ \
| * | | | tracing: remove funky whitespace in the trace codeSteven Rostedt2009-03-101-8/+8
| * | | | tracing: document TRACE_EVENT macro in tracepoint.hSteven Rostedt2009-03-101-0/+103
| * | | | tracing: flip the TP_printk and TP_fast_assign in the TRACE_EVENT macroSteven Rostedt2009-03-103-56/+56
| | | | |
| \ \ \ \
*-. \ \ \ \ Merge branches 'tracing/ftrace', 'tracing/textedit' and 'linus' into tracing/...Ingo Molnar2009-03-103-11/+18
|\ \ \ \ \ \ | | | |_|_|/ | | |/| | |