summaryrefslogtreecommitdiffstats
path: root/include/uapi
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | drivers/vfio: Support EEH error injectionGavin Shan2015-05-121-1/+13
| | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge tag 'hsi-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Linus Torvalds2015-06-231-5/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | HSI: cmt_speech: fix timestamp interfaceSebastian Reichel2015-06-231-5/+11
| | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-06-231-0/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | IB/core: Add timestamp_mask and hca_core_clock to query_deviceMatan Barak2015-06-121-0/+2
| * | | | | | | | | | | | | IB/core: Extend ib_uverbs_create_cqMatan Barak2015-06-121-0/+17
| | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-06-231-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | netfilter: ebtables: fix comment grammarGeert Uytterhoeven2015-05-261-1/+1
* | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-06-221-0/+111
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | crypto: user - Add CRYPTO_MSG_DELRNGHerbert Xu2015-06-221-0/+1
| * | | | | | | | | | | | | | crypto: user - Move cryptouser.h to uapiHerbert Xu2015-06-221-0/+110
| | |_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-06-221-0/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | perf tools: Add time out to force stop proc map processingKan Liang2015-06-191-0/+4
| * | | | | | | | | | | | | perf/x86/intel: Introduce PERF_RECORD_LOST_SAMPLESKan Liang2015-06-071-0/+12
| * | | | | | | | | | | | | perf: add new PERF_SAMPLE_BRANCH_IND_JUMP branch sample typeStephane Eranian2015-06-071-0/+2
| | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | drm/radeon: Add RADEON_INFO_VA_UNMAP_WORKING queryMichel Dänzer2015-06-181-0/+1
| |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | |
* | | | | | | | | | | | include/uapi/linux/virtio_balloon.h: include linux/virtio_types.hMikko Rapeli2015-06-011-0/+1
|/ / / / / / / / / / /
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-05-161-0/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | conntrack: RFC5961 challenge ACK confuse conntrack LAST-ACK transitionJesper Dangaard Brouer2015-05-151-0/+3
| |/ / / / / / / / / /
* | | / / / / / / / / rename RTNH_F_EXTERNAL to RTNH_F_OFFLOADRoopa Prabhu2015-05-141-1/+1
| |_|/ / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-05-123-0/+17
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | mpls: Change reserved label names to be consistent with netbsdTom Herbert2015-05-091-6/+6
| * | | | | | | | | mpls: Move reserved label definitionsTom Herbert2015-05-051-0/+10
| * | | | | | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-05-042-0/+7
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | / / / / / | | | |_|/ / / / / | | |/| | | | | |
| | * | | | | | | tcp: add TCP_CC_INFO socket optionEric Dumazet2015-04-291-0/+1
| | * | | | | | | tcp: prepare CC get_info() access from getsockopt()Eric Dumazet2015-04-291-0/+4
| | * | | | | | | tcp: add tcpi_bytes_received to tcp_infoEric Dumazet2015-04-291-0/+1
| | * | | | | | | tcp: add tcpi_bytes_acked to tcp_infoEric Dumazet2015-04-291-0/+1
| | |/ / / / / /
* | / / / / / / RDMA/core: Enable the iWarp Port Mapper to provide the actual address of the ...Tatyana Nikolova2015-05-051-0/+1
|/ / / / / / /
* / / / / / / virtio: fix typo in vring_need_event() doc commentStefan Hajnoczi2015-05-011-1/+1
|/ / / / / /
* | | | | | Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-04-261-1/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'nfs-rdma-for-4.1-1' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust2015-04-232-4/+16
| |\ \ \ \ \ \
| * | | | | | | NFS: Move nfs_idmap.h into fs/nfs/Anna Schumaker2015-04-231-1/+1
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-04-261-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | KVM: PPC: Book3S HV: Add fast real-mode H_RANDOM implementation.Michael Ellerman2015-04-211-0/+1
* | | | | | | | | Merge tag 'sound-fix-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-04-241-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ALSA: asound.h - use SNDRV_CTL_ELEM_ID_NAME_MAXLENVinod Koul2015-04-181-1/+1
* | | | | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-04-241-17/+27
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | target: Version 2 of TCMU ABIAndy Grover2015-04-191-17/+27
* | | | | | | | | | | Merge tag 'md/4.1' of git://neil.brown.name/mdLinus Torvalds2015-04-242-0/+8
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'cluster' into for-nextNeilBrown2015-04-222-0/+8
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| | * | | | | | | | | | Add new disk to clustered arrayGoldwyn Rodrigues2015-02-232-0/+7
| | * | | | | | | | | | Return MD_SB_CLUSTERED if mddev is clusteredGoldwyn Rodrigues2015-02-231-0/+1
| | |/ / / / / / / / /
* | | | | | | | | | | Merge branch 'for-4.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2015-04-243-15/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | uapi: Remove kernel internal declarationAndreas Gruenbacher2015-04-211-7/+0
| * | | | | | | | | | | nfsd: eliminate NFSD_DEBUGMark Salter2015-04-211-8/+0
| * | | | | | | | | | | nfsd: add NFSEXP_PNFS to the exflags arrayChristoph Hellwig2015-04-031-0/+3
* | | | | | | | | | | | Merge tag 'xfs-for-linus-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-241-0/+17
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | fs: Add support FALLOC_FL_INSERT_RANGE for fallocateNamjae Jeon2015-03-251-0/+17
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-224-4/+106
|\ \ \ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud