linux kernel based on RobertCNelsons patchset
https://github.com/RobertCNelson/bb-kernel

Robin Murphy b2dfeba654 iommu/io-pgtable-arm-v7s: Add support for non-strict mode 6 rokov pred
Documentation 68a6efe86f iommu: Add "iommu.strict" command line option 6 rokov pred
LICENSES f91af1c69c LICENSES: Add Linux-OpenIB license text 7 rokov pred
arch aba16dc5cf Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax 7 rokov pred
block c125311d96 blk-wbt: don't maintain inflight counts if disabled 7 rokov pred
certs c4df32c80d export.h: remove VMLINUX_SYMBOL() and VMLINUX_SYMBOL_STR() 7 rokov pred
crypto 13bf2cf9e2 Merge tag 'dmaengine-4.19-rc1' of git://git.infradead.org/users/vkoul/slave-dma 7 rokov pred
drivers b2dfeba654 iommu/io-pgtable-arm-v7s: Add support for non-strict mode 6 rokov pred
firmware bf070bb0e6 kbuild: remove all dummy assignments to obj- 7 rokov pred
fs aba16dc5cf Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax 7 rokov pred
include 2da274cdf9 iommu/dma: Add support for non-strict mode 6 rokov pred
init 1bc276775d Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 rokov pred
ipc 2a9d648100 ipc/util.c: update return value of ipc_getref from int to bool 7 rokov pred
kernel d207ea8e74 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 7 rokov pred
lib aba16dc5cf Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax 7 rokov pred
mm 2923b27e54 Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimm 7 rokov pred
net aba16dc5cf Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax 7 rokov pred
samples 817b89beb9 samples/bpf: all XDP samples should unload xdp/bpf prog on SIGTERM 7 rokov pred
scripts c4726e774e Merge tag 'gcc-plugins-v4.19-rc1-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux 7 rokov pred
security 57bb8e37d7 Merge tag 'apparmor-pr-2018-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor 7 rokov pred
sound 33e17876ea Merge branch 'akpm' (patches from Andrew) 7 rokov pred
tools aba16dc5cf Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax 7 rokov pred
usr f6f57a4643 initramfs: move gen_initramfs_list.sh from scripts/ to usr/ 7 rokov pred
virt b372115311 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm 7 rokov pred
.clang-format 7bee9bd21b clang-format: Set IndentWrappedFunctionNames false 7 rokov pred
.cocciconfig dd951fc1b6 scripts: add Linux .cocciconfig for coccinelle 9 rokov pred
.get_maintainer.ignore e525293d97 Add hch to .get_maintainer.ignore 10 rokov pred
.gitattributes 218dd85887 .gitattributes: set git diff driver for C source code files 8 rokov pred
.gitignore ca71b3ba4c Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 rokov pred
.mailmap 828bf6e904 Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimm 7 rokov pred
COPYING bf02d49123 COPYING: use the new text with points to the license files 7 rokov pred
CREDITS 6b69cbd8b1 9p: remove Ron Minnich from MAINTAINERS 7 rokov pred
Kbuild 09bd7c75e5 Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 rokov pred
Kconfig 006477f40d kconfig: move the "Executable file formats" menu to fs/Kconfig.binfmt 7 rokov pred
MAINTAINERS 828bf6e904 Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimm 7 rokov pred
Makefile 5b394b2ddf Linux 4.19-rc1 7 rokov pred
README 4b290af0b3 Docs: Added a pointer to the formatted docs to README 7 rokov pred

README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``. The formatted documentation can also be read online at:

https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.