aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-05-26tracing: add __print_symbolic to trace eventsSteven Rostedt1-0/+25
2009-05-26tracing: add __print_flags for eventsSteven Rostedt1-0/+39
2009-05-26perf_counter: Initialize ->oncpu properlyIngo Molnar1-0/+2
2009-05-26ftrace: clean up of using ftrace_event_enable_disable()Zhaolei1-30/+14
2009-05-26ftrace: Add task_comm support for trace_eventZhaolei2-2/+13
2009-05-25tracing: add trace_event_read_lock()Lai Jiangshan3-7/+28
2009-05-25perf_counter: fix warning & lockupIngo Molnar1-3/+1
2009-05-25perf_counter: Generic per counter interrupt throttlePeter Zijlstra2-4/+63
2009-05-25perf_counter: Fix PERF_COUNTER_CONTEXT_SWITCHES for cpu countersPeter Zijlstra1-4/+3
2009-05-25perf_counter: Propagate inheritance failures down the fork() pathPeter Zijlstra2-9/+17
2009-05-25perf_counter: Make pctrl() affect inherited counters tooPeter Zijlstra1-24/+24
2009-05-25perf_counter: Move child perfcounter init to after scheduler initIngo Molnar1-1/+1
2009-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds3-26/+4
2009-05-24async: make sure independent async domains can't accidentally entangleJames Bottomley1-8/+12
2009-05-24PM: Do not hold dpm_list_mtx while disabling/enabling nonboot CPUsRafael J. Wysocki3-26/+4
2009-05-24perf_counter: Increase mmap limitIngo Molnar1-0/+6
2009-05-24perf_counter: Remove perf_counter_context::nr_enabledPeter Zijlstra1-10/+1
2009-05-24perf_counter: Change pctrl() behaviourPeter Zijlstra1-63/+24
2009-05-23perf_counter: Simplify context cleanupPeter Zijlstra1-4/+1
2009-05-23perf_counter: Sanitize context lockingPeter Zijlstra1-2/+7
2009-05-23perf_counter: Sanitize counter->mutexPeter Zijlstra1-28/+19
2009-05-23perf_counter: Fix dynamic irq_period loggingPeter Zijlstra2-2/+4
2009-05-23sparseirq: Allow early irq_desc allocationPaul Mundt1-4/+14
2009-05-22Merge branch 'master' into for-2.6.31Jens Axboe1-11/+13
2009-05-22Merge branch 'master' into for-2.6.31Jens Axboe17-81/+100
2009-05-22perf_counter: Optimize context switch between identical inherited contextsPaul Mackerras2-15/+96
2009-05-22perf_counter: Dynamically allocate tasks' perf_counter_context structPaul Mackerras3-83/+139
2009-05-22Merge branch 'master' into nextJames Morris10-68/+65
2009-05-22Merge branches 'sh/stable-updates' and 'sh/sparseirq'Paul Mundt2-3/+7
2009-05-20perf_counter: Fix context removal deadlockIngo Molnar1-6/+6
2009-05-20ftrace: fix check for return value of register_module_notifier in event_trace...Ming Lei1-1/+1
2009-05-20perf_counter: Optimize sched in/out of countersPeter Zijlstra1-6/+19
2009-05-20perf_counter: Optimize disable of time based sw countersPeter Zijlstra1-2/+4
2009-05-20perf_counter: Log irq_period changesPeter Zijlstra1-1/+39
2009-05-20perf_counter: Solve the rotate_ctx vs inherit race differentlyPeter Zijlstra1-10/+5
2009-05-20futex: fix restart in wait_requeue_piThomas Gleixner1-40/+9
2009-05-20futex: fix restart for early wakeup in futex_wait_requeue_pi()Thomas Gleixner1-10/+3
2009-05-20futex: cleanup error exitThomas Gleixner1-4/+3
2009-05-20Merge branch 'core/urgent' into core/futexesThomas Gleixner97-3210/+13061
2009-05-20perf_counter: fix counter inheritance raceIngo Molnar1-1/+9
2009-05-20perf_counter: fix counter freeing logicIngo Molnar2-12/+9
2009-05-19futex: setup writeable mapping for futex ops which modify user space dataThomas Gleixner1-11/+13
2009-05-19blktrace: remove debugfs entries on bad pathStefan Raspl1-0/+1
2009-05-19sched: properly define the sched_group::cpumask and sched_domain::span fieldsIngo Molnar1-2/+3
2009-05-18Merge branches 'sched-fixes-for-linus-2' and 'core-fixes-for-linus-2' of git:...Linus Torvalds2-3/+4
2009-05-18Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2009-05-18tracing: fix check for return value of register_module_notifierMing Lei1-1/+1
2009-05-18Merge commit 'v2.6.30-rc6' into tracing/coreIngo Molnar6-41/+37
2009-05-18Merge commit 'v2.6.30-rc6' into perfcounters/coreIngo Molnar11-50/+58
2009-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-2/+2