Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | sched: Kill the broken and deadlockable cpuset_lock/cpuset_cpus_allowed_locke... | Oleg Nesterov | 2010-04-02 | 2 | -33/+4 | |
| * | | | | | | | sched: Remove remaining USER_SCHED code | Li Zefan | 2010-04-02 | 6 | -40/+1 | |
| * | | | | | | | Merge branch 'linus' into sched/core | Ingo Molnar | 2010-04-02 | 77 | -789/+2950 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | sched: Remove some dead code | Dan Carpenter | 2010-03-16 | 1 | -2/+0 | |
| * | | | | | | | | sched: Remove AFFINE_WAKEUPS feature | Mike Galbraith | 2010-03-11 | 1 | -2/+1 | |
| * | | | | | | | | sched: Remove ASYM_GRAN feature | Mike Galbraith | 2010-03-11 | 2 | -23/+11 | |
| * | | | | | | | | sched: Remove SYNC_WAKEUPS feature | Mike Galbraith | 2010-03-11 | 2 | -11/+0 | |
| * | | | | | | | | sched: Remove WAKEUP_SYNC feature | Mike Galbraith | 2010-03-11 | 2 | -9/+0 | |
| * | | | | | | | | sched: Remove FAIR_SLEEPERS feature | Mike Galbraith | 2010-03-11 | 2 | -8/+1 | |
| * | | | | | | | | sched: Remove NORMALIZED_SLEEPER | Mike Galbraith | 2010-03-11 | 2 | -17/+0 | |
| * | | | | | | | | sched: Fix select_idle_sibling() | Mike Galbraith | 2010-03-11 | 1 | -4/+10 | |
| * | | | | | | | | sched: Tweak sched_latency and min_granularity | Mike Galbraith | 2010-03-11 | 1 | -6/+6 | |
| * | | | | | | | | sched: Cleanup/optimize clock updates | Mike Galbraith | 2010-03-11 | 2 | -18/+16 | |
| * | | | | | | | | sched: Remove avg_overlap | Mike Galbraith | 2010-03-11 | 4 | -68/+0 | |
| * | | | | | | | | sched: Remove avg_wakeup | Mike Galbraith | 2010-03-11 | 4 | -60/+4 | |
| * | | | | | | | | sched: Rate-limit nohz | Mike Galbraith | 2010-03-11 | 2 | -0/+15 | |
| * | | | | | | | | sched: Implement group scheduler statistics in one struct | Lucas De Marchi | 2010-03-11 | 4 | -134/+81 | |
* | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-05-18 | 16 | -902/+829 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | perf: Fix exit() vs event-groups | Peter Zijlstra | 2010-05-11 | 1 | -13/+13 | |
| * | | | | | | | | | perf: Fix exit() vs PERF_FORMAT_GROUP | Peter Zijlstra | 2010-05-11 | 1 | -3/+16 | |
| * | | | | | | | | | Revert "perf: Fix exit() vs PERF_FORMAT_GROUP" | Ingo Molnar | 2010-05-11 | 1 | -5/+0 | |
| * | | | | | | | | | tracing: Drop the nested field from lock_release event | Frederic Weisbecker | 2010-05-09 | 1 | -1/+1 | |
| * | | | | | | | | | tracing: Drop lock_acquired waittime field | Frederic Weisbecker | 2010-05-09 | 1 | -1/+1 | |
| * | | | | | | | | | kprobes: Move enable/disable_kprobe() out from debugfs code | Masami Hiramatsu | 2010-05-08 | 1 | -66/+66 | |
| * | | | | | | | | | perf_event: Make software events work again | Paul Mackerras | 2010-05-08 | 1 | -6/+6 | |
| * | | | | | | | | | perf: Add group scheduling transactional APIs | Lin Ming | 2010-05-07 | 1 | -13/+20 | |
| * | | | | | | | | | perf: Annotate perf_event_read_group() vs perf_event_release_kernel() | Peter Zijlstra | 2010-05-07 | 1 | -2/+14 | |
| * | | | | | | | | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2010-05-07 | 4 | -7/+25 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | perf: Fix exit() vs PERF_FORMAT_GROUP | Peter Zijlstra | 2010-05-07 | 1 | -0/+5 | |
| * | | | | | | | | | | perf: Fix check at end of event search | Dan Carpenter | 2010-05-06 | 1 | -1/+1 | |
| * | | | | | | | | | | hw_breakpoints: Fix percpu build failure | Frederic Weisbecker | 2010-05-04 | 1 | -1/+1 | |
| * | | | | | | | | | | hw-breakpoints: Get the number of available registers on boot dynamically | Frederic Weisbecker | 2010-05-01 | 2 | -31/+48 | |
| * | | | | | | | | | | hw-breakpoints: Handle breakpoint weight in allocation constraints | Frederic Weisbecker | 2010-05-01 | 1 | -18/+45 | |
| * | | | | | | | | | | hw-breakpoints: Separate constraint space for data and instruction breakpoints | Frederic Weisbecker | 2010-05-01 | 1 | -27/+59 | |
| * | | | | | | | | | | hw-breakpoints: Change/Enforce some breakpoints policies | Frederic Weisbecker | 2010-05-01 | 1 | -2/+24 | |
| * | | | | | | | | | | hw-breakpoints: Check disabled breakpoints again | Frederic Weisbecker | 2010-05-01 | 1 | -11/+1 | |
| * | | | | | | | | | | Merge commit 'v2.6.34-rc6' into perf/core | Ingo Molnar | 2010-04-30 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge branch 'linus' into perf/core | Ingo Molnar | 2010-04-23 | 4 | -4/+11 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | perf: Enhance perf to allow for guest statistic collection from host | Zhang, Yanmin | 2010-04-19 | 1 | -1/+22 | |
| * | | | | | | | | | | | Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/lin... | Ingo Molnar | 2010-04-15 | 2 | -220/+331 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | tracing/kprobes: Support basic types on dynamic events | Masami Hiramatsu | 2010-04-14 | 2 | -220/+331 | |
| * | | | | | | | | | | | | perf: Fix hlist related build error | Frederic Weisbecker | 2010-04-15 | 1 | -30/+30 | |
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | perf: Make clock software events consistent with general exclusion rules | Frederic Weisbecker | 2010-04-14 | 1 | -8/+1 | |
| * | | | | | | | | | | | perf: Store active software events in a hashlist | Frederic Weisbecker | 2010-04-14 | 1 | -63/+183 | |
| * | | | | | | | | | | | Merge branch 'linus' into perf/core | Ingo Molnar | 2010-04-08 | 57 | -181/+284 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | perf_event: Make perf fd non seekable | Arnd Bergmann | 2010-04-04 | 1 | -0/+1 | |
| * | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2010-04-03 | 1 | -2/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2010-04-02 | 21 | -92/+292 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | x86, perf, bts, mm: Delete the never used BTS-ptrace code | Peter Zijlstra | 2010-03-26 | 9 | -444/+0 | |
| * | | | | | | | | | | | | | | Merge commit 'v2.6.34-rc2' into perf/core | Ingo Molnar | 2010-03-22 | 30 | -189/+889 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ |