aboutsummaryrefslogtreecommitdiff
path: root/kernel/perf_counter.c
AgeCommit message (Expand)Author
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2009-09-15Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2009-09-15perf_counter: Fix buffer overflow in perf_copy_attr()Xiao Guangrong
2009-09-03perf_counter: Fix output-sharing error pathIngo Molnar
2009-09-02perf_counter: Introduce new (non-)paranoia level to allow raw tracepoint accessIngo Molnar
2009-09-02Merge branch 'perfcounters/urgent' into perfcounters/coreIngo Molnar
2009-08-29perf_counter: Fix /0 bug in swcountersPeter Zijlstra
2009-08-28perf_counters: Increase paranoia levelIngo Molnar
2009-08-25perf_counter: Allow sharing of output channelsPeter Zijlstra
2009-08-25perf_counter: Start counting time enabled when group leader gets enabledPaul Mackerras
2009-08-21perf_counter: Fix typo in read() output generationPeter Zijlstra
2009-08-18perf_counter: Fix the PARISC buildIngo Molnar
2009-08-17perf_counter: Check task on counter read IPIPaul Mackerras
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo
2009-08-13perf_counter: Report the cloning task as parent on perf_counter_fork()Peter Zijlstra
2009-08-13perf_counter: Fix an ipi-deadlockPeter Zijlstra
2009-08-13perf: Rework/fix the whole read vs group stuffPeter Zijlstra
2009-08-13perf_counter: Fix swcounter context invariancePeter Zijlstra
2009-08-13perf_counter: Provide hw_perf_counter_setup_online() APIsIngo Molnar
2009-08-10perf_counter: Require CAP_SYS_ADMIN for raw tracepoint dataPeter Zijlstra
2009-08-10perf_counter: Correct PERF_SAMPLE_RAW outputPeter Zijlstra
2009-08-09perf_counter: Fix a race on perf_counter_ctxPeter Zijlstra
2009-08-09perf_counter: Fix tracepoint sampling to be part of generic samplingFrederic Weisbecker
2009-08-09perf_counter: Work around gcc warning by initializing tracepoint record uncon...Frederic Weisbecker
2009-08-09perf_counter: Fix software counters for fast moving event sourcesPeter Zijlstra
2009-08-09perf_counter: Fix/complete ftrace event records samplingFrederic Weisbecker
2009-08-09perf_counter, ftrace: Fix perf_counter integrationPeter Zijlstra
2009-08-06perf_counter: Fix double list iteration in per task precise statsPeter Zijlstra
2009-08-02perf_counter: Full task tracingPeter Zijlstra
2009-08-02perf_counter: Collapse inherit on read()Peter Zijlstra
2009-07-22Merge branch 'perf-counters-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2009-07-22perf: fix stack data leakArjan van de Ven
2009-07-22perf_counter: Fix throttle/unthrottle event loggingAnton Blanchard
2009-07-22perf_counter: PERF_SAMPLE_ID and inherited countersPeter Zijlstra
2009-07-22perf_counter: Plug more stack leaksPeter Zijlstra
2009-07-22perf: Fix stack data leakArjan van de Ven
2009-07-22Merge commit 'tip/perfcounters/core' into perf-counters-for-linusPeter Zijlstra
2009-07-18perf_counter: Make sure we dont leak kernel memory to userspaceAnton Blanchard
2009-07-13perf_counter: Fix the tracepoint channel to perfcountersChris Wilson
2009-07-10perf_counter: Stop open coding unclone_ctxPeter Zijlstra
2009-07-06Fix virt_to_phys() warningsKevin Cernekee
2009-07-04Merge branch 'master' into for-nextTejun Heo
2009-06-30perf_counter: Provide a way to enable counters on execPaul Mackerras
2009-06-26perf_counter: Complete counter swapPeter Zijlstra
2009-06-25perf_counter: Rework the sample ABIPeter Zijlstra
2009-06-25perf_counter: Implement more accurate per task statisticsPeter Zijlstra
2009-06-25perf_counter: Add PERF_EVENT_READPeter Zijlstra
2009-06-25perf_counter, x86: Add mmap counter read supportPeter Zijlstra
2009-06-25perf_counter: Add scale information to the mmap control pagePeter Zijlstra
2009-06-24percpu: clean up percpu variable definitionsTejun Heo