aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | sched: Make __update_entity_runnable_avg() fastPaul Turner2012-10-24
| * | | | | | | | | | sched: Update_cfs_shares at period edgePaul Turner2012-10-24
| * | | | | | | | | | sched: Refactor update_shares_cpu() -> update_blocked_avgs()Paul Turner2012-10-24
| * | | | | | | | | | sched: Replace update_shares weight distribution with per-entity computationPaul Turner2012-10-24
| * | | | | | | | | | sched: Maintain runnable averages across throttled periodsPaul Turner2012-10-24
| * | | | | | | | | | sched: Normalize tg load contributions against runnable timePaul Turner2012-10-24
| * | | | | | | | | | sched: Compute load contribution by a group entityPaul Turner2012-10-24
| * | | | | | | | | | sched: Aggregate total task_group loadPaul Turner2012-10-24
| * | | | | | | | | | sched: Account for blocked load waking back upPaul Turner2012-10-24
| * | | | | | | | | | sched: Add an rq migration call-back to sched_classPaul Turner2012-10-24
| * | | | | | | | | | sched: Maintain the load contribution of blocked entitiesPaul Turner2012-10-24
| * | | | | | | | | | sched: Aggregate load contributed by task entities on parenting cfs_rqPaul Turner2012-10-24
| * | | | | | | | | | sched: Maintain per-rq runnable averagesBen Segall2012-10-24
| * | | | | | | | | | sched: Track the runnable average on a per-task entity basisPaul Turner2012-10-24
* | | | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-12-11
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | ring-buffer: Fix race between integrity check and readersSteven Rostedt2012-11-30
| * | | | | | | | | | | ring-buffer: Fix NULL pointer if rb_set_head_page() failsSteven Rostedt2012-11-30
| * | | | | | | | | | | ftrace: Clear bits properly in reset_iter_read()Dan Carpenter2012-11-15
* | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-12-11
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-12-08
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | tracing: Show raw time stamp on stats per cpu using counter or tsc mode for t...Yoshihiro YUNOMAE2012-11-13
| | * | | | | | | | | | | | tracing: Format non-nanosec times from tsc clock without a decimal point.David Sharp2012-11-13
| | * | | | | | | | | | | | tracing,x86: Add a TSC trace_clockDavid Sharp2012-11-13
| * | | | | | | | | | | | | Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2012-12-08
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | uprobes: Use percpu_rw_semaphore to fix register/unregister vs dup_mmap() raceOleg Nesterov2012-11-16
| | * | | | | | | | | | | | | uprobes: Flush cache after xol writeRabin Vincent2012-11-14
| | * | | | | | | | | | | | | uprobes: Kill arch_uprobe_enable/disable_step() hooksOleg Nesterov2012-11-03
| | * | | | | | | | | | | | | uprobes/powerpc: Do not use arch_uprobe_*_step() helpersOleg Nesterov2012-11-03
| | * | | | | | | | | | | | | uprobes: Fix misleading log entryJovi Zhang2012-10-25
| | | |_|/ / / / / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'linus' into perf/coreIngo Molnar2012-12-08
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / | |/| | | / / / / / / / / / | | | |_|/ / / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | tracing: Add trace_options kernel command line parameterSteven Rostedt2012-11-02
| * | | | | | | | | | | | tracing: Use irq_work for wake ups and remove *_nowake_*() functionsSteven Rostedt2012-11-02
| * | | | | | | | | | | | tracing: Remove deprecated tracing_enabled fileSteven Rostedt2012-11-02
| * | | | | | | | | | | | tracing: Make tracing_enabled be equal to tracing_onSteven Rostedt2012-11-02
| * | | | | | | | | | | | tracing: Remove unused function unregister_tracer()Steven Rostedt2012-11-02
| * | | | | | | | | | | | tracing: Separate open function from set_event and available_eventsSteven Rostedt2012-11-02
| * | | | | | | | | | | | ring-buffer: Change unsigned long type of ring_buffer_oldest_event_ts() to u64Yoshihiro YUNOMAE2012-11-02
| * | | | | | | | | | | | tracing: Reset ring buffer when changing trace_clocksDavid Sharp2012-11-02
| * | | | | | | | | | | | tracing: Cleanup unnecessary function declarationsVaibhav Nagarnaik2012-10-31
| * | | | | | | | | | | | tracing: Trivial cleanupDavid Sharp2012-10-31
| * | | | | | | | | | | | tracing: Cache comms only after an event occurredSteven Rostedt2012-10-31
| * | | | | | | | | | | | tracing: Have tracing_sched_wakeup_trace() use standard unlock_commitSteven Rostedt2012-10-31
| * | | | | | | | | | | | tracing: Enable comm recording if trace_printk() is usedSteven Rostedt2012-10-31
| * | | | | | | | | | | | tracing: Expand ring buffer when trace_printk() is usedSteven Rostedt2012-10-31
| * | | | | | | | | | | | ring-buffer: Add a 'dropped events' counterSlava Pestov2012-10-31
| * | | | | | | | | | | | tracing: Change tracer's integer flags to boolHiraku Toyooka2012-10-31
| * | | | | | | | | | | | tracing: Allow tracers to start at core initcallSteven Rostedt2012-10-31
| * | | | | | | | | | | | tracing: Replace strict_strto* with kstrto*Daniel Walter2012-10-31
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-12-11
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | genirq: Always force thread affinityThomas Gleixner2012-11-12