summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-24perf session: There is no need for a per session hists instanceArnaldo Carvalho de Melo
2013-01-24perf hists: Rename hists__fprintf_nr_events to events_stats__fprintfArnaldo Carvalho de Melo
2013-01-24perf record: Don't pass host machine to guest synthesizerArnaldo Carvalho de Melo
2013-01-24perf header: Ensure read/write finished successfullyNamhyung Kim
2013-01-24perf tests: Check python path on attr and binding testNamhyung Kim
2013-01-24perf tests: Add event parsing test for '*:*' tracepointsJiri Olsa
2013-01-24perf tools: Add support for wildcard in tracepoint system nameJiri Olsa
2013-01-24perf tools: Add missing closedir in multi tracepoint processingJiri Olsa
2013-01-24perf python: Fix breakage introduced by the test_attr infrastructureArnaldo Carvalho de Melo
2013-01-24perf test: Check for linking problems in the python bindingArnaldo Carvalho de Melo
2013-01-24perf evsel: Introduce perf_evsel__open_strerror methodArnaldo Carvalho de Melo
2013-01-24perf evsel: Introduce event fallback methodArnaldo Carvalho de Melo
2013-01-24perf evsel: Do missing feature fallbacks in just one placeArnaldo Carvalho de Melo
2013-01-24perf tests: Adjust some message log levels to help diagnosing problems in att...Arnaldo Carvalho de Melo
2013-01-24perf test: Remove leftover temp file left by one of the attr testsArnaldo Carvalho de Melo
2013-01-24perf test: Add a test case for hists__{match,link}Namhyung Kim
2013-01-24perf diff: Use internal rb tree for compute resortNamhyung Kim
2013-01-24perf hists: Link hist entries before inserting to an output treeNamhyung Kim
2013-01-24perf hists: Exchange order of comparing items when collapsing histsNamhyung Kim
2013-01-24Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2013-01-24profiling: Remove unused timer hookFrederic Weisbecker
2013-01-24Merge tag 'please-pull-aer-trace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar
2013-01-24Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2013-01-24tracing: Fix unsigned int compare of zero in recursion checkSteven Rostedt
2013-01-24Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2013-01-24Merge tag 'usb-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2013-01-24Merge tag 'char-misc-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-01-24Merge tag 'tty-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2013-01-24Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-01-23MAINTAINERS: Someone needs to watch over the serial driversGreg Kroah-Hartman
2013-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds
2013-01-23Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar...Linus Torvalds
2013-01-23USB: EHCI: fix build error in ehci-mxcAlan Stern
2013-01-23Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds
2013-01-23MAINTAINERS: remove meAlan Cox
2013-01-23ALSA: hda - Fix inconsistent pin states after resumeTakashi Iwai
2013-01-23ring-buffer: Remove trace.h from ring_buffer.cSteven Rostedt
2013-01-23ring-buffer: User context bit recursion checkingSteven Rostedt
2013-01-23ftrace: Use only the preempt version of function tracingSteven Rostedt
2013-01-23tracing: Avoid unnecessary multiple recursion checksSteven Rostedt
2013-01-23tracing: Make the trace recursion bits into enumsSteven Rostedt
2013-01-23ftrace: Add context level recursion bit checkingSteven Rostedt
2013-01-23ftrace: Optimize the function tracer list loopSteven Rostedt
2013-01-23ftrace: Fix function tracing recursion self testSteven Rostedt
2013-01-23ftrace: Fix global function tracers that are not recursion safeSteven Rostedt
2013-01-23tracing: Fix selftest function recursion accountingSteven Rostedt
2013-01-23tracing: Fix race with max_tr and changing tracersSteven Rostedt
2013-01-23Revert "drivers/misc/ti-st: remove gpio handling"Luciano Coelho
2013-01-23Merge tag '3.8-pci-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-01-23async: fix __lowest_in_progress()Tejun Heo