summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86: atomic64: Improve atomic64_xchg()Ingo Molnar2009-07-032-15/+15
* x86: atomic64: Export APIs to modulesIngo Molnar2009-07-032-1/+19
* x86: atomic64: Improve atomic64_read()Eric Dumazet2009-07-031-2/+10
* x86: atomic64: Code atomic(64)_read and atomic(64)_set in C not CPPPaul Mackerras2009-07-032-11/+47
* x86: atomic64: Fix unclean type use in atomic64_xchg()Ingo Molnar2009-07-031-1/+1
* x86: atomic64: Make atomic_read() type-safeIngo Molnar2009-07-031-1/+4
* x86: atomic64: Reduce size of functionsIngo Molnar2009-07-031-2/+2
* x86: atomic64: Improve atomic64_add_return()Ingo Molnar2009-07-031-3/+12
* x86: atomic64: Improve cmpxchg8b()Eric Dumazet2009-07-031-12/+7
* x86: atomic64: Improve atomic64_read()Eric Dumazet2009-07-031-6/+2
* x86: atomic64: Move the 32-bit atomic64_t implementation to a .c fileIngo Molnar2009-07-033-117/+237
* x86: atomic64: The atomic64_t data type should be 8 bytes aligned on 32-bit tooEric Dumazet2009-07-031-1/+1
* perf report: Annotate variable initializationIngo Molnar2009-07-031-1/+1
* perf_counter tools: Adjust symbols in ET_EXEC files tooArnaldo Carvalho de Melo2009-07-032-6/+7
* perf_counter tools: Display percents of hits in callchain with overhead colorsFrederic Weisbecker2009-07-021-2/+3
* perf_counter tools: Provide helper to print percents colorFrederic Weisbecker2009-07-025-56/+38
* perf_counter tools: Set the minimum percent for callchains to be displayedFrederic Weisbecker2009-07-023-21/+49
* perf report: Add support for callchain graph outputFrederic Weisbecker2009-07-023-18/+185
* perf_counter tools: Add new OPT_CALLBACK_DEFAULT optionFrederic Weisbecker2009-07-022-1/+4
* perf_counter tools: Create new chain_for_each_child() iteratorFrederic Weisbecker2009-07-021-3/+6
* perf_counter tools: Enable kernel module symbol loading in toolsMike Galbraith2009-07-023-8/+38
* perf_counter tools: Connect module support infrastructure to symbol loading i...Mike Galbraith2009-07-025-14/+156
* perf_counter tools: Add infrastructure to support loading of kernel module sy...Mike Galbraith2009-07-023-0/+564
* perf_counter tools: Make symbol loading consistently return number of loaded ...Mike Galbraith2009-07-024-6/+9
* perf stat: Handle pipe read failures in perf statFrederic Weisbecker2009-07-011-2/+4
* perf_counter: Ignore the nmi call frames in the x86-64 backtracesFrederic Weisbecker2009-07-014-8/+30
* perf_counter tools: Share list.h with the kernelArnaldo Carvalho de Melo2009-07-0110-608/+32
* perf_counter tools: Share rbtree.with the kernelArnaldo Carvalho de Melo2009-07-0112-562/+39
* perf list: Add cache eventsJaswinder Singh Rajput2009-07-011-1/+16
* perf stat: Define MATCH_EVENT for easy attr checkingJaswinder Singh Rajput2009-07-011-17/+10
* perf_counter tools: Add more warnings and fix/annotate themIngo Molnar2009-07-0127-128/+151
* perf report: Fix HV bit mismergeIngo Molnar2009-07-011-3/+3
* perf_counter tools: Rework event string parsing/syntaxPaul Mackerras2009-07-011-72/+160
* powerpc/perf_counter: Enable alternate PR/HV bits for POWER7Anton Blanchard2009-07-011-0/+1
* perf_counter tools: Various fixes for callchainsFrederic Weisbecker2009-07-011-32/+90
* perf_counter tools: Resolve symbols in callchainsFrederic Weisbecker2009-07-013-50/+90
* perf_counter tools: Fix storage size allocation of callchain listFrederic Weisbecker2009-07-011-1/+1
* Merge branch 'linus' into perfcounters/urgentIngo Molnar2009-07-011289-16108/+53840
|\
| * Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds2009-06-304-103/+105
| |\
| | * kmemleak: Inform kmemleak about pid_hashCatalin Marinas2009-06-291-0/+7
| | * kmemleak: Do not warn if an unknown object is freedCatalin Marinas2009-06-291-0/+2
| | * kmemleak: Do not report new leaked objects if the scanning was stoppedCatalin Marinas2009-06-291-5/+10
| | * kmemleak: Slightly change the policy on newly allocated objectsCatalin Marinas2009-06-261-1/+6
| | * kmemleak: Do not trigger a scan when reading the debug/kmemleak fileCatalin Marinas2009-06-262-52/+47
| | * kmemleak: Simplify the reports logged by the scanning threadCatalin Marinas2009-06-262-48/+19
| | * kmemleak: Enable task stacks scanning by defaultCatalin Marinas2009-06-262-5/+5
| | * kmemleak: Allow the early log buffer to be configurable.Catalin Marinas2009-06-253-2/+19
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2009-06-302-4/+7
| |\ \
| | * | dm table: fix blk_stack_limits arg to use bytes not sectorsMike Snitzer2009-06-301-1/+1
| | * | dm exception store: really fix type lookupMilan Broz2009-06-301-3/+6