summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-26mfd: Remove mfd_dataSamuel Ortiz1-21/+0
2011-05-26regulator: Use device platform_data to retrieve db8500 platform bitsSamuel Ortiz1-2/+2
2011-05-26mfd: Use mfd cell platform_data for wm8400 cells platform bitsSamuel Ortiz2-2/+3
2011-05-26mfd: Use mfd cell platform_data for davinci cells platform bitsSamuel Ortiz3-5/+6
2011-05-26mfd: Use mfd cell platform_data for 88pm860x cells platform bitsSamuel Ortiz4-24/+15
2011-05-26mfd: Use mfd cell platform_data for tps6105x cells platform bitsSamuel Ortiz2-3/+4
2011-05-26mfd: Use mfd cell platform_data for twl4030 codec cells platform bitsSamuel Ortiz3-8/+7
2011-05-26mfd: Use mfd cell platform_data for janz cells platform bitsSamuel Ortiz3-5/+4
2011-05-26mfd: Use mfd cell platform_data for mc13xxx cells platform bitsSamuel Ortiz4-15/+18
2011-05-26mfd: Use mfd cell platform_data for rdc321x cells platform bitsSamuel Ortiz3-6/+6
2011-05-26mfd: Use mfd cell platform_data for timberdale cells platform bitsSamuel Ortiz9-44/+64
2011-05-26mtd: Use platform_data to retrieve tmio_nand platform bitsSamuel Ortiz3-3/+6
2011-05-26fb: Use platform_data to retrieve tmiofb platform bitsSamuel Ortiz2-8/+7
2011-05-26mfd: Use mfd cell platform_data for wl1273 cells platform bitsSamuel Ortiz3-5/+6
2011-05-26mfd: Pass htc-pasic3 led platform data through the cell platform_dataSamuel Ortiz1-0/+2
2011-05-26w1: Use device platform_data to retrieve ds1wm platform bitsSamuel Ortiz3-4/+14
2011-05-26mmc: Use device platform_data to retrieve tmio_mmc platform bitsSamuel Ortiz5-5/+9
2011-05-26mfd: Use mfd cell platform_data for ab3100 cells platform bitsSamuel Ortiz2-4/+5
2011-05-26mfd: Use mfd cell platform_data for ab3550 cells platform bitsSamuel Ortiz2-2/+5
2011-05-26mfd: Add platform data pointer backSamuel Ortiz2-0/+11
2011-05-26Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds24-1103/+2019
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds33-269/+332
2011-05-26mm: don't access vm_flags as 'int'KOSAKI Motohiro12-23/+26
2011-05-26xen: cleancache shim to Xen Transcendent MemoryDan Magenheimer4-0/+294
2011-05-26ocfs2: add cleancache supportDan Magenheimer1-0/+2
2011-05-26ext4: add cleancache supportDan Magenheimer1-0/+2
2011-05-26btrfs: add cleancache supportDan Magenheimer2-0/+11
2011-05-26ext3: add cleancache supportDan Magenheimer1-0/+2
2011-05-26mm/fs: add hooks to support cleancacheDan Magenheimer5-0/+32
2011-05-26mm: cleancache core ops functions and configDan Magenheimer4-0/+390
2011-05-26fs: add field to superblock to support cleancacheDan Magenheimer1-0/+5
2011-05-26mm/fs: cleancache documentationDan Magenheimer2-0/+289
2011-05-26jbd2: Add MAINTAINERS entryTheodore Ts'o1-3/+10
2011-05-26cifs: remove unnecessary dentry_unhash on rmdir/rename_dirSage Weil1-5/+0
2011-05-26ocfs2: remove unnecessary dentry_unhash on rmdir/rename_dirSage Weil1-6/+0
2011-05-26exofs: remove unnecessary dentry_unhash on rmdir/rename_dirSage Weil1-5/+0
2011-05-26nfs: remove unnecessary dentry_unhash on rmdir/rename_dirSage Weil1-5/+0
2011-05-26ext2: remove unnecessary dentry_unhash on rmdir/rename_dirSage Weil1-5/+0
2011-05-26ext3: remove unnecessary dentry_unhash on rmdir/rename_dirSage Weil1-5/+0
2011-05-26ext4: remove unnecessary dentry_unhash on rmdir/rename_dirSage Weil1-5/+0
2011-05-26btrfs: remove unnecessary dentry_unhash in rmdir/rename_dirSage Weil1-5/+0
2011-05-26ceph: remove unnecessary dentry_unhash callsSage Weil1-6/+0
2011-05-26vfs: clean up vfs_rename_otherSage Weil1-11/+14
2011-05-26vfs: clean up vfs_rename_dirSage Weil1-11/+15
2011-05-26vfs: clean up vfs_rmdirSage Weil1-14/+17
2011-05-26vfs: fix vfs_rename_dir for FS_RENAME_DOES_D_MOVE filesystemsMiklos Szeredi1-2/+0
2011-05-26libfs: drop unneeded dentry_unhashSage Weil1-5/+0
2011-05-26vfs: update dentry_unhash() commentSage Weil1-4/+4
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil36-12/+110
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil37-3/+78