summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* tracing/kprobes: Dump the culprit kprobe in case of kprobe recursionFrederic Weisbecker2009-08-271-0/+2
* tracing: Ftrace dynamic ftrace_event_call supportMasami Hiramatsu2009-08-272-11/+12
* Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2009-08-261-28/+18
|\
| * tracing: Move tracepoint callbacks from declaration to definitionJosh Stone2009-08-261-28/+18
* | tracing: add comments to explain TRACE_EVENT out of protectionSteven Rostedt2009-08-261-2/+11
* | tracing/events: fix the include file dependenciesXiao Guangrong2009-08-261-2/+1
* | tracing/filters: Support filtering for char * stringsLi Zefan2009-08-261-0/+1
* | tracing/filters: Add __field_ext() to TRACE_EVENTLi Zefan2009-08-261-1/+8
|/
* tracing/syscalls: Add filtering supportLi Zefan2009-08-192-7/+14
* tracing/events: Add trace_define_common_fields()Li Zefan2009-08-191-7/+1
* tracing/events: Add ftrace_event_call param to define_fields()Li Zefan2009-08-191-1/+1
* tracing/syscalls: Add fields format for exit eventsLi Zefan2009-08-191-1/+2
* tracing/events: Add module tracepointsLi Zefan2009-08-171-3/+11
* tracing: Add fields format definition for syscall eventsFrederic Weisbecker2009-08-111-0/+1
* tracing: Add ftrace event call parameter to its field descriptor handlerFrederic Weisbecker2009-08-111-1/+2
* tracing: Add perf counter support for syscalls tracingJason Baron2009-08-112-1/+53
* tracing: Add individual syscalls tracepoint id supportJason Baron2009-08-111-4/+18
* tracing: Add trace events for each syscall entry/exitJason Baron2009-08-111-2/+59
* tracing: Add ftrace_event_call void * 'data' fieldJason Baron2009-08-111-2/+3
* tracing: Add DECLARE_TRACE_WITH_CALLBACK() macroJason Baron2009-08-111-4/+27
* Merge branch 'linus' into tracing/coreIngo Molnar2009-08-1136-123/+273
|\
| * Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-08-101-5/+7
| |\
| | * perf_counter: Correct PERF_SAMPLE_RAW outputPeter Zijlstra2009-08-101-0/+2
| | * perf_counter: Fix tracepoint sampling to be part of generic samplingFrederic Weisbecker2009-08-091-5/+5
| * | Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2009-08-091-0/+1
| |\ \ | | |/ | |/|
| | * KVM: fix ack not being delivered when msi presentMichael S. Tsirkin2009-08-051-0/+1
| * | perf_counter: Fix/complete ftrace event records samplingFrederic Weisbecker2009-08-092-2/+11
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hch/xfs-icache-racesLinus Torvalds2009-08-071-1/+2
| |\ \
| | * | vfs: add __destroy_inodeChristoph Hellwig2009-08-071-0/+1
| | * | vfs: fix inode_init_always calling conventionChristoph Hellwig2009-08-071-1/+1
| | |/
| * | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-08-071-5/+3
| |\ \
| | * | ftrace: Fix perf-tracepoint OOPSPeter Zijlstra2009-08-061-5/+3
| | |/
| * | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2009-08-072-1/+3
| |\ \
| | * | mtd: fix the conversion from dev to mtd_infoSaeed Bishara2009-08-031-1/+1
| | * | mtd: let include/linux/mtd/partitions.h stand on its ownNicolas Pitre2009-08-031-0/+2
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-08-071-6/+7
| |\ \ \
| | * | | Input: matrix_keypad - make matrix keymap size dynamicEric Miao2009-08-051-6/+7
| * | | | bzip2/lzma/gzip: fix comments describing decompressor APIPhillip Lougher2009-08-071-13/+19
| * | | | mm: make set_mempolicy(MPOL_INTERLEAV) N_HIGH_MEMORY awareKAMEZAWA Hiroyuki2009-08-071-0/+28
| | |_|/ | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2009-08-041-1/+1
| |\ \ \
| | * | | tty-ldisc: make refcount be atomic_t 'users' countLinus Torvalds2009-08-041-1/+1
| | | |/ | | |/|
| * | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-08-041-0/+1
| |\ \ \
| | * | | block: Add a wrapper for setting minimum request size without a queueMartin K. Petersen2009-08-011-0/+1
| | |/ /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-08-041-1/+1
| |\ \ \
| | * | | ip: fix logic of reverse path filter sysctlStephen Hemminger2009-07-271-1/+1
| * | | | perf_counter: Full task tracingPeter Zijlstra2009-08-021-1/+12
| | |/ / | |/| |
| * | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-07-311-1/+1
| |\ \ \
| | * | | io context: fix ref countingLi Zefan2009-07-311-1/+1
| * | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-07-311-1/+13
| |\ \ \ \
| | * | | | clocksource: Save mult_orig in clocksource_disable()Magnus Damm2009-07-311-1/+13
OpenPOWER on IntegriCloud