| Commit message (Expand) | Author | Age | Files | Lines |
* | tracing: Combine event filter_active and enable into single flags field | Steven Rostedt | 2010-05-14 | 1 | -2/+19 |
* | tracing: Remove duplicate id information in event structure | Steven Rostedt | 2010-05-14 | 2 | -9/+8 |
* | tracing: Move print functions into event class | Steven Rostedt | 2010-05-14 | 3 | -41/+24 |
* | tracing: Allow events to share their print functions | Steven Rostedt | 2010-05-14 | 4 | -14/+32 |
* | tracing: Move raw_init from events to class | Steven Rostedt | 2010-05-14 | 3 | -8/+5 |
* | tracing: Move fields from event to class structure | Steven Rostedt | 2010-05-14 | 4 | -15/+19 |
* | tracing: Remove per event trace registering | Steven Rostedt | 2010-05-14 | 3 | -124/+57 |
* | tracing: Let tracepoints have data passed to tracepoint callbacks | Steven Rostedt | 2010-05-14 | 2 | -30/+79 |
* | tracepoints: Add check trace callback type | Mathieu Desnoyers | 2010-05-14 | 1 | -1/+6 |
* | tracing: Create class struct for events | Steven Rostedt | 2010-05-14 | 3 | -28/+28 |
* | Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Steven Rostedt | 2010-05-14 | 23 | -133/+211 |
|\ |
|
| * | sched, wait: Use wrapper functions | Changli Gao | 2010-05-11 | 1 | -20/+15 |
| * | sched: Intoduce get_cpu_iowait_time_us() | Arjan van de Ven | 2010-05-09 | 1 | -0/+4 |
| * | sched: Eliminate the ts->idle_lastupdate field | Arjan van de Ven | 2010-05-09 | 1 | -1/+0 |
| * | Merge branch 'cpu_stop' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/m... | Ingo Molnar | 2010-05-08 | 3 | -30/+95 |
| |\ |
|
| | * | cpu_stop: add dummy implementation for UP | Tejun Heo | 2010-05-08 | 1 | -6/+63 |
| | * | sched: replace migration_thread with cpu_stop | Tejun Heo | 2010-05-06 | 2 | -3/+0 |
| | * | stop_machine: reimplement using cpu_stop | Tejun Heo | 2010-05-06 | 1 | -20/+0 |
| | * | cpu_stop: implement stop_cpu[s]() | Tejun Heo | 2010-05-06 | 1 | -4/+35 |
| * | | sched: Remove rq argument to the tracepoints | Peter Zijlstra | 2010-05-07 | 1 | -22/+10 |
| * | | Merge commit 'v2.6.34-rc6' into sched/core | Ingo Molnar | 2010-05-07 | 18 | -48/+184 |
| |\ \
| | |/
| |/| |
|
| | * | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 2010-04-29 | 1 | -0/+1 |
| | |\ |
|
| | | * | NFS: Fix an unstable write data integrity race | Trond Myklebust | 2010-04-22 | 1 | -0/+1 |
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2010-04-28 | 2 | -0/+2 |
| | |\ \ |
|
| | | * | | sctp: Fix oops when sending queued ASCONF chunks | Vlad Yasevich | 2010-04-28 | 1 | -0/+1 |
| | | * | | sctp: avoid irq lock inversion while call sk->sk_data_ready() | Wei Yongjun | 2010-04-28 | 1 | -0/+1 |
| | * | | | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/... | Linus Torvalds | 2010-04-28 | 2 | -9/+6 |
| | |\ \ \ |
|
| | | * | | | pcmcia: pcmcia_dev_present bugfix | Dominik Brodowski | 2010-04-21 | 2 | -9/+6 |
| | | |/ / |
|
| | * | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-04-28 | 4 | -0/+10 |
| | |\ \ \ |
|
| | | * | | | coda: move backing-dev.h kernel include inside __KERNEL__ | Jens Axboe | 2010-04-28 | 1 | -1/+2 |
| | | * | | | Catch filesystems lacking s_bdi | Jörn Engel | 2010-04-25 | 1 | -0/+1 |
| | | * | | | smbfs: add bdi backing to mount session | Jens Axboe | 2010-04-22 | 1 | -0/+3 |
| | | * | | | ncpfs: add bdi backing to mount session | Jens Axboe | 2010-04-22 | 1 | -0/+2 |
| | | * | | | coda: add bdi backing to mount session | Jens Axboe | 2010-04-22 | 1 | -0/+2 |
| | | * | | | bdi: add helper function for doing init and register of a bdi for a file system | Jens Axboe | 2010-04-22 | 1 | -0/+1 |
| | | |/ / |
|
| | * | | | hugetlb: fix infinite loop in get_futex_key() when backed by huge pages | Mel Gorman | 2010-04-24 | 1 | -0/+9 |
| | * | | | Cleanup generic block based fiemap | Josef Bacik | 2010-04-23 | 1 | -2/+3 |
| | * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee... | Linus Torvalds | 2010-04-22 | 2 | -2/+2 |
| | |\ \ \
| | | |_|/
| | |/| | |
|
| | | * | | firewire: cdev: fix cut+paste mistake in disclaimer | Stefan Richter | 2010-04-15 | 2 | -2/+2 |
| | * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg... | Linus Torvalds | 2010-04-21 | 1 | -2/+6 |
| | |\ \ \ |
|
| | | * | | | regulator: Let drivers know when they use the stub API | Jean Delvare | 2010-04-19 | 1 | -2/+6 |
| | * | | | | KVM: Increase NR_IOBUS_DEVS limit to 200 | Sridhar Samudrala | 2010-04-20 | 1 | -1/+1 |
| | * | | | | KVM: fix the handling of dirty bitmaps to avoid overflows | Takuya Yoshikawa | 2010-04-20 | 1 | -0/+5 |
| | | |_|/
| | |/| | |
|
| * | | | | sched: Pre-compute cpumask_weight(sched_domain_span(sd)) | Peter Zijlstra | 2010-04-23 | 1 | -0/+1 |
| * | | | | Merge branch 'linus' into sched/core | Ingo Molnar | 2010-04-15 | 56 | -109/+317 |
| |\ \ \ \ |
|
| * | | | | | sched: Add enqueue/dequeue flags | Peter Zijlstra | 2010-04-02 | 1 | -3/+8 |
| * | | | | | sched: Fix TASK_WAKING vs fork deadlock | Peter Zijlstra | 2010-04-02 | 1 | -1/+2 |
| * | | | | | sched: Make select_fallback_rq() cpuset friendly | Oleg Nesterov | 2010-04-02 | 1 | -0/+7 |
| * | | | | | sched: _cpu_down(): Don't play with current->cpus_allowed | Oleg Nesterov | 2010-04-02 | 1 | -0/+1 |
| * | | | | | sched: Kill the broken and deadlockable cpuset_lock/cpuset_cpus_allowed_locke... | Oleg Nesterov | 2010-04-02 | 1 | -13/+0 |