summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg...Linus Torvalds15-286/+747
2011-07-26xen/balloon: Fix compile errors - missing header files.Konrad Rzeszutek Wilk1-2/+2
2011-07-26xen/grant: Fix compile warning.Konrad Rzeszutek Wilk1-1/+1
2011-07-26xen/pciback: remove duplicated #includeHuang Weiyi1-1/+0
2011-07-26omfs: fix (mode & S_IFDIR) abuseAl Viro1-1/+1
2011-07-26btrfs: S_ISREG(mode) is not mode & S_IFREG...Al Viro1-2/+2
2011-07-26ima: fmode_t misspelled as mode_t...Al Viro1-1/+1
2011-07-26Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2011-07-26pci-label.c: size_t misspelled as mode_tAl Viro1-1/+1
2011-07-26jffs2: S_ISLNK(mode & S_IFMT) is pointlessAl Viro1-1/+1
2011-07-26snd_msnd ->mode is fmode_t, not mode_tAl Viro1-1/+1
2011-07-26v9fs_iop_get_acl: get rid of unused variableAl Viro1-1/+0
2011-07-26vfs: dont chain pipe/anon/socket on superblock s_inodes listEric Dumazet5-13/+35
2011-07-26Documentation: Exporting: update description of d_splice_aliasPhillip Lougher1-1/+8
2011-07-26fs: add missing unlock in default_llseek()Dan Carpenter1-4/+8
2011-07-26Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds116-1440/+5593
2011-07-26Merge branch 'fix/asoc' into for-linusTakashi Iwai7-47/+86
2011-07-26ALSA: hda - Cirrus Logic CS421x supportTim Howe1-34/+709
2011-07-26ALSA: Make pcm.h self-containedTakashi Iwai2-12/+27
2011-07-26ALSA: hda - Allow codec-specific set_power_state opsTakashi Iwai3-41/+56
2011-07-26ALSA: hda - Add post_suspend patch opsTakashi Iwai2-10/+9
2011-07-26ALSA: hda - Make CONFIG_SND_HDA_POWER_SAVE depending on CONFIG_PMTakashi Iwai8-30/+25
2011-07-26genirq: Fix wrong bit operationjhbird.choi@samsung.com1-2/+2
2011-07-26ext4: fix data corruption in inodes with journalled dataJan Kara1-0/+29
2011-07-26block: fix warning with calling smp_processor_id() in preemptible sectionJens Axboe1-1/+1
2011-07-26drm/radeon/kms: fix DP training for DPEncoderService revision bigger than 1.1Jerome Glisse1-4/+18
2011-07-26drm/radeon/kms: add missing vddci setting on NI+Alex Deucher1-0/+3
2011-07-26dmaengine: pl08x: handle the rest of enums in pl08x_widthVinod Koul1-1/+2
2011-07-26DMA: PL08x: cleanup selection of burst sizeRussell King - ARM Linux1-30/+28
2011-07-26DMA: PL08x: avoid recalculating cctl at each prepareRussell King - ARM Linux1-36/+42
2011-07-26DMA: PL08x: cleanup selection of buswidthRussell King - ARM Linux1-15/+19
2011-07-26DMA: PL08x: constify plchan->cd and plat->slave_channelsRussell King - ARM Linux1-2/+2
2011-07-26DMA: PL08x: separately store source/destination cctlRussell King - ARM Linux2-14/+18
2011-07-26DMA: PL08x: separately store source/destination slave addressRussell King - ARM Linux2-13/+11
2011-07-26DMA: PL08x: clean up LLI debuggingRussell King - ARM Linux1-17/+16
2011-07-26DMA: PL08x: select LLI bus only once per LLI setupRussell King - ARM Linux1-4/+3
2011-07-26DMA: PL08x: remove unused constantsRussell King - ARM Linux1-4/+0
2011-07-26ARM: mxs-dma: reset after disable channelDong Aisheng1-0/+1
2011-07-26dma: intel_mid_dma: remove redundant pci_set_drvdata callsAxel Lin1-2/+0
2011-07-26dma: mxs-dma: fix unterminated platform_device_id tableAxel Lin1-0/+2
2011-07-26dmaengine: pl330: make platform data optionalRob Herring1-28/+36
2011-07-26[SCSI] mpt2sas: WarpDrive Infinite command retries due to wrong scsi command ...Kashyap, Desai1-0/+4
2011-07-26[SCSI] bnx2fc: Replace printks with KERN_ALERT to KERN_ERR/KERN_INFOBhanu Prakash Gollapudi6-51/+52
2011-07-26[SCSI] scsi_transport_spi: Export host width and HBA idHannes Reinecke1-0/+24
2011-07-26target: Convert to DIV_ROUND_UP_SECTOR_T usage for sectors / dev_max_sectorsNicholas Bellinger1-4/+3
2011-07-26Revert "microblaze: PCI fix typo fault in of_node pointer moving into pci_bus"Michal Simek1-1/+1
2011-07-26GFS2: Fix mount hang caused by certain access pattern to sysfs filesSteven Whitehouse1-2/+2
2011-07-26kernel.h: Add DIV_ROUND_UP_ULL and DIV_ROUND_UP_SECTOR_T macro usageNicholas Bellinger1-0/+8
2011-07-26iscsi-target: Add iSCSI fabric support for target v4.1Nicholas Bellinger41-1/+22099
2011-07-26[SCSI] mvsas: Add support for interrupt taskletXiangliang Yu5-26/+40