summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | sched/accounting: Change cpustat fields to an arrayGlauber Costa2011-12-061-38/+40
| | * | | | | | | | sched, nohz: Clean up the find_new_ilb() using sched groups nr_busy_cpusSuresh Siddha2011-12-061-36/+12
| | * | | | | | | | sched, nohz: Implement sched group, domain aware nohz idle load balancingSuresh Siddha2011-12-061-113/+47
| | * | | | | | | | sched, nohz: Track nr_busy_cpus in the sched_group_powerSuresh Siddha2011-12-064-0/+42
| | * | | | | | | | sched, nohz: Introduce nohz_flags in 'struct rq'Suresh Siddha2011-12-063-24/+40
| | * | | | | | | | sched/rt: Code cleanup, remove a redundant function callShan Hai2011-12-061-1/+1
| | * | | | | | | | sched: Fix the sched group node allocation for SD_OVERLAP domainsSuresh Siddha2011-12-061-1/+1
| | * | | | | | | | sched: Set skip_clock_update in yield_task_fair()Mike Galbraith2011-12-062-0/+13
| | * | | | | | | | sched: Use rt.nr_cpus_allowed to recover select_task_rq() cyclesMike Galbraith2011-12-062-0/+6
| | * | | | | | | | sched: Clean up domain traversal in select_idle_sibling()Suresh Siddha2011-12-062-13/+27
| | * | | | | | | | events, sched: Add tracepoint for accounting blocked timeAndrew Vagin2011-12-061-0/+2
| | * | | | | | | | sched: Move all scheduler bits into kernel/sched/Peter Zijlstra2011-11-1717-28/+34
| | * | | | | | | | sched: Make separate sched*.c translation unitsPeter Zijlstra2011-11-1712-1953/+2023
| | * | | | | | | | sched: Fix comment for requeue_rt_entityRichard Weinberger2011-11-161-2/+2
| | * | | | | | | | sched: Don't call task_group() too many times in set_task_rq()Andrew Vagin2011-11-161-4/+8
| | * | | | | | | | sched, trivial: Initialize root cgroup's sibling listGlauber Costa2011-11-161-0/+1
| | * | | | | | | | sched: Use jump labels to reduce overhead when bandwidth control is inactivePaul Turner2011-11-162-5/+43
| * | | | | | | | | [S390] cputime: add sparse checking and cleanupMartin Schwidefsky2011-12-1511-174/+116
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-01-0612-306/+476
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Merge commit 'v3.2-rc6' into perf/coreIngo Molnar2011-12-2020-79/+352
| |\| | | | | | | |
| * | | | | | | | | jump_label: Provide jump_label_key initializersPeter Zijlstra2011-12-061-4/+8
| * | | | | | | | | jump_label, x86: Fix section mismatchPeter Zijlstra2011-12-061-1/+1
| * | | | | | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-12-063-28/+79
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | tracing: Add entries in buffer and total entries to default output headerSteven Rostedt2011-11-171-25/+47
| | * | | | | | | | | tracing: Add irq, preempt-count and need resched info to default trace outputSteven Rostedt2011-11-173-6/+35
| * | | | | | | | | | perf, core: Rate limit perf_sched_events jump_label patchingGleb Natapov2011-12-062-7/+41
| * | | | | | | | | | perf: Fix enable_on_exec for sibling eventsPeter Zijlstra2011-12-061-7/+1
| * | | | | | | | | | perf: Remove superfluous argumentsPeter Zijlstra2011-12-061-5/+4
| * | | | | | | | | | perf: Avoid a useless pmu_disable() in the perf-tickPeter Zijlstra2011-12-061-16/+32
| * | | | | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2011-12-064-6/+95
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'core' of git://amd64.org/linux/rric into perf/coreIngo Molnar2011-11-151-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | Merge branch 'perf/core' into oprofile/masterRobert Richter2011-11-086-44/+27
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | oprofile, x86: Reimplement nmi timer mode using perf eventRobert Richter2011-11-041-0/+2
| * | | | | | | | | | | | events: Don't divide events if it has field periodAndrew Vagin2011-11-141-1/+6
| * | | | | | | | | | | | perf: Carve out callchain functionalityBorislav Petkov2011-11-144-211/+230
| * | | | | | | | | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-11-119-31/+83
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | tracing/latency: Fix header output for latency tracersJiri Olsa2011-11-074-2/+40
| | * | | | | | | | | | | | ftrace: Fix hash record accounting bugSteven Rostedt2011-11-071-1/+3
| | * | | | | | | | | | | | jump_label: jump_label_inc may return before the code is patchedGleb Natapov2011-11-071-1/+2
| | * | | | | | | | | | | | ftrace: Remove force undef config value left for testingSteven Rostedt2011-11-071-1/+0
| | * | | | | | | | | | | | lockdep: Show subclass in pretty print of lockdep outputSteven Rostedt2011-11-071-17/+13
| | * | | | | | | | | | | | tracing: Add boiler plate for subsystem filterSteven Rostedt2011-11-051-7/+19
| | * | | | | | | | | | | | tracing: Restore system filter behaviorLi Zefan2011-11-021-1/+6
| | * | | | | | | | | | | | tracing: fix event_subsystem ref countingIlya Dryomov2011-10-311-1/+0
* | | | | | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-01-0617-243/+933
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | cpu: Export cpu_up()Paul E. McKenney2011-12-131-0/+1
| * | | | | | | | | | | | | | rcu: Apply ACCESS_ONCE() to rcu_boost() return valuePaul E. McKenney2011-12-112-3/+4
| * | | | | | | | | | | | | | Revert "rcu: Permit rt_mutex_unlock() with irqs disabled"Paul E. McKenney2011-12-112-13/+0
| * | | | | | | | | | | | | | rcu: Augment rcu_batch_end tracing for idle and callback statePaul E. McKenney2011-12-113-4/+39
| * | | | | | | | | | | | | | rcu: Add rcutorture tests for srcu_read_lock_raw()Paul E. McKenney2011-12-111-1/+25