summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* thunderbolt: Add support for Intel Titan RidgeRadion Mirchevsky2018-03-096-15/+546
* thunderbolt: Introduce USB only (SL4) security levelMika Westerberg2018-03-091-1/+6
* thunderbolt: Add support for preboot ACLMika Westerberg2018-03-094-10/+310
* thunderbolt: Add 'boot' attribute for devicesYehezkel Bernat2018-03-094-4/+25
* thunderbolt: Move driver ready handling to struct icmMika Westerberg2018-03-092-13/+35
* thunderbolt: Add constant for approval timeoutMika Westerberg2018-03-091-2/+3
* thunderbolt: Add tb_xdomain_find_by_route()Radion Mirchevsky2018-03-091-12/+35
* thunderbolt: Add tb_switch_find_by_route()Radion Mirchevsky2018-03-092-0/+34
* thunderbolt: Add tb_switch_get()Mika Westerberg2018-03-091-0/+7
* thunderbolt: Correct function name in kernel-doc commentRadion Mirchevsky2018-03-091-1/+1
* thunderbolt: Factor common ICM add and update operations outMika Westerberg2018-03-091-49/+87
* thunderbolt: Handle rejected Thunderbolt devicesMika Westerberg2018-03-092-0/+7
* thunderbolt: Wait a bit longer for ICM to authenticate the active NVMMika Westerberg2018-03-091-2/+5
* thunderbolt: Wait a bit longer for root switch config spaceMika Westerberg2018-03-091-1/+2
* thunderbolt: Do not overwrite error code when domain adding failsMika Westerberg2018-03-091-1/+1
* thunderbolt: Handle connecting device in place of host properlyMika Westerberg2018-03-091-9/+17
* thunderbolt: Serialize PCIe tunnel creation with PCI rescanMika Westerberg2018-03-091-0/+9
* thunderbolt: Resume control channel after hibernation image is createdMika Westerberg2018-03-091-0/+1
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-03-043-5/+10
|\
| * clocksource/drivers/arc_timer: Update some commentsVineet Gupta2018-02-281-3/+8
| * clocksource/drivers/mips-gic-timer: Use correct shift count to extract dataFelix Fietkau2018-02-281-1/+1
| * clocksource/drivers/fsl_ftm_timer: Fix error return checkingColin Ian King2018-02-261-1/+1
* | Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-03-032-1/+2
|\ \
| * | i2c: octeon: Prevent error message on bus errorJan Glauber2018-03-022-1/+2
| |/
* | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-03-033-11/+16
|\ \
| * | libnvdimm: re-enable deep flush for pmem devices via fsync()Dave Jiang2018-03-021-2/+1
| * | vfio: disable filesystem-dax page pinningDan Williams2018-03-021-3/+15
| * | dax: ->direct_access does not sleep anymoreBoaz Harrosh2018-02-261-6/+0
* | | Merge tag 'media/v4.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-03-0317-160/+241
|\ \ \
| * | | media: vb2: Makefile: place vb2-trace together with vb2-coreMauro Carvalho Chehab2018-02-261-4/+7
| * | | media: Don't let tvp5150_get_vbi() go out of vbi_ram_default arrayMauro Carvalho Chehab2018-02-231-43/+45
| * | | media: dvb: update buffer mmaped flags and frame counterMauro Carvalho Chehab2018-02-237-69/+124
| * | | media: dmxdev: Fix the logic that enables DMA mmap supportMauro Carvalho Chehab2018-02-231-33/+42
| * | | media: dmxdev: fix error code for invalid ioctlsMauro Carvalho Chehab2018-02-231-1/+1
| * | | media: m88ds3103: don't call a non-initalized functionMauro Carvalho Chehab2018-02-231-2/+5
| * | | media: au0828: add VIDEO_V4L2 dependencyArnd Bergmann2018-02-231-1/+1
| * | | media: dvb: fix DVB_MMAP dependencyArnd Bergmann2018-02-231-0/+2
| * | | media: dvb: fix DVB_MMAP symbol nameArnd Bergmann2018-02-232-16/+16
| * | | media: videobuf2: fix build issues with vb2-traceMauro Carvalho Chehab2018-02-233-2/+4
| * | | media: videobuf2: Add VIDEOBUF2_V4L2 Kconfig option for VB2 V4L2 partSakari Ailus2018-02-233-1/+6
| |/ /
* | | Merge tag 'linux-watchdog-4.16-fixes-1' of git://www.linux-watchdog.org/linux...Linus Torvalds2018-03-031-0/+4
|\ \ \
| * | | watchdog: sp5100_tco.c: fix potential build failureWim Van Sebroeck2018-02-191-0/+1
| * | | watchdog: xen_wdt: fix potential build failureRadu Rendec2018-02-191-0/+1
| * | | watchdog: i6300esb: fix build failureMatteo Croce2018-02-191-0/+1
| * | | watchdog: rave-sp: add NVMEM dependencyArnd Bergmann2018-02-191-0/+1
| |/ /
* | | Merge tag 'pci-v4.16-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-03-021-0/+4
|\ \ \
| * | | PCI: Allow release of resources that were never assignedChristian König2018-02-261-0/+4
* | | | Merge tag 'for-linus-4.16a-rc4-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-03-024-7/+17
|\ \ \ \
| * | | | pvcalls-front: 64-bit align flagsStefano Stabellini2018-03-011-3/+8
| * | | | xen-netfront: Fix hang on device removalJason Andryuk2018-02-281-1/+6