perf_counter: Fix lockup with interrupting counters
[linux-2.6] / kernel / perf_counter.c
2009-06-05  Paul Mackerrasperf_counter: Fix lockup with interrupting counters
2009-06-04  Peter Zijlstraperf_counter: Remove munmap stuff
2009-06-04  Peter Zijlstraperf_counter: Add fork event
2009-06-03  Ingo Molnarperf_counter: Fix throttling lock-up
2009-06-03  Peter Zijlstraperf_counter: Fix race in counter initialization
2009-06-02  Peter Zijlstraperf_counter: Rename perf_counter_hw_event => perf_coun...
2009-06-02  Peter Zijlstraperf_counter: Add ioctl for changing the sample period...
2009-06-02  Peter Zijlstraperf_counter: Change data head from u32 to u64
2009-06-02  Peter Zijlstraperf_counter: Rename various fields
2009-06-02  Peter Zijlstraperf_counter: Add unique counter id
2009-06-02  Peter Zijlstraperf_counter: Use PID namespaces properly
2009-06-02  Paul Mackerrasperf_counter: Remove unused prev_state field
2009-06-02  Paul Mackerrasperf_counter: Fix cpu migration counter
2009-06-02  Paul Mackerrasperf_counter: Initialize per-cpu context earlier on...
2009-06-01  Ingo Molnarperf_counter: Tidy up style details
2009-06-01  Paul Mackerrasperf_counter: Allow software counters to count while...
2009-06-01  Paul Mackerrasperf_counter: Provide functions for locking and pinning...
2009-06-01  Ingo MolnarMerge branch 'linus' into perfcounters/core
2009-05-29  Peter Zijlstraperf_counter: Ammend cleanup in fork() fail
2009-05-29  Peter Zijlstraperf_counter: Clean up task_ctx vs interrupts
2009-05-29  Peter Zijlstraperf_counter: Fix COMM and MMAP events for cpu wide...
2009-05-29  Ingo Molnarperf_counter: Robustify counter-free logic
2009-05-29  Ingo Molnarperf_counter: Fix cpuctx->task_ctx races
2009-05-29  Paul Mackerrasperf_counter: Don't swap contexts containing locked...
2009-05-28  Paul Mackerrasperf_counter: Fix race in attaching counters to tasks...
2009-05-26  Ingo Molnarperf_counter: Initialize ->oncpu properly
2009-05-25  Ingo Molnarperf_counter: fix warning & lockup
2009-05-25  Peter Zijlstraperf_counter: Generic per counter interrupt throttle
2009-05-25  Peter Zijlstraperf_counter: Fix PERF_COUNTER_CONTEXT_SWITCHES for...
2009-05-25  Peter Zijlstraperf_counter: Propagate inheritance failures down the...
2009-05-25  Peter Zijlstraperf_counter: Make pctrl() affect inherited counters too
2009-05-24  Ingo Molnarperf_counter: Increase mmap limit
2009-05-24  Peter Zijlstraperf_counter: Remove perf_counter_context::nr_enabled
2009-05-24  Peter Zijlstraperf_counter: Change pctrl() behaviour
2009-05-23  Peter Zijlstraperf_counter: Simplify context cleanup
2009-05-23  Peter Zijlstraperf_counter: Sanitize context locking
2009-05-23  Peter Zijlstraperf_counter: Sanitize counter->mutex
2009-05-23  Peter Zijlstraperf_counter: Fix dynamic irq_period logging
2009-05-22  Paul Mackerrasperf_counter: Optimize context switch between identical...
2009-05-22  Paul Mackerrasperf_counter: Dynamically allocate tasks' perf_counter_...
2009-05-20  Ingo Molnarperf_counter: Fix context removal deadlock
2009-05-20  Peter Zijlstraperf_counter: Optimize sched in/out of counters
2009-05-20  Peter Zijlstraperf_counter: Optimize disable of time based sw counters
2009-05-20  Peter Zijlstraperf_counter: Log irq_period changes
2009-05-20  Peter Zijlstraperf_counter: Solve the rotate_ctx vs inherit race...
2009-05-19  Ingo Molnarperf_counter: fix counter inheritance race
2009-05-19  Ingo Molnarperf_counter: fix counter freeing logic
2009-05-18  Ingo MolnarMerge commit 'v2.6.30-rc6' into perfcounters/core
2009-05-17  Peter Zijlstraperf_counter: Fix inheritance cleanup code
2009-05-15  Paul Mackerrasperf_counter: allow arch to supply event misc flags...
2009-05-15  Peter Zijlstraperf_counter: frequency based adaptive irq_period,...
2009-05-15  Peter Zijlstraperf_counter: frequency based adaptive irq_period
2009-05-15  Peter Zijlstraperf_counter: per user mlock gift
2009-05-15  Peter Zijlstraperf_counter: remove perf_disable/enable exports
2009-05-15  Peter Zijlstraperf_counter: Rework the perf counter disable/enable
2009-05-15  Peter Zijlstraperf_counter: Fix perf_output_copy() WARN to account...
2009-05-12  Paul Mackerrasperf_counter: call hw_perf_save_disable/restore around...
2009-05-11  Paul Mackerrasperf_counter: call atomic64_set for counter->count
2009-05-11  Paul Mackerrasperf_counter: don't count scheduler ticks as context...
2009-05-11  Paul Mackerrasperf_counter: Put whole group on when enabling group...
2009-05-08  Peter Zijlstraperf_counter: add PERF_RECORD_CPU
2009-05-08  Peter Zijlstraperf_counter: add PERF_RECORD_CONFIG
2009-05-08  Peter Zijlstraperf_counter: rework ioctl()s
2009-05-08  Peter Zijlstraperf_counter: optimize perf_counter_task_tick()
2009-05-06  Ingo MolnarMerge branch 'core/locking' into perfcounters/core
2009-05-05  Peter Zijlstraperf_counter: inheritable sample counters
2009-05-05  Peter Zijlstraperf_counter: fix the output lock
2009-05-05  Peter Zijlstraperf_counter: provide an mlock threshold
2009-05-05  Peter Zijlstraperf_counter: add ioctl(PERF_COUNTER_IOC_RESET)
2009-05-05  Peter Zijlstraperf_counter: uncouple data_head updates from wakeups
2009-05-04  Ingo Molnarperf_counter: convert perf_resource_mutex to a spinlock
2009-05-04  Ingo Molnarperf_counter: initialize the per-cpu context earlier
2009-05-04  Ingo Molnarperf_counter: round-robin per-CPU counters too
2009-05-01  Peter Zijlstraperf_counter: fix race in perf_output_*
2009-04-30  Thomas GleixnerMerge branch 'core/signal' into perfcounters/core
2009-04-30  Paul Mackerrasperf_counter: update copyright notice
2009-04-29  Ingo Molnarperf_counter: add/update copyrights
2009-04-29  Robert Richterperfcounters: rename struct hw_perf_counter_ops into...
2009-04-29  Ingo MolnarMerge branch 'linus' into perfcounters/core
2009-04-15  Steven Whitehouseperfcounters: export perf_tpcounter_event
2009-04-09  Peter Zijlstraperf_counter: log full path names
2009-04-09  Peter Zijlstraperf_counter: sysctl for system wide perf counters
2009-04-09  Peter Zijlstraperf_counter: optimize mmap/comm tracking
2009-04-09  Ingo Molnarperf_counter: fix off task->comm by one
2009-04-08  Peter Zijlstraperf_counter: allow for data addresses to be recorded
2009-04-08  Peter Zijlstraperf_counter: move PERF_RECORD_TIME
2009-04-08  Peter Zijlstraperf_counter: track task-comm data
2009-04-08  Peter Zijlstraperf_counter: use misc field to widen type
2009-04-08  Peter Zijlstraperf_counter: provide misc bits in the event header
2009-04-08  Peter Zijlstraperf_counter: fix NMI race in task clock
2009-04-08  Ingo MolnarMerge commit 'v2.6.30-rc1' into perfcounters/core
2009-04-07  Ingo MolnarMerge branch 'linus' into perfcounters/core
2009-04-07  Peter Zijlstraperf_counter: minimize context time updates
2009-04-07  Peter Zijlstraperf_counter: remove rq->lock usage
2009-04-07  Peter Zijlstraperf_counter: rework the task clock software counter
2009-04-07  Peter Zijlstraperf_counter: rework context time
2009-04-07  Peter Zijlstraperf_counter: change event definition
2009-04-07  Peter Zijlstraperf_counter: counter overflow limit
2009-04-07  Peter Zijlstraperf_counter: PERF_RECORD_TIME
2009-04-07  Peter Zijlstraperf_counter: fix the mlock accounting
next