mbox series

[SRU,Xenial,PULL] import DIMLIB (lib/dim/)

Message ID 20191115165534.12500-4-kamal@canonical.com
State New
Headers show
Series [SRU,Xenial,PULL] import DIMLIB (lib/dim/) | expand

Pull-request

git://git.launchpad.net/~kamalmostafa/ubuntu/+source/linux/+git/xenial dimlib

Message

Kamal Mostafa Nov. 15, 2019, 4:55 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1852637

-----

The following changes since commit 6a3433948fdca4055ca7d95741d1582d693cd58d:

  UBUNTU: Ubuntu-4.4.0-170.199 (2019-11-13 11:18:49 -0800)

are available in the Git repository at:

  git://git.launchpad.net/~kamalmostafa/ubuntu/+source/linux/+git/xenial dimlib

for you to fetch changes up to 0f1666b6a8ef0fb60ec7c89fbf1b9f6cbb4abae4:

  UBUNTU: SAUCE: linux/dim: avoid library object filename clash (2019-11-14 10:06:20 -0800)

----------------------------------------------------------------
Chris Wilson (1):
      include/linux/bitops.h: introduce BITS_PER_TYPE

Kamal Mostafa (3):
      UBUNTU: [Config] enable DIMLIB
      UBUNTU: linux/dim: import DIMLIB (lib/dim/)
      UBUNTU: SAUCE: linux/dim: avoid library object filename clash

Masahiro Yamada (1):
      linux/kernel.h: move DIV_ROUND_DOWN_ULL() macro

 debian.master/config/config.common.ubuntu |   1 +
 include/linux/bitops.h                    |   3 +-
 include/linux/dim.h                       | 346 ++++++++++++++++++++++++++++++
 include/linux/kernel.h                    |   7 +-
 lib/Kconfig                               |   8 +
 lib/Makefile                              |   1 +
 lib/dim/Makefile                          |   7 +
 lib/dim/dim.c                             |  83 +++++++
 lib/dim/net_dim.c                         | 246 +++++++++++++++++++++
 lib/dim/rdma_dim.c                        | 108 ++++++++++
 sound/soc/codecs/pcm512x.c                |   3 -
 11 files changed, 807 insertions(+), 6 deletions(-)
 create mode 100644 include/linux/dim.h
 create mode 100644 lib/dim/Makefile
 create mode 100644 lib/dim/dim.c
 create mode 100644 lib/dim/net_dim.c
 create mode 100644 lib/dim/rdma_dim.c