summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-26vfs: document locking requirements for d_move, __d_move and d_materialise_uniqueJeff Layton1-4/+7
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg...Linus Torvalds15-286/+747
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-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-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-26ALSA: hda - Make sure mute led reflects master mute stateVitaliy Kulikov1-18/+35
2011-07-26ALSA: hda - Fix invalid mute led state on resume of IDT codecsVitaliy Kulikov3-0/+17
2011-07-26p9: avoid unused variable warningLinus Torvalds1-1/+0
2011-07-26Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds797-187777/+49400
2011-07-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds20-187/+903
2011-07-26Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds135-3167/+9085
2011-07-26Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds9-210/+448
2011-07-26Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds152-1441/+10498
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds44-1907/+1074
2011-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds6-6/+28
2011-07-26Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds33-1426/+559
2011-07-26MIPS: Close races in TLB modify handlers.David Daney1-98/+194
2011-07-26MIPS: Add uasm UASM_i_SRL_SAFE macro.David Daney1-0/+2
2011-07-26vfs: fix check_acl compile error when CONFIG_FS_POSIX_ACL is not setLinus Torvalds1-0/+2
2011-07-26Merge 'akpm' patch seriesLinus Torvalds160-1090/+5261
2011-07-26drivers/connector/cn_proc.c: remove unused localAndrew Morton1-1/+0
2011-07-26Documentation/SubmitChecklist: add RCU debug config optionsPaul E. McKenney1-2/+2
2011-07-26reiserfs: use hweight_long()Akinobu Mita1-5/+1
2011-07-26reiserfs: use proper little-endian bitopsAkinobu Mita3-4/+6
2011-07-26pnpacpi: register disabled resourcesWitold Szczeponik1-25/+27
2011-07-26drivers/rtc/rtc-tegra.c: properly initialize spinlockUwe Kleine-König1-1/+1
2011-07-26drivers/rtc/rtc-twl.c: check return value of twl_rtc_write_u8() in twl_rtc_se...Jesper Juhl1-1/+1