summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/netdev-times.py
diff options
context:
space:
mode:
authorKevin Cernekee <cernekee@gmail.com>2015-04-09 13:05:17 -0700
committerRob Herring <robh@kernel.org>2015-04-14 19:35:45 -0500
commitc627f2ceb692e8a9358b64ac2d139314e7bb0d17 (patch)
tree948fa9e378ab5216d5115a68c18939cf4b4e46a1 /tools/perf/scripts/python/netdev-times.py
parent65a71007a20cfe7ebd456d72c0bb155fe42de963 (diff)
downloadkernel-c627f2ceb692e8a9358b64ac2d139314e7bb0d17.tar.gz
serial: 8250: Add support for big-endian MMIO accesses
Add cases for UPIO_MEM32BE wherever there are currently cases handling UPIO_MEM32. Signed-off-by: Kevin Cernekee <cernekee@gmail.com> Reviewed-by: Peter Hurley <peter@hurleysoftware.com> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions
title='2024-06-12 11:11:34 +0200'>2024-06-12null_blk: Fix missing mutex_destroy() at module removalZhu Yanjun 2024-03-26aoe: fix the potential use-after-free problem in aoecmd_cfg_pktsChun-Yi Lee 2024-03-26nbd: null check for nla_nest_startNavid Emamdoost 2024-03-06ublk: move ublk_cancel_dev() out of ub->mutexMing Lei 2024-03-01virtio-blk: Ensure no requests in virtqueues before deleting vqs.Yi Sun 2024-03-01aoe: avoid potential deadlock at set_capacityMaksim Kiselev 2024-02-05block/rnbd-srv: Check for unlikely string overflowKees Cook 2024-01-31rbd: don't move requests to the running list on errorsIlya Dryomov 2024-01-31nbd: always initialize struct msghdr completelyEric Dumazet 2024-01-25loop: fix the the direct I/O support check when used on top of block devicesChristoph Hellwig 2024-01-25null_blk: don't cap max_hw_sectors to BLK_DEF_MAX_SECTORSChristoph Hellwig 2024-01-20virtio_blk: fix snprintf truncation compiler warningStefan Hajnoczi 2023-12-20nbd: pass nbd_sock to nbd_read_reply() instead of indexLi Nan 2023-12-20nbd: fix null-ptr-dereference while accessing 'nbd->config'Li Nan 2023-12-20nbd: factor out a helper to get nbd_config without holding 'config_lock'Li Nan 2023-12-20nbd: fold nbd config initialization into nbd_alloc_config()Li Nan 2023-11-28virtio-blk: fix implicit overflow on virtio_max_dma_sizezhenwei pi 2023-11-20nbd: fix uaf in nbd_openLi Lingfeng