aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2011-07-2749-40/+22173
|\
| * target: Convert to DIV_ROUND_UP_SECTOR_T usage for sectors / dev_max_sectorsNicholas Bellinger2011-07-261-4/+3
| * kernel.h: Add DIV_ROUND_UP_ULL and DIV_ROUND_UP_SECTOR_T macro usageNicholas Bellinger2011-07-261-0/+8
| * iscsi-target: Add iSCSI fabric support for target v4.1Nicholas Bellinger2011-07-2641-1/+22099
| * iscsi: Add Serial Number Arithmetic LT and GT into iscsi_proto.hNicholas Bellinger2011-07-252-16/+30
| * iscsi: Use struct scsi_lun in iscsi structs instead of u8[8]Andy Grover2011-07-255-24/+23
| * iscsi: Resolve iscsi_proto.h naming conflicts with drivers/target/iscsiNicholas Bellinger2011-07-256-19/+33
* | signals: sys_ssetmask/sys_rt_sigsuspend should use set_current_blocked()Oleg Nesterov2011-07-272-16/+6
* | sparc: rename atomic_add_unlessStephen Rothwell2011-07-271-2/+2
* | proc: make struct proc_dir_entry::name a terminal array rather than a pointerDavid Howells2011-07-274-8/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds2011-07-273-10/+4
|\ \
| * | jfs: clean up some compiler warningsDave Kleikamp2011-07-253-10/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds2011-07-271-2/+2
|\ \ \
| * | | GFS2: Fix mount hang caused by certain access pattern to sysfs filesSteven Whitehouse2011-07-261-2/+2
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2011-07-2721-217/+1035
|\ \ \ \
| * \ \ \ Merge branch 'fix/asoc' into for-linusTakashi Iwai2011-07-267-47/+86
| |\ \ \ \
| | * | | | ASoC: Revert "ASoC: SAMSUNG: Add I2S0 internal dma driver"Mark Brown2011-07-243-481/+0
| | * | | | ASoC: dapm - Add methods to retrieve snd_card and soc_card from dapm context.Liam Girdwood2011-07-201-0/+30
| | * | | | ASoC: SAMSUNG: Add I2S0 internal dma driverSangbeom Kim2011-07-203-0/+481
| | * | | | ASoC: SAMSUNG: Modify I2S driver to support idmaSangbeom Kim2011-07-201-0/+7
| | * | | | ASoC: davinci: add missing break statementRajashekhara, Sudhakar2011-07-201-0/+1
| | * | | | ASoC: davinci: fix codec start and stop functionsRajashekhara, Sudhakar2011-07-201-4/+4
| | * | | | ASoC: dapm - add DAPM macro for external enum widgetsLiam Girdwood2011-07-201-0/+6
| | * | | | ASoC: Acknowledge WM8962 interrupts before acting on themMark Brown2011-07-201-3/+3
| | * | | | ASoC: sgtl5000: guide user when regulator support is neededWolfram Sang2011-07-191-0/+1
| | * | | | ASoC: sgtl5000: refactor registering internal ldoWolfram Sang2011-07-191-38/+31
| | * | | | ASoC: core: make comments fit the codeWolfram Sang2011-07-191-2/+2
| | * | | | ASoC: Mark cache as dirty when suspendingMark Brown2011-07-191-0/+1
| * | | | | ALSA: hda - Cirrus Logic CS421x supportTim Howe2011-07-261-34/+709
| * | | | | ALSA: Make pcm.h self-containedTakashi Iwai2011-07-262-12/+27
| * | | | | ALSA: hda - Allow codec-specific set_power_state opsTakashi Iwai2011-07-263-41/+56
| * | | | | ALSA: hda - Add post_suspend patch opsTakashi Iwai2011-07-262-10/+9
| * | | | | ALSA: hda - Make CONFIG_SND_HDA_POWER_SAVE depending on CONFIG_PMTakashi Iwai2011-07-268-30/+25
| * | | | | ALSA: hda - Make sure mute led reflects master mute stateVitaliy Kulikov2011-07-261-18/+35
| * | | | | ALSA: hda - Fix invalid mute led state on resume of IDT codecsVitaliy Kulikov2011-07-263-0/+17
| * | | | | ALSA: hda - Add support of the 4 internal speakers on certain HP laptopsVitaliy Kulikov2011-07-241-1/+50
| * | | | | ALSA: Make snd_pcm_debug_name usable outside pcm_libEliot Blennerhassett2011-07-243-26/+20
| * | | | | ALSA: hda - Fix DAC filling for multi-connection pins in Realtek parserTakashi Iwai2011-07-231-1/+4
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-07-2744-317/+1943
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'next' into for-linusDmitry Torokhov2011-07-277903-383404/+474372
| |\ \ \ \ \ \
| | * | | | | | Input: synaptics - fix reporting of min coordinatesDmitry Torokhov2011-07-251-1/+1
| | * | | | | | Input: tegra-kbc - enable key autorepeatRakesh Iyer2011-07-251-1/+1
| | * | | | | | Input: kxtj9 - fix locking typo in kxtj9_set_poll()Dan Carpenter2011-07-191-1/+1
| | * | | | | | Input: kxtj9 - fix bug in probe()Dan Carpenter2011-07-191-1/+1
| | * | | | | | Input: intel-mid-touch - remove pointless checking for variable 'found'Axel Lin2011-07-181-10/+5
| | * | | | | | Input: hp_sdc - staticize hp_sdc_kicker()Axel Lin2011-07-181-1/+1
| | * | | | | | Input: pmic8xxx-keypad - fix a leak of the IRQ during init failureAxel Lin2011-07-181-4/+4
| | * | | | | | Input: cy8ctmg110_ts - set reset_pin and irq_pin from platform dataAxel Lin2011-07-181-0/+2
| | * | | | | | Input: cy8ctmg110_ts - constify i2c_device_id tableAxel Lin2011-07-131-1/+1
| | * | | | | | Input: cy8ctmg110_ts - fix checking return value of i2c_master_sendAxel Lin2011-07-131-2/+2