Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'fix/hda' into for-linus | Takashi Iwai | 2009-07-31 | 3 | -4/+6 |
|\ | |||||
| * | ALSA: hda - Increase PCM stream name buf in patch_realtek.c | Takashi Iwai | 2009-07-31 | 1 | -2/+2 |
| * | ALSA: hda: fix out-of-bound hdmi_eld.sad[] write | Roel Kluin | 2009-07-29 | 1 | -2/+2 |
| * | ALSA: hda - Add quirk for Dell Studio 1555 | Takashi Iwai | 2009-07-28 | 1 | -0/+2 |
* | | Merge branch 'fix/usb-audio' into for-linus | Takashi Iwai | 2009-07-26 | 1 | -5/+20 |
|\ \ | |||||
| * | | ALSA: usb-audio - Volume control quirk for QuickCam E 3500 | Alexey Fisher | 2009-07-22 | 1 | -5/+20 |
* | | | Merge branch 'fix/pcm-hwptr' into for-linus | Takashi Iwai | 2009-07-26 | 2 | -1/+40 |
|\ \ \ | |||||
| * | | | ALSA: pcm - Fix hwptr buffer-size overlap bug | Takashi Iwai | 2009-07-23 | 1 | -1/+1 |
| * | | | ALSA: pcm - Fix warnings in debug loggings | Takashi Iwai | 2009-07-23 | 1 | -12/+12 |
| * | | | ALSA: pcm - Add logging of hwptr updates and interrupt updates | Takashi Iwai | 2009-07-23 | 2 | -0/+30 |
| * | | | ALSA: pcm - Fix regressions with VMware | Takashi Iwai | 2009-07-22 | 1 | -1/+10 |
* | | | | Merge branch 'fix/hda' into for-linus | Takashi Iwai | 2009-07-26 | 3 | -19/+18 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | ALSA: hda - Fix mute control with some ALC262 models | Takashi Iwai | 2009-07-24 | 1 | -17/+16 |
| * | | | ALSA: hda - Restore GPIO1 properly at resume with AD1984A | Takashi Iwai | 2009-07-22 | 1 | -1/+1 |
| * | | | ALSA: hda - Use snprintf() to be safer | Takashi Iwai | 2009-07-22 | 1 | -1/+1 |
* | | | | Merge branch 'fix/ctxfi' into for-linus | Takashi Iwai | 2009-07-26 | 2 | -12/+9 |
|\ \ \ \ | |||||
| * | | | | ALSA: ctxfi - Fix uninitialized error checks | Takashi Iwai | 2009-07-22 | 2 | -12/+9 |
* | | | | | Merge branch 'fix/caiaq' into for-linus | Takashi Iwai | 2009-07-26 | 4 | -1/+10 |
|\ \ \ \ \ | |||||
| * | | | | | ALSA: snd_usb_caiaq: add support for Audio2DJ | Daniel Mack | 2009-07-23 | 4 | -1/+10 |
* | | | | | | Merge branch 'fix/asoc' into for-linus | Takashi Iwai | 2009-07-26 | 1 | -1/+10 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | ASoC: tlv320aic3x: Enable PLL when not bypassed | Chaithrika U S | 2009-07-23 | 1 | -1/+10 |
* | | | | | | Linux 2.6.31-rc4 | Linus Torvalds | 2009-07-22 | 1 | -1/+1 |
* | | | | | | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-07-22 | 1 | -0/+5 |
|\ \ \ \ \ \ | |||||
| * | | | | | | genirq: Fix UP compile failure caused by irq_thread_check_affinity | Bruno Premont | 2009-07-22 | 1 | -0/+5 |
* | | | | | | | Merge branch 'lockdep-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-07-22 | 1 | -2/+2 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | lockdep: Fix lockdep annotation for pipe_double_lock() | Peter Zijlstra | 2009-07-22 | 1 | -2/+2 |
* | | | | | | | Merge branch 'perf-counters-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2009-07-22 | 25 | -299/+948 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | perf_counter tools: Give perf top inherit option | Mike Galbraith | 2009-07-22 | 1 | -1/+5 |
| * | | | | | | | perf_counter tools: Fix vmlinux symbol generation breakage | Mike Galbraith | 2009-07-22 | 1 | -2/+5 |
| * | | | | | | | perf_counter: Detect debugfs location | Jason Baron | 2009-07-22 | 5 | -17/+102 |
| * | | | | | | | perf_counter: Add tracepoint support to perf list, perf stat | Jason Baron | 2009-07-22 | 2 | -1/+176 |
| * | | | | | | | perf symbol: C++ demangling | Arnaldo Carvalho de Melo | 2009-07-22 | 2 | -3/+20 |
| * | | | | | | | perf: avoid structure size confusion by using a fixed size | Arjan van de Ven | 2009-07-22 | 1 | -1/+1 |
| * | | | | | | | perf_counter: Fix throttle/unthrottle event logging | Anton Blanchard | 2009-07-22 | 1 | -1/+4 |
| * | | | | | | | perf_counter: Improve perf stat and perf record option parsing | Anton Blanchard | 2009-07-22 | 2 | -2/+4 |
| * | | | | | | | perf_counter: PERF_SAMPLE_ID and inherited counters | Peter Zijlstra | 2009-07-22 | 4 | -120/+35 |
| * | | | | | | | perf_counter: Plug more stack leaks | Peter Zijlstra | 2009-07-22 | 1 | -2/+21 |
| * | | | | | | | perf: Fix stack data leak | Arjan van de Ven | 2009-07-22 | 1 | -0/+1 |
| * | | | | | | | perf_counter: Remove unused variables | Peter Zijlstra | 2009-07-22 | 1 | -2/+0 |
| * | | | | | | | Merge commit 'tip/perfcounters/core' into perf-counters-for-linus | Peter Zijlstra | 2009-07-22 | 10 | -142/+556 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | perf_counter, x86: Extend perf_counter Pentium M support | Daniel Qarras | 2009-07-13 | 1 | -4/+2 |
| | * | | | | | | | perf report: Introduce -n/--show-nr-samples | Arnaldo Carvalho de Melo | 2009-07-11 | 2 | -0/+21 |
| | * | | | | | | | perf_counter tools: PLT info is stripped in -debuginfo packages | Arnaldo Carvalho de Melo | 2009-07-11 | 1 | -51/+65 |
| | * | | | | | | | perf report: Make the output more compact | Arnaldo Carvalho de Melo | 2009-07-11 | 1 | -15/+21 |
| | * | | | | | | | strlist: Introduce strlist__entry and strlist__nr_entries methods | Arnaldo Carvalho de Melo | 2009-07-11 | 2 | -4/+27 |
| | * | | | | | | | perf report: Tidy up reporting of symbols not found | Arnaldo Carvalho de Melo | 2009-07-11 | 1 | -3/+2 |
| | * | | | | | | | perf report: Adjust column width to the values sampled | Arnaldo Carvalho de Melo | 2009-07-11 | 5 | -32/+164 |
| | * | | | | | | | perf_counter: Stop open coding unclone_ctx | Peter Zijlstra | 2009-07-10 | 1 | -19/+17 |
| | * | | | | | | | perf_counter: Clean up global vs counter enable | Peter Zijlstra | 2009-07-10 | 1 | -8/+8 |
| | * | | | | | | | perf_counter: Fix up P6 PMU details | Peter Zijlstra | 2009-07-10 | 1 | -5/+23 |