summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-1983-507/+1105
|\
| * sched/rt: Add <linux/sched/rt.h> header to <linux/init_task.h>Ingo Molnar2013-02-191-0/+1
| * cputime: Remove irqsave from seqlock readersThomas Gleixner2013-02-191-6/+4
| * sched, powerpc: Fix sched.h split-up build failureIngo Molnar2013-02-111-0/+1
| * cputime: Restore CPU_ACCOUNTING config defaults for PPC64Stephen Rothwell2013-02-081-1/+1
| * sched/rt: Move rt specific bits into new header fileClark Williams2013-02-0722-57/+81
| * sched/rt: Add a tuning knob to allow changing SCHED_RR timesliceClark Williams2013-02-074-3/+44
| * sched: Move sched.h sysctl bits into separate headerClark Williams2013-02-0711-91/+106
| * Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/l...Ingo Molnar2013-02-0552-322/+842
| |\
| | * cputime: Safely read cputime of full dynticks CPUsFrederic Weisbecker2013-01-2711-52/+290
| | * kvm: Prepare to add generic guest entry/exit callbacksFrederic Weisbecker2013-01-275-21/+32
| | * cputime: Use accessors to read task cputime statsFrederic Weisbecker2013-01-2716-49/+144
| | * cputime: Allow dynamic switch between tick/virtual based cputime accountingFrederic Weisbecker2013-01-273-11/+43
| | * cputime: Generic on-demand virtual cputime accountingFrederic Weisbecker2013-01-2727-54/+160
| | * cputime: Move default nsecs_to_cputime() to jiffies based cputime fileFrederic Weisbecker2013-01-272-6/+8
| | * cputime: Librarize per nsecs resolution cputime definitionsFrederic Weisbecker2013-01-274-145/+167
| | * context_tracking: Export context state for generic vtimeFrederic Weisbecker2013-01-262-15/+29
| * | sched: Fix signedness bug in yield_to()Dan Carpenter2013-02-051-1/+1
| * | sched: Fix select_idle_sibling() bouncing cow syndromeMike Galbraith2013-02-041-14/+7
| * | sched/rt: Further simplify pick_rt_task()Kirill Tkhai2013-02-031-2/+1
| * | sched/rt: Do not account zero delta_exec in update_curr_rt()Kirill Tkhai2013-01-311-2/+2
| * | cputime: Avoid multiplication overflow on utime scalingFrederic Weisbecker2013-01-271-9/+9
| * | sched/rt: Avoid updating RT entry timeout twice within one tick periodYing Xue2013-01-252-1/+6
| * | sched/fair: Set se->vruntime directly in place_entity()Viresh Kumar2013-01-241-3/+1
| * | sched/rt: Add reschedule check to switched_from_rt()Kirill Tkhai2013-01-241-2/+5
| * | sched: Fix the broken sched_rr_get_interval()Zhu Yanhai2013-01-241-1/+1
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-19195-4097/+8995
|\ \ \
| * | | perf/x86/amd: Enable northbridge performance counters on AMD family 15hJacob Shin2013-02-164-20/+164
| * | | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2013-02-1513-11/+349
| |\ \ \
| | * | | perf/hwbp: Fix cleanup in case of kzalloc failureDaniel Baluta2013-02-141-1/+1
| | * | | perf tools: Fix build with bison 2.3 and older.Vinson Lee2013-02-143-4/+2
| | * | | perf tools: Limit unwind support to x86 archsJiri Olsa2013-02-141-0/+5
| | * | | perf annotate: Make it to be able to skip unannotatable symbolsNamhyung Kim2013-02-142-2/+18
| | * | | perf gtk/annotate: Fail early if it can't annotateNamhyung Kim2013-02-141-8/+8
| | * | | perf gtk/annotate: Show source lines with gray colorNamhyung Kim2013-02-141-3/+27
| | * | | perf gtk/annotate: Support multiple event annotationNamhyung Kim2013-02-144-27/+56
| | * | | perf ui/gtk: Implement basic GTK2 annotation browserNamhyung Kim2013-02-146-4/+218
| | * | | perf annotate: Fix warning message on a missing vmlinuxNamhyung Kim2013-02-141-1/+1
| | * | | perf buildid-cache: Add --update optionNamhyung Kim2013-02-142-1/+53
| |/ / /
| * | | Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2013-02-118-274/+456
| |\ \ \
| | * | | uprobes/perf: Avoid uprobe_apply() whenever possibleOleg Nesterov2013-02-081-6/+36
| | * | | uprobes/perf: Teach trace_uprobe/perf code to use UPROBE_HANDLER_REMOVEOleg Nesterov2013-02-081-7/+14
| | * | | uprobes/perf: Teach trace_uprobe/perf code to pre-filterOleg Nesterov2013-02-081-3/+43
| | * | | uprobes/perf: Teach trace_uprobe/perf code to track the active perf_event'sOleg Nesterov2013-02-081-0/+55
| | * | | uprobes: Introduce uprobe_apply()Oleg Nesterov2013-02-082-4/+41
| | * | | perf: Introduce hw_perf_event->tp_target and ->tp_listOleg Nesterov2013-02-082-3/+11
| | * | | uprobes/perf: Always increment trace_uprobe->nhitOleg Nesterov2013-02-081-2/+1
| | * | | uprobes/tracing: Kill uprobe_trace_consumer, embed uprobe_consumer into trace...Oleg Nesterov2013-02-081-29/+6
| | * | | uprobes/tracing: Introduce is_trace_uprobe_enabled()Oleg Nesterov2013-02-082-3/+7
| | * | | uprobes/tracing: Ensure inode != NULL in create_trace_uprobe()Oleg Nesterov2013-02-081-3/+3