summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* fs: move struct kiocb to fs.hChristoph Hellwig2015-03-263-31/+23
* fs: split generic and aio kiocbChristoph Hellwig2015-03-131-40/+6
* fs: don't allow to complete sync iocbs through aio_completeChristoph Hellwig2015-03-131-4/+0
* fs: remove ki_nbytesChristoph Hellwig2015-03-131-1/+0
* new helper: dup_iter()Al Viro2015-02-181-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-02-187-21/+88
|\
| * gue: Use checksum partial with remote checksum offloadTom Herbert2015-02-121-0/+1
| * vxlan: Use checksum partial with remote checksum offloadTom Herbert2015-02-122-1/+4
| * net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offloadTom Herbert2015-02-122-2/+32
| * net: Use more bit fields in napi_gro_cbTom Herbert2015-02-121-8/+10
| * net: Clarify meaning of CHECKSUM_PARTIAL for receive pathTom Herbert2015-02-122-6/+15
| * net: Fix remcsum in GRO path to not change packetTom Herbert2015-02-122-2/+28
| * treewide: Remove unnecessary SSB_DEVTABLE_END macroJoe Perches2015-02-111-2/+0
| * treewide: Remove unnecessary BCMA_CORETABLE_END macroJoe Perches2015-02-111-2/+0
* | Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2015-02-185-2/+103
|\ \
| * | ext4: add optimization for the lazytime mount optionTheodore Ts'o2015-02-051-0/+30
| * | vfs: add find_inode_nowait() functionTheodore Ts'o2015-02-051-0/+5
| * | vfs: add support for a lazytime mount optionTheodore Ts'o2015-02-054-2/+68
* | | Merge branch 'iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2015-02-182-1/+6
|\ \ \
| * | | fs: add vfs_iter_{read,write} helpersChristoph Hellwig2015-01-291-0/+3
| * | | new helper: iov_iter_bvec()Al Viro2015-01-291-1/+3
* | | | Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2015-02-182-10/+2
|\ \ \ \
| * | | | audit: replace getname()/putname() hacks with reference countersPaul Moore2015-01-232-10/+2
* | | | | Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-02-181-0/+18
|\ \ \ \ \
| * | | | | debugfs: Provide a file creation function that also takes an initial sizeDavid Howells2015-02-171-0/+13
| * | | | | new primitive: debugfs_create_automount()Al Viro2015-01-251-0/+5
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-02-174-16/+19
|\ \ \ \ \ \
| * | | | | | new fs_pin killing logicsAl Viro2015-01-262-3/+14
| * | | | | | allow attaching fs_pin to a group not associated with some superblockAl Viro2015-01-261-0/+1
| * | | | | | take count and rcu_head out of fs_pinAl Viro2015-01-261-8/+2
| * | | | | | dcache: let the dentry count go down to zero without taking d_lockLinus Torvalds2015-01-261-1/+2
| * | | | | | kill pin_put()Al Viro2015-01-261-1/+0
| * | | | | | kill d_validate()Al Viro2015-01-261-3/+0
| |/ / / / /
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-173-13/+17
|\ \ \ \ \ \
| * | | | | | lib/rbtree.c: fix typo in commentJohn de la Garza2015-02-171-1/+1
| * | | | | | kexec: add IND_FLAGS macroGeoff Levand2015-02-171-0/+1
| * | | | | | kexec: add bit definitions for kimage entry flagsGeoff Levand2015-02-171-4/+15
| * | | | | | kexec: Fix make headers_checkGeoff Levand2015-02-171-6/+0
| * | | | | | kexec: remove never used member destination in kimageBaoquan He2015-02-171-2/+0
* | | | | | | Merge branch 'parisc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-02-172-155/+0
|\ \ \ \ \ \ \
| * | | | | | | fs/binfmt_som: Drop kernel support for HP-UX SOM binariesHelge Deller2015-02-172-155/+0
* | | | | | | | Merge tag 'suspend-to-idle-3.20-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-02-173-3/+32
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | PM / sleep: Make it possible to quiesce timers during suspend-to-idleRafael J. Wysocki2015-02-152-1/+14
| * | | | | | | PM / sleep: Re-implement suspend-to-idle handlingRafael J. Wysocki2015-02-132-2/+18
* | | | | | | | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-02-174-0/+389
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'samsung-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2015-02-061-0/+20
| |\ \ \ \ \ \ \ \
| | * | | | | | | | cpuidle: exynos: add coupled cpuidle support for exynos4210Bartlomiej Zolnierkiewicz2015-01-301-0/+20
| * | | | | | | | | Merge tag 'at91-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/nfe...Olof Johansson2015-01-192-0/+290
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | mfd: syscon: Add atmel-smc registers definitionBoris Brezillon2015-01-151-0/+173
| | * | | | | | | | | mfd: syscon: Add atmel-matrix registers definitionBoris Brezillon2015-01-151-0/+117