aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
...
| * | | | sched: Add new prio to cpupri before removing old prioSteven Rostedt2009-08-02
| * | | | sched: Check for pushing rt tasks after all schedulingSteven Rostedt2009-08-02
| * | | | sched: Optimize unused cgroup configurationPeter Zijlstra2009-08-02
| * | | | sched: Fix cgroup smp fairnessPeter Zijlstra2009-08-02
| * | | | Merge branch 'sched/urgent' into sched/coreIngo Molnar2009-08-02
| |\ \ \ \
| * | | | | sched: Fix cond_resched_lock() in !CONFIG_PREEMPTFrederic Weisbecker2009-08-02
| * | | | | sched: Fix return value of migration_init()Thomas Gleixner2009-07-24
| * | | | | sched: Convert the only user of cond_resched_bkl to use cond_resched()Frederic Weisbecker2009-07-18
| * | | | | sched: Pull up the might_sleep() check into cond_resched()Frederic Weisbecker2009-07-18
| * | | | | sched: Remove the CONFIG_PREEMPT_BKL case definition of cond_resched()Frederic Weisbecker2009-07-18
| * | | | | sched: Add a preempt count base offset to __might_sleep()Frederic Weisbecker2009-07-18
| * | | | | sched: Cover the CONFIG_DEBUG_SPINLOCK_SLEEP off-case for __might_sleep()Frederic Weisbecker2009-07-18
| * | | | | sched: Remove obsolete comment in __cond_resched()Frederic Weisbecker2009-07-18
| * | | | | sched: Drop the need_resched() loop from cond_resched()Frederic Weisbecker2009-07-18
| * | | | | Merge branch 'linus' into sched/coreIngo Molnar2009-07-18
| |\ \ \ \ \
| * | | | | | sched: Hide runqueues from direct reference at source code level for __raw_ge...Hitoshi Mitake2009-06-29
| * | | | | | Merge branch 'linus' into sched/coreIngo Molnar2009-06-29
| |\ \ \ \ \ \
| * | | | | | | sched: Add SCHED_RESET_ON_FORK functionality for nice < 0 tasksMike Galbraith2009-06-17
| * | | | | | | sched: Clean up SCHED_RESET_ON_FORKMike Galbraith2009-06-17
| * | | | | | | sched: Introduce SCHED_RESET_ON_FORK scheduling policy flagLennart Poettering2009-06-15
* | | | | | | | Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2009-09-11
|\ \ \ \ \ \ \ \
| * | | | | | | | perf tools: Avoid unnecessary work in directory lookupsUlrich Drepper2009-09-04
| * | | | | | | | perf stat: Clean up statistics calculations a bit morePeter Zijlstra2009-09-04
| * | | | | | | | perf stat: More advanced variance computationPeter Zijlstra2009-09-04
| * | | | | | | | perf stat: Use stddev_mean in stead of stddevPeter Zijlstra2009-09-04
| * | | | | | | | perf stat: Remove the limit on repeatPeter Zijlstra2009-09-04
| * | | | | | | | perf stat: Change noise calculation to use stddevPeter Zijlstra2009-09-04
| * | | | | | | | x86, perf_counter, bts: Do not allow kernel BTS tracing for nowmarkus.t.metzger@intel.com2009-09-04
| * | | | | | | | x86, perf_counter, bts: Correct pointer-to-u64 castsmarkus.t.metzger@intel.com2009-09-04
| * | | | | | | | x86, perf_counter, bts: Fail if BTS is not availablemarkus.t.metzger@intel.com2009-09-04
| * | | | | | | | perf_counter: Fix output-sharing error pathIngo Molnar2009-09-03
| * | | | | | | | perf trace: Fix read_string()Ingo Molnar2009-09-03
| * | | | | | | | perf trace: Print out in nanosecondsIngo Molnar2009-09-03
| * | | | | | | | perf tools: Seek to the end of the header areaIngo Molnar2009-09-03
| * | | | | | | | perf trace: Fix parsing of perf.dataIngo Molnar2009-09-03
| * | | | | | | | perf trace: Sample timestamps as wellIngo Molnar2009-09-03
| * | | | | | | | perf_counter: Introduce new (non-)paranoia level to allow raw tracepoint accessIngo Molnar2009-09-02
| * | | | | | | | Merge branch 'perfcounters/urgent' into perfcounters/coreIngo Molnar2009-09-02
| |\ \ \ \ \ \ \ \
| * | | | | | | | | perf trace: Sample the CPU tooIngo Molnar2009-09-02
| * | | | | | | | | perf tools: Work around strict aliasing related warningsIngo Molnar2009-09-02
| * | | | | | | | | perf tools: Clean up warnings list in the MakefileIngo Molnar2009-09-02
| * | | | | | | | | perf tools: Complete support for dynamic stringsFrederic Weisbecker2009-08-31
| * | | | | | | | | perf tools: Unify swapper tasks namingFrederic Weisbecker2009-08-31
| * | | | | | | | | perf tools: Resolve idle thread cmdline for perf traceFrederic Weisbecker2009-08-31
| * | | | | | | | | perf tools: Librarize idle thread registrationFrederic Weisbecker2009-08-31
| * | | | | | | | | perf tools: Add missing parameters documentationFrederic Weisbecker2009-08-31
| * | | | | | | | | Merge branch 'perfcounters/tracing' into perfcounters/coreIngo Molnar2009-08-31
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | perf tools: Fix missing string field printing in perf traceFrederic Weisbecker2009-08-28
| | * | | | | | | | | perf tools: Only save the event formats we needFrederic Weisbecker2009-08-28
| | * | | | | | | | | perf trace: Add OPT_END to option array of perf-traceMasami Hiramatsu2009-08-21