summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'v2.6.38-rc8' into perf/coreIngo Molnar2011-03-086-22/+26
|\
| * cpuset: add a missing unlock in cpuset_write_resmask()Li Zefan2011-03-051-2/+5
| * Mark ptrace_{traceme,attach,detach} staticLinus Torvalds2011-03-041-3/+3
| * blktrace: Remove blk_fill_rwbs_rq.Tao Ma2011-03-031-16/+0Star
| * clockevents: Prevent oneshot mode when broadcast device is periodicThomas Gleixner2011-02-263-1/+18
* | perf: Fix cgroup vs jump_label problemPeter Zijlstra2011-03-041-13/+13
* | perf cgroup: Clean up perf_cgroup_create()Li Zefan2011-03-041-10/+1Star
* | perf cgroup: Fix unmatched call to perf_detach_cgroup()Li Zefan2011-03-041-3/+3
* | perf cgroup: Fix leak of file reference countLi Zefan2011-03-041-2/+5
* | perf: Fix the missing event initialization when pmu is found in idrLin Ming2011-03-041-2/+7
* | Merge branch 'perf/urgent' into perf/coreIngo Molnar2011-03-048-25/+48
|\|
| * Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-02-224-3/+18
| |\
| | * genirq: Disable the SHIRQ_DEBUG call in request_threaded_irq for nowThomas Gleixner2011-02-191-1/+1
| | * genirq: Prevent access beyond allocated_irqs bitmapThomas Gleixner2011-02-193-2/+17
| * | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-02-221-4/+15
| |\ \ | | |/ | |/|
| * | Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-02-183-17/+28
| |\ \
| | * | workqueue: make sure MAYDAY_INITIAL_TIMEOUT is at least 2 jiffies longTejun Heo2011-02-161-1/+3
| | * | workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo2011-02-163-16/+16
| | * | workqueue: wake up a worker when a rescuer is leaving a gcwqTejun Heo2011-02-141-0/+9
| * | | PM / Hibernate: Return error code when alloc_image_page() failsStanislaw Gruszka2011-02-161-5/+2Star
* | | | Merge branch '/tip/perf/filter' of git://git.kernel.org/pub/scm/linux/kernel/...Frederic Weisbecker2011-03-032-169/+754
|\ \ \ \
| * | | | tracing/filter: Remove synchronize_sched() from __alloc_preds()Steven Rostedt2011-02-081-23/+7Star
| * | | | tracing/filter: Swap entire filter of eventsSteven Rostedt2011-02-081-105/+146
| * | | | tracing/filter: Increase the max preds to 2^14Steven Rostedt2011-02-081-1/+8
| * | | | tracing/filter: Move MAX_FILTER_PRED to local tracing directorySteven Rostedt2011-02-081-0/+2
| * | | | tracing/filter: Optimize filter by folding the treeSteven Rostedt2011-02-082-10/+235
| * | | | tracing/filter: Check the created pred treeSteven Rostedt2011-02-081-1/+71
| * | | | tracing/filter: Optimize short ciruit checkSteven Rostedt2011-02-081-3/+9
| * | | | tracing/filter: Use a tree instead of stack for filter_match_preds()Steven Rostedt2011-02-082-46/+194
| * | | | tracing/filter: Free pred array on disabling of filterSteven Rostedt2011-02-081-0/+4
| * | | | tracing/filter: Allocate the preds in an arraySteven Rostedt2011-02-082-23/+10Star
| * | | | tracing/filter: Call synchronize_sched() just once for system filtersSteven Rostedt2011-02-081-17/+63
| * | | | tracing/filter: Dynamically allocate predsSteven Rostedt2011-02-082-36/+110
| * | | | tracing/filter: Move OR and AND logic out of fn() methodSteven Rostedt2011-02-082-34/+20Star
| * | | | tracing/filter: Have no filter return a matchSteven Rostedt2011-02-081-1/+6
* | | | | perf: Simplify task_clock_event_read()Peter Zijlstra2011-02-231-10/+3Star
* | | | | perf_events: Fix rcu and locking issues with cgroup supportStephane Eranian2011-02-231-11/+29
* | | | | Revert "tracing: Add unstable sched clock note to the warning"Ingo Molnar2011-02-181-6/+2Star
* | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-02-174-62/+40Star
|\ \ \ \ \
| * | | | | tracing: Deprecate tracing_enabled for tracing_onSteven Rostedt2011-02-081-0/+4
| * | | | | tracing: Remove obsolete sched_switch tracerSteven Rostedt2011-02-081-48/+0Star
| * | | | | tracing: Add unstable sched clock note to the warningJiri Olsa2011-02-081-2/+6
| * | | | | tracing/syscalls: Early terminate search for sys_ni_syscallIan Munsie2011-02-081-0/+3
| * | | | | tracing/syscalls: Allow arch specific syscall symbol matchingIan Munsie2011-02-081-7/+14
| * | | | | tracing/syscalls: Make arch_syscall_addr weakIan Munsie2011-02-081-1/+1
| * | | | | tracing/syscalls: Convert redundant syscall_nr checks into WARN_ONIan Munsie2011-02-081-4/+4
| * | | | | tracing/syscalls: Don't add events for unmapped syscallsIan Munsie2011-02-081-0/+8
| |/ / / /
* | | | | perf: Optimize hrtimer eventsPeter Zijlstra2011-02-161-3/+32
* | | | | perf: Optimize throttling codePeter Zijlstra2011-02-162-20/+25
* | | | | perf: Add cgroup supportStephane Eranian2011-02-162-35/+626