summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* thunderbolt: Deactivate all paths before restarting themMika Westerberg2019-04-181-1/+11
* thunderbolt: Extend tunnel creation to more than 2 adjacent switchesMika Westerberg2019-04-183-68/+163
* thunderbolt: Add helper function to iterate from one port to anotherMika Westerberg2019-04-182-0/+56
* thunderbolt: Assign remote for both ports in case of dual linkMika Westerberg2019-04-185-52/+73
* thunderbolt: Add functions for allocating and releasing HopIDsMika Westerberg2019-04-183-3/+98
* thunderbolt: Generalize tunnel creation functionalityMika Westerberg2019-04-186-150/+235
* thunderbolt: Rename tunnel_pci to tunnelMika Westerberg2019-04-184-7/+7
* thunderbolt: Cache adapter specific capability offset into struct portMika Westerberg2019-04-184-10/+13
* thunderbolt: Properly disable pathMika Westerberg2019-04-182-5/+45
* thunderbolt: Set sleep bit when suspending switchMika Westerberg2019-04-184-4/+49
* thunderbolt: Configure lanes when switch is initializedMika Westerberg2019-04-184-0/+136
* thunderbolt: Move LC specific functionality into a separate fileMika Westerberg2019-04-185-12/+37
* thunderbolt: Add dummy read after port capability list walk on Light RidgeMika Westerberg2019-04-181-0/+16
* thunderbolt: Enable TMU access when accessing port space on legacy devicesMika Westerberg2019-04-182-17/+62
* thunderbolt: Do not allocate switch if depth is greater than 6Mika Westerberg2019-04-183-9/+15
* thunderbolt: Take domain lock in switch sysfs attribute callbacksMika Westerberg2019-04-182-28/+20
* thunderbolt: Block reads and writes if switch is unpluggedMika Westerberg2019-04-181-0/+8
* thunderbolt: Drop duplicated get_switch_at_route()Mika Westerberg2019-04-184-26/+14
* thunderbolt: Remove unused work field in struct tb_switchMika Westerberg2019-04-181-2/+0
* net: thunderbolt: Unregister ThunderboltIP protocol handler when suspendingMika Westerberg2019-04-181-0/+3
* thunderbolt: Fix to check the return value of kmemdupAditya Pakki2019-03-281-0/+5
* thunderbolt: property: Fix a missing check of kzallocKangjie Lu2019-03-281-1/+6
* thunderbolt: xdomain: Fix to check return value of kmemdupAditya Pakki2019-03-221-6/+9
* thunderbolt: Fix to check return value of ida_simple_getAditya Pakki2019-03-221-1/+7
* thunderbolt: Fix to check for kmemdup failureAditya Pakki2019-03-221-6/+16
* thunderbolt: Fix a missing check of kmemdupKangjie Lu2019-03-201-0/+4
* thunderbolt: property: Fix a NULL pointer dereferenceKangjie Lu2019-03-201-0/+5
* Linux 5.1-rc1v5.1-rc1Linus Torvalds2019-03-171-2/+2
* Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-03-1757-156/+153
|\
| * kconfig: remove stale lxdialog/.gitignoreMasahiro Yamada2019-03-171-4/+0
| * kbuild: force all architectures except um to include mandatory-yMasahiro Yamada2019-03-1729-47/+18
| * kbuild: warn redundant generic-yMasahiro Yamada2019-03-1712-13/+6
| * Revert "modsign: Abort modules_install when signing fails"Douglas Anderson2019-03-171-1/+1
| * kbuild: Make NOSTDINC_FLAGS a simply expanded variableDouglas Anderson2019-03-171-1/+1
| * kbuild: deb-pkg: avoid implicit effectsArseny Maslennikov2019-03-171-1/+4
| * coccinelle: semantic code search for missing put_device()Wen Yang2019-03-171-0/+56
| * kbuild: pkg: grep include/config/auto.conf instead of $KCONFIG_CONFIGMasahiro Yamada2019-03-133-3/+3
| * kbuild: deb-pkg: introduce is_enabled and if_enabled_echo to builddebMasahiro Yamada2019-03-131-13/+19
| * kbuild: deb-pkg: add CONFIG_ prefix to kernel config optionsMasahiro Yamada2019-03-131-17/+17
| * kbuild: add workaround for Debian make-kpkgMasahiro Yamada2019-03-131-0/+10
| * kbuild: source include/config/auto.conf instead of ${KCONFIG_CONFIG}Masahiro Yamada2019-03-132-16/+2
| * unicore32: simplify linker script generation for decompressorMasahiro Yamada2019-03-132-4/+1
| * h8300: use cc-cross-prefix instead of hardcoding h8300-unknown-linux-Masahiro Yamada2019-03-131-1/+1
| * kbuild: move archive command to scripts/Makefile.libMasahiro Yamada2019-03-133-8/+7
| * modpost: always show verbose warning for section mismatchMasahiro Yamada2019-03-132-23/+5
| * ia64: prefix header search path with $(srctree)/Masahiro Yamada2019-03-134-6/+2
| * libfdt: prefix header search paths with $(srctree)/Masahiro Yamada2019-03-131-1/+1
| * deb-pkg: generate correct build dependenciesRiku Voipio2019-03-131-1/+3
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-03-173-125/+0
|\ \
| * | x86/asm: Remove unused __constant_c_x_memset() macro and inlinesRasmus Villemoes2019-01-121-84/+0