Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
*-. | Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://g... | Linus Torvalds | 2011-05-19 | 3 | -38/+26 | |
|\ \ | ||||||
| * | | sched: Remove unused parameters from sched_fork() and wake_up_new_task() | Samir Bellabes | 2011-05-12 | 1 | -3/+2 | |
| * | | Merge commit 'v2.6.39-rc7' into sched/core | Ingo Molnar | 2011-05-12 | 28 | -42/+107 | |
| |\ \ | ||||||
| * | | | sched: Get rid of lock_depth | Jonathan Corbet | 2011-04-24 | 2 | -7/+0 | |
| * | | | Merge commit 'v2.6.39-rc4' into sched/core | Ingo Molnar | 2011-04-21 | 14 | -39/+62 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'sched/locking' into sched/core | Ingo Molnar | 2011-04-18 | 12 | -29/+58 | |
| |\ \ \ \ | ||||||
| | * | | | | sched: Move the second half of ttwu() to the remote cpu | Peter Zijlstra | 2011-04-14 | 1 | -1/+2 | |
| | * | | | | sched: Delay task_contributes_to_load() | Peter Zijlstra | 2011-04-14 | 1 | -0/+1 | |
| | * | | | | sched: Remove rq argument to sched_class::task_waking() | Peter Zijlstra | 2011-04-14 | 1 | -3/+7 | |
| | * | | | | sched: Drop the rq argument to sched_class::select_task_rq() | Peter Zijlstra | 2011-04-14 | 1 | -2/+1 | |
| | * | | | | sched: Provide p->on_rq | Peter Zijlstra | 2011-04-14 | 1 | -0/+1 | |
| | * | | | | mutex: Use p->on_cpu for the adaptive spin | Peter Zijlstra | 2011-04-14 | 2 | -2/+2 | |
| | * | | | | sched: Always provide p->on_cpu | Peter Zijlstra | 2011-04-14 | 1 | -3/+1 | |
| | * | | | | sched: Provide scheduler_ipi() callback in response to smp_send_reschedule() | Peter Zijlstra | 2011-04-14 | 1 | -0/+2 | |
| * | | | | | sched: Dynamic sched_domain::level | Peter Zijlstra | 2011-04-11 | 1 | -20/+3 | |
| * | | | | | sched: Remove some dead code | Peter Zijlstra | 2011-04-11 | 1 | -6/+0 | |
| * | | | | | sched: Reduce some allocation pressure | Peter Zijlstra | 2011-04-11 | 1 | -0/+8 | |
| * | | | | | sched: Dynamically allocate sched_domain/sched_group data-structures | Peter Zijlstra | 2011-04-11 | 1 | -0/+5 | |
* | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-05-19 | 9 | -181/+161 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2011-05-19 | 2 | -7/+27 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | ftrace: Modify ftrace_set_filter/notrace to take ops | Steven Rostedt | 2011-05-18 | 1 | -1/+6 | |
| | * | | | | | | ftrace: Allow dynamically allocated function tracers | Steven Rostedt | 2011-05-18 | 2 | -0/+2 | |
| | * | | | | | | ftrace: Implement separate user function filtering | Steven Rostedt | 2011-05-18 | 1 | -1/+6 | |
| | * | | | | | | ftrace: Use counters to enable functions to trace | Steven Rostedt | 2011-05-18 | 1 | -2/+6 | |
| | * | | | | | | ftrace: Create a global_ops to hold the filter and notrace hashes | Steven Rostedt | 2011-05-18 | 1 | -2/+8 | |
| | * | | | | | | ftrace: Use hash instead for FTRACE_FL_FILTER | Steven Rostedt | 2011-05-18 | 1 | -2/+1 | |
| | * | | | | | | ftrace: Replace FTRACE_FL_NOTRACE flag with a hash of ignored functions | Steven Rostedt | 2011-05-18 | 1 | -1/+0 | |
| * | | | | | | | ftrace: Avoid recording mcount on .init sections directly | Steven Rostedt | 2011-05-16 | 1 | -7/+7 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge commit 'v2.6.39-rc7' into perf/core | Ingo Molnar | 2011-05-10 | 21 | -16/+70 | |
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | ||||||
| * | | | | | | Merge branch 'perf/stat' into perf/core | Ingo Molnar | 2011-05-06 | 1 | -0/+2 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | perf events: Add generic front-end and back-end stalled cycle event definitions | Ingo Molnar | 2011-04-29 | 1 | -1/+2 | |
| | * | | | | | | perf events: Add stalled cycles generic event - PERF_COUNT_HW_STALLED_CYCLES | Ingo Molnar | 2011-04-26 | 1 | -0/+1 | |
| * | | | | | | | perf events: Clean up definitions and initializers, update copyrights | Ingo Molnar | 2011-05-04 | 1 | -52/+44 | |
| * | | | | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2011-05-01 | 1 | -5/+3 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | ftrace: Remove FTRACE_FL_CONVERTED flag | Steven Rostedt | 2011-04-29 | 1 | -1/+0 | |
| | * | | | | | | | ftrace: Remove FTRACE_FL_FAILED flag | Steven Rostedt | 2011-04-29 | 1 | -5/+4 | |
| * | | | | | | | | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g... | Ingo Molnar | 2011-05-01 | 5 | -9/+19 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| / / / / / / | | |/ / / / / / | ||||||
| * | | | | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2011-04-27 | 6 | -113/+81 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | jump label: Introduce static_branch() interface | Jason Baron | 2011-04-04 | 6 | -114/+83 | |
* | | | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2011-05-19 | 2 | -25/+165 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | genirq: Uninline and sanity check generic_handle_irq() | Thomas Gleixner | 2011-05-18 | 1 | -4/+1 | |
| * | | | | | | | | | genirq: Add chip suspend and resume callbacks | Thomas Gleixner | 2011-04-23 | 1 | -0/+11 | |
| * | | | | | | | | | genirq: Implement a generic interrupt chip | Thomas Gleixner | 2011-04-23 | 1 | -0/+135 | |
| * | | | | | | | | | genirq: Support per-IRQ thread disabling. | Paul Mundt | 2011-04-23 | 1 | -1/+13 | |
| * | | | | | | | | | genirq: irq_desc: Document preflow_handler and affinity_hint | Geert Uytterhoeven | 2011-04-23 | 1 | -1/+3 | |
| * | | | | | | | | | genirq: Forgotten updates/deletions after removal of compat code | Geert Uytterhoeven | 2011-04-23 | 2 | -19/+2 | |
| | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2011-05-19 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | seqlock: Don't smp_rmb in seqlock reader spin loop | Milton Miller | 2011-05-12 | 1 | -2/+2 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-05-19 | 1 | -0/+52 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| *-. \ \ \ \ \ \ \ \ | Merge branches 'dma-debug/next', 'amd-iommu/command-cleanups', 'amd-iommu/ats... | Joerg Roedel | 2011-05-10 | 1 | -0/+52 | |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | | |