Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | | ALSA: hda: Fix 0 dB offset for Lenovo Thinkpad models using AD1981 | Daniel T Chen | 2010-03-31 | 1 | -0/+8 | |
| | | * | | | | | ALSA: hda - Add missing printk argument in previous patch | Takashi Iwai | 2010-03-30 | 1 | -1/+2 | |
| | | * | | | | | ALSA: hda - Fix ADC/MUX assignment of ALC269 codec | Takashi Iwai | 2010-03-29 | 1 | -15/+80 | |
| | | * | | | | | ALSA: hda - Fix invalid bit values passed to snd_hda_codec_amp_stereo() | Takashi Iwai | 2010-03-29 | 1 | -26/+26 | |
| | * | | | | | | Merge branch 'fix/asoc' into for-linus | Takashi Iwai | 2010-04-07 | 28 | -146/+252 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | ALSA: ASoC: move dma_data from snd_soc_dai to snd_soc_pcm_stream | Daniel Mack | 2010-04-05 | 23 | -72/+149 | |
| | | * | | | | | | ASoC: Only do WM8994 bias off transition from standby | Mark Brown | 2010-04-05 | 1 | -24/+29 | |
| | | * | | | | | | ASoC: Don't use DCS_DATAPATH_BUSY for WM hubs devices | Mark Brown | 2010-04-05 | 1 | -23/+15 | |
| | | * | | | | | | ASoC: Don't do runtime wm_hubs DC servo updates if using offset correction | Mark Brown | 2010-04-05 | 1 | -0/+6 | |
| | | * | | | | | | ASoC: Support second DC servo readback method for wm_hubs | Mark Brown | 2010-04-05 | 3 | -12/+33 | |
| | | * | | | | | | ASoC: Avoid wraparound in wm_hubs DC servo correction | Mark Brown | 2010-04-05 | 1 | -2/+4 | |
| | | * | | | | | | ASoC: OMAP: Fix capture pointer handling for OMAP1510 to work correctly with ... | Janusz Krzysztofik | 2010-04-02 | 1 | -9/+8 | |
| | | * | | | | | | ASoC: Fix passing platform_data to ac97 bus users and fix a leak | Graham Gower | 2010-03-29 | 2 | -7/+11 | |
| | | * | | | | | | ASoC: wm8994: playback => capture | Dan Carpenter | 2010-03-24 | 1 | -1/+1 | |
| | * | | | | | | | Merge branch 'fix/misc' into for-linus | Takashi Iwai | 2010-04-07 | 4 | -15/+18 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | ALSA: mixart: range checking proc file | Dan Carpenter | 2010-04-06 | 1 | -10/+14 | |
| | | * | | | | | | | ALSA: echoaudio - Eliminate use after free | Julia Lawall | 2010-04-04 | 1 | -3/+2 | |
| | | * | | | | | | | ALSA: i2c: cleanup: change parameter to pointer | Dan Carpenter | 2010-04-04 | 2 | -2/+2 | |
| * | | | | | | | | | Merge branch 'slabh' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc | Linus Torvalds | 2010-04-07 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | nodemask: include slab.h from drivers/base/node.c | Tejun Heo | 2010-04-07 | 1 | -1/+1 | |
| | | |_|_|_|/ / / / | | |/| | | | | | | | ||||||
| * | | | | | | | | | fs-cache: order the debugfs stats correctly | David Howells | 2010-04-07 | 1 | -2/+2 | |
| * | | | | | | | | | frv: fix kernel/user segment handling in NOMMU mode | David Howells | 2010-04-07 | 2 | -5/+3 | |
| * | | | | | | | | | frv: hide uncached_access() when pgprot_noncached is not #defined | David Howells | 2010-04-07 | 1 | -0/+2 | |
| * | | | | | | | | | rtc-mxc: multiple fixes in rtc-mxc probe method | Vladimir Zapolskiy | 2010-04-07 | 1 | -13/+13 | |
| * | | | | | | | | | memcg: fix race in file_mapped accounting | KAMEZAWA Hiroyuki | 2010-04-07 | 2 | -9/+15 | |
| * | | | | | | | | | pagemap: fix pfn calculation for hugepage | Naoya Horiguchi | 2010-04-07 | 3 | -32/+46 | |
| * | | | | | | | | | ratelimit: fix the return value when __ratelimit() fails to acquire the lock | Yong Zhang | 2010-04-07 | 1 | -1/+1 | |
| * | | | | | | | | | kernel.h: fix wrong usage of __ratelimit() | Yong Zhang | 2010-04-07 | 1 | -1/+1 | |
| * | | | | | | | | | ratelimit: annotate ___ratelimit() | Yong Zhang | 2010-04-07 | 1 | -2/+7 | |
| * | | | | | | | | | /dev/mem: allow rewinding | Eric Dumazet | 2010-04-07 | 1 | -5/+0 | |
| * | | | | | | | | | vfs: rename block_fsync() to blkdev_fsync() | Andrew Morton | 2010-04-07 | 3 | -5/+5 | |
| * | | | | | | | | | raw: fsync method is now required | Anton Blanchard | 2010-04-07 | 3 | -1/+4 | |
| * | | | | | | | | | mb862xxfb: update Valentin's email address | Alexander Shishkin | 2010-04-07 | 1 | -1/+1 | |
| * | | | | | | | | | mb862xxfb: fix acceleration module license | Randy Dunlap | 2010-04-07 | 1 | -0/+3 | |
| * | | | | | | | | | mm: revert "vmscan: get_scan_ratio() cleanup" | KOSAKI Motohiro | 2010-04-07 | 1 | -14/+9 | |
| * | | | | | | | | | devmem: handle class_create() failure | Anton Blanchard | 2010-04-07 | 1 | -0/+3 | |
| * | | | | | | | | | readahead: fix NULL filp dereference | Wu Fengguang | 2010-04-07 | 1 | -1/+1 | |
| * | | | | | | | | | device_attributes: add sysfs_attr_init() for dynamic attributes | Wolfram Sang | 2010-04-07 | 4 | -0/+11 | |
| * | | | | | | | | | drivers/thermal/thermal_sys.c: fix 'key f70f4b50 not in .data' in thermal_sys | Sergey Senozhatsky | 2010-04-07 | 1 | -0/+3 | |
| * | | | | | | | | | cciss: unlock on error path | Dan Carpenter | 2010-04-07 | 1 | -0/+1 | |
| * | | | | | | | | | mxser: spin_lock() => spin_lock_irq() | Dan Carpenter | 2010-04-07 | 1 | -3/+3 | |
| * | | | | | | | | | omap hsmmc: fix a bug in card remove scenario | Madhusudhan Chikkature | 2010-04-07 | 1 | -7/+2 | |
| * | | | | | | | | | drivers/gpio/timbgpio.c: add missing unlock | Julia Lawall | 2010-04-07 | 1 | -4/+8 | |
| * | | | | | | | | | drivers/char/amiserial.c: add missing local_irq_restore | Julia Lawall | 2010-04-07 | 1 | -2/+2 | |
| * | | | | | | | | | fbdev: rename imacfb.txt to efifb.txt and change imacfb to efifb. | Justin P. Mattock | 2010-04-07 | 1 | -7/+7 | |
| * | | | | | | | | | vesafb: use platform_driver_probe() instead of platform_driver_register() | Jan Beulich | 2010-04-07 | 1 | -13/+13 | |
| * | | | | | | | | | include/linux/kfifo.h: fix INIT_KFIFO() | David Härdeman | 2010-04-07 | 1 | -1/+2 | |
| * | | | | | | | | | mm: avoid null-pointer deref in sync_mm_rss() | KAMEZAWA Hiroyuki | 2010-04-07 | 3 | -3/+6 | |
| * | | | | | | | | | bitops: remove temporary for_each_bit() | Andrew Morton | 2010-04-07 | 1 | -3/+0 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/... | Linus Torvalds | 2010-04-06 | 1 | -17/+14 | |
| |\ \ \ \ \ \ \ \ |