summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2010-04-075-12/+10
|\
| * microblaze: Remove unused variable from ptraceMichal Simek2010-04-071-1/+0
| * microblaze: io.h: Add io big-endian functionJohn Linn2010-04-071-0/+5
| * microblaze: Enable memory leak detectorMichal Simek2010-04-071-1/+1
| * microblaze: Fix futex codeMichal Simek2010-04-071-1/+1
| * microblaze: Fix ftrace_update_ftrace_func panicSteven J. Magnani2010-04-071-9/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-04-0736-212/+408
|\ \
| * \ Merge branch 'fix/hda' into for-linusTakashi Iwai2010-04-074-51/+138
| |\ \
| | * | ALSA: hda - Fix a wrong array range check in patch_realtek.cTakashi Iwai2010-04-051-4/+3
| | * | ALSA: hda - Enable amplifiers on Acer Inspire 6530GTony Vroon2010-04-051-2/+7
| | * | ALSA: hda - Add MSI blacklist for Aopen MZ915-MTakashi Iwai2010-04-041-0/+1
| | * | ALSA: hda - Update document about MSI and interruptsTakashi Iwai2010-04-011-4/+12
| | * | ALSA: hda: Fix 0 dB offset for Lenovo Thinkpad models using AD1981Daniel T Chen2010-03-311-0/+8
| | * | ALSA: hda - Add missing printk argument in previous patchTakashi Iwai2010-03-301-1/+2
| | * | ALSA: hda - Fix ADC/MUX assignment of ALC269 codecTakashi Iwai2010-03-291-15/+80
| | * | ALSA: hda - Fix invalid bit values passed to snd_hda_codec_amp_stereo()Takashi Iwai2010-03-291-26/+26
| * | | Merge branch 'fix/asoc' into for-linusTakashi Iwai2010-04-0728-146/+252
| |\ \ \
| | * | | ALSA: ASoC: move dma_data from snd_soc_dai to snd_soc_pcm_streamDaniel Mack2010-04-0523-72/+149
| | * | | ASoC: Only do WM8994 bias off transition from standbyMark Brown2010-04-051-24/+29
| | * | | ASoC: Don't use DCS_DATAPATH_BUSY for WM hubs devicesMark Brown2010-04-051-23/+15
| | * | | ASoC: Don't do runtime wm_hubs DC servo updates if using offset correctionMark Brown2010-04-051-0/+6
| | * | | ASoC: Support second DC servo readback method for wm_hubsMark Brown2010-04-053-12/+33
| | * | | ASoC: Avoid wraparound in wm_hubs DC servo correctionMark Brown2010-04-051-2/+4
| | * | | ASoC: OMAP: Fix capture pointer handling for OMAP1510 to work correctly with ...Janusz Krzysztofik2010-04-021-9/+8
| | * | | ASoC: Fix passing platform_data to ac97 bus users and fix a leakGraham Gower2010-03-292-7/+11
| | * | | ASoC: wm8994: playback => captureDan Carpenter2010-03-241-1/+1
| * | | | Merge branch 'fix/misc' into for-linusTakashi Iwai2010-04-074-15/+18
| |\ \ \ \
| | * | | | ALSA: mixart: range checking proc fileDan Carpenter2010-04-061-10/+14
| | * | | | ALSA: echoaudio - Eliminate use after freeJulia Lawall2010-04-041-3/+2
| | * | | | ALSA: i2c: cleanup: change parameter to pointerDan Carpenter2010-04-042-2/+2
* | | | | | Merge branch 'slabh' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/miscLinus Torvalds2010-04-071-1/+1
|\ \ \ \ \ \
| * | | | | | nodemask: include slab.h from drivers/base/node.cTejun Heo2010-04-071-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | fs-cache: order the debugfs stats correctlyDavid Howells2010-04-071-2/+2
* | | | | | frv: fix kernel/user segment handling in NOMMU modeDavid Howells2010-04-072-5/+3
* | | | | | frv: hide uncached_access() when pgprot_noncached is not #definedDavid Howells2010-04-071-0/+2
* | | | | | rtc-mxc: multiple fixes in rtc-mxc probe methodVladimir Zapolskiy2010-04-071-13/+13
* | | | | | memcg: fix race in file_mapped accountingKAMEZAWA Hiroyuki2010-04-072-9/+15
* | | | | | pagemap: fix pfn calculation for hugepageNaoya Horiguchi2010-04-073-32/+46
* | | | | | ratelimit: fix the return value when __ratelimit() fails to acquire the lockYong Zhang2010-04-071-1/+1
* | | | | | kernel.h: fix wrong usage of __ratelimit()Yong Zhang2010-04-071-1/+1
* | | | | | ratelimit: annotate ___ratelimit()Yong Zhang2010-04-071-2/+7
* | | | | | /dev/mem: allow rewindingEric Dumazet2010-04-071-5/+0
* | | | | | vfs: rename block_fsync() to blkdev_fsync()Andrew Morton2010-04-073-5/+5
* | | | | | raw: fsync method is now requiredAnton Blanchard2010-04-073-1/+4
* | | | | | mb862xxfb: update Valentin's email addressAlexander Shishkin2010-04-071-1/+1
* | | | | | mb862xxfb: fix acceleration module licenseRandy Dunlap2010-04-071-0/+3
* | | | | | mm: revert "vmscan: get_scan_ratio() cleanup"KOSAKI Motohiro2010-04-071-14/+9
* | | | | | devmem: handle class_create() failureAnton Blanchard2010-04-071-0/+3
* | | | | | readahead: fix NULL filp dereferenceWu Fengguang2010-04-071-1/+1
* | | | | | device_attributes: add sysfs_attr_init() for dynamic attributesWolfram Sang2010-04-074-0/+11
OpenPOWER on IntegriCloud