summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-12-221-0/+5
|\
| * Merge branch 'x86/cpufeature' into x86/cacheThomas Gleixner2016-11-16447-2776/+4668
| |\
| * | cacheinfo: Introduce cache idFenghua Yu2016-10-261-0/+5
* | | Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-2153-19/+173
|\ \ \
| * | | iscsi-target: Return error if unable to add network portalVarun Prakash2016-12-161-1/+3
| * | | target: Fix spelling mistake and unwrap multi-line textColin Ian King2016-12-161-2/+1
| * | | target/iscsi: Fix double free in lio_target_tiqn_addtpg()Dan Carpenter2016-12-161-1/+0
| * | | target/user: Fix use-after-free of tcmu_cmds if they are expiredAndy Grover2016-12-151-2/+0
| * | | target: Minimize #include directivesBart Van Assche2016-12-0945-8/+158
| * | | target/user: Add an #include directiveBart Van Assche2016-12-091-0/+1
| * | | cxgbit: Add an #include directiveBart Van Assche2016-12-091-0/+1
| * | | ibmvscsi_tgt: Add two #include directivesBryant G. Ly2016-12-092-0/+2
| * | | sbp-target: Add an #include directiveBart Van Assche2016-12-091-0/+1
| * | | qla2xxx: Add an #include directiveBart Van Assche2016-12-091-0/+1
| * | | usb: gadget: Fix second argument of percpu_ida_alloc()Bart Van Assche2016-12-091-1/+1
| * | | sbp-target: Fix second argument of percpu_ida_alloc()Bart Van Assche2016-12-091-1/+1
| * | | target/user: Fix a data type in tcmu_queue_cmd()Bart Van Assche2016-12-091-1/+1
| * | | target: Use NULL instead of 0 to represent a pointerBart Van Assche2016-12-091-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-2013-27/+94
|\ \ \ \
| * | | | net/mlx5: use rb_entry()Geliang Tang2016-12-201-1/+1
| * | | | ethernet: sfc: Add Kconfig entry for vendor SolarflareTobias Klauser2016-12-202-1/+21
| * | | | net: hix5hd2_gmac: fix compatible strings nameDongpo Li2016-12-201-6/+7
| * | | | net: netcp: ethss: fix 10gbe host port tx pri map configurationWingMan Kwok2016-12-201-1/+2
| * | | | net: netcp: ethss: fix errors in ethtool opsWingMan Kwok2016-12-201-5/+16
| * | | | fsl/fman: enable compilation on ARM64Madalin Bucur2016-12-201-1/+1
| * | | | fsl/fman: A007273 only applies to PPC SoCsMadalin Bucur2016-12-201-0/+8
| * | | | powerpc: fsl/fman: remove fsl,fman from of_device_ids[]Madalin Bucur2016-12-201-0/+7
| * | | | fsl/fman: fix 1G support for QSGMII interfacesMadalin Bucur2016-12-201-0/+1
| * | | | net: phy: use boolean dt properties for eee broken modesjbrunet2016-12-201-3/+15
| * | | | net: phy: fix sign type error in genphy_config_eee_advertjbrunet2016-12-201-2/+2
| * | | | stmmac: fix memory barriersPavel Machek2016-12-193-7/+7
| * | | | net: ethernet: cavium: octeon: octeon_mgmt: Handle return NULL error from dev...Arvind Yadav2016-12-191-0/+6
* | | | | Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...Linus Torvalds2016-12-203-234/+407
|\ \ \ \ \
| * | | | | mailbox: mailbox-test: allow reserved areas in SRAMSudeep Holla2016-12-191-2/+10
| * | | | | mailbox: mailbox-test: add support for fasync/pollSudeep Holla2016-12-191-8/+71
| * | | | | mailbox: bcm-pdc: Remove unnecessary void* castsRob Rice2016-12-191-21/+20
| * | | | | mailbox: bcm-pdc: Simplify interrupt handler logicRob Rice2016-12-191-25/+13
| * | | | | mailbox: bcm-pdc: Performance improvementsRob Rice2016-12-191-36/+49
| * | | | | mailbox: bcm-pdc: Don't use iowrite32 to write DMA descriptorsRob Rice2016-12-191-12/+11
| * | | | | mailbox: bcm-pdc: Convert from threaded IRQ to taskletRob Rice2016-12-191-32/+25
| * | | | | mailbox: bcm-pdc: Try to improve branch predictionRob Rice2016-12-191-13/+13
| * | | | | mailbox: bcm-pdc: streamline rx codeRob Rice2016-12-191-60/+48
| * | | | | mailbox: bcm-pdc: Convert from interrupts to poll for tx doneRob Rice2016-12-191-62/+145
| * | | | | mailbox: bcm-pdc: PDC driver leaves debugfs files after removalSteve Lin2016-12-191-4/+2
| * | | | | mailbox: bcm-pdc: Changes so mbox client can be removed / re-insertedSteve Lin2016-12-191-8/+46
| * | | | | mailbox: bcm-pdc: Use octal permissions rather than symbolicRob Rice2016-12-191-1/+2
| * | | | | mailbox: sti: Fix module autoload for OF registrationJavier Martinez Canillas2016-12-191-0/+1
| * | | | | mailbox: mailbox-test: Fix module autoloadJavier Martinez Canillas2016-12-191-0/+1
* | | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-12-206-25/+61
|\ \ \ \ \ \
| * | | | | | i2c: mux: mlxcpld: fix i2c mux selection cachingPeter Rosin2016-12-181-11/+13