summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | sched: Return unused runtime on group dequeuePaul Turner2011-08-142-1/+122
| * | | | | | sched: Add exports tracking cfs bandwidth control statisticsNikhil Rao2011-08-142-0/+28
| * | | | | | sched: Throttle entities exceeding their allowed bandwidthPaul Turner2011-08-141-2/+50
| * | | | | | sched: Migrate throttled tasks on HOTPLUGPaul Turner2011-08-141-0/+27
| * | | | | | sched: Prevent buddy interactions with throttled entitiesPaul Turner2011-08-141-1/+17
| * | | | | | sched: Prevent interactions with throttled entitiesPaul Turner2011-08-142-7/+94
| * | | | | | sched: Allow for positional tg_tree walksPaul Turner2011-08-141-13/+37
| * | | | | | sched: Add support for unthrottling group entitiesPaul Turner2011-08-142-4/+126
| * | | | | | sched: Add support for throttling group entitiesPaul Turner2011-08-142-4/+92
| * | | | | | sched: Expire invalid runtimePaul Turner2011-08-142-10/+84
| * | | | | | sched: Add a timer to handle CFS bandwidth refreshPaul Turner2011-08-142-24/+123
| * | | | | | sched: Accumulate per-cfs_rq cpu usage and charge against bandwidthPaul Turner2011-08-143-3/+90
| * | | | | | sched: Validate CFS quota hierarchiesPaul Turner2011-08-141-14/+98
| * | | | | | sched: Introduce primitives to account for CFS bandwidth trackingPaul Turner2011-08-142-4/+208
| * | | | | | sched: Implement hierarchical task accounting for SCHED_OTHERPaul Turner2011-08-144-5/+14
| * | | | | | sched/cpupri: Remove cpupri->pri_activeYong Zhang2011-08-142-4/+1Star
| * | | | | | sched/cpupri: Fix memory barriers for vec updates to always be in orderSteven Rostedt2011-08-141-3/+25
| * | | | | | sched/cpupri: Remove the vec->lockSteven Rostedt2011-08-142-26/+41
| * | | | | | sched: Use pushable_tasks to determine next highest prioSteven Rostedt2011-08-141-43/+18Star
| * | | | | | sched: Balance RT tasks when forked as wellSteven Rostedt2011-08-141-3/+6
| * | | | | | sched: Remove resetting exec_start in put_prev_task_rt()Hillf Danton2011-08-141-1/+0Star
| * | | | | | sched, rt: Fix rq->rt.pushable_tasks bug in push_rt_task()Hillf Danton2011-08-141-7/+8
| * | | | | | sched: Remove noop in lowest_flag_domain()Hillf Danton2011-08-141-1/+1
| * | | | | | sched: Remove noop in next_prio()Hillf Danton2011-08-141-1/+1
| * | | | | | sched: fix broken SCHED_RESET_ON_FORK handlingMike Galbraith2011-08-141-13/+12Star
| * | | | | | sched: Kill WAKEUP_PREEMPTYong Zhang2011-08-142-13/+1Star
| * | | | | | sched: Remove rq->avg_load_per_taskJan H. Schönherr2011-08-141-6/+2Star
* | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-10-2615-472/+1067
|\ \ \ \ \ \ \
| * | | | | | | tracing: Fix returning of duplicate data after EOF in trace_pipe_rawSteven Rostedt2011-10-141-2/+2
| * | | | | | | ftrace: Fix README to state tracing_on to start/stop tracingGeunsik Lim2011-10-141-2/+2
| * | | | | | | Merge branch 'tip/perf/core' of git://github.com/rostedt/linux into perf/coreIngo Molnar2011-10-1212-452/+913
| |\ \ \ \ \ \ \
| | * | | | | | | tracing: Do not allocate buffer for trace_markerSteven Rostedt2011-10-111-28/+83
| | * | | | | | | tracing: Warn on output if the function tracer was found corruptedSteven Rostedt2011-10-113-0/+25
| | * | | | | | | tracing: Fix preemptirqsoff tracer to not stop at preempt offSteven Rostedt2011-09-221-2/+2
| | * | | | | | | tracing: Add a counter clock for those that do not trust clocksSteven Rostedt2011-09-192-0/+13
| | * | | | | | | trace: Add ring buffer stats to measure rate of eventsVaibhav Nagarnaik2011-08-302-1/+82
| | * | | | | | | trace: Add a new readonly entry to report total buffer sizeVaibhav Nagarnaik2011-08-301-0/+33
| | * | | | | | | tracing: Add preempt disable for filter self testSteven Rostedt2011-08-301-0/+6
| | * | | | | | | tracing/filter: Add startup tests for events filterJiri Olsa2011-08-194-0/+264
| | * | | | | | | tracing/filter: Change filter_match_preds function to use walk_pred_treeJiri Olsa2011-08-191-66/+58Star
| | * | | | | | | tracing/filter: Change fold_pred function to use walk_pred_treeJiri Olsa2011-08-191-35/+33Star
| | * | | | | | | tracing/filter: Change fold_pred_tree function to use walk_pred_treeJiri Olsa2011-08-191-45/+20Star
| | * | | | | | | tracing/filter: Change count_leafs function to use walk_pred_treeJiri Olsa2011-08-191-33/+14Star
| | * | | | | | | tracing/filter: Unify predicate tree walking, change check_pred_tree function...Jiri Olsa2011-08-191-51/+86
| | * | | | | | | tracing/filter: Simplify tracepoint event lookupJiri Olsa2011-08-191-6/+3Star
| | * | | | | | | tracing/filter: Remove field_name from filter_pred structJiri Olsa2011-08-192-51/+13Star
| | * | | | | | | tracing/filter: Separate predicate init and filter additionJiri Olsa2011-08-191-33/+23Star
| | * | | | | | | tracing/filter: Use static allocation for filter predicatesJiri Olsa2011-08-191-41/+16Star
| | * | | | | | | Tracepoint: Dissociate from module mutexMathieu Desnoyers2011-08-112-69/+147
| | * | | | | | | tracing: Clean up tb_fmt to not give faulty compile warningSteven Rostedt2011-08-111-9/+10