summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | sound: sequencer: cap array index in seq_chn_common_event()Dan Carpenter2013-03-151-0/+6
| * | | | | ALSA: hda/ca0132 - Remove extra setting of dsp_state.Dylan Reid2013-03-151-9/+6
| * | | | | ALSA: hda/ca0132 - Check download state of DSP.Dylan Reid2013-03-151-2/+3
| * | | | | ALSA: hda/ca0132 - Check if dspload_image succeeded.Dylan Reid2013-03-151-2/+6
| * | | | | ALSA: hda - Disable IDT eapd_switch if there are no internal speakersDavid Henningsson2013-03-141-0/+29
| * | | | | ALSA: hda - Fix snd_hda_get_num_raw_conns() to return a correct valueTakashi Iwai2013-03-121-10/+14
| * | | | | ALSA: usb-audio: add a workaround for the NuForce UDH-100Clemens Ladisch2013-03-121-0/+15
| * | | | | ALSA: asihpi - fix potential NULL pointer dereferenceWei Yongjun2013-03-121-1/+2
| * | | | | ALSA: seq: Fix missing error handling in snd_seq_timer_open()Takashi Iwai2013-03-111-4/+4
* | | | | | Merge branch 'fixes-for-3.9' of git://git.linaro.org/people/mszyprowski/linux...Linus Torvalds2013-03-151-2/+3
|\ \ \ \ \ \
| * | | | | | ARM: DMA-mapping: add missing GFP_DMA flag for atomic buffer allocationMarek Szyprowski2013-03-141-2/+3
* | | | | | | Merge tag 'mfd-fixes-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-03-1516-23/+63
|\ \ \ \ \ \ \
| * | | | | | | mfd: twl4030-madc: Remove __exit_p annotationArnd Bergmann2013-03-151-1/+1
| * | | | | | | mfd: ab8500: Kill "reg" property from bindingArnd Bergmann2013-03-125-10/+5
| * | | | | | | mfd: ab8500-gpadc: Complain if we fail to enable vtvout LDOAxel Lin2013-03-121-4/+13
| * | | | | | | mfd: wm831x: Don't forward declare enum wm831x_auxadcMark Brown2013-03-122-1/+3
| * | | | | | | mfd: twl4030-audio: Fix argument type for twl4030_audio_disable_resource()Mark Brown2013-03-121-1/+1
| * | | | | | | mfd: tps65912: Declare and use tps65912_irq_exit()Mark Brown2013-03-122-0/+2
| * | | | | | | mfd: palmas: Provide irq flags through DT/platform dataLaxman Dewangan2013-03-122-3/+34
| * | | | | | | mfd: Make AB8500_CORE select POWER_SUPPLY to fix build errorAxel Lin2013-03-121-0/+1
| * | | | | | | mfd: omap-usb-host: Actually update hostconfigRoger Quadros2013-03-121-3/+3
| |/ / / / / /
* | | | | | | Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-03-154-11/+42
|\ \ \ \ \ \ \
| * | | | | | | hwmon: (pmbus/ltc2978) Fix temperature reportingGuenter Roeck2013-03-141-6/+8
| * | | | | | | hwmon: (pmbus) Fix krealloc() misuse in pmbus_add_attribute()David Woodhouse2013-03-141-5/+7
| * | | | | | | hwmon: (lineage-pem) Add missing terminating entry for pem_[input|fan]_attrib...Axel Lin2013-03-141-0/+2
| * | | | | | | MAINTAINERS: Add maintainer for MAX6697, INA209, and INA2XX driversGuenter Roeck2013-03-121-0/+25
| | |_|/ / / / | |/| | | | |
* | | | | | | perf,x86: fix kernel crash with PEBS/BTS after suspend/resumeStephane Eranian2013-03-153-0/+12
* | | | | | | mm/fremap.c: fix possible oops on error pathMichel Lespinasse2013-03-141-3/+2
* | | | | | | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2013-03-141-1/+3
|\ \ \ \ \ \ \
| * | | | | | | list: Fix double fetch of pointer in hlist_entry_safe()Paul E. McKenney2013-03-141-1/+3
| |/ / / / / /
* | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2013-03-145-7/+9
|\ \ \ \ \ \ \
| * | | | | | | ext2: Fix BUG_ON in evict() on inode deletionJan Kara2013-03-132-1/+2
| * | | | | | | reiserfs: Use kstrdup instead of kmalloc/strcpyIonut-Gabriel Radu2013-03-111-3/+1
| * | | | | | | ext3: Fix format string issuesLars-Peter Clausen2013-03-111-2/+2
| * | | | | | | quota: add missing use of dq_data_lock in __dquot_initializeJeff Mahoney2013-03-111-1/+4
| |/ / / / / /
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-03-1311-0/+12
|\ \ \ \ \ \ \
| * | | | | | | fs: Readd the fs module aliases.Eric W. Biederman2013-03-126-0/+7
| * | | | | | | fs: Limit sys_mount to only request filesystem modules. (Part 3)Eric W. Biederman2013-03-115-0/+5
| |/ / / / / /
* | | | | | | Merge branch 'akpm' (fixes from Andrew)Linus Torvalds2013-03-1316-174/+144
|\ \ \ \ \ \ \
| * | | | | | | idr: idr_alloc() shouldn't trigger lowmem warning when preloadedTejun Heo2013-03-131-13/+25
| * | | | | | | UAPI: fix endianness conditionals in M32R's asm/stat.hDavid Howells2013-03-131-2/+2
| * | | | | | | UAPI: fix endianness conditionals in linux/raid/md_p.hDavid Howells2013-03-131-2/+4
| * | | | | | | UAPI: fix endianness conditionals in linux/acct.hDavid Howells2013-03-131-2/+4
| * | | | | | | UAPI: fix endianness conditionals in linux/aio_abi.hDavid Howells2013-03-131-2/+2
| * | | | | | | decompressors: fix typo "POWERPC"Paul Bolle2013-03-131-1/+1
| * | | | | | | mm/fremap.c: fix oops on error pathAndrew Morton2013-03-131-2/+4
| * | | | | | | idr: deprecate idr_pre_get() and idr_get_new[_above]()Tejun Heo2013-03-132-52/+55
| * | | | | | | tidspbridge: convert to idr_alloc()Tejun Heo2013-03-131-44/+26
| * | | | | | | zcache: convert to idr_alloc()Tejun Heo2013-03-131-15/+10
| * | | | | | | mlx4: remove leftover idr_pre_get() callTejun Heo2013-03-131-1/+0
OpenPOWER on IntegriCloud