Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | sched: Update shares on idle_balance | Paul Turner | 2010-11-18 | 1 | -0/+1 | |
| * | | | | | | | sched: Add sysctl_sched_shares_window | Paul Turner | 2010-11-18 | 3 | -1/+16 | |
| * | | | | | | | sched: Introduce hierarchal order on shares update list | Paul Turner | 2010-11-18 | 1 | -10/+16 | |
| * | | | | | | | sched: Fix update_cfs_load() synchronization | Paul Turner | 2010-11-18 | 2 | -13/+22 | |
| * | | | | | | | sched: Fix load corruption from update_cfs_shares() | Paul Turner | 2010-11-18 | 1 | -8/+8 | |
| * | | | | | | | sched: Make tg_shares_up() walk on-demand | Peter Zijlstra | 2010-11-18 | 2 | -67/+58 | |
| * | | | | | | | sched: Implement on-demand (active) cfs_rq list | Peter Zijlstra | 2010-11-18 | 3 | -83/+92 | |
| * | | | | | | | sched: Rewrite tg_shares_up) | Peter Zijlstra | 2010-11-18 | 6 | -213/+162 | |
| * | | | | | | | sched: Simplify cpu-hot-unplug task migration | Peter Zijlstra | 2010-11-18 | 3 | -158/+67 | |
| * | | | | | | | Merge commit 'v2.6.37-rc2' into sched/core | Ingo Molnar | 2010-11-18 | 8825 | -471749/+917404 | |
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | | ||||||
| * | | | | | | | sched: Make sched_param argument static in sched_setscheduler() callers | KOSAKI Motohiro | 2010-10-23 | 7 | -10/+15 | |
* | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-01-06 | 207 | -3447/+4917 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | tools, perf: Documentation for the power events API | Jean Pihet | 2011-01-05 | 1 | -0/+90 | |
| * | | | | | | | | perf: Add calls to suspend trace point | Jean Pihet | 2011-01-05 | 1 | -0/+3 | |
| * | | | | | | | | perf script: Make some lists static | Arnaldo Carvalho de Melo | 2011-01-05 | 1 | -2/+2 | |
| * | | | | | | | | perf script: Use the default lost event handler | Arnaldo Carvalho de Melo | 2011-01-05 | 1 | -14/+1 | |
| * | | | | | | | | perf session: Warn about errors when processing pipe events too | Arnaldo Carvalho de Melo | 2011-01-05 | 1 | -26/+31 | |
| * | | | | | | | | perf tools: Fix perf_event.h header usage | Stephane Eranian | 2011-01-05 | 2 | -2/+2 | |
| * | | | | | | | | perf test: Clarify some error reports in the open syscall test | Arnaldo Carvalho de Melo | 2011-01-05 | 1 | -7/+11 | |
| * | | | | | | | | x86, NMI: Add touch_nmi_watchdog to io_check_error delay | Huang Ying | 2011-01-05 | 1 | -3/+5 | |
| * | | | | | | | | x86: Avoid calling arch_trigger_all_cpu_backtrace() at the same time | Dongdong Deng | 2011-01-05 | 1 | -0/+13 | |
| * | | | | | | | | x86: Only call smp_processor_id in non-preempt cases | Don Zickus | 2011-01-05 | 1 | -1/+2 | |
| * | | | | | | | | Merge commit 'v2.6.37' into perf/core | Ingo Molnar | 2011-01-05 | 78 | -755/+726 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | | | ||||||
| * | | | | | | | | perf timechart: Adjust perf timechart to the new power events | Thomas Renninger | 2011-01-04 | 3 | -18/+118 | |
| * | | | | | | | | perf: Clean up power events by introducing new, more generic ones | Thomas Renninger | 2011-01-04 | 9 | -11/+119 | |
| * | | | | | | | | perf: Do not export power_frequency, but power_start event | Thomas Renninger | 2011-01-04 | 2 | -3/+1 | |
| * | | | | | | | | Merge branch 'perf/test' of git://git.kernel.org/pub/scm/linux/kernel/git/acm... | Ingo Molnar | 2011-01-04 | 24 | -519/+1013 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | perf test: Add test for counting open syscalls | Arnaldo Carvalho de Melo | 2011-01-04 | 1 | -0/+83 | |
| | * | | | | | | | | perf evsel: Auto allocate resources needed for some methods | Arnaldo Carvalho de Melo | 2011-01-04 | 1 | -0/+9 | |
| | * | | | | | | | | perf evsel: Use {cpu,thread}_map to shorten list of parameters | Arnaldo Carvalho de Melo | 2011-01-04 | 3 | -17/+22 | |
| | * | | | | | | | | perf tools: Refactor all_tids to hold nr and the map | Arnaldo Carvalho de Melo | 2011-01-04 | 5 | -85/+88 | |
| | * | | | | | | | | perf tools: Refactor cpumap to hold nr and the map | Arnaldo Carvalho de Melo | 2011-01-04 | 5 | -67/+138 | |
| | * | | | | | | | | perf evsel: Introduce per cpu and per thread open helpers | Arnaldo Carvalho de Melo | 2011-01-04 | 3 | -58/+83 | |
| | * | | | | | | | | perf evsel: Steal the counter reading routines from stat | Arnaldo Carvalho de Melo | 2011-01-04 | 3 | -92/+196 | |
| | * | | | | | | | | perf evsel: Delete the event selectors at exit | Arnaldo Carvalho de Melo | 2011-01-03 | 6 | -8/+16 | |
| | * | | | | | | | | perf util: Move do_read from session to util | Arnaldo Carvalho de Melo | 2011-01-03 | 5 | -24/+23 | |
| | * | | | | | | | | perf evsel: Adopt MATCH_EVENT macro from 'stat' | Arnaldo Carvalho de Melo | 2011-01-03 | 2 | -21/+20 | |
| | * | | | | | | | | perf tools: Introduce event selectors | Arnaldo Carvalho de Melo | 2011-01-03 | 14 | -245/+433 | |
| * | | | | | | | | | Merge commit 'v2.6.37-rc8' into perf/core | Ingo Molnar | 2011-01-04 | 176 | -785/+1534 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'core' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opr... | Ingo Molnar | 2010-12-30 | 3 | -18/+43 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | oprofile, x86: Add support for 6 counters (AMD family 15h) | Robert Richter | 2010-12-19 | 2 | -18/+40 | |
| | * | | | | | | | | | oprofile, x86: Add support for AMD family 15h | Robert Richter | 2010-12-19 | 1 | -0/+3 | |
| | | |_|_|_|_|_|/ / | | |/| | | | | | | | ||||||
| * | | | | | | | | | perf probe: Fix short file name probe location reporting | Franck Bui-Huu | 2010-12-27 | 1 | -7/+7 | |
| * | | | | | | | | | perf script: Fix event ordering settings to work with older kernels | Arnaldo Carvalho de Melo | 2010-12-25 | 1 | -0/+1 | |
| * | | | | | | | | | perf record: Fix use of sample_id_all userspace with !sample_id_all kernels | Arnaldo Carvalho de Melo | 2010-12-25 | 1 | -5/+19 | |
| * | | | | | | | | | perf script: Finish the rename from trace to script | Arnaldo Carvalho de Melo | 2010-12-25 | 31 | -51/+35 | |
| * | | | | | | | | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm... | Ingo Molnar | 2010-12-23 | 5 | -21/+65 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | perf probe: Fix wrong warning in __show_one_line() if read(1) errors happen | Franck Bui-Huu | 2010-12-22 | 1 | -1/+1 | |
| | * | | | | | | | | | perf test: Look forward for symbol aliases | Arnaldo Carvalho de Melo | 2010-12-22 | 1 | -4/+19 | |
| | * | | | | | | | | | perf symbols: Improve kallsyms symbol end addr calculation | Arnaldo Carvalho de Melo | 2010-12-22 | 3 | -16/+45 |