index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-01-24
perf machine: Simplify accessing the host machine
Arnaldo Carvalho de Melo
5
-21
/
+5
2013-01-24
perf tests: Fix PYTHONPATH for python-use test tracepoints
Jiri Olsa
1
-1
/
+1
2013-01-24
perf machine: Introduce struct machines
Arnaldo Carvalho de Melo
9
-81
/
+95
2013-01-24
perf session: There is no need for a per session hists instance
Arnaldo Carvalho de Melo
6
-33
/
+34
2013-01-24
perf hists: Rename hists__fprintf_nr_events to events_stats__fprintf
Arnaldo Carvalho de Melo
3
-6
/
+6
2013-01-24
perf record: Don't pass host machine to guest synthesizer
Arnaldo Carvalho de Melo
2
-16
/
+4
2013-01-24
perf header: Ensure read/write finished successfully
Namhyung Kim
1
-27
/
+36
2013-01-24
perf tests: Check python path on attr and binding test
Namhyung Kim
3
-5
/
+8
2013-01-24
perf tests: Add event parsing test for '*:*' tracepoints
Jiri Olsa
1
-0
/
+62
2013-01-24
perf tools: Add support for wildcard in tracepoint system name
Jiri Olsa
1
-5
/
+46
2013-01-24
perf tools: Add missing closedir in multi tracepoint processing
Jiri Olsa
1
-0
/
+1
2013-01-24
perf python: Fix breakage introduced by the test_attr infrastructure
Arnaldo Carvalho de Melo
3
-2
/
+11
2013-01-24
perf test: Check for linking problems in the python binding
Arnaldo Carvalho de Melo
4
-0
/
+32
2013-01-24
perf evsel: Introduce perf_evsel__open_strerror method
Arnaldo Carvalho de Melo
7
-100
/
+68
2013-01-24
perf evsel: Introduce event fallback method
Arnaldo Carvalho de Melo
4
-37
/
+37
2013-01-24
perf evsel: Do missing feature fallbacks in just one place
Arnaldo Carvalho de Melo
6
-90
/
+31
2013-01-24
perf tests: Adjust some message log levels to help diagnosing problems in att...
Arnaldo Carvalho de Melo
1
-9
/
+18
2013-01-24
perf test: Remove leftover temp file left by one of the attr tests
Arnaldo Carvalho de Melo
1
-1
/
+1
2013-01-24
perf test: Add a test case for hists__{match,link}
Namhyung Kim
4
-0
/
+508
2013-01-24
perf diff: Use internal rb tree for compute resort
Namhyung Kim
3
-11
/
+23
2013-01-24
perf hists: Link hist entries before inserting to an output tree
Namhyung Kim
2
-60
/
+54
2013-01-24
perf hists: Exchange order of comparing items when collapsing hists
Namhyung Kim
2
-4
/
+10
2013-01-24
profiling: Remove unused timer hook
Frederic Weisbecker
2
-37
/
+0
2013-01-24
tracing: Fix unsigned int compare of zero in recursion check
Steven Rostedt
1
-1
/
+1
2013-01-24
MAINTAINERS: Someone needs to watch over the serial drivers
Greg Kroah-Hartman
1
-0
/
+2
2013-01-23
USB: EHCI: fix build error in ehci-mxc
Alan Stern
4
-76
/
+53
2013-01-23
MAINTAINERS: remove me
Alan Cox
1
-2
/
+0
2013-01-23
ALSA: hda - Fix inconsistent pin states after resume
Takashi Iwai
1
-3
/
+2
2013-01-23
ring-buffer: Remove trace.h from ring_buffer.c
Steven Rostedt
1
-1
/
+2
2013-01-23
ring-buffer: User context bit recursion checking
Steven Rostedt
2
-31
/
+67
2013-01-23
ftrace: Use only the preempt version of function tracing
Steven Rostedt
1
-47
/
+14
2013-01-23
tracing: Avoid unnecessary multiple recursion checks
Steven Rostedt
2
-36
/
+110
2013-01-23
tracing: Make the trace recursion bits into enums
Steven Rostedt
1
-13
/
+17
2013-01-23
ftrace: Add context level recursion bit checking
Steven Rostedt
2
-10
/
+42
2013-01-23
ftrace: Optimize the function tracer list loop
Steven Rostedt
1
-22
/
+26
2013-01-23
ftrace: Fix function tracing recursion self test
Steven Rostedt
1
-1
/
+2
2013-01-23
ftrace: Fix global function tracers that are not recursion safe
Steven Rostedt
1
-2
/
+16
2013-01-23
tracing: Fix selftest function recursion accounting
Steven Rostedt
1
-13
/
+3
2013-01-23
tracing: Fix race with max_tr and changing tracers
Steven Rostedt
1
-7
/
+22
2013-01-23
Revert "drivers/misc/ti-st: remove gpio handling"
Luciano Coelho
1
-1
/
+36
2013-01-23
async: fix __lowest_in_progress()
Tejun Heo
1
-7
/
+20
2013-01-22
wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED task
Oleg Nesterov
1
-1
/
+2
2013-01-22
ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILL
Oleg Nesterov
3
-14
/
+64
2013-01-22
arm64: makefile: fix uname munging when setting ARCH on native machine
Will Deacon
2
-2
/
+2
2013-01-22
arm64: elf: fix core dumping to match what glibc expects
Will Deacon
1
-1
/
+4
2013-01-22
USB: EHCI: add a name for the platform-private field
Alan Stern
1
-0
/
+3
2013-01-22
USB: EHCI: fix incorrect configuration test
Alan Stern
1
-1
/
+1
2013-01-22
USB: EHCI: Move definition of EHCI_STATS to ehci.h
Roger Quadros
2
-4
/
+4
2013-01-22
tracing: Remove trace.h header from trace_clock.c
Steven Rostedt
1
-2
/
+0
2013-01-22
USB: UHCI: fix IRQ race during initialization
Alan Stern
1
-6
/
+9
[next]