summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-05-02Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+2
2017-05-02Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-5/+556
2017-05-02Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-69/+76
2017-05-02Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds9-169/+166
2017-05-02Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds12-103/+337
2017-05-02Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds41-662/+1622
2017-05-02Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds14-603/+929
2017-05-02dm: introduce a new DM_MAPIO_KILL return valueChristoph Hellwig2-8/+6
2017-05-02dm rq: change ->rq_end_io calling conventionsChristoph Hellwig2-11/+19
2017-05-02dm mpath: merge do_end_io into multipath_end_ioChristoph Hellwig1-34/+17
2017-05-02Merge branch 'dm-4.12' into dm-4.12-post-mergeMike Snitzer41-2983/+7330
2017-05-02Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-23/+4
2017-05-02Merge tag 'devprop-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-101/+522
2017-05-02Merge tag 'acpi-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds17-156/+596
2017-05-02Merge tag 'pm-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds16-663/+941
2017-05-02Merge branch 'md-next' into md-linusShaohua Li18-1418/+3434
2017-05-01Merge branch 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds12-630/+256
2017-05-01Merge tag 'leds_for_4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/j....Linus Torvalds13-152/+913
2017-05-01Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...Linus Torvalds7-26/+1673
2017-05-01Merge tag 'for-linux-4.12' of git://github.com/cminyard/linux-ipmiLinus Torvalds6-14/+28
2017-05-01Merge tag 'hsi-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/sre...Linus Torvalds1-2/+3
2017-05-01Merge tag 'for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds21-171/+1588
2017-05-01Input: ar1021_i2c - use BIT to check for a bitMartin Kepplinger1-1/+2
2017-05-01md/raid10: skip spare disk as 'first' diskShaohua Li1-1/+1
2017-05-01dm bufio: check new buffer allocation watermark every 30 secondsMikulas Patocka1-0/+10
2017-05-01dm bufio: avoid a possible ABBA deadlockMikulas Patocka1-4/+5
2017-05-01IB/mlx5: Add port_xmit_wait to counter registers readTim Wright1-0/+2
2017-05-01IB/ocrdma: fix out of bounds access to local bufferMichael Mera1-1/+1
2017-05-01IB/mlx4: Fix incorrect order of formal and actual parametersHåkon Bugge1-2/+2
2017-05-01IB/mlx4: Change flush logic so it adheres to the variable nameHåkon Bugge1-3/+3
2017-05-01net: dsa: mv88e6xxx: add VTU support for 88E6390Vivien Didelot3-0/+146
2017-05-01net: dsa: mv88e6xxx: support the VTU Page bitVivien Didelot2-0/+8
2017-05-01net: dsa: mv88e6xxx: simplify VTU entry getterVivien Didelot1-38/+24
2017-05-01net: dsa: mv88e6xxx: make VTU helpers staticVivien Didelot2-48/+24
2017-05-01net: dsa: mv88e6xxx: add VTU Load/Purge operationVivien Didelot4-57/+103
2017-05-01net: dsa: mv88e6xxx: add VTU GetNext operationVivien Didelot4-48/+99
2017-05-01net: dsa: mv88e6xxx: load STU entry with VTU entryVivien Didelot1-104/+4
2017-05-01net: dsa: mv88e6xxx: get STU entry on VTU GetNextVivien Didelot3-1/+25
2017-05-01net: dsa: mv88e6xxx: move STU GetNext operationVivien Didelot3-13/+23
2017-05-01net: dsa: mv88e6xxx: move VTU Data accessorsVivien Didelot3-81/+72
2017-05-01net: dsa: mv88e6xxx: move generic VTU GetNextVivien Didelot3-29/+33
2017-05-01net: dsa: mv88e6xxx: move VTU VID accessorsVivien Didelot3-34/+56
2017-05-01net: dsa: mv88e6xxx: move VTU SID accessorsVivien Didelot3-13/+37
2017-05-01net: dsa: mv88e6xxx: move VTU FID accessorsVivien Didelot3-5/+31
2017-05-01net: dsa: mv88e6xxx: move VTU flushVivien Didelot3-16/+26
2017-05-01net: dsa: mv88e6xxx: move VTU Operation accessorsVivien Didelot4-29/+47
2017-05-01net: dsa: mv88e6xxx: split VTU entry data memberVivien Didelot2-11/+13
2017-05-01net: dsa: mv88e6xxx: add max VID to infoVivien Didelot2-20/+31
2017-05-01mlx5: Fix mlx5_ib_map_mr_sg mr lengthSagi Grimberg1-1/+1
2017-05-01Merge tag 'hwmon-for-linus-v4.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds28-176/+1545