Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | genirq, irq.h: Fix kernel-doc warnings | Randy Dunlap | 2009-06-14 | 1 | -2/+2 | |
| * | | | | | | | genirq: fix comment to say IRQ_WAKE_THREAD | Steven Rostedt | 2009-05-12 | 1 | -1/+1 | |
* | | | | | | | | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2009-06-20 | 40 | -892/+2321 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | perfcounter: Handle some IO return values | Frederic Weisbecker | 2009-06-20 | 2 | -3/+11 | |
| * | | | | | | | | perf_counter: Push perf_sample_data through the swcounter code | Peter Zijlstra | 2009-06-20 | 1 | -26/+29 | |
| * | | | | | | | | perf_counter tools: Define and use our own u64, s64 etc. definitions | Paul Mackerras | 2009-06-19 | 13 | -156/+176 | |
| * | | | | | | | | perf_counter: Close race in perf_lock_task_context() | Peter Zijlstra | 2009-06-19 | 1 | -6/+5 | |
| * | | | | | | | | perf_counter, x86: Improve interactions with fast-gup | Ingo Molnar | 2009-06-19 | 2 | -2/+7 | |
| * | | | | | | | | perf_counter: Simplify and fix task migration counting | Peter Zijlstra | 2009-06-19 | 3 | -27/+3 | |
| * | | | | | | | | perf_counter tools: Add a data file header | Peter Zijlstra | 2009-06-19 | 3 | -43/+73 | |
| * | | | | | | | | perf_counter: Update userspace callchain sampling uses | Peter Zijlstra | 2009-06-19 | 1 | -47/+39 | |
| * | | | | | | | | perf_counter: Make callchain samples extensible | Peter Zijlstra | 2009-06-19 | 2 | -34/+23 | |
| * | | | | | | | | perf report: Filter to parent set by default | Ingo Molnar | 2009-06-18 | 2 | -4/+28 | |
| * | | | | | | | | perf_counter tools: Handle lost events | Peter Zijlstra | 2009-06-18 | 2 | -5/+44 | |
| * | | | | | | | | perf_counter: Add event overlow handling | Peter Zijlstra | 2009-06-18 | 2 | -67/+158 | |
| * | | | | | | | | fs: Provide empty .set_page_dirty() aop for anon inodes | Peter Zijlstra | 2009-06-18 | 1 | -0/+15 | |
| * | | | | | | | | perf_counter: tools: Makefile tweaks for 64-bit powerpc | Paul Mackerras | 2009-06-18 | 1 | -1/+6 | |
| * | | | | | | | | perf_counter: powerpc: Add processor back-end for MPC7450 family | Paul Mackerras | 2009-06-18 | 3 | -0/+420 | |
| * | | | | | | | | perf_counter: powerpc: Make powerpc perf_counter code safe for 32-bit kernels | Paul Mackerras | 2009-06-18 | 1 | -60/+133 | |
| * | | | | | | | | perf_counter: powerpc: Change how processor-specific back-ends get selected | Paul Mackerras | 2009-06-18 | 8 | -45/+96 | |
| * | | | | | | | | perf_counter: powerpc: Use unsigned long for register and constraint values | Paul Mackerras | 2009-06-18 | 8 | -212/+229 | |
| * | | | | | | | | perf_counter: powerpc: Enable use of software counters on 32-bit powerpc | Paul Mackerras | 2009-06-18 | 6 | -7/+51 | |
| * | | | | | | | | perf_counter tools: Add and use isprint() | Peter Zijlstra | 2009-06-18 | 3 | -18/+20 | |
| * | | | | | | | | perf report: Add validation of call-chain entries | Ingo Molnar | 2009-06-18 | 2 | -38/+56 | |
| * | | | | | | | | perf report: Tidy up the "--parent <regex>" and "--sort parent" call-chain fe... | Ingo Molnar | 2009-06-18 | 1 | -33/+34 | |
| * | | | | | | | | perf_counter tools: Replace isprint() with issane() | Peter Zijlstra | 2009-06-17 | 2 | -1/+2 | |
| * | | | | | | | | perf_counter: x86: Set the period in the intel overflow handler | Peter Zijlstra | 2009-06-17 | 1 | -0/+2 | |
| * | | | | | | | | perf report: Add --sort <call> --call <$regex> | Peter Zijlstra | 2009-06-17 | 1 | -51/+158 | |
| * | | | | | | | | Merge branch 'linus' into perfcounters/core | Ingo Molnar | 2009-06-17 | 3698 | -84883/+292992 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | x86: Add NMI types for kmap_atomic, fix | Peter Zijlstra | 2009-06-15 | 2 | -6/+10 | |
| * | | | | | | | | | perf report: Fix 32-bit printf format | Ingo Molnar | 2009-06-15 | 1 | -1/+1 | |
| * | | | | | | | | | perf_counter: Make set_perf_counter_pending() declaration common | Paul Mackerras | 2009-06-15 | 4 | -6/+3 | |
| * | | | | | | | | | perf_counter: powerpc: Fix two compile warnings | Paul Mackerras | 2009-06-15 | 1 | -1/+3 | |
| * | | | | | | | | | perf report: Add per system call overhead histogram | Ingo Molnar | 2009-06-15 | 1 | -0/+12 | |
| * | | | | | | | | | perf_counter: x86: Fix call-chain support to use NMI-safe methods | Peter Zijlstra | 2009-06-15 | 1 | -10/+39 | |
| * | | | | | | | | | x86: Add NMI types for kmap_atomic | Peter Zijlstra | 2009-06-15 | 2 | -3/+6 | |
| * | | | | | | | | | x86, mm: Add __get_user_pages_fast() | Peter Zijlstra | 2009-06-15 | 2 | -0/+62 | |
| * | | | | | | | | | perf_counter: Fix ctx->mutex vs counter->mutex inversion | Peter Zijlstra | 2009-06-15 | 1 | -23/+11 | |
| * | | | | | | | | | perf record: Fix fast task-exit race | Ingo Molnar | 2009-06-15 | 1 | -4/+12 | |
| * | | | | | | | | | perf_counter, x86: Fix kernel-space call-chains | Ingo Molnar | 2009-06-15 | 1 | -13/+9 | |
| * | | | | | | | | | perf_counter, x86: Fix call-chain walking | Ingo Molnar | 2009-06-14 | 1 | -2/+4 | |
| * | | | | | | | | | perf record/report: Add call graph / call chain profiling | Ingo Molnar | 2009-06-14 | 2 | -12/+53 | |
| * | | | | | | | | | perf report: Print out raw events in hexa | Ingo Molnar | 2009-06-14 | 1 | -1/+35 | |
| * | | | | | | | | | perf annotate: Fixes for filename:line displays | Frederic Weisbecker | 2009-06-13 | 1 | -5/+6 | |
| * | | | | | | | | | perf stat: Enable raw data to be printed | Ingo Molnar | 2009-06-13 | 2 | -18/+30 | |
| * | | | | | | | | | perf stat: Add feature to run and measure a command multiple times | Ingo Molnar | 2009-06-13 | 1 | -65/+194 | |
| * | | | | | | | | | perf stat: Reorganize output | Ingo Molnar | 2009-06-13 | 2 | -29/+42 | |
| * | | | | | | | | | perf_counter, x86: Update AMD hw caching related event table | Jaswinder Singh Rajput | 2009-06-13 | 1 | -21/+15 | |
| * | | | | | | | | | perf_counter, x86: Check old-AMD performance monitoring support | Jaswinder Singh Rajput | 2009-06-13 | 1 | -0/+4 | |
| * | | | | | | | | | perf_counter: Fix stack corruption in perf_read_hw | Marti Raudsepp | 2009-06-13 | 1 | -1/+1 |