| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | perf: Remove more code from the fastpath | Peter Zijlstra | 2010-05-21 | 2 | -18/+4 |
| * | | | | perf: Optimize the !vmalloc backed buffer | Peter Zijlstra | 2010-05-21 | 2 | -16/+27 |
| * | | | | perf: Optimize perf_output_copy() | Peter Zijlstra | 2010-05-21 | 2 | -28/+29 |
| * | | | | perf: Fix wakeup storm for RO mmap()s | Peter Zijlstra | 2010-05-21 | 2 | -3/+3 |
| * | | | | perf-record: Share per-cpu buffers | Peter Zijlstra | 2010-05-21 | 1 | -24/+28 |
| * | | | | perf-record: Remove -M | Peter Zijlstra | 2010-05-21 | 1 | -24/+12 |
| * | | | | perf: Ensure that IOC_OUTPUT isn't used to create multi-writer buffers | Peter Zijlstra | 2010-05-21 | 1 | -0/+19 |
| * | | | | perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to tr... | Peter Zijlstra | 2010-05-21 | 7 | -124/+143 |
| * | | | | perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoin... | Peter Zijlstra | 2010-05-21 | 5 | -72/+47 |
| * | | | | Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/lin... | Ingo Molnar | 2010-05-21 | 5 | -26/+35 |
| |\ \ \ \ |
|
| | * | | | | perf tui: Allow disabling the TUI on a per command basis in ~/.perfconfig | Arnaldo Carvalho de Melo | 2010-05-21 | 4 | -10/+34 |
| | * | | | | perf record: remove unneeded gettimeofday() call | Russ Anderson | 2010-05-21 | 1 | -16/+1 |
| * | | | | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre... | Ingo Molnar | 2010-05-20 | 1 | -1/+2 |
| |\ \ \ \ \ |
|
| | * | | | | | perf: Fix forgotten preempt_enable by nested writers | Frederic Weisbecker | 2010-05-20 | 1 | -1/+2 |
| | |/ / / / |
|
| * | | | | | perf annotate: Use build-ids to find the right DSO | Arnaldo Carvalho de Melo | 2010-05-20 | 6 | -18/+54 |
| * | | | | | perf TUI: Make 'space' be an alias to 'PgDn' | Arnaldo Carvalho de Melo | 2010-05-20 | 1 | -0/+2 |
| |/ / / / |
|
| * | | | | Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f... | Ingo Molnar | 2010-05-20 | 551 | -7755/+11364 |
| |\ \ \ \ |
|
| | * | | | | perf: Fix unaligned accesses while fetching trace values | Frederic Weisbecker | 2010-05-20 | 1 | -1/+6 |
| | * | | | | perf: Comply with new rcu checks API | Frederic Weisbecker | 2010-05-20 | 1 | -12/+46 |
| | * | | | | perf: Use read() instead of lseek() in trace_event_read.c:skip() | Tom Zanussi | 2010-05-20 | 1 | -6/+13 |
| * | | | | | perf session: Make read_build_id routines look at the host_machine too | Arnaldo Carvalho de Melo | 2010-05-19 | 5 | -40/+69 |
| * | | | | | perf symbols: Don't try to read the build-id twice | Arnaldo Carvalho de Melo | 2010-05-19 | 1 | -0/+4 |
| * | | | | | perf, x86: P4 PMU -- add missing bit in CCCR mask | Cyrill Gorcunov | 2010-05-19 | 1 | -1/+2 |
| * | | | | | perf, x86: P4_pmu_schedule_events -- use smp_processor_id instead of raw_ | Cyrill Gorcunov | 2010-05-19 | 1 | -1/+1 |
| * | | | | | perf, x86: P4 PMU -- do a real check for ESCR address being in hash | Cyrill Gorcunov | 2010-05-19 | 1 | -3/+4 |
| * | | | | | perf tools: remove xstrndup, xmalloc, xzalloc | Arnaldo Carvalho de Melo | 2010-05-19 | 4 | -51/+3 |
| * | | | | | perf probe: Don't call die() | Arnaldo Carvalho de Melo | 2010-05-19 | 1 | -3/+7 |
| * | | | | | perf probe: Fix some error exit paths | Arnaldo Carvalho de Melo | 2010-05-19 | 1 | -10/+19 |
| * | | | | | perf tools: Remove some unused functions | Arnaldo Carvalho de Melo | 2010-05-19 | 19 | -1909/+20 |
| * | | | | | perf stat: add perf stat -B to pretty print large numbers | Stephane Eranian | 2010-05-19 | 2 | -4/+17 |
| * | | | | | perf, sparc: Implement group scheduling transactional APIs | Lin Ming | 2010-05-18 | 1 | -47/+61 |
| * | | | | | perf: Optimize perf_output_*() by avoiding local_xchg() | Peter Zijlstra | 2010-05-18 | 2 | -1/+3 |
| * | | | | | perf: Optimize the hotpath by converting the perf output buffer to local_t | Peter Zijlstra | 2010-05-18 | 2 | -23/+22 |
| * | | | | | perf: Optimize the perf_output() path by removing IRQ-disables | Peter Zijlstra | 2010-05-18 | 2 | -69/+30 |
| * | | | | | perf: Disallow mmap() on per-task inherited events | Peter Zijlstra | 2010-05-18 | 1 | -0/+8 |
| * | | | | | perf: Optimize buffer placement by allocating buffers NUMA aware | Peter Zijlstra | 2010-05-18 | 1 | -2/+15 |
| * | | | | | perf: Fix errors path in perf_output_begin() | Stephane Eranian | 2010-05-18 | 1 | -1/+1 |
| * | | | | | perf/ftrace: Optimize perf/tracepoint interaction for single events | Peter Zijlstra | 2010-05-18 | 7 | -18/+31 |
| * | | | | | perf, x86: P4 PMU -- fix typo in unflagged NMI handling | Cyrill Gorcunov | 2010-05-18 | 1 | -1/+1 |
| * | | | | | perf, x86: P4 PMU -- handle unflagged events | Cyrill Gorcunov | 2010-05-18 | 1 | -16/+16 |
| * | | | | | perf tui: Fix build problem with slang <= 2.0.6 | Arnaldo Carvalho de Melo | 2010-05-18 | 1 | -1/+9 |
| * | | | | | perf probe: Don't compile CFI related code if elfutils is old | Masami Hiramatsu | 2010-05-18 | 2 | -0/+7 |
* | | | | | | Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlight | Linus Torvalds | 2010-05-27 | 18 | -120/+2750 |
|\ \ \ \ \ \ |
|
| * | | | | | | gta02: Use pcf50633 backlight driver instead of platform backlight driver. | Lars-Peter Clausen | 2010-05-26 | 1 | -67/+9 |
| * | | | | | | backlight: pcf50633: Register a pcf50633-backlight device in pcf50633 core dr... | Lars-Peter Clausen | 2010-05-26 | 2 | -0/+7 |
| * | | | | | | backlight: Add pcf50633 backlight driver | Lars-Peter Clausen | 2010-05-26 | 4 | -0/+249 |
| * | | | | | | backlight: 88pm860x_bl: fix error handling in pm860x_backlight_probe | Axel Lin | 2010-05-26 | 1 | -0/+1 |
| * | | | | | | backlight: max8925_bl: Fix error handling path | Axel Lin | 2010-05-26 | 1 | -0/+1 |
| * | | | | | | backlight: l4f00242t03: fix error handling in l4f00242t03_probe | Axel Lin | 2010-05-26 | 1 | -4/+3 |
| * | | | | | | backlight: add S6E63M0 AMOLED LCD Panel driver | InKi Dae | 2010-05-26 | 5 | -0/+1218 |