summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | 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-061-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
* | | | | | | | | drivers/thermal/thermal_sys.c: fix 'key f70f4b50 not in .data' in thermal_sysSergey Senozhatsky2010-04-071-0/+3
* | | | | | | | | cciss: unlock on error pathDan Carpenter2010-04-071-0/+1
* | | | | | | | | mxser: spin_lock() => spin_lock_irq()Dan Carpenter2010-04-071-3/+3
* | | | | | | | | omap hsmmc: fix a bug in card remove scenarioMadhusudhan Chikkature2010-04-071-7/+2
* | | | | | | | | drivers/gpio/timbgpio.c: add missing unlockJulia Lawall2010-04-071-4/+8
* | | | | | | | | drivers/char/amiserial.c: add missing local_irq_restoreJulia Lawall2010-04-071-2/+2
* | | | | | | | | fbdev: rename imacfb.txt to efifb.txt and change imacfb to efifb.Justin P. Mattock2010-04-071-7/+7
* | | | | | | | | vesafb: use platform_driver_probe() instead of platform_driver_register()Jan Beulich2010-04-071-13/+13
* | | | | | | | | include/linux/kfifo.h: fix INIT_KFIFO()David Härdeman2010-04-071-1/+2
* | | | | | | | | mm: avoid null-pointer deref in sync_mm_rss()KAMEZAWA Hiroyuki2010-04-073-3/+6
* | | | | | | | | bitops: remove temporary for_each_bit()Andrew Morton2010-04-071-3/+0
|/ / / / / / / /
* | | | | | | | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/...Linus Torvalds2010-04-061-17/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | pcmcia: fix up alignf issuesDominik Brodowski2010-04-041-17/+14
* | | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-04-061-0/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | genirq: Force MSI irq handlers to run with interrupts disabledThomas Gleixner2010-03-311-0/+10
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2010-04-067-21/+109
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [WATCHDOG] hpwdt - fix lower timeout limitThomas Mingarelli2010-04-061-1/+1
| * | | | | | | | | [WATCHDOG] iTCO_wdt: TCO Watchdog patch for additional Intel Cougar Point Dev...Seth Heasley2010-04-061-6/+93
| * | | | | | | | | [WATCHDOG] doc: Fix use of WDIOC_SETOPTIONS ioctl.James Hogan2010-04-062-5/+8
| * | | | | | | | | [WATCHDOG] doc: watchdog simple example: don't fail on fsync()Giel van Schijndel2010-04-041-3/+0
| * | | | | | | | | [WATCHDOG] set max63xx driver as ARM onlyMarc Zyngier2010-04-041-5/+6
| * | | | | | | | | [WATCHDOG] powerpc: pika_wdt ident cannot be constSean MacLennan2010-04-041-1/+1
| | |/ / / / / / / | |/| | | | | | |