summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | perf ui browser: Fix segfault caused by off by one handling END keyArnaldo Carvalho de Melo2013-11-141-1/+1
| | * | | | | | | | | | | | perf symbols: Limit max callchain using max_stack on DWARF unwinding tooArnaldo Carvalho de Melo2013-11-143-7/+9
| | * | | | | | | | | | | | perf evsel: Introduce perf_evsel__prev() methodArnaldo Carvalho de Melo2013-11-142-1/+6
| | * | | | | | | | | | | | perf tools: Use perf_evlist__{first,last}, perf_evsel__nextArnaldo Carvalho de Melo2013-11-142-7/+5
| | * | | | | | | | | | | | perf tools: Synthesize anon MMAP records againDon Zickus2013-11-141-2/+4
| | * | | | | | | | | | | | perf top: Add missing newline if the 'uid' is invalidIngo Molnar2013-11-141-2/+2
| | * | | | | | | | | | | | perf tools: Remove trivial extra semincolonDavidlohr Bueso2013-11-142-2/+2
| | * | | | | | | | | | | | perf trace: Tweak summary outputPekka Enberg2013-11-141-5/+5
| |/ / / / / / / / / / / /
| * | | | | | | | | | | | tools/perf/build: Fix feature-libunwind-debug-frame handlingIngo Molnar2013-11-143-6/+11
| * | | | | | | | | | | | tools/perf/build: Fix timerfd feature checkIngo Molnar2013-11-141-2/+2
| * | | | | | | | | | | | Merge branch 'linus' into perf/urgentIngo Molnar2013-11-143971-77457/+167186
| |\ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ Merge tag 'trace-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2013-11-1623-230/+564
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | tracing: Add rcu annotation for syscall trace descriptorsSteven Rostedt (Red Hat)2013-11-111-2/+2
| * | | | | | | | | | | | | | tracing: Do not use signed enums with unsigned long long in fgragh outputSteven Rostedt (Red Hat)2013-11-062-11/+13
| * | | | | | | | | | | | | | tracing: Remove unused function ftrace_off_permanent()Steven Rostedt (Red Hat)2013-11-062-17/+0
| * | | | | | | | | | | | | | tracing: Do not assign filp->private_data to freed memoryGeyslan G. Bem2013-11-061-1/+8
| * | | | | | | | | | | | | | tracing: Add helper function tracing_is_disabled()Geyslan G. Bem2013-11-062-0/+6
| * | | | | | | | | | | | | | tracing: Open tracer when ftrace_dump_on_oops is usedCody P Schafer2013-11-061-0/+11
| * | | | | | | | | | | | | | tracing: Add support for SOFT_DISABLE to syscall eventsTom Zanussi2013-11-053-14/+36
| * | | | | | | | | | | | | | tracing: Make register/unregister_ftrace_command __initTom Zanussi2013-11-053-6/+14
| * | | | | | | | | | | | | | tracing: Update event filters for multibufferTom Zanussi2013-11-0515-102/+264
| * | | | | | | | | | | | | | recordmcount.pl: Add support for __fentry__Jamie Iles2013-11-051-2/+2
| * | | | | | | | | | | | | | ftrace: Have control op function callback only trace when RCU is watchingSteven Rostedt (Red Hat)2013-11-051-0/+9
| * | | | | | | | | | | | | | rcu: Do not trace rcu_is_watching() functionsSteven Rostedt2013-11-052-3/+3
| * | | | | | | | | | | | | | Merge branch 'idle.2013.09.25a' of git://git.kernel.org/pub/scm/linux/kernel/...Steven Rostedt (Red Hat)2013-11-059-36/+72
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | ftrace/x86: skip over the breakpoint for ftrace callerKevin Hao2013-11-051-1/+13
| * | | | | | | | | | | | | | | trace/trace_stat: use rbtree postorder iteration helper instead of opencodingCody P Schafer2013-11-051-36/+5
| * | | | | | | | | | | | | | | ftrace: Add set_graph_notrace filterNamhyung Kim2013-10-184-3/+109
| * | | | | | | | | | | | | | | ftrace: Narrow down the protected area of graph_lockNamhyung Kim2013-10-181-13/+9
| * | | | | | | | | | | | | | | ftrace: Introduce struct ftrace_graph_dataNamhyung Kim2013-10-181-19/+62
| * | | | | | | | | | | | | | | ftrace: Get rid of ftrace_graph_filter_enabledNamhyung Kim2013-10-182-7/+2
| * | | | | | | | | | | | | | | tracing: Fix potential out-of-bounds in trace_get_user()Steven Rostedt2013-10-181-1/+4
| * | | | | | | | | | | | | | | tracing: Show more exact help information about snapshotWang YanQing2013-10-091-1/+1
* | | | | | | | | | | | | | | | Merge tag 'pwm/for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-11-1651-392/+433
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Documentation/pwm: Update supported SoC name for pwm-samsungSachin Kamat2013-11-111-1/+1
| * | | | | | | | | | | | | | | | pwm: samsung: Fix kernel warning while unexporting a channelSachin Kamat2013-11-011-1/+1
| * | | | | | | | | | | | | | | | MAINTAINERS: Move PWM subsystem tree to kernel.orgThierry Reding2013-11-011-2/+1
| * | | | | | | | | | | | | | | | Documentation/pwm: Fix trivial typosSachin Kamat2013-10-241-2/+2
| * | | | | | | | | | | | | | | | pwm-backlight: Remove unused variableThierry Reding2013-10-221-1/+1
| * | | | | | | | | | | | | | | | pwm_backlight: avoid short blank screen while doing hibernationHuayi Li2013-10-221-2/+8
| * | | | | | | | | | | | | | | | pwm-backlight: Fix brightness adjustmentThierry Reding2013-10-181-12/+18
| * | | | | | | | | | | | | | | | pwm: add ep93xx PWM supportH Hartley Sweeten2013-10-176-300/+240
| * | | | | | | | | | | | | | | | pwm-backlight: Allow for non-increasing brightness levelsMike Dunn2013-10-161-14/+15
| * | | | | | | | | | | | | | | | pwm-backlight: Add power supply supportThierry Reding2013-10-162-0/+15
| * | | | | | | | | | | | | | | | pwm-backlight: Use new enable_gpio fieldThierry Reding2013-10-162-7/+55
| * | | | | | | | | | | | | | | | unicore32: Initialize PWM backlight enable_gpio fieldThierry Reding2013-10-161-0/+1
| * | | | | | | | | | | | | | | | ARM: shmobile: Initialize PWM backlight enable_gpio fieldThierry Reding2013-10-161-0/+1
| * | | | | | | | | | | | | | | | ARM: SAMSUNG: Initialize PWM backlight enable_gpio fieldThierry Reding2013-10-1611-0/+15
| * | | | | | | | | | | | | | | | ARM: pxa: Initialize PWM backlight enable_gpio fieldThierry Reding2013-10-1617-34/+19
| * | | | | | | | | | | | | | | | ARM: OMAP: Initialize PWM backlight enable_gpio fieldThierry Reding2013-10-161-0/+1
OpenPOWER on IntegriCloud