summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* tracing: Move print functions into event classSteven Rostedt2010-05-143-41/+24
* tracing: Allow events to share their print functionsSteven Rostedt2010-05-144-14/+32
* tracing: Move raw_init from events to classSteven Rostedt2010-05-143-8/+5
* tracing: Move fields from event to class structureSteven Rostedt2010-05-144-15/+19
* tracing: Remove per event trace registeringSteven Rostedt2010-05-143-124/+57
* tracing: Let tracepoints have data passed to tracepoint callbacksSteven Rostedt2010-05-142-30/+79
* tracepoints: Add check trace callback typeMathieu Desnoyers2010-05-141-1/+6
* tracing: Create class struct for eventsSteven Rostedt2010-05-143-28/+28
* Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Steven Rostedt2010-05-1423-133/+211
|\
| * sched, wait: Use wrapper functionsChangli Gao2010-05-111-20/+15
| * sched: Intoduce get_cpu_iowait_time_us()Arjan van de Ven2010-05-091-0/+4
| * sched: Eliminate the ts->idle_lastupdate fieldArjan van de Ven2010-05-091-1/+0
| * Merge branch 'cpu_stop' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/m...Ingo Molnar2010-05-083-30/+95
| |\
| | * cpu_stop: add dummy implementation for UPTejun Heo2010-05-081-6/+63
| | * sched: replace migration_thread with cpu_stopTejun Heo2010-05-062-3/+0
| | * stop_machine: reimplement using cpu_stopTejun Heo2010-05-061-20/+0
| | * cpu_stop: implement stop_cpu[s]()Tejun Heo2010-05-061-4/+35
| * | sched: Remove rq argument to the tracepointsPeter Zijlstra2010-05-071-22/+10
| * | Merge commit 'v2.6.34-rc6' into sched/coreIngo Molnar2010-05-0718-48/+184
| |\ \ | | |/ | |/|
| | * Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-04-291-0/+1
| | |\
| | | * NFS: Fix an unstable write data integrity raceTrond Myklebust2010-04-221-0/+1
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-04-282-0/+2
| | |\ \
| | | * | sctp: Fix oops when sending queued ASCONF chunksVlad Yasevich2010-04-281-0/+1
| | | * | sctp: avoid irq lock inversion while call sk->sk_data_ready()Wei Yongjun2010-04-281-0/+1
| | * | | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/...Linus Torvalds2010-04-282-9/+6
| | |\ \ \
| | | * | | pcmcia: pcmcia_dev_present bugfixDominik Brodowski2010-04-212-9/+6
| | | |/ /
| | * | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-04-284-0/+10
| | |\ \ \
| | | * | | coda: move backing-dev.h kernel include inside __KERNEL__Jens Axboe2010-04-281-1/+2
| | | * | | Catch filesystems lacking s_bdiJörn Engel2010-04-251-0/+1
| | | * | | smbfs: add bdi backing to mount sessionJens Axboe2010-04-221-0/+3
| | | * | | ncpfs: add bdi backing to mount sessionJens Axboe2010-04-221-0/+2
| | | * | | coda: add bdi backing to mount sessionJens Axboe2010-04-221-0/+2
| | | * | | bdi: add helper function for doing init and register of a bdi for a file systemJens Axboe2010-04-221-0/+1
| | | |/ /
| | * | | hugetlb: fix infinite loop in get_futex_key() when backed by huge pagesMel Gorman2010-04-241-0/+9
| | * | | Cleanup generic block based fiemapJosef Bacik2010-04-231-2/+3
| | * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2010-04-222-2/+2
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | firewire: cdev: fix cut+paste mistake in disclaimerStefan Richter2010-04-152-2/+2
| | * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds2010-04-211-2/+6
| | |\ \ \
| | | * | | regulator: Let drivers know when they use the stub APIJean Delvare2010-04-191-2/+6
| | * | | | KVM: Increase NR_IOBUS_DEVS limit to 200Sridhar Samudrala2010-04-201-1/+1
| | * | | | KVM: fix the handling of dirty bitmaps to avoid overflowsTakuya Yoshikawa2010-04-201-0/+5
| | | |_|/ | | |/| |
| * | | | sched: Pre-compute cpumask_weight(sched_domain_span(sd))Peter Zijlstra2010-04-231-0/+1
| * | | | Merge branch 'linus' into sched/coreIngo Molnar2010-04-1556-109/+317
| |\ \ \ \
| * | | | | sched: Add enqueue/dequeue flagsPeter Zijlstra2010-04-021-3/+8
| * | | | | sched: Fix TASK_WAKING vs fork deadlockPeter Zijlstra2010-04-021-1/+2
| * | | | | sched: Make select_fallback_rq() cpuset friendlyOleg Nesterov2010-04-021-0/+7
| * | | | | sched: _cpu_down(): Don't play with current->cpus_allowedOleg Nesterov2010-04-021-0/+1
| * | | | | sched: Kill the broken and deadlockable cpuset_lock/cpuset_cpus_allowed_locke...Oleg Nesterov2010-04-021-13/+0
| * | | | | Merge branch 'linus' into sched/coreIngo Molnar2010-04-02314-1856/+10539
| |\ \ \ \ \
| * | | | | | sched: Remove avg_overlapMike Galbraith2010-03-111-3/+0