summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2009-06-06perf_counter: Implement generalized cache event typesIngo Molnar
2009-06-06perf_counter: Separate out attr->type from attr->configIngo Molnar
2009-06-05perf_counter: Fix frequency adjustment for < HZPeter Zijlstra
2009-06-05perf_counter: Add PERF_SAMPLE_PERIODPeter Zijlstra
2009-06-05perf_counter: Change PERF_SAMPLE_CONFIG into PERF_SAMPLE_IDPeter Zijlstra
2009-06-05perf_counter: Generate mmap events for install_special_mapping()Peter Zijlstra
2009-06-05perf_counter: Fix lockup with interrupting countersPaul Mackerras
2009-06-04perf_counter: Remove munmap stuffPeter Zijlstra
2009-06-04perf_counter: Add fork eventPeter Zijlstra
2009-06-03perf_counter: Fix throttling lock-upIngo Molnar
2009-06-03perf_counter: Fix race in counter initializationPeter Zijlstra
2009-06-03perf_counter: Add a comm hook for pure fork()sPeter Zijlstra
2009-06-02perf_counter: Rename perf_counter_hw_event => perf_counter_attrPeter Zijlstra
2009-06-02perf_counter: Add ioctl for changing the sample period/frequencyPeter Zijlstra
2009-06-02perf_counter: Change data head from u32 to u64Peter Zijlstra
2009-06-02perf_counter: Rename various fieldsPeter Zijlstra
2009-06-02perf_counter: Add unique counter idPeter Zijlstra
2009-06-02perf_counter: Use PID namespaces properlyPeter Zijlstra
2009-06-02perf_counter: Remove unused prev_state fieldPaul Mackerras
2009-06-02perf_counter: Fix cpu migration counterPaul Mackerras
2009-06-02perf_counter: Initialize per-cpu context earlier on cpu upPaul Mackerras
2009-06-01perf_counter: Tidy up style detailsIngo Molnar
2009-06-01perf_counter: Allow software counters to count while task is not runningPaul Mackerras
2009-06-01perf_counter: Provide functions for locking and pinning the context for a taskPaul Mackerras
2009-06-01Merge branch 'linus' into perfcounters/coreIngo Molnar
2009-05-29perf_counter: Ammend cleanup in fork() failPeter Zijlstra
2009-05-29perf_counter: Clean up task_ctx vs interruptsPeter Zijlstra
2009-05-29perf_counter: Fix COMM and MMAP events for cpu wide countersPeter Zijlstra
2009-05-29perf_counter: Robustify counter-free logicIngo Molnar
2009-05-29perf_counter: Fix cpuctx->task_ctx racesIngo Molnar
2009-05-29perf_counter: Don't swap contexts containing locked mutexPaul Mackerras
2009-05-28perf_counter: Fix race in attaching counters to tasks and exitingPaul Mackerras
2009-05-26kmod: Release sub_info on cred allocation failure.Tetsuo Handa
2009-05-26perf_counter: Initialize ->oncpu properlyIngo Molnar
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