summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-03-2010-300/+348
|\
| * printk: Make it compile with !CONFIG_PRINTKPeter Zijlstra2012-03-151-20/+20
| * Merge tag 'v3.3-rc7' into sched/coreIngo Molnar2012-03-136-38/+99
| |\
| * | sched: Fix nohz load accounting -- again!Peter Zijlstra2012-03-121-27/+26
| * | sched: Update yield() docsPeter Zijlstra2012-03-121-2/+18
| * | printk/sched: Introduce special printk_sched() for those awkward momentsPeter Zijlstra2012-03-123-5/+45
| * | sched/nohz: Correctly initialize 'next_balance' in 'nohz' idle balancerDiwakar Tundlam2012-03-121-0/+1
| * | sched: Cleanup cpu_active madnessPeter Zijlstra2012-03-121-1/+1
| * | sched: Fix load-balance wreckagePeter Zijlstra2012-03-121-71/+39
| * | sched: Clean up parameter passing of proc_sched_autogroup_set_nice()Hiroshi Shimamoto2012-03-021-6/+6
| * | sched: Ditch per cgroup task lists for load-balancingPeter Zijlstra2012-03-013-109/+80
| * | sched: Rename load-balancing fieldsPeter Zijlstra2012-03-011-58/+60
| * | sched: Move load-balancing arguments into helper structPeter Zijlstra2012-03-011-84/+93
| * | sched/rt: Do not submit new work when PI-blockedThomas Gleixner2012-03-011-1/+1
| * | sched/rt: Prevent idle task boostingThomas Gleixner2012-03-011-2/+19
| * | sched/wait: Add __wake_up_all_locked() APIThomas Gleixner2012-03-011-2/+2
| * | sched/rt: Document scheduler related skip-resched-check sitesThomas Gleixner2012-03-012-5/+5
| * | sched/rt: Use schedule_preempt_disabled()Thomas Gleixner2012-03-012-6/+2
| * | sched/rt: Add schedule_preempt_disabled()Thomas Gleixner2012-03-011-0/+12
| * | sched/rt: Do not throttle when PI boostingPeter Zijlstra2012-03-011-2/+18
| * | sched/rt: Keep period timer ticking when rt throttling is activePeter Zijlstra2012-03-011-5/+8
| * | Merge branch 'linus' into sched/coreIngo Molnar2012-03-0118-79/+226
| |\ \
| * | | sched: Make initial SCHED_RR timeslace DEF_TIMESLICEHiroshi Shimamoto2012-02-222-6/+2
| * | | sched: Remove rcu_read_lock/unlock() from select_idle_sibling()Nikunj A. Dadhania2012-02-221-4/+0
| * | | sched: Move SMP-only variable into the SMP sectionHiroshi Shimamoto2012-01-311-2/+2
| * | | sched: Remove sched_switchRakib Mullick2012-01-273-4/+2
| * | | sched: Ensure cpu_power periodic updateVincent Guittot2012-01-271-8/+16
| * | | sched, block: Unify cache detectionPeter Zijlstra2012-01-271-3/+3
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-03-2023-259/+993
|\ \ \ \
| * \ \ \ Merge branch 'perf/hw-branch-sampling' into perf/coreIngo Molnar2012-03-122-0/+183
| |\ \ \ \
| | * | | | perf: Add callback to flush branch_stack on context switchStephane Eranian2012-03-051-0/+85
| | * | | | perf: Disable PERF_SAMPLE_BRANCH_* when not supportedStephane Eranian2012-03-052-0/+30
| | * | | | perf: Add generic taken branch sampling supportStephane Eranian2012-03-051-0/+68
| * | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-03-125-36/+97
| |\ \ \ \ \ | | |/ / / / | |/| | | / | | | |_|/ | | |/| |
| * | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-03-0516-35/+108
| |\ \ \ \
| * | | | | static keys: Inline the static_key_enabled() functionJason Baron2012-02-281-6/+0
| * | | | | Merge branch 'perf/jump-labels' into perf/coreIngo Molnar2012-02-286-94/+117
| |\ \ \ \ \
| | * | | | | static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar2012-02-246-92/+112
| | * | | | | jump label: Fix compiler warningJason Baron2012-02-221-1/+1
| | * | | | | jump label: Add a WARN() if jump label key count goes negativeJason Baron2012-02-221-1/+4
| * | | | | | ftrace, perf: Add filter support for function trace eventJiri Olsa2012-02-214-9/+168
| * | | | | | ftrace: Allow to specify filter field type for ftrace eventsJiri Olsa2012-02-214-47/+82
| * | | | | | ftrace, perf: Add support to use function tracepoint in perfJiri Olsa2012-02-214-2/+106
| * | | | | | ftrace: Add FTRACE_ENTRY_REG macro to allow event registrationJiri Olsa2012-02-212-2/+20
| * | | | | | ftrace, perf: Add add/del tracepoint perf registration actionsJiri Olsa2012-02-214-1/+11
| * | | | | | ftrace, perf: Add open/close tracepoint perf registration actionsJiri Olsa2012-02-214-49/+97
| * | | | | | ftrace: Add enable/disable ftrace_ops control interfaceJiri Olsa2012-02-212-7/+106
| * | | | | | tracing: Don't use p->len field to determine output in __print_*() functionsSteven Rostedt2012-02-211-3/+3
| * | | | | | tracing: Don't print an extra separator of flagsAndrey Vagin2012-02-201-2/+4
| |/ / / / /
| * | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-02-177-16/+31
| |\ \ \ \ \
OpenPOWER on IntegriCloud