summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-03-2052-462/+462
|\
| * printk: Make it compile with !CONFIG_PRINTKPeter Zijlstra2012-03-151-20/+20
| * sched/x86: Fix overflow in cyc2ns_offsetSalman Qazi2012-03-133-7/+17
| * Merge tag 'v3.3-rc7' into sched/coreIngo Molnar2012-03-13302-985/+1922
| |\
| * | 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-124-5/+55
| * | sched/nohz: Correctly initialize 'next_balance' in 'nohz' idle balancerDiwakar Tundlam2012-03-121-0/+1
| * | sched: Cleanup cpu_active madnessPeter Zijlstra2012-03-125-29/+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-023-9/+8
| * | 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-012-1/+9
| * | sched/rt: Prevent idle task boostingThomas Gleixner2012-03-011-2/+19
| * | sched/wait: Add __wake_up_all_locked() APIThomas Gleixner2012-03-012-4/+5
| * | sched/rt: Document scheduler related skip-resched-check sitesThomas Gleixner2012-03-015-8/+11
| * | sched/rt: Use schedule_preempt_disabled()Thomas Gleixner2012-03-0128-95/+36
| * | sched/rt: Add schedule_preempt_disabled()Thomas Gleixner2012-03-012-0/+13
| * | 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-011264-52340/+9872
| |\ \
| * | | sched: Make initial SCHED_RR timeslace DEF_TIMESLICEHiroshi Shimamoto2012-02-224-7/+9
| * | | sched: Remove rcu_read_lock/unlock() from select_idle_sibling()Nikunj A. Dadhania2012-02-221-4/+0
| * | | sched: Turn lock_task_sighand() into a static inlineAnton Vorontsov2012-02-111-6/+9
| * | | sched: Move SMP-only variable into the SMP sectionHiroshi Shimamoto2012-01-311-2/+2
| * | | sched: Remove sched_switchRakib Mullick2012-01-274-5/+4
| * | | sched: Ensure cpu_power periodic updateVincent Guittot2012-01-272-8/+17
| * | | sched, block: Unify cache detectionPeter Zijlstra2012-01-274-27/+19
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-03-20165-1984/+6107
|\ \ \ \
| * \ \ \ Merge branch 'perf/hw-branch-sampling' into perf/coreIngo Molnar2012-03-1233-243/+2017
| |\ \ \ \
| | * | | | perf report: Fix annotate double quit issue in branch view modeStephane Eranian2012-03-121-7/+31
| | * | | | perf report: Remove duplicate annotate choice in branch view modeStephane Eranian2012-03-121-0/+2
| | * | | | perf report: Enable TUI in branch view modeStephane Eranian2012-03-095-38/+111
| | * | | | perf report: Auto-detect branch stack sampling modeStephane Eranian2012-03-094-20/+41
| | * | | | perf record: Add HEADER_BRANCH_STACK tagStephane Eranian2012-03-093-1/+17
| | * | | | perf record: Provide default branch stack sampling mode optionStephane Eranian2012-03-092-34/+57
| | * | | | perf tools: Make perf able to read files from older ABIsStephane Eranian2012-03-091-28/+94
| | * | | | perf tools: Fix ABI compatibility bug in print_event_desc()Stephane Eranian2012-03-091-10/+9
| | * | | | perf tools: Enable reading of perf.data files from different ABI revStephane Eranian2012-03-092-7/+50
| | * | | | perf: Add ABI reference sizesStephane Eranian2012-03-091-0/+2
| | * | | | perf report: Add support for taken branch samplingRoberto Agostino Vitillo2012-03-092-9/+105
| | * | | | perf record: Add support for sampling taken branchRoberto Agostino Vitillo2012-03-094-0/+104
| | * | | | perf tools: Add code to support PERF_SAMPLE_BRANCH_STACKRoberto Agostino Vitillo2012-03-0910-78/+468
| | * | | | perf: Add callback to flush branch_stack on context switchStephane Eranian2012-03-055-8/+121
| | * | | | perf: Disable PERF_SAMPLE_BRANCH_* when not supportedStephane Eranian2012-03-059-0/+57
| | * | | | perf/x86: Add LBR software filter support for Intel CPUsStephane Eranian2012-03-053-33/+321
| | * | | | perf/x86: Implement PERF_SAMPLE_BRANCH for Intel CPUsStephane Eranian2012-03-054-8/+125
| | * | | | perf/x86: Disable LBR support for older Intel Atom processorsStephane Eranian2012-03-051-0/+10