summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | [media] tea5764: convert to unlocked_ioctlHans Verkuil2010-12-011-40/+9
| * | | | | [media] cadet: use unlocked_ioctlHans Verkuil2010-12-011-3/+9
| * | | | | [media] BKL: trivial BKL removal from V4L2 radio driversHans Verkuil2010-12-0113-74/+74
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-12-176-6/+32
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Merge branch 'fix/asoc' into for-linusTakashi Iwai2010-12-175-4/+10
| |\ \ \ \ \
| | * | | | | ASoC: Fix bias power down of non-DAPM codecJarkko Nikula2010-12-131-0/+3
| | * | | | | ASoC: WM8580: Fix R8 initial valueSeungwhan Youn2010-12-091-1/+1
| | * | | | | ASoC: fix deemphasis control in wm8904/55/60 codecsDmitry Artamonow2010-12-093-3/+6
| * | | | | | Merge branch 'fix/hda' into for-linusTakashi Iwai2010-12-171-2/+22
| |\ \ \ \ \ \
| | * | | | | | ALSA: hda - Fix conflict of Mic Boot controlsTakashi Iwai2010-12-171-2/+9
| | * | | | | | ALSA: HDA: Enable subwoofer on Asus G73JwDavid Henningsson2010-12-151-0/+8
| | * | | | | | ALSA: HDA: Fix auto-mute on Lenovo Edge 14David Henningsson2010-12-151-0/+5
* | | | | | | | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2010-12-167-38/+68
|\ \ \ \ \ \ \ \
| * | | | | | | | fanotify: fill in the metadata_len field on struct fanotify_event_metadataEric Paris2010-12-151-2/+4
| * | | | | | | | fanotify: split version into version and metadata_lenAlexey Zaytsev2010-12-151-2/+4
| * | | | | | | | fanotify: Dont try to open a file descriptor for the overflow eventLino Sanfilippo2010-12-071-4/+13
| * | | | | | | | fanotify: Introduce FAN_NOFDLino Sanfilippo2010-12-071-0/+2
| * | | | | | | | fanotify: do not leak user reference on allocation failureEric Paris2010-12-071-1/+3
| * | | | | | | | inotify: stop kernel memory leak on file creation failureEric Paris2010-12-071-0/+1
| * | | | | | | | fanotify: on group destroy allow all waiters to bypass permission checkLino Sanfilippo2010-12-073-4/+9
| * | | | | | | | fanotify: Dont allow a mask of 0 if setting or removing a markLino Sanfilippo2010-12-071-1/+3
| * | | | | | | | fanotify: correct broken ref counting in case adding a mark failedLino Sanfilippo2010-12-071-17/+14
| * | | | | | | | fanotify: if set by user unset FMODE_NONOTIFY before fsnotify_perm() is calledLino Sanfilippo2010-12-072-3/+3
| * | | | | | | | fanotify: remove packed from access response messageEric Paris2010-12-071-1/+1
| * | | | | | | | fanotify: deny permissions when no event was sentEric Paris2010-12-071-4/+12
* | | | | | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2010-12-1629-152/+350
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | MIPS: Add a CONFIG_FORCE_MAX_ZONEORDER Kconfig option.David Daney2010-12-161-0/+22
| * | | | | | | | | MIPS: LD/SD o32 macro GAS fix updateMaciej W. Rozycki2010-12-162-4/+20
| * | | | | | | | | MIPS: Alchemy: fix build with SERIAL_8250=nManuel Lauss2010-12-161-0/+2
| * | | | | | | | | MIPS: Rename mips_dma_cache_sync back to dma_cache_syncRalf Baechle2010-12-161-1/+3
| * | | | | | | | | MIPS: MT: Fix typo in comment.Ralf Baechle2010-12-161-1/+1
| * | | | | | | | | SSB: Fix nvram_get on BCM47xx platformHauke Mehrtens2010-12-161-6/+11
| * | | | | | | | | MIPS: BCM47xx: Swap serial console if ttyS1 was specified.Hauke Mehrtens2010-12-161-0/+16
| * | | | | | | | | MIPS: BCM47xx: Use sscanf for parsing mac addressHauke Mehrtens2010-12-162-20/+10
| * | | | | | | | | MIPS: BCM47xx: Fill values for b43 into SSB spromHauke Mehrtens2010-12-161-22/+92
| * | | | | | | | | MIPS: BCM47xx: Do not read config from CFEHauke Mehrtens2010-12-161-19/+9
| * | | | | | | | | MIPS: FDT size is a be32Thomas Chou2010-12-161-1/+1
| * | | | | | | | | MIPS: Fix CP0 COUNTER clockevent raceKevin Cernekee2010-12-161-1/+1
| * | | | | | | | | MIPS: Fix regression on BCM4710 processor detectionKevin Cernekee2010-12-162-7/+4
| * | | | | | | | | MIPS: JZ4740: Fix pcm device nameLars-Peter Clausen2010-12-161-1/+1
| * | | | | | | | | MIPS: Separate two consecutive loads in memset.STony Wu2010-12-161-2/+2
| * | | | | | | | | MIPS: Send proper signal and siginfo on FP emulator faults.David Daney2010-12-162-30/+130
| * | | | | | | | | MIPS: AR7: Fix loops per jiffies on TNETD7200 devicesFlorian Fainelli2010-12-163-6/+7
| * | | | | | | | | MIPS: AR7: Fix double ar7_gpio_init declarationFlorian Fainelli2010-12-161-2/+0
| * | | | | | | | | MIPS: Rework GENERIC_HARDIRQS Kconfig.David Daney2010-12-161-14/+2
| * | | | | | | | | MIPS: Alchemy: Add return value check for strict_strtoul()Yoichi Yuasa2010-12-161-3/+2
| * | | | | | | | | MIPS: Loongson: Add return value check for strict_strtoul()Wu Zhangjin2010-12-161-2/+2
| * | | | | | | | | MIPS: VPE loader: Check vmalloc return value in vpe_openJesper Juhl2010-12-161-8/+6
| * | | | | | | | | MIPS: compat: Don't clobber personality bits in 32-bit sys_personality().David Daney2010-12-161-6/+7
| * | | | | | | | | MIPS: Don't clobber personality high bits.David Daney2010-12-161-2/+6
OpenPOWER on IntegriCloud