summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: page_alloc: clear PG_locked before checking flags on freeJohannes Weiner2009-06-211-5/+4Star
* x86, 64-bit: Clean up user address maskingLinus Torvalds2009-06-214-12/+4Star
* Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-06-202-3/+3
|\
| * genirq, irq.h: Fix kernel-doc warningsRandy Dunlap2009-06-141-2/+2
| * genirq: fix comment to say IRQ_WAKE_THREADSteven Rostedt2009-05-121-1/+1
* | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-06-2040-892/+2321
|\ \
| * | perfcounter: Handle some IO return valuesFrederic Weisbecker2009-06-202-3/+11
| * | perf_counter: Push perf_sample_data through the swcounter codePeter Zijlstra2009-06-201-26/+29
| * | perf_counter tools: Define and use our own u64, s64 etc. definitionsPaul Mackerras2009-06-1913-156/+176
| * | perf_counter: Close race in perf_lock_task_context()Peter Zijlstra2009-06-191-6/+5Star
| * | perf_counter, x86: Improve interactions with fast-gupIngo Molnar2009-06-192-2/+7
| * | perf_counter: Simplify and fix task migration countingPeter Zijlstra2009-06-193-27/+3Star
| * | perf_counter tools: Add a data file headerPeter Zijlstra2009-06-193-43/+73
| * | perf_counter: Update userspace callchain sampling usesPeter Zijlstra2009-06-191-47/+39Star
| * | perf_counter: Make callchain samples extensiblePeter Zijlstra2009-06-192-34/+23Star
| * | perf report: Filter to parent set by defaultIngo Molnar2009-06-182-4/+28
| * | perf_counter tools: Handle lost eventsPeter Zijlstra2009-06-182-5/+44
| * | perf_counter: Add event overlow handlingPeter Zijlstra2009-06-182-67/+158
| * | fs: Provide empty .set_page_dirty() aop for anon inodesPeter Zijlstra2009-06-181-0/+15
| * | perf_counter: tools: Makefile tweaks for 64-bit powerpcPaul Mackerras2009-06-181-1/+6
| * | perf_counter: powerpc: Add processor back-end for MPC7450 familyPaul Mackerras2009-06-183-0/+420
| * | perf_counter: powerpc: Make powerpc perf_counter code safe for 32-bit kernelsPaul Mackerras2009-06-181-60/+133
| * | perf_counter: powerpc: Change how processor-specific back-ends get selectedPaul Mackerras2009-06-188-45/+96
| * | perf_counter: powerpc: Use unsigned long for register and constraint valuesPaul Mackerras2009-06-188-212/+229
| * | perf_counter: powerpc: Enable use of software counters on 32-bit powerpcPaul Mackerras2009-06-186-7/+51
| * | perf_counter tools: Add and use isprint()Peter Zijlstra2009-06-183-18/+20
| * | perf report: Add validation of call-chain entriesIngo Molnar2009-06-182-38/+56
| * | perf report: Tidy up the "--parent <regex>" and "--sort parent" call-chain fe...Ingo Molnar2009-06-181-33/+34
| * | perf_counter tools: Replace isprint() with issane()Peter Zijlstra2009-06-172-1/+2
| * | perf_counter: x86: Set the period in the intel overflow handlerPeter Zijlstra2009-06-171-0/+2
| * | perf report: Add --sort <call> --call <$regex>Peter Zijlstra2009-06-171-51/+158
| * | Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-173698-84883/+292992
| |\ \
| * | | x86: Add NMI types for kmap_atomic, fixPeter Zijlstra2009-06-152-6/+10
| * | | perf report: Fix 32-bit printf formatIngo Molnar2009-06-151-1/+1
| * | | perf_counter: Make set_perf_counter_pending() declaration commonPaul Mackerras2009-06-154-6/+3Star
| * | | perf_counter: powerpc: Fix two compile warningsPaul Mackerras2009-06-151-1/+3
| * | | perf report: Add per system call overhead histogramIngo Molnar2009-06-151-0/+12
| * | | perf_counter: x86: Fix call-chain support to use NMI-safe methodsPeter Zijlstra2009-06-151-10/+39
| * | | x86: Add NMI types for kmap_atomicPeter Zijlstra2009-06-152-3/+6
| * | | x86, mm: Add __get_user_pages_fast()Peter Zijlstra2009-06-152-0/+62
| * | | perf_counter: Fix ctx->mutex vs counter->mutex inversionPeter Zijlstra2009-06-151-23/+11Star
| * | | perf record: Fix fast task-exit raceIngo Molnar2009-06-151-4/+12
| * | | perf_counter, x86: Fix kernel-space call-chainsIngo Molnar2009-06-151-13/+9Star
| * | | perf_counter, x86: Fix call-chain walkingIngo Molnar2009-06-141-2/+4
| * | | perf record/report: Add call graph / call chain profilingIngo Molnar2009-06-142-12/+53
| * | | perf report: Print out raw events in hexaIngo Molnar2009-06-141-1/+35
| * | | perf annotate: Fixes for filename:line displaysFrederic Weisbecker2009-06-131-5/+6
| * | | perf stat: Enable raw data to be printedIngo Molnar2009-06-132-18/+30
| * | | perf stat: Add feature to run and measure a command multiple timesIngo Molnar2009-06-131-65/+194
| * | | perf stat: Reorganize outputIngo Molnar2009-06-132-29/+42