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

Christoph Hellwig cf65a0f6f6 dma-mapping: move all DMA mapping code to kernel/dma 7 rokov pred
Documentation cf65a0f6f6 dma-mapping: move all DMA mapping code to kernel/dma 7 rokov pred
LICENSES f91af1c69c LICENSES: Add Linux-OpenIB license text 7 rokov pred
arch be779f03d5 Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 rokov pred
block fad953ce0b treewide: Use array_size() in vzalloc() 7 rokov pred
certs 2be04df566 certs/blacklist_nohashes.c: fix const confusion in certs blacklist 7 rokov pred
crypto 76e43e37a4 treewide: Use array_size() in sock_kmalloc() 7 rokov pred
drivers cf65a0f6f6 dma-mapping: move all DMA mapping code to kernel/dma 7 rokov pred
firmware bf070bb0e6 kbuild: remove all dummy assignments to obj- 7 rokov pred
fs f5b7769eb0 Revert "debugfs: inode: debugfs_create_dir uses mode permission from parent" 7 rokov pred
include cf65a0f6f6 dma-mapping: move all DMA mapping code to kernel/dma 7 rokov pred
init cf65a0f6f6 dma-mapping: move all DMA mapping code to kernel/dma 7 rokov pred
ipc 344476e16a treewide: kvmalloc() -> kvmalloc_array() 7 rokov pred
kernel cf65a0f6f6 dma-mapping: move all DMA mapping code to kernel/dma 7 rokov pred
lib cf65a0f6f6 dma-mapping: move all DMA mapping code to kernel/dma 7 rokov pred
mm 42bc47b353 treewide: Use array_size() in vmalloc() 7 rokov pred
net b08fc5277a Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux 7 rokov pred
samples 467590e055 Merge tag 'vfio-v4.18-rc1' of git://github.com/awilliam/linux-vfio 7 rokov pred
scripts be779f03d5 Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 rokov pred
security 6396bb2215 treewide: kzalloc() -> kcalloc() 7 rokov pred
sound b08fc5277a Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux 7 rokov pred
tools d09fcecb0c Merge tag 'pm-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm 7 rokov pred
usr f49821ee32 kbuild: rename built-in.o to built-in.a 7 rokov pred
virt b08fc5277a Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux 7 rokov pred
.clang-format d4ef8d3ff0 clang-format: add configuration file 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 c0c0be9d12 Merge branch 'asoc-4.17' into asoc-4.18 for compress dependencies 7 rokov pred
COPYING bf02d49123 COPYING: use the new text with points to the license files 7 rokov pred
CREDITS 0b658a1e9a MAINTAINERS/CREDITS: Drop METAG ARCHITECTURE 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 e1cfdc0e72 kconfig: add basic helper macros to scripts/Kconfig.include 7 rokov pred
MAINTAINERS cf65a0f6f6 dma-mapping: move all DMA mapping code to kernel/dma 7 rokov pred
Makefile 5aadfdeb8d kcov: test compiler capability in Kconfig and correct dependency 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.