aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2009-05-28perf_counter: Fix race in attaching counters to tasks and exitingPaul Mackerras
2009-05-28trace: disable preemption before taking raw spinlocksHeiko Carstens
2009-05-26kmod: Release sub_info on cred allocation failure.Tetsuo Handa
2009-05-26tracing: add __print_symbolic to trace eventsSteven Rostedt
2009-05-26tracing: add __print_flags for eventsSteven Rostedt
2009-05-26perf_counter: Initialize ->oncpu properlyIngo Molnar
2009-05-26ftrace: clean up of using ftrace_event_enable_disable()Zhaolei
2009-05-26ftrace: Add task_comm support for trace_eventZhaolei
2009-05-25tracing: add trace_event_read_lock()Lai Jiangshan
2009-05-25perf_counter: fix warning & lockupIngo Molnar
2009-05-25perf_counter: Generic per counter interrupt throttlePeter Zijlstra
2009-05-25perf_counter: Fix PERF_COUNTER_CONTEXT_SWITCHES for cpu countersPeter Zijlstra
2009-05-25perf_counter: Propagate inheritance failures down the fork() pathPeter Zijlstra
2009-05-25perf_counter: Make pctrl() affect inherited counters tooPeter Zijlstra
2009-05-25perf_counter: Move child perfcounter init to after scheduler initIngo Molnar
2009-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2009-05-24async: make sure independent async domains can't accidentally entangleJames Bottomley
2009-05-24PM: Do not hold dpm_list_mtx while disabling/enabling nonboot CPUsRafael J. Wysocki
2009-05-24perf_counter: Increase mmap limitIngo Molnar
2009-05-24perf_counter: Remove perf_counter_context::nr_enabledPeter Zijlstra
2009-05-24perf_counter: Change pctrl() behaviourPeter Zijlstra
2009-05-23perf_counter: Simplify context cleanupPeter Zijlstra
2009-05-23perf_counter: Sanitize context lockingPeter Zijlstra
2009-05-23perf_counter: Sanitize counter->mutexPeter Zijlstra
2009-05-23perf_counter: Fix dynamic irq_period loggingPeter Zijlstra
2009-05-23sparseirq: Allow early irq_desc allocationPaul Mundt
2009-05-22Merge branch 'master' into for-2.6.31Jens Axboe
2009-05-22Merge branch 'master' into for-2.6.31Jens Axboe
2009-05-22perf_counter: Optimize context switch between identical inherited contextsPaul Mackerras
2009-05-22perf_counter: Dynamically allocate tasks' perf_counter_context structPaul Mackerras
2009-05-22Merge branch 'master' into nextJames Morris
2009-05-22Merge branches 'sh/stable-updates' and 'sh/sparseirq'Paul Mundt
2009-05-20perf_counter: Fix context removal deadlockIngo Molnar
2009-05-20ftrace: fix check for return value of register_module_notifier in event_trace...Ming Lei
2009-05-20perf_counter: Optimize sched in/out of countersPeter Zijlstra
2009-05-20perf_counter: Optimize disable of time based sw countersPeter Zijlstra
2009-05-20perf_counter: Log irq_period changesPeter Zijlstra
2009-05-20perf_counter: Solve the rotate_ctx vs inherit race differentlyPeter Zijlstra
2009-05-20futex: fix restart in wait_requeue_piThomas Gleixner
2009-05-20futex: fix restart for early wakeup in futex_wait_requeue_pi()Thomas Gleixner
2009-05-20futex: cleanup error exitThomas Gleixner
2009-05-20Merge branch 'core/urgent' into core/futexesThomas Gleixner
2009-05-20perf_counter: fix counter inheritance raceIngo Molnar
2009-05-20perf_counter: fix counter freeing logicIngo Molnar
2009-05-19futex: setup writeable mapping for futex ops which modify user space dataThomas Gleixner
2009-05-19blktrace: remove debugfs entries on bad pathStefan Raspl
2009-05-19sched: properly define the sched_group::cpumask and sched_domain::span fieldsIngo Molnar
2009-05-18Merge branches 'sched-fixes-for-linus-2' and 'core-fixes-for-linus-2' of git:...Linus Torvalds
2009-05-18Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2009-05-18tracing: fix check for return value of register_module_notifierMing Lei