summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-05-02tcm: make pi data verification configurableDmitry Monakhov1-0/+1
2017-05-02Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-6/+21
2017-05-02Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-1/+2
2017-05-02Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+12
2017-05-02Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-5/+49
2017-05-02Merge branch 'x86-process-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-0/+6
2017-05-02Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds10-22/+107
2017-05-02Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+8
2017-05-02Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-4/+6
2017-05-02Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-38/+63
2017-05-02Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+10
2017-05-02dm: introduce a new DM_MAPIO_KILL return valueChristoph Hellwig1-0/+1
2017-05-02dm rq: change ->rq_end_io calling conventionsChristoph Hellwig1-0/+1
2017-05-02Merge branch 'dm-4.12' into dm-4.12-post-mergeMike Snitzer1-6/+20
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds1-1/+0
2017-05-02Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-134/+226
2017-05-02Merge tag 'devprop-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-4/+77
2017-05-02Merge tag 'acpi-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds3-5/+8
2017-05-02Merge tag 'pm-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds4-29/+10
2017-05-02Merge branch 'md-next' into md-linusShaohua Li3-13/+44
2017-05-01Merge branch 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds3-10/+14
2017-05-01Merge tag 'nand/for-4.12' of github.com:linux-nand/linux into MTDBrian Norris1-28/+68
2017-05-01IB/SA: Add OPA addr headerDoug Ledford1-0/+79
2017-05-01Merge branch 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds1-5/+0
2017-05-01rhashtable: compact struct rhashtable_paramsFlorian Westphal1-9/+9
2017-05-01Merge tag 'leds_for_4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/j....Linus Torvalds4-11/+16
2017-05-01Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...Linus Torvalds1-4/+10
2017-05-01Merge tag 'for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds2-21/+16
2017-05-01IB/mlx5: Add port_xmit_wait to counter registers readTim Wright1-1/+3
2017-05-01Merge tag 'hwmon-for-linus-v4.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2017-05-01IB/SA: Add support to query OPA path recordsDasaratharaman Chandramouli1-0/+13
2017-05-01IB/SA: Add OPA path record typeDasaratharaman Chandramouli1-9/+112
2017-05-01IB/SA: Split struct sa_path_rec based on IB and ROCE specific fieldsDasaratharaman Chandramouli1-13/+134
2017-05-01IB/SA: Introduce path record specific typesDasaratharaman Chandramouli1-1/+32
2017-05-01IB/SA: Rename ib_sa_path_rec to sa_path_recDasaratharaman Chandramouli5-18/+18
2017-05-01Merge tag 'edac_for_4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds1-27/+3
2017-05-01IB/core: Define 'opa' rdma_ah_attr typeDasaratharaman Chandramouli1-3/+21
2017-05-01IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli1-11/+47
2017-05-01IB/core: Add accessor functions for rdma_ah_attr fieldsDasaratharaman Chandramouli1-0/+121
2017-05-01IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli1-2/+2
2017-05-01IB/core: Rename ib_query_ah to rdma_query_ahDasaratharaman Chandramouli1-2/+2
2017-05-01IB/core: Rename ib_modify_ah to rdma_modify_ahDasaratharaman Chandramouli1-2/+2
2017-05-01IB/core: Rename ib_create_ah to rdma_create_ahDasaratharaman Chandramouli1-2/+2
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli6-21/+21
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds29-248/+447
2017-05-01Merge tag 'mlx5-updates-2017-04-30' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-0/+1
2017-05-01qed: output the DPM status and WID countRam Amrani1-0/+2
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller19-99/+88
2017-05-01xdp: propagate extended ack to XDP setupJakub Kicinski1-2/+8
2017-05-01netlink: add NULL-friendly helper for setting extended ACK messageJakub Kicinski1-0/+8