summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* switch posix_acl_create() to umode_t *Al Viro2011-08-0122-53/+35
* block: initialise bd_super in bdget()Lachlan McIlroy2011-08-011-0/+1
* vfs: avoid call to inode_lru_list_del() if possibleEric Dumazet2011-08-011-1/+2
* vfs: avoid taking inode_hash_lock on pipes and socketsEric Dumazet2011-08-012-4/+11
* vfs: conditionally call inode_wb_list_del()Eric Dumazet2011-08-011-1/+3
* VFS: Fix automount for negative autofs dentriesDavid Howells2011-08-011-9/+15
* Btrfs: load the key from the dir item in readdir into a fake dentryJosef Bacik2011-08-011-2/+45
* devtmpfs: missing initialialization in never-hit caseAl Viro2011-07-271-1/+1
* hppfs: missing includeAl Viro2011-07-271-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-2625-120/+133
|\
| * merge fchmod() and fchmodat() guts, kill ancient broken kludgeAl Viro2011-07-261-50/+28
| * xfs: fix misspelled S_IS...()Al Viro2011-07-262-7/+7
| * xfs: get rid of open-coded S_ISREG(), etc.Al Viro2011-07-2610-34/+33
| * vfs: document locking requirements for d_move, __d_move and d_materialise_uniqueJeff Layton2011-07-261-4/+7
| * omfs: fix (mode & S_IFDIR) abuseAl Viro2011-07-261-1/+1
| * btrfs: S_ISREG(mode) is not mode & S_IFREG...Al Viro2011-07-261-2/+2
| * ima: fmode_t misspelled as mode_t...Al Viro2011-07-261-1/+1
| * pci-label.c: size_t misspelled as mode_tAl Viro2011-07-261-1/+1
| * jffs2: S_ISLNK(mode & S_IFMT) is pointlessAl Viro2011-07-261-1/+1
| * snd_msnd ->mode is fmode_t, not mode_tAl Viro2011-07-261-1/+1
| * v9fs_iop_get_acl: get rid of unused variableAl Viro2011-07-261-1/+0
| * vfs: dont chain pipe/anon/socket on superblock s_inodes listEric Dumazet2011-07-265-13/+35
| * Documentation: Exporting: update description of d_splice_aliasPhillip Lougher2011-07-261-1/+8
| * fs: add missing unlock in default_llseek()Dan Carpenter2011-07-261-4/+8
* | Merge branch 'next/devel2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2011-07-2651-1380/+3575
|\ \
| | \
| | \
| *-. \ Merge branches 'omap/prcm' and 'omap/mfd' of git+ssh://master.kernel.org/pub/...Arnd Bergmann2011-07-17141-7398/+7315
| |\ \ \
| | | * \ Merge branch 'peter/topic/for-tony' of git://gitorious.org/omap-audio/linux-a...Tony Lindgren2011-07-0726-904/+2230
| | | |\ \
| | | | * | ASoC: twl6040: Add back support for legacy modePeter Ujfalusi2011-07-071-0/+18
| | | | * | ASoC: twl6040: No need to convert the PLL IDPeter Ujfalusi2011-07-071-4/+1
| | | | * | MFD: twl6040: Remove enum for PLL trackingPeter Ujfalusi2011-07-072-24/+19
| | | | * | ASoC: twl6040: Configure PLL only oncePeter Ujfalusi2011-07-071-45/+27
| | | | * | ASoC: twl6040: Simplify sample rate constraint handlingPeter Ujfalusi2011-07-071-15/+4
| | | | * | ASoC: twl6040: Move PLL selection to codec driverPeter Ujfalusi2011-07-073-82/+79
| | | | * | ASoC: twl6040: Use neutral name for power mode text/enumPeter Ujfalusi2011-07-071-5/+5
| | | | * | MFD: twl6040: Remove wrapper for threaded irq requestPeter Ujfalusi2011-07-072-27/+5
| | | | * | MFD: twl6040: Demand valid interrupt configurationPeter Ujfalusi2011-07-072-36/+22
| | | | * | ASoC: twl6040: Do not use wrapper for irq requestPeter Ujfalusi2011-07-071-5/+14
| | | | * | input: twl6040-vibra: Do not use wrapper for irq requestPeter Ujfalusi2011-07-071-5/+12
| | | | * | MFD: twl6040: Use resource to provide irq number for slavesPeter Ujfalusi2011-07-071-0/+25
| | | | * | OMAP4: SDP4430: Add twl6040 codec platform supportMisael Lopez Cruz2011-07-041-1/+9
| | | | * | ASoC: twl6040: Configure ramp step based on platformAxel Castaneda Gonzalez2011-07-042-20/+75
| | | | * | ASoC: twl6040: set default constraints.Liam Girdwood2011-07-041-0/+1
| | | | * | ASoC: twl6040: Remove pll and headset mode dependencyMisael Lopez Cruz2011-07-041-5/+57
| | | | * | ASoC: twl6040: Support other sample rates in constraints.Liam Girdwood2011-07-041-0/+11
| | | | * | ASoC: twl6040: add all ABE DAIsLiam Girdwood2011-07-041-8/+36
| | | | * | OMAP4: SDP4430: Add twl6040 vibrator platform supportPeter Ujfalusi2011-07-041-0/+48
| | | | * | input: Add initial support for TWL6040 vibratorMisael Lopez Cruz2011-07-044-0/+436
| | | | * | MFD: twl6040: Change platform data for soc codec driverPeter Ujfalusi2011-07-041-3/+2
| | | | * | ASoC: twl6040: Convert into TWL6040 MFD childMisael Lopez Cruz2011-07-044-456/+90
| | | | * | mfd: twl6040: Add initial supportMisael Lopez Cruz2011-07-048-5/+1076