summaryrefslogtreecommitdiffstats
path: root/include/trace
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'media/v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2015-06-251-1/+2
|\
| * [media] videodev2: Add V4L2_BUF_FLAG_LASTPeter Seiderer2015-05-121-1/+2
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2015-06-252-0/+145
|\ \
| * | thermal: add trace events to the power allocator governorJavi Merino2015-05-042-0/+145
| |/
* | Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-251-7/+8
|\ \
| * | writeback: move global_dirty_limit into wb_domainTejun Heo2015-06-021-3/+4
| * | writeback: move bandwidth related fields from backing_dev_info into bdi_write...Tejun Heo2015-06-021-4/+4
| |/
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2015-06-251-6/+29
|\ \
| * | ext4: minor cleanup of ext4_da_reserve_space()Eric Whitney2015-06-211-6/+4
| * | ext4: Add support FALLOC_FL_INSERT_RANGE for fallocateNamjae Jeon2015-06-091-0/+25
| |/
* | Merge tag 'for-f2fs-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2015-06-241-14/+19
|\ \
| * | f2fs: add f2fs_map_blocksJaegeuk Kim2015-05-281-14/+14
| * | f2fs: export more enums for tracepointJaegeuk Kim2015-05-071-0/+5
| |/
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-06-231-1/+1
|\ \
| * | target: Minimize SCSI header #include directivesBart Van Assche2015-06-021-1/+1
| |/
* | Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-06-231-8/+17
|\ \
| * \ Merge branch 'pm-cpufreq'Rafael J. Wysocki2015-06-191-8/+17
| |\ \
| | * | intel_pstate: Add tsc collection and keep previous target pstateDoug Smythies2015-05-051-8/+17
| | |/
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-221-4/+8
|\ \ \
| * | | timer: Replace timer base by a cpu indexThomas Gleixner2015-06-191-7/+6
| * | | tracing: timer: Add deferrable flag to timer_startBadhri Jagan Sridharan2015-05-221-4/+9
| | |/ | |/|
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-06-221-1/+2
|\ \ \ | |_|/ |/| |
| * | Merge branch 'linus' into sched/core, to resolve conflictIngo Molnar2015-06-021-4/+50
| |\ \
| * | | sched/wait: Introduce TASK_NOLOAD and TASK_IDLEPeter Zijlstra2015-05-191-1/+2
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-031-1/+0
|\ \ \ | |_|/ |/| |
| * | block: discard bdi_unregister() in favour of bdi_destroy()NeilBrown2015-05-281-1/+0
| |/
* | tracing/mm: don't trace mm_page_pcpu_drain on offline cpusShreyas B. Prabhu2015-05-281-1/+24
* | tracing/mm: don't trace mm_page_free on offline cpusShreyas B. Prabhu2015-05-281-1/+13
* | tracing/mm: don't trace kmem_cache_free on offline cpusShreyas B. Prabhu2015-05-281-2/+13
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-263-18/+18
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-153-18/+18
* | Merge tag 'clk-for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-04-211-0/+198
|\ \
| * | clk: Add tracepoints for hardware operationsStephen Boyd2015-03-121-0/+198
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-04-183-29/+29
|\ \ \
| * | | tracing, mm: Record pfn instead of pointer to struct pageNamhyung Kim2015-04-133-29/+29
| | |/ | |/|
* | | Merge tag 'for-f2fs-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2015-04-181-1/+161
|\ \ \
| * | | f2fs: pass checkpoint reason on roll-forward recoveryJaegeuk Kim2015-04-161-0/+1
| * | | f2fs: add some tracepoints to debug volatile and atomic writesJaegeuk Kim2015-04-101-1/+26
| * | | f2fs: add trace for rb-tree extent cache opsChao Yu2015-03-031-0/+134
| | |/ | |/|
* | | mm: cma: add trace events for CMA allocations and freeingsStefan Strogin2015-04-151-0/+66
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-141-1/+1
|\ \ \
| * | | x86: expose number of page table levels on Kconfig levelKirill A. Shutemov2015-04-141-1/+1
* | | | Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-04-1415-165/+377
|\ \ \ \ | |/ / / |/| | |
| * | | writeback: Export enums used by tracepoint to user spaceSteven Rostedt (Red Hat)2015-04-081-8/+25
| * | | v4l: Export enums used by tracepoints to user spaceSteven Rostedt (Red Hat)2015-04-081-25/+50
| * | | SUNRPC: Export enums in tracepoints to user spaceSteven Rostedt (Red Hat)2015-04-081-18/+44
| * | | mm: tracing: Export enums in tracepoints to user spaceSteven Rostedt (Red Hat)2015-04-081-10/+32
| * | | irq/tracing: Export enums in tracepoints to user spaceSteven Rostedt (Red Hat)2015-04-081-12/+27
| * | | f2fs: Export the enums in the tracepoints to userspaceSteven Rostedt (Red Hat)2015-04-081-0/+30
| * | | net/9p/tracing: Export enums in tracepoints to userspaceSteven Rostedt (Red Hat)2015-04-081-69/+88
OpenPOWER on IntegriCloud