aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-017-28/+581
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-05-291-24/+79
| |\
| | * Input: multitouch - augment event semantics documentationHenrik Rydberg2009-05-231-24/+79
| * | Merge branch 'fix/pcm-jiffies-check' into for-linusTakashi Iwai2009-05-271-0/+5
| |\ \
| | * | ALSA: Enable PCM hw_ptr_jiffies check only in xrun_debug modeTakashi Iwai2009-05-271-0/+5
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2009-05-261-0/+1
| |\ \ \
| | * | | ALSA: hda - Add 5stack-no-fp model for STAC927xTakashi Iwai2009-05-241-0/+1
| * | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-05-251-0/+4
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | x86: introduce noxsave boot parameterSuresh Siddha2009-05-221-0/+4
| * | | | hugh: update email addressHugh Dickins2009-05-211-1/+1
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-05-191-3/+12
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Doc: fixed descriptions on /proc/sys/net/core/* and /proc/sys/net/unix/*Wang Tinggong2009-05-171-3/+12
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2009-05-171-0/+479
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | slub: add Documentation/ABI/testing/sysfs-kernel-slabDavid Rientjes2009-04-281-0/+479
* | | | | perf_counter tools: Fix unknown command help textIngo Molnar2009-05-311-3/+0
* | | | | perf_counter tools: Generate per command manpages (and pdf/html, etc.)Ingo Molnar2009-05-3014-27/+581
* | | | | perf_counter tools: Fix 'make install'Ingo Molnar2009-05-301-0/+1
* | | | | perf_counter tools: Print 'CPU utilization factor' in builtin-statIngo Molnar2009-05-301-2/+11
* | | | | perf_counter tools: Add locking to perf topArnaldo Carvalho de Melo2009-05-301-16/+31
* | | | | perf_counter tools: Shorten the DSO names using cwdArnaldo Carvalho de Melo2009-05-291-3/+38
* | | | | perf_counter tools: Also display time-normalized stat resultsIngo Molnar2009-05-291-1/+11
* | | | | perf_counter tools: Split display into reading and printingIngo Molnar2009-05-291-6/+34
* | | | | perf_counter tools: Clean up builtin-stat.c's do_perfstat()Ingo Molnar2009-05-291-49/+67
* | | | | perf_counter tools: Fix top symbol table max_ip typoMike Galbraith2009-05-291-1/+1
* | | | | perf_counter tools: Fix top symbol table dump typoMike Galbraith2009-05-291-1/+1
* | | | | perf_counter tools: Document '--' option parsing terminatorMike Galbraith2009-05-294-1/+5
* | | | | perf_counter tools: Convert builtin-top to use libperf symbol routinesArnaldo Carvalho de Melo2009-05-281-186/+117
* | | | | perf_counter tools: Optionally pass a symbol filter to the dso load routinesArnaldo Carvalho de Melo2009-05-283-17/+28
* | | | | perf_counter tools: Consolidate dso methods to load kernel symbolsArnaldo Carvalho de Melo2009-05-283-11/+18
* | | | | perf_counter tools: struct symbol priv areaArnaldo Carvalho de Melo2009-05-283-12/+26
* | | | | perf_counter tools: Move symbol resolution classes from report to libperfArnaldo Carvalho de Melo2009-05-284-443/+471
* | | | | perf_counter tools: report: Add help text for --sortIngo Molnar2009-05-281-1/+2
* | | | | perf_counter tools: report: Implement header output for --sort variantsPeter Zijlstra2009-05-281-42/+28
* | | | | pref_counter: tools: report: Robustify in case of weird eventsIngo Molnar2009-05-271-9/+8
* | | | | pref_counter: tools: report: Add header printout & prettifyIngo Molnar2009-05-271-10/+30
* | | | | pref_counter: tools: report: Add dso sortingPeter Zijlstra2009-05-271-0/+30
* | | | | perf_counter: tools: report: Add comm sortingPeter Zijlstra2009-05-271-0/+30
* | | | | pref_counter: tools: report: Add --sort optionPeter Zijlstra2009-05-271-2/+41
* | | | | perf_counter: tools: report: Dynamic sort/print bitsPeter Zijlstra2009-05-271-34/+107
* | | | | perf_counter: tools: report: Rework histogram codePeter Zijlstra2009-05-271-151/+143
* | | | | perf_counter: tools: report: Add vmlinux supportPeter Zijlstra2009-05-271-1/+36
* | | | | perf_counter: tools: /usr/lib/debug%s.debug supportPeter Zijlstra2009-05-271-18/+76
* | | | | perf report: Remove <ctype.h> includeIngo Molnar2009-05-271-1/+0
* | | | | perf record: Fix the profiling of existing pid or whole boxMike Galbraith2009-05-271-2/+2
* | | | | perf_counter tools: Add built-in pager supportIngo Molnar2009-05-276-0/+177
* | | | | perf_counter tools: Rename output.perf to perf.dataIngo Molnar2009-05-274-6/+6
* | | | | perf_counter tools: Introduce stricter C code checkingIngo Molnar2009-05-279-74/+82
* | | | | perf report: Show the IP only in --verbose modeArnaldo Carvalho de Melo2009-05-271-2/+8
* | | | | perf report: Only load text symbols from kallsyms, fixIngo Molnar2009-05-271-12/+18
* | | | | perf report: Only load text symbols from kallsymsArnaldo Carvalho de Melo2009-05-271-3/+11