aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* tracing: Remove duplicate id information in event structureSteven Rostedt2010-05-141-3/+2
* tracing: Move print functions into event classSteven Rostedt2010-05-142-15/+5
* tracing: Allow events to share their print functionsSteven Rostedt2010-05-142-7/+20
* tracing: Move raw_init from events to classSteven Rostedt2010-05-142-3/+1
* tracing: Move fields from event to class structureSteven Rostedt2010-05-142-8/+11
* tracing: Remove per event trace registeringSteven Rostedt2010-05-142-29/+19
* tracing: Let tracepoints have data passed to tracepoint callbacksSteven Rostedt2010-05-141-23/+72
* tracepoints: Add check trace callback typeMathieu Desnoyers2010-05-141-1/+6
* tracing: Create class struct for eventsSteven Rostedt2010-05-142-3/+9
* Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Steven Rostedt2010-05-1418-102/+193
|\
| * 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
| * | Merge commit 'v2.6.34-rc6' into sched/coreIngo Molnar2010-05-0713-39/+175
| |\ \ | | |/ | |/|
| | * 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 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-1538-107/+114
| |\ \ \ \
| * | | | | 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-02234-1394/+8989
| |\ \ \ \ \
| * | | | | | sched: Remove avg_overlapMike Galbraith2010-03-111-3/+0
| * | | | | | sched: Remove avg_wakeupMike Galbraith2010-03-111-3/+0
| * | | | | | sched: Rate-limit nohzMike Galbraith2010-03-111-0/+6
| * | | | | | sched: Implement group scheduler statistics in one structLucas De Marchi2010-03-111-29/+25
* | | | | | | tracing: Fix tracepoint.h DECLARE_TRACE() to allow more than one headerSteven Rostedt2010-05-051-55/+59
* | | | | | | tracing: Convert nop macros to static inlinesSteven Rostedt2010-05-041-12/+18