aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace/events (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-30Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-55/+0
2015-06-26Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+1
2015-06-25Merge tag 'media/v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-1/+2
2015-06-25Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds2-0/+145
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+8
2015-06-25Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-6/+29
2015-06-24Merge tag 'for-f2fs-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-14/+19
2015-06-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2015-06-23Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-8/+17
2015-06-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+8
2015-06-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2015-06-21ext4: minor cleanup of ext4_da_reserve_space()Eric Whitney1-6/+4
2015-06-19timer: Replace timer base by a cpu indexThomas Gleixner1-7/+6
2015-06-19Merge branch 'pm-cpufreq'Rafael J. Wysocki1-8/+17
2015-06-10btrfs: qgroup: Cleanup the old ref_node-oriented mechanism.Qu Wenruo1-55/+0
2015-06-09ext4: Add support FALLOC_FL_INSERT_RANGE for fallocateNamjae Jeon1-0/+25
2015-06-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2015-06-02target: Minimize SCSI header #include directivesBart Van Assche1-1/+1
2015-06-02writeback: move global_dirty_limit into wb_domainTejun Heo1-3/+4
2015-06-02writeback: move bandwidth related fields from backing_dev_info into bdi_writebackTejun Heo1-4/+4
2015-06-02Merge branch 'linus' into sched/core, to resolve conflictIngo Molnar1-4/+50
2015-05-28tracing/mm: don't trace mm_page_pcpu_drain on offline cpusShreyas B. Prabhu1-1/+24
2015-05-28tracing/mm: don't trace mm_page_free on offline cpusShreyas B. Prabhu1-1/+13
2015-05-28tracing/mm: don't trace kmem_cache_free on offline cpusShreyas B. Prabhu1-2/+13
2015-05-28f2fs: add f2fs_map_blocksJaegeuk Kim1-14/+14
2015-05-28block: discard bdi_unregister() in favour of bdi_destroy()NeilBrown1-1/+0
2015-05-22tracing: timer: Add deferrable flag to timer_startBadhri Jagan Sridharan1-4/+9
2015-05-19sched/wait: Introduce TASK_NOLOAD and TASK_IDLEPeter Zijlstra1-1/+2
2015-05-13tracing: Rename ftrace_event.h to trace_events.hSteven Rostedt (Red Hat)1-1/+1
2015-05-12[media] videodev2: Add V4L2_BUF_FLAG_LASTPeter Seiderer1-1/+2
2015-05-07f2fs: export more enums for tracepointJaegeuk Kim1-0/+5
2015-05-04thermal: add trace events to the power allocator governorJavi Merino2-0/+145
2015-05-05intel_pstate: Add tsc collection and keep previous target pstateDoug Smythies1-8/+17
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-18/+18
2015-04-21Merge tag 'clk-for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-0/+198
2015-04-18Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-29/+29
2015-04-18Merge tag 'for-f2fs-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-1/+161
2015-04-16f2fs: pass checkpoint reason on roll-forward recoveryJaegeuk Kim1-0/+1
2015-04-15mm: cma: add trace events for CMA allocations and freeingsStefan Strogin1-0/+66
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells3-18/+18
2015-04-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2015-04-14x86: expose number of page table levels on Kconfig levelKirill A. Shutemov1-1/+1
2015-04-14Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds14-160/+341
2015-04-13Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-0/+325
2015-04-13tracing, mm: Record pfn instead of pointer to struct pageNamhyung Kim3-29/+29
2015-04-10f2fs: add some tracepoints to debug volatile and atomic writesJaegeuk Kim1-1/+26
2015-04-08writeback: Export enums used by tracepoint to user spaceSteven Rostedt (Red Hat)1-8/+25
2015-04-08v4l: Export enums used by tracepoints to user spaceSteven Rostedt (Red Hat)1-25/+50
2015-04-08SUNRPC: Export enums in tracepoints to user spaceSteven Rostedt (Red Hat)1-18/+44
2015-04-08mm: tracing: Export enums in tracepoints to user spaceSteven Rostedt (Red Hat)1-10/+32