aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-12Merge tag 'trace-3.15-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-6/+12
2014-04-09tracing: Fix anonymous unions in struct ftrace_event_callMathieu Desnoyers1-3/+9
2014-04-09Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-0/+372
2014-04-09tracepoint: Fix sparse warnings in tracepoint.cMathieu Desnoyers1-3/+0
2014-04-08tracepoint: Use struct pointer instead of name hash for reg/unreg tracepointsMathieu Desnoyers1-3/+6
2014-04-07exec: kill bprm->tcomm[], simplify the "basename" logicOleg Nesterov1-1/+1
2014-04-06Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+3
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-32/+70
2014-04-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-0/+137
2014-04-04Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-0/+1
2014-04-03Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds3-27/+14
2014-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-6/+6
2014-04-01Merge branch 'for-3.15/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-17/+35
2014-04-01Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+30
2014-04-01Merge tag 'sound-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds2-0/+532
2014-04-01Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+2
2014-03-26net: Rename skb->rxhash to skb->hashTom Herbert1-6/+6
2014-03-25Merge tag 'asoc-v3.15' into asoc-nextMark Brown2-0/+532
2014-03-21Revert "tracing: Move event storage for array from macro to standalone function"Steven Rostedt (Red Hat)1-4/+8
2014-03-20btrfs: Add trace for btrfs_workqueue alloc/destroyQu Wenruo1-0/+55
2014-03-20tracing: Fix array size mismatch in format stringVaibhav Nagarnaik1-5/+2
2014-03-20Merge branches 'pm-qos', 'pm-domains' and 'pm-drivers'Rafael J. Wysocki1-2/+2
2014-03-18ext4: Introduce FALLOC_FL_ZERO_RANGE flag for fallocateLukas Czerner1-33/+35
2014-03-18bcache: Kill unused freelistKent Overstreet1-4/+2
2014-03-18bcache: Better alloc tracepointsKent Overstreet1-14/+34
2014-03-13i2c: Add message transfer tracepoints for SMBUS [ver #2]David Howells1-1/+223
2014-03-13i2c: Add message transfer tracepoints for I2CDavid Howells1-0/+150
2014-03-13Fix: module signature vs tracepoints: add new TAINT_UNSIGNED_MODULEMathieu Desnoyers1-1/+3
2014-03-12Merge remote-tracking branches 'asoc/topic/ml26124', 'asoc/topic/of', 'asoc/topic/omap', 'asoc/topic/pxa' and 'asoc/topic/rcar' into asoc-nextMark Brown2-0/+532
2014-03-11Merge tag 'v3.14-rc5' into patchworkMauro Carvalho Chehab2-9/+4
2014-03-10btrfs: Add ftrace for btrfs_workqueueQu Wenruo1-0/+82
2014-03-09Merge tag 'nfs-for-3.14-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-2/+2
2014-03-07SUNRPC: Fix oops when trace sunrpc_task events in nfs clientDitang Chen1-2/+2
2014-03-07tracing: Evaluate len expression only once in __dynamic_array macroFilipe Brandenburger1-2/+4
2014-03-07tracing: Correctly expand len expressions from __dynamic_array macroFilipe Brandenburger1-1/+1
2014-03-07tracing: Fix event header migrate.h to include tracepoint.hSteven Rostedt (Red Hat)1-0/+2
2014-03-07tracing: Fix event header writeback.h to include tracepoint.hSteven Rostedt (Red Hat)1-0/+1
2014-03-07tracing: Use helper functions in event assignment to shrink macro sizeSteven Rostedt1-16/+6
2014-03-07tracing: Move event storage for array from macro to standalone functionSteven Rostedt1-8/+4
2014-03-07tracing: Move raw output code from macro to standalone functionSteven Rostedt1-9/+1
2014-03-05blktrace: fix accounting of partially completed requestsRoman Pen1-3/+30
2014-03-05[media] v4l: add stream format for SDR receiverAntti Palosaari1-0/+1
2014-02-23ext4: Add support FALLOC_FL_COLLAPSE_RANGE for fallocateNamjae Jeon1-1/+32
2014-02-22ext4: translate fallocate mode bits to stringsLukas Czerner1-2/+7
2014-02-22Revert "writeback: do not sync data dirtied after sync start"Jan Kara1-3/+3
2014-02-13intel_pstate: Remove energy reporting from pstate_sample tracepointDirk Brandewie1-6/+1
2014-02-11PM / QoS: Rename device resume latency QoS itemsRafael J. Wysocki1-2/+2
2014-01-31Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-0/+157
2014-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-11/+12
2014-01-30Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+5