summaryrefslogtreecommitdiffstats
path: root/include/trace
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-07-261-5/+7
|\
| * x86/flush_tlb: try flush_tlb_single one by one in flush_tlb_rangeAlex Shi2012-06-271-5/+7
* | Merge branch 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-07-241-1/+1
|\ \
| * | workqueue: factor out worker_pool from global_cwqTejun Heo2012-07-121-1/+1
* | | Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-07-241-2/+5
|\ \ \
| * | | KVM: Introduce __KVM_HAVE_IRQ_LINEChristoffer Dall2012-06-181-1/+3
| * | | KVM: trace events: update list of exit reasonsCornelia Huck2012-06-131-1/+2
| | |/ | |/|
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-07-221-0/+1
|\ \ \
| * \ \ Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-07-061-0/+1
| |\ \ \ | | |_|/ | |/| |
| | * | tracing/kvm: Use __print_hex() for kvm_emulate_insn tracepointNamhyung Kim2012-06-281-0/+1
| | |/
* | | rcu: Add tracing for _rcu_barrier()Paul E. McKenney2012-07-021-0/+45
|/ /
* | rcu: Update RCU_FAST_NO_HZ tracing for lazy callbacksPaul E. McKenney2012-06-061-0/+1
|/
* mm: vmscan: remove reclaim_mode_tMel Gorman2012-05-291-2/+2
* mm: vmscan: do not stall on writeback during memory compactionMel Gorman2012-05-291-6/+6
* mm: vmscan: remove lumpy reclaimMel Gorman2012-05-291-22/+4
* mm: remove swap token codeRik van Riel2012-05-291-82/+0
* Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2012-05-281-7/+29
|\
| * writeback: Move requeueing when I_SYNC set to writeback_sb_inodes()Jan Kara2012-05-061-7/+29
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2012-05-251-24/+15
|\ \
| * | jbd: Write journal superblock with WRITE_FUA after checkpointingJan Kara2012-05-151-3/+6
| * | jbd: Split updating of journal superblock and marking journal emptyJan Kara2012-05-151-8/+4
| * | jbd: Refine commit writeout logicJan Kara2012-04-111-16/+8
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-232-4/+4
|\ \
| * | userns: Convert ext4 to user kuid/kgid where appropriateEric W. Biederman2012-05-151-2/+2
| * | userns: Convert ext3 to use kuid/kgid where appropriateEric W. Biederman2012-05-151-2/+2
* | | Merge tag 'pm-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2012-05-231-0/+34
|\ \ \
| * | | PM / Sleep: Add wakeup_source_activate and wakeup_source_deactivate tracepointsArve Hjønnevåg2012-05-011-0/+34
| | |/ | |/|
* | | Merge tag 'sound-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2012-05-231-0/+80
|\ \ \
| * | | ASoC: dapm: Fix x86_64 build warning.Liam Girdwood2012-04-231-2/+2
| * | | ASoC: dapm: Add API call to query valid DAPM pathsLiam Girdwood2012-04-181-0/+80
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-05-221-1/+1
|\ \ \
| * | | workqueue: Fix workqueue_execute_end() commentStephen Boyd2012-04-101-1/+1
| |/ /
* | | rcu: Make RCU_FAST_NO_HZ handle timer migrationPaul E. McKenney2012-05-091-0/+1
* | | rcu: Add RCU_FAST_NO_HZ tracing for idle exitPaul E. McKenney2012-04-241-0/+1
|/ /
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-04-041-1/+1
|\ \ | |/ |/|
| * tracing, sched, vfs: Fix 'old_pid' usage in trace_sched_process_exec()Oleg Nesterov2012-03-311-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-03-301-0/+44
|\ \
| * | btrfs: return void in functions without error conditionsJeff Mahoney2012-03-221-0/+44
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2012-03-281-1/+28
|\ \ \ | |_|/ |/| |
| * | jbd2: issue cache flush after checkpointing even with internal journalJan Kara2012-03-131-4/+7
| * | jbd2: split updating of journal superblock and marking journal emptyJan Kara2012-03-131-8/+4
| * | jbd2: add drop_transaction/update_superblock_end tracepointsSeiji Aguchi2012-02-201-0/+28
* | | Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-243-3/+3
|\ \ \
| * | | device.h: audit and cleanup users in main include dirPaul Gortmaker2012-03-163-3/+3
| |/ /
* | | Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-03-231-0/+177
|\ \ \
| * | | SUNRPC: Adding status trace pointsSteve Dickson2012-02-061-0/+53
| * | | SUNRPC: Fix up sunrpc trace eventsTrond Myklebust2012-02-061-3/+3
| * | | SUNRPC: Add trace events to the sunrpc subsystemTrond Myklebust2012-01-311-0/+124
| |/ /
* | | Merge tag 'regmap-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Linus Torvalds2012-03-221-0/+36
|\ \ \
| * \ \ Merge remote-tracking branch 'regmap/topic/drivers' into regmap-nextMark Brown2012-03-141-2/+5
| |\ \ \
OpenPOWER on IntegriCloud