aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* ARM: multi_v7_defconfig: Enable shmobile platformsGeert Uytterhoeven2015-02-26
* Merge tag 'fixes-v4.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Arnd Bergmann2015-02-25
|\
| * ARM: dts: am335x-bone*: usb0 is hardwired for peripheralRobert Nelson2015-02-24
| * ARM: dts: dra7x-evm: beagle-x15: Fix USB HostRoger Quadros2015-02-24
| * ARM: omap2plus_defconfig: Fix SATA bootRoger Quadros2015-02-24
| * ARM: omap2plus_defconfig: Enable OMAP NAND BCH driverRoger Quadros2015-02-24
| * ARM: dts: dra7: Correct the dma controller's property namesPeter Ujfalusi2015-02-24
| * ARM: dts: omap5: Correct the dma controller's property namesPeter Ujfalusi2015-02-24
| * ARM: dts: omap4: Correct the dma controller's property namesPeter Ujfalusi2015-02-24
| * ARM: dts: omap3: Correct the dma controller's property namesPeter Ujfalusi2015-02-24
| * ARM: dts: omap2: Correct the dma controller's property namesPeter Ujfalusi2015-02-24
| * ARM: dts: am437x-idk: fix sleep pinctrl stateFelipe Balbi2015-02-24
| * ARM: omap2plus_defconfig: enable TPS62362 regulatorFelipe Balbi2015-02-24
| * ARM: dts: am437x-idk: fix TPS62362 i2c busFelipe Balbi2015-02-24
| * ARM: dts: n900: Fix offset for smc91x ethernetPali Rohár2015-02-24
| * ARM: dts: n900: fix i2c bus numberingIvaylo Dimitrov2015-02-24
| * ARM: dts: Fix USB dts configuration for dm816xTony Lindgren2015-02-24
| * ARM: dts: OMAP5: Fix SATA PHY nodeRoger Quadros2015-02-24
| * ARM: dts: DRA7: Fix SATA PHY nodeRoger Quadros2015-02-24
* | arm64: Add L2 cache topology to ARM Ltd boards/modelsSudeep Holla2015-02-25
|/
* Linux 4.0-rc1Linus Torvalds2015-02-22
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2015-02-22
|\
| * ext4: fix indirect punch hole corruptionOmar Sandoval2015-02-14
| * ext4: ignore journal checksum on remount; don't failEric Sandeen2015-02-12
| * ext4: remove duplicate remount check for JOURNAL_CHECKSUM changeEric Sandeen2015-02-12
| * ext4: fix mmap data corruption in nodelalloc mode when blocksize < pagesizeXiaoguang Wang2015-02-12
| * ext4: support read-only imagesDarrick J. Wong2015-02-12
| * ext4: change to use setup_timer() instead of init_timer()Jan Mrazek2015-01-26
| * ext4: reserve codepoints used by the ext4 encryption featureTheodore Ts'o2015-01-19
| * jbd2: complain about descriptor block checksum errorsDarrick J. Wong2015-01-19
* | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-02-22
|\ \
| * | autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocationAl Viro2015-02-22
| * | procfs: fix race between symlink removals and traversalsAl Viro2015-02-22
| * | debugfs: leave freeing a symlink body until inode evictionAl Viro2015-02-22
| * | Documentation/filesystems/Locking: ->get_sb() is long goneAl Viro2015-02-22
| * | trylock_super(): replacement for grab_super_passive()Konstantin Khlebnikov2015-02-22
| * | fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells2015-02-22
| * | Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells2015-02-22
| * | VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-22
| * | SELinux: Use d_is_positive() rather than testing dentry->d_inodeDavid Howells2015-02-22
| * | Smack: Use d_is_positive() rather than testing dentry->d_inodeDavid Howells2015-02-22
| * | TOMOYO: Use d_is_dir() rather than d_inode and S_ISDIR()David Howells2015-02-22
| * | Apparmor: Use d_is_positive/negative() rather than testing dentry->d_inodeDavid Howells2015-02-22
| * | Apparmor: mediated_filesystem() should use dentry->d_sb not inode->i_sbDavid Howells2015-02-22
| * | VFS: Split DCACHE_FILE_TYPE into regular and special typesDavid Howells2015-02-22
| * | VFS: Add a fallthrough flag for marking virtual dentriesDavid Howells2015-02-22
| * | VFS: Add a whiteout dentry typeDavid Howells2015-02-22
| * | VFS: Introduce inode-getting helpers for layered/unioned fs environmentsDavid Howells2015-02-22
| * | Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Al Viro2015-02-20
| |\ \
| | * | ovl: discard independent cursor in readdir()hujianyang2015-01-09