Age | Commit message (Expand) | Author | Files | Lines |
2017-12-16 | thunderbolt: Mask ring interrupt properly when polling starts | Mika Westerberg | 1 | -1/+1 |
2017-11-16 | Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+1 |
2017-11-06 | thunderbolt: tb: fix use after free in tb_activate_pcie_devices | Gustavo A. R. Silva | 1 | -0/+1 |
2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 13 | -0/+13 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 13 | -0/+13 |
2017-10-27 | thunderbolt: Drop sequence number check from tb_xdomain_match() | Mika Westerberg | 1 | -9/+0 |
2017-10-19 | thunderbolt: Fix a couple right shifting to zero bugs | Dan Carpenter | 1 | -2/+2 |
2017-10-09 | thunderbolt: Initialize Thunderbolt bus earlier | Mika Westerberg | 2 | -1/+4 |
2017-10-02 | thunderbolt: Allocate ring HopID automatically if requested | Mika Westerberg | 1 | -18/+60 |
2017-10-02 | thunderbolt: Add polling mode for rings | Mika Westerberg | 2 | -10/+118 |
2017-10-02 | thunderbolt: Use spinlock in NHI serialization | Mika Westerberg | 1 | -34/+41 |
2017-10-02 | thunderbolt: Use spinlock in ring serialization | Mika Westerberg | 1 | -12/+14 |
2017-10-02 | thunderbolt: Move ring descriptor flags to thunderbolt.h | Mika Westerberg | 1 | -7/+0 |
2017-10-02 | thunderbolt: Export ring handling functions to modules | Mika Westerberg | 3 | -176/+53 |
2017-10-02 | thunderbolt: Add support for frame mode | Mika Westerberg | 4 | -30/+61 |
2017-10-02 | thunderbolt: Configure interrupt throttling for all interrupts | Mika Westerberg | 2 | -3/+22 |
2017-10-02 | thunderbolt: Add support for XDomain discovery protocol | Mika Westerberg | 10 | -18/+2159 |
2017-10-02 | thunderbolt: Move tb_switch_phy_port_from_link() to thunderbolt.h | Mika Westerberg | 2 | -8/+1 |
2017-10-02 | thunderbolt: Move thunderbolt domain structure to thunderbolt.h | Mika Westerberg | 1 | -42/+0 |
2017-10-02 | thunderbolt: Move enum tb_cfg_pkg_type to thunderbolt.h | Mika Westerberg | 2 | -17/+1 |
2017-10-02 | thunderbolt: Add support for XDomain properties | Mika Westerberg | 2 | -1/+671 |
2017-10-02 | thunderbolt: Remove __packed from ICM message structures | Mika Westerberg | 1 | -14/+14 |
2017-10-02 | byteorder: Move {cpu_to_be32, be32_to_cpu}_array() from Thunderbolt to core | Mika Westerberg | 1 | -14/+0 |
2017-09-05 | Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 2 | -11/+6 |
2017-09-04 | Merge branches 'acpi-x86', 'acpi-soc', 'acpi-pmic' and 'acpi-apple' | Rafael J. Wysocki | 2 | -11/+6 |
2017-08-28 | thunderbolt: Fix reset response_type | Dan Carpenter | 1 | -1/+1 |
2017-08-28 | thunderbolt: Allow clearing the key | Bernat, Yehezkel | 1 | -4/+11 |
2017-08-28 | thunderbolt: Make key root-only accessible | Bernat, Yehezkel | 1 | -1/+1 |
2017-08-28 | thunderbolt: Remove superfluous check | Bernat, Yehezkel | 1 | -3/+0 |
2017-08-13 | Merge tag 'char-misc-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+9 |
2017-08-11 | thunderbolt: Do not enumerate more ports from DROM than the controller has | Mika Westerberg | 1 | -0/+9 |
2017-08-04 | treewide: Consolidate Apple DMI checks | Lukas Wunner | 2 | -11/+6 |
2017-08-03 | Merge branches 'pm-core' and 'pm-misc' | Rafael J. Wysocki | 1 | -1/+8 |
2017-07-31 | thunderbolt: icm: Ignore mailbox errors in icm_suspend() | Rafael J. Wysocki | 1 | -1/+8 |
2017-07-26 | Merge tag 'uuid-for-4.13-2' of git://git.infradead.org/users/hch/uuid | Linus Torvalds | 3 | -12/+12 |
2017-07-24 | thunderbolt: use uuid_t instead of uuid_be | Christoph Hellwig | 3 | -12/+12 |
2017-07-17 | thunderbolt: Correct access permissions for active NVM contents | Mika Westerberg | 1 | -1/+2 |
2017-06-09 | thunderbolt: fix spelling mistake: "missmatch" -> "mismatch" | Colin Ian King | 1 | -1/+1 |
2017-06-09 | thunderbolt: Add support for host and device NVM firmware upgrade | Mika Westerberg | 7 | -23/+680 |
2017-06-09 | thunderbolt: Add support for Internal Connection Manager (ICM) | Mika Westerberg | 11 | -12/+1757 |
2017-06-09 | thunderbolt: Do not touch the hardware if the NHI is gone on resume | Mika Westerberg | 2 | -0/+15 |
2017-06-09 | thunderbolt: Add support for DMA configuration based mailbox | Mika Westerberg | 6 | -2/+644 |
2017-06-09 | thunderbolt: Store Thunderbolt generation in the switch structure | Mika Westerberg | 2 | -17/+40 |
2017-06-09 | thunderbolt: Add support for NHI mailbox | Mika Westerberg | 3 | -0/+85 |
2017-06-09 | thunderbolt: Add new Thunderbolt PCI IDs | Mika Westerberg | 3 | -5/+42 |
2017-06-09 | thunderbolt: Rework control channel to be more reliable | Mika Westerberg | 3 | -71/+473 |
2017-06-09 | thunderbolt: Let the connection manager handle all notifications | Mika Westerberg | 5 | -38/+103 |
2017-06-09 | thunderbolt: Expose make_header() to other files | Mika Westerberg | 2 | -15/+15 |
2017-06-09 | thunderbolt: Expose get_route() to other files | Mika Westerberg | 2 | -12/+11 |
2017-06-09 | thunderbolt: Move control channel messages to tb_msgs.h | Mika Westerberg | 3 | -91/+109 |