aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-18thunderbolt: Deactivate all paths before restarting themGravatar Mika Westerberg 1-1/+11
2019-04-18thunderbolt: Extend tunnel creation to more than 2 adjacent switchesGravatar Mika Westerberg 3-68/+163
2019-04-18thunderbolt: Add helper function to iterate from one port to anotherGravatar Mika Westerberg 2-0/+56
2019-04-18thunderbolt: Assign remote for both ports in case of dual linkGravatar Mika Westerberg 5-52/+73
2019-04-18thunderbolt: Add functions for allocating and releasing HopIDsGravatar Mika Westerberg 3-3/+98
2019-04-18thunderbolt: Generalize tunnel creation functionalityGravatar Mika Westerberg 6-150/+235
2019-04-18thunderbolt: Rename tunnel_pci to tunnelGravatar Mika Westerberg 4-7/+7
2019-04-18thunderbolt: Cache adapter specific capability offset into struct portGravatar Mika Westerberg 4-10/+13
2019-04-18thunderbolt: Properly disable pathGravatar Mika Westerberg 2-5/+45
2019-04-18thunderbolt: Set sleep bit when suspending switchGravatar Mika Westerberg 4-4/+49
2019-04-18thunderbolt: Configure lanes when switch is initializedGravatar Mika Westerberg 4-0/+136
2019-04-18thunderbolt: Move LC specific functionality into a separate fileGravatar Mika Westerberg 5-12/+37
2019-04-18thunderbolt: Add dummy read after port capability list walk on Light RidgeGravatar Mika Westerberg 1-0/+16
2019-04-18thunderbolt: Enable TMU access when accessing port space on legacy devicesGravatar Mika Westerberg 2-17/+62
2019-04-18thunderbolt: Do not allocate switch if depth is greater than 6Gravatar Mika Westerberg 3-9/+15
2019-04-18thunderbolt: Take domain lock in switch sysfs attribute callbacksGravatar Mika Westerberg 2-28/+20
2019-04-18thunderbolt: Block reads and writes if switch is unpluggedGravatar Mika Westerberg 1-0/+8
2019-04-18thunderbolt: Drop duplicated get_switch_at_route()Gravatar Mika Westerberg 4-26/+14
2019-04-18thunderbolt: Remove unused work field in struct tb_switchGravatar Mika Westerberg 1-2/+0
2019-04-18net: thunderbolt: Unregister ThunderboltIP protocol handler when suspendingGravatar Mika Westerberg 1-0/+3
2019-03-28thunderbolt: Fix to check the return value of kmemdupGravatar Aditya Pakki 1-0/+5
2019-03-28thunderbolt: property: Fix a missing check of kzallocGravatar Kangjie Lu 1-1/+6
2019-03-22thunderbolt: xdomain: Fix to check return value of kmemdupGravatar Aditya Pakki 1-6/+9
2019-03-22thunderbolt: Fix to check return value of ida_simple_getGravatar Aditya Pakki 1-1/+7
2019-03-22thunderbolt: Fix to check for kmemdup failureGravatar Aditya Pakki 1-6/+16
2019-03-20thunderbolt: Fix a missing check of kmemdupGravatar Kangjie Lu 1-0/+4
2019-03-20thunderbolt: property: Fix a NULL pointer dereferenceGravatar Kangjie Lu 1-0/+5
2019-03-17Linux 5.1-rc1v5.1-rc1Gravatar Linus Torvalds 1-2/+2
2019-03-17Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 57-156/+153
2019-03-17Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-125/+0
2019-03-17Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-4/+4
2019-03-17Merge tag 'for-linus-5.1b-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+4
2019-03-17Merge tag '9p-for-5.1' of git://github.com/martinetd/linuxGravatar Linus Torvalds 7-32/+55
2019-03-17perf/x86/intel: Make dev_attr_allow_tsx_force_abort staticGravatar kbuild test robot 1-1/+1
2019-03-17kconfig: remove stale lxdialog/.gitignoreGravatar Masahiro Yamada 1-4/+0
2019-03-17kbuild: force all architectures except um to include mandatory-yGravatar Masahiro Yamada 29-47/+18
2019-03-17kbuild: warn redundant generic-yGravatar Masahiro Yamada 12-13/+6
2019-03-17Revert "modsign: Abort modules_install when signing fails"Gravatar Douglas Anderson 1-1/+1
2019-03-17kbuild: Make NOSTDINC_FLAGS a simply expanded variableGravatar Douglas Anderson 1-1/+1
2019-03-17kbuild: deb-pkg: avoid implicit effectsGravatar Arseny Maslennikov 1-1/+4
2019-03-17coccinelle: semantic code search for missing put_device()Gravatar Wen Yang 1-0/+56
2019-03-16Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Gravatar Linus Torvalds 11-6/+538
2019-03-16Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Gravatar Linus Torvalds 30-537/+1111
2019-03-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 22-80/+210
2019-03-16Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 20-128/+259
2019-03-16Merge tag 'nfs-for-5.1-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 5-23/+21
2019-03-16Merge tag 'powerpc-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 6-10/+22
2019-03-16Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-3/+5
2019-03-16fix sysfs_init_fs_context() in !CONFIG_NET_NS caseGravatar Al Viro 1-3/+5
2019-03-15Merge tag '5.1-rc-smb3' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 17-362/+981