summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorNithin Sujir <nsujir@broadcom.com>2013-06-03 09:19:34 +0000
committerDavid S. Miller <davem@davemloft.net>2013-06-04 17:25:18 -0700
commit9bc297ea0622bb2a6b3abfa2fa84f0a3b86ef8c8 (patch)
tree1d29660108f051f5f078c33e47b9f3719909945c /tools/perf/scripts/python/bin
parent3a5395b3d57b9e3836c755434c88f4590d5ea6f6 (diff)
downloadkernel-9bc297ea0622bb2a6b3abfa2fa84f0a3b86ef8c8.tar.gz
tg3: Add read dma workaround for 5720
Commit 091f0ea30074bc43f9250961b3247af713024bc6 "tg3: Add New 5719 Read DMA workaround" added a workaround for TX DMA stall on the 5719. This workaround needs to be applied to the 5720 as well. Cc: stable@vger.kernel.org Reported-by: Roland Dreier <roland@purestorage.com> Tested-by: Roland Dreier <roland@purestorage.com> Signed-off-by: Nithin Nayak Sujir <nsujir@broadcom.com> Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
> 2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds 2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner 2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o 2013-10-24fat: rcu-delay unloading nls and freeing sbiAl Viro 2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov 2013-07-09fatfs: add FAT_IOCTL_GET_VOLUME_IDMike Lockwood 2013-07-03fs/fat: use fat_msg() to replace printk() in __fat_fs_error()Gu Zheng 2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds 2013-06-29[readdir] convert fatfsAl Viro 2013-05-24fat: fix possible overflow for fat_clustersOGAWA Hirofumi 2013-05-07aio: don't include aio.h in sched.hKent Overstreet 2013-04-29fat (exportfs): rebuild directory-inode if fat_dget()Namjae Jeon 2013-04-29fat (exportfs): rebuild inode if ilookup() failsNamjae Jeon 2013-04-29fat: restructure export_operationsNamjae Jeon 2013-04-29fat: introduce a helper fat_get_blknr_offset()Namjae Jeon 2013-04-29fat: move fat_i_pos_read to fat.hNamjae Jeon 2013-04-29fat: introduce 2 new values for the -o nfs mount optionNamjae Jeon 2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman 2013-02-27hlist: drop the node parameter from iteratorsSasha Levin 2013-02-27fat: mark fs as dirty on mount and clean on umountOleksij Rempel 2013-02-27fat: add extended fileds to struct fat_boot_sectorOleksij Rempel 2013-02-22new helper: file_inode(file)Al Viro 2012-12-20fat: fix incorrect function commentRavishankar N 2012-12-17fs/fat: strip "cp" prefix from codepage in displayDave Reisner 2012-12-17fat: ix mount option parsingJan Kara 2012-12-17fat: provide option for setting timezone offsetJan Kara 2012-12-17fat: notify when discard is not supportedNamjae Jeon