summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | Merge branch 'linus' into sched/coreIngo Molnar2012-12-0712-99/+116
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | cputime: Separate irqtime accounting from generic vtimeFrederic Weisbecker2012-10-291-2/+2
| * | | | | | | | | | | | cputime: Specialize irq vtime hooksFrederic Weisbecker2012-10-291-3/+3
| * | | | | | | | | | | | vtime: Make vtime_account_system() irqsafeFrederic Weisbecker2012-10-291-3/+13
| * | | | | | | | | | | | sched: Describe CFS load-balancerPeter Zijlstra2012-10-241-2/+116
| * | | | | | | | | | | | sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-trackingPaul Turner2012-10-243-4/+25
| * | | | | | | | | | | | sched: Make __update_entity_runnable_avg() fastPaul Turner2012-10-241-24/+101
| * | | | | | | | | | | | sched: Update_cfs_shares at period edgePaul Turner2012-10-241-8/+10
| * | | | | | | | | | | | sched: Refactor update_shares_cpu() -> update_blocked_avgs()Paul Turner2012-10-241-27/+23
| * | | | | | | | | | | | sched: Replace update_shares weight distribution with per-entity computationPaul Turner2012-10-243-165/+36
| * | | | | | | | | | | | sched: Maintain runnable averages across throttled periodsPaul Turner2012-10-242-11/+42
| * | | | | | | | | | | | sched: Normalize tg load contributions against runnable timePaul Turner2012-10-243-0/+62
| * | | | | | | | | | | | sched: Compute load contribution by a group entityPaul Turner2012-10-241-6/+27
| * | | | | | | | | | | | sched: Aggregate total task_group loadPaul Turner2012-10-243-0/+30
| * | | | | | | | | | | | sched: Account for blocked load waking back upPaul Turner2012-10-242-21/+81
| * | | | | | | | | | | | sched: Add an rq migration call-back to sched_classPaul Turner2012-10-242-0/+14
| * | | | | | | | | | | | sched: Maintain the load contribution of blocked entitiesPaul Turner2012-10-244-15/+121
| * | | | | | | | | | | | sched: Aggregate load contributed by task entities on parenting cfs_rqPaul Turner2012-10-243-5/+59
| * | | | | | | | | | | | sched: Maintain per-rq runnable averagesBen Segall2012-10-243-4/+26
| * | | | | | | | | | | | sched: Track the runnable average on a per-task entity basisPaul Turner2012-10-243-0/+138
* | | | | | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-12-112-4/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | ring-buffer: Fix race between integrity check and readersSteven Rostedt2012-11-301-1/+6
| * | | | | | | | | | | | | ring-buffer: Fix NULL pointer if rb_set_head_page() failsSteven Rostedt2012-11-301-2/+7
| * | | | | | | | | | | | | ftrace: Clear bits properly in reset_iter_read()Dan Carpenter2012-11-151-1/+1
* | | | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-12-1121-359/+451
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-12-083-38/+83
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | tracing: Show raw time stamp on stats per cpu using counter or tsc mode for t...Yoshihiro YUNOMAE2012-11-131-6/+17
| | * | | | | | | | | | | | | | tracing: Format non-nanosec times from tsc clock without a decimal point.David Sharp2012-11-133-32/+65
| | * | | | | | | | | | | | | | tracing,x86: Add a TSC trace_clockDavid Sharp2012-11-131-0/+1
| * | | | | | | | | | | | | | | Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2012-12-083-16/+31
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | uprobes: Use percpu_rw_semaphore to fix register/unregister vs dup_mmap() raceOleg Nesterov2012-11-162-3/+25
| | * | | | | | | | | | | | | | | uprobes: Flush cache after xol writeRabin Vincent2012-11-141-0/+5
| | * | | | | | | | | | | | | | | uprobes: Kill arch_uprobe_enable/disable_step() hooksOleg Nesterov2012-11-031-10/+0
| | * | | | | | | | | | | | | | | uprobes/powerpc: Do not use arch_uprobe_*_step() helpersOleg Nesterov2012-11-031-2/+0
| | * | | | | | | | | | | | | | | uprobes: Fix misleading log entryJovi Zhang2012-10-251-1/+1
| | | |_|/ / / / / / / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge branch 'linus' into perf/coreIngo Molnar2012-12-0812-99/+116
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / | |/| | | / / / / / / / / / / / | | | |_|/ / / / / / / / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | tracing: Add trace_options kernel command line parameterSteven Rostedt2012-11-021-15/+39
| * | | | | | | | | | | | | | tracing: Use irq_work for wake ups and remove *_nowake_*() functionsSteven Rostedt2012-11-027-64/+76
| * | | | | | | | | | | | | | tracing: Remove deprecated tracing_enabled fileSteven Rostedt2012-11-021-3/+0
| * | | | | | | | | | | | | | tracing: Make tracing_enabled be equal to tracing_onSteven Rostedt2012-11-022-86/+5
| * | | | | | | | | | | | | | tracing: Remove unused function unregister_tracer()Steven Rostedt2012-11-022-27/+0
| * | | | | | | | | | | | | | tracing: Separate open function from set_event and available_eventsSteven Rostedt2012-11-021-19/+27
| * | | | | | | | | | | | | | ring-buffer: Change unsigned long type of ring_buffer_oldest_event_ts() to u64Yoshihiro YUNOMAE2012-11-021-2/+2
| * | | | | | | | | | | | | | tracing: Reset ring buffer when changing trace_clocksDavid Sharp2012-11-021-0/+8
| * | | | | | | | | | | | | | tracing: Cleanup unnecessary function declarationsVaibhav Nagarnaik2012-10-311-32/+29
| * | | | | | | | | | | | | | tracing: Trivial cleanupDavid Sharp2012-10-311-3/+3
| * | | | | | | | | | | | | | tracing: Cache comms only after an event occurredSteven Rostedt2012-10-314-11/+33
| * | | | | | | | | | | | | | tracing: Have tracing_sched_wakeup_trace() use standard unlock_commitSteven Rostedt2012-10-311-3/+1
| * | | | | | | | | | | | | | tracing: Enable comm recording if trace_printk() is usedSteven Rostedt2012-10-313-2/+38
| * | | | | | | | | | | | | | tracing: Expand ring buffer when trace_printk() is usedSteven Rostedt2012-10-311-0/+7
OpenPOWER on IntegriCloud