summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* vfs: export __inode_permission() to modulesMiklos Szeredi2014-10-241-0/+1
* vfs: export do_splice_direct() to modulesMiklos Szeredi2014-10-241-0/+3
* vfs: add i_op->dentry_open()Miklos Szeredi2014-10-241-0/+4
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-10-191-10/+15
|\
| * audit: use union for audit_field values since they are mutually exclusiveRichard Guy Briggs2014-09-231-5/+9
| * audit: x86: drop arch from __audit_syscall_entry() interfaceRichard Guy Briggs2014-09-231-3/+2
| * audit: fix build error when asm/syscall.h does not existEric Paris2014-09-231-1/+2
| * ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris2014-09-231-3/+4
* | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-10-192-3/+21
|\ \
| * | i2c: cros_ec: Remove EC_I2C_FLAG_10BITDoug Anderson2014-09-301-3/+0
| * | i2c: designware: add support of platform data to set I2C modeTan, Raymond2014-09-291-0/+21
* | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-10-191-8/+27
|\ \ \
| * | | IB/mlx5: Use extended internal signature layoutSagi Grimberg2014-10-091-8/+24
| * | | IB/mlx5: Use enumerations for PI copy maskSagi Grimberg2014-10-091-0/+3
| |/ /
* | | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2014-10-186-119/+154
|\ \ \
| * \ \ Merge branch 'topic/dma_control_fsl_acks' into for-linusVinod Koul2014-10-152-3/+23
| |\ \ \
| | * | | dmaengine: remove FSLDMA_EXTERNAL_STARTVinod Koul2014-10-151-3/+0
| | * | | dmaengine: freescale: add and export fsl_dma_external_start()Vinod Koul2014-10-151-0/+13
| | * | | dmaengine: add dmaengine_prep_dma_sg() helperVinod Koul2014-10-151-0/+10
| * | | | dmaengine: dw: export probe()/remove() and Co to usersAndy Shevchenko2014-10-151-0/+27
| * | | | dmaengine: dw: split dma-dw.h to platform and private partsAndy Shevchenko2014-10-152-23/+41
| * | | | dmaengine: dw: move private definitions to regs.hAndy Shevchenko2014-10-151-31/+0
| * | | | dmaengine: Mark the struct dma_slave_config direction field deprecatedLaurent Pinchart2014-09-231-1/+3
| * | | | spi/pxa2xx: Don't use slave_id of dma_slave_configMika Westerberg2014-09-181-4/+5
| * | | | dmaengine: dw: convert dw_dma_slave to use explicit HS interfacesAndy Shevchenko2014-09-111-6/+4
| * | | | dmaengine: dw: move dw_dmac.h to where it belongs toAndy Shevchenko2014-09-111-0/+0
| |/ / /
* | | | Merge tag 'fbdev-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba...Linus Torvalds2014-10-181-1/+3
|\ \ \ \
| * | | | fonts: Add 6x10 fontMaarten ter Huurne2014-10-091-1/+3
* | | | | Merge tag 'nfs-for-3.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-10-183-0/+23
|\ \ \ \ \
| * \ \ \ \ Merge branch 'client-4.2' into linux-nextTrond Myklebust2014-09-305-4/+48
| |\ \ \ \ \
| | * | | | | NFS: Implement SEEKAnna Schumaker2014-09-303-0/+23
| | * | | | | Merge commit '24bab491220f' into client-4.2Trond Myklebust2014-09-303-4/+25
| | |\ \ \ \ \
* | | \ \ \ \ \ Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-189-80/+133
|\ \ \ \ \ \ \ \
| * | | | | | | | block: Remove REQ_KERNELMartin K. Petersen2014-10-143-6/+2
| * | | | | | | | block: fix alignment_offset math that assumes io_min is a power-of-2Mike Snitzer2014-10-091-3/+2
| * | | | | | | | block: add bioset_create_nobvec()Junichi Nomura2014-10-031-0/+1
| * | | | | | | | sd: Honor block layer integrity handling flagsMartin K. Petersen2014-09-301-9/+24
| * | | | | | | | block: Add T10 Protection Information functionsMartin K. Petersen2014-09-272-2/+25
| * | | | | | | | block: Don't merge requests if integrity flags differMartin K. Petersen2014-09-271-10/+10
| * | | | | | | | block: Integrity checksum flagMartin K. Petersen2014-09-272-0/+2
| * | | | | | | | block: Relocate bio integrity flagsMartin K. Petersen2014-09-272-5/+10
| * | | | | | | | block: Add a disk flag to block integrity profileMartin K. Petersen2014-09-271-0/+1
| * | | | | | | | block: Add prefix to block integrity profile flagsMartin K. Petersen2014-09-271-2/+4
| * | | | | | | | block: Clean up the code used to generate and verify integrity metadataMartin K. Petersen2014-09-272-5/+16
| * | | | | | | | block: Deprecate the use of the term sector in the context of block integrityMartin K. Petersen2014-09-271-3/+3
| * | | | | | | | block: Remove bip_bufMartin K. Petersen2014-09-271-3/+0
| * | | | | | | | block: Remove integrity tagging functionsMartin K. Petersen2014-09-272-7/+0
| * | | | | | | | block: Replace bi_integrity with bi_specialMartin K. Petersen2014-09-273-9/+17
| * | | | | | | | block: Get rid of bdev_integrity_enabled()Martin K. Petersen2014-09-271-3/+3
| * | | | | | | | blk-mq: support per-distpatch_queue flush machineryMing Lei2014-09-251-0/+6