HWPOISON: Add basic support for poisoned pages in fault handler v3
[safe/jmp/linux-2.6] / kernel / perf_counter.c
2009-09-15 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-09-15 Linus TorvaldsMerge branch 'perfcounters-fixes-for-linus' of git...
2009-09-15 Xiao Guangrongperf_counter: Fix buffer overflow in perf_copy_attr()
2009-09-03 Ingo Molnarperf_counter: Fix output-sharing error path
2009-09-02 Ingo Molnarperf_counter: Introduce new (non-)paranoia level to...
2009-09-02 Ingo MolnarMerge branch 'perfcounters/urgent' into perfcounters...
2009-08-29 Peter Zijlstraperf_counter: Fix /0 bug in swcounters
2009-08-28 Ingo Molnarperf_counters: Increase paranoia level
2009-08-25 Peter Zijlstraperf_counter: Allow sharing of output channels
2009-08-25 Paul Mackerrasperf_counter: Start counting time enabled when group...
2009-08-21 Peter Zijlstraperf_counter: Fix typo in read() output generation
2009-08-18 Ingo Molnarperf_counter: Fix the PARISC build
2009-08-17 Paul Mackerrasperf_counter: Check task on counter read IPI
2009-08-14 Tejun HeoMerge branch 'percpu-for-linus' into percpu-for-next
2009-08-13 Peter Zijlstraperf_counter: Report the cloning task as parent on...
2009-08-13 Peter Zijlstraperf_counter: Fix an ipi-deadlock
2009-08-13 Peter Zijlstraperf: Rework/fix the whole read vs group stuff
2009-08-13 Peter Zijlstraperf_counter: Fix swcounter context invariance
2009-08-13 Ingo Molnarperf_counter: Provide hw_perf_counter_setup_online...
2009-08-10 Peter Zijlstraperf_counter: Require CAP_SYS_ADMIN for raw tracepoint...
2009-08-10 Peter Zijlstraperf_counter: Correct PERF_SAMPLE_RAW output
2009-08-09 Markus Metzgerx86, perf_counter, bts: Add BTS support to perfcounters
2009-08-09 Peter Zijlstraperf_counter: Fix a race on perf_counter_ctx
2009-08-09 Frederic Weisbeckerperf_counter: Fix tracepoint sampling to be part of...
2009-08-09 Frederic Weisbeckerperf_counter: Work around gcc warning by initializing...
2009-08-09 Peter Zijlstraperf_counter: Fix software counters for fast moving...
2009-08-09 Frederic Weisbeckerperf_counter: Fix/complete ftrace event records sampling
2009-08-09 Peter Zijlstraperf_counter, ftrace: Fix perf_counter integration
2009-08-06 Peter Zijlstraperf_counter: Fix double list iteration in per task...
2009-08-02 Peter Zijlstraperf_counter: Full task tracing
2009-08-02 Peter Zijlstraperf_counter: Collapse inherit on read()
2009-07-22 Linus TorvaldsMerge branch 'perf-counters-for-linus' of git://git...
2009-07-22 Arjan van de Venperf: fix stack data leak
2009-07-22 Anton Blanchardperf_counter: Fix throttle/unthrottle event logging
2009-07-22 Peter Zijlstraperf_counter: PERF_SAMPLE_ID and inherited counters
2009-07-22 Peter Zijlstraperf_counter: Plug more stack leaks
2009-07-22 Arjan van de Venperf: Fix stack data leak
2009-07-22 Peter ZijlstraMerge commit 'tip/perfcounters/core' into perf-counters...
2009-07-18 Anton Blanchardperf_counter: Make sure we dont leak kernel memory...
2009-07-13 Chris Wilsonperf_counter: Fix the tracepoint channel to perfcounters
2009-07-10 Peter Zijlstraperf_counter: Stop open coding unclone_ctx
2009-07-06 Kevin CernekeeFix virt_to_phys() warnings
2009-07-03 Tejun HeoMerge branch 'master' into for-next
2009-06-30 Paul Mackerrasperf_counter: Provide a way to enable counters on exec
2009-06-26 Peter Zijlstraperf_counter: Complete counter swap
2009-06-25 Peter Zijlstraperf_counter: Rework the sample ABI
2009-06-25 Peter Zijlstraperf_counter: Implement more accurate per task statistics
2009-06-25 Peter Zijlstraperf_counter: Add PERF_EVENT_READ
2009-06-25 Peter Zijlstraperf_counter, x86: Add mmap counter read support
2009-06-25 Peter Zijlstraperf_counter: Add scale information to the mmap control...
2009-06-24 Tejun Heopercpu: clean up percpu variable definitions
2009-06-23 Peter Zijlstraperf_counter: Optimize perf_counter_alloc()'s inherit...
2009-06-23 Peter Zijlstraperf_counter: Push inherit into perf_counter_alloc()
2009-06-23 Peter Zijlstraperf_counter: Optimize perf_swcounter_event()
2009-06-20 Peter Zijlstraperf_counter: Push perf_sample_data through the swcount...
2009-06-19 Peter Zijlstraperf_counter: Close race in perf_lock_task_context()
2009-06-19 Peter Zijlstraperf_counter: Simplify and fix task migration counting
2009-06-18 Peter Zijlstraperf_counter: Add event overlow handling
2009-06-15 Peter Zijlstraperf_counter: Fix ctx->mutex vs counter->mutex inversion
2009-06-13 Marti Raudseppperf_counter: Fix stack corruption in perf_read_hw
2009-06-13 Paul Mackerrasperf_counter: Fix atomic_set vs. atomic64_t type mismatch
2009-06-12 Peter Zijlstraperf_counter: Add forward/backward attribute ABI compat...
2009-06-12 Peter Zijlstraperf_counter: Remove PERF_TYPE_RAW special casing
2009-06-11 Peter Zijlstraperf_counter: Add counter->id to the throttle event
2009-06-11 Peter Zijlstraperf_counter: Standardize event names
2009-06-11 Peter Zijlstraperf_counter: Rename enums
2009-06-11 Peter Zijlstraperf_counter: Rename perf_counter_limit sysctl
2009-06-11 Peter Zijlstraperf_counter: More paranoia settings
2009-06-11 Peter Zijlstraperf_counter: Accurate period data
2009-06-11 Peter Zijlstraperf_counter: Introduce struct for sample data
2009-06-11 Peter Zijlstraperf_counter: Annotate exit ctx recursion
2009-06-10 Peter Zijlstraperf_counter: More aggressive frequency adjustment
2009-06-06 Ingo Molnarperf_counter: Implement generalized cache event types
2009-06-06 Ingo Molnarperf_counter: Separate out attr->type from attr->config
2009-06-05 Peter Zijlstraperf_counter: Fix frequency adjustment for < HZ
2009-06-05 Peter Zijlstraperf_counter: Add PERF_SAMPLE_PERIOD
2009-06-05 Peter Zijlstraperf_counter: Change PERF_SAMPLE_CONFIG into PERF_SAMPLE_ID
2009-06-05 Peter Zijlstraperf_counter: Generate mmap events for install_special_...
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-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
next