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

Linus Torvalds 83c7c18b16 Merge tag 'for-4.17/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm 7 lat temu
Documentation 83c7c18b16 Merge tag 'for-4.17/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm 7 lat temu
LICENSES 536ec30477 LICENSES: Add MPL-1.1 license 7 lat temu
arch 9022ca6b11 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 7 lat temu
block 3526dd0c78 Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block 7 lat temu
certs 2be04df566 certs/blacklist_nohashes.c: fix const confusion in certs blacklist 7 lat temu
crypto 9eb31227cb Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 7 lat temu
drivers 83c7c18b16 Merge tag 'for-4.17/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm 7 lat temu
firmware bf070bb0e6 kbuild: remove all dummy assignments to obj- 7 lat temu
fs 9022ca6b11 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 7 lat temu
include 83c7c18b16 Merge tag 'for-4.17/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm 7 lat temu
init 1b2951dd99 Merge tag 'gpio-v4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio 7 lat temu
ipc 17dec0a949 Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace 7 lat temu
kernel 9022ca6b11 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 7 lat temu
lib 357aa6aefe Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk 7 lat temu
mm 3526dd0c78 Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block 7 lat temu
net 5e4d659713 Merge tag 'nfsd-4.17' of git://linux-nfs.org/~bfields/linux 7 lat temu
samples 5bb053bef8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 7 lat temu
scripts 9c2dd8405c Merge tag 'devicetree-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux 7 lat temu
security 9022ca6b11 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 7 lat temu
sound 672a9c1069 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 7 lat temu
tools 672a9c1069 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 7 lat temu
usr f49821ee32 kbuild: rename built-in.o to built-in.a 7 lat temu
virt bb9b4dbe0d Merge tag 'kvm-arm-fixes-for-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master 7 lat temu
.cocciconfig dd951fc1b6 scripts: add Linux .cocciconfig for coccinelle 9 lat temu
.get_maintainer.ignore e525293d97 Add hch to .get_maintainer.ignore 10 lat temu
.gitattributes 218dd85887 .gitattributes: set git diff driver for C source code files 8 lat temu
.gitignore fbfa9be990 kbuild: move include/config/ksym/* to include/ksym/* 7 lat temu
.mailmap b3181e2949 Merge remote-tracking branch 'spi/topic/samsung' into spi-next 7 lat temu
COPYING bf02d49123 COPYING: use the new text with points to the license files 7 lat temu
CREDITS 0b658a1e9a MAINTAINERS/CREDITS: Drop METAG ARCHITECTURE 7 lat temu
Kbuild 09bd7c75e5 Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 lat temu
Kconfig b24413180f License cleanup: add SPDX GPL-2.0 license identifier to files with no license 7 lat temu
MAINTAINERS 38c23685b2 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc 7 lat temu
Makefile 147a89bc71 Merge tag 'kconfig-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 lat temu
README 4b290af0b3 Docs: Added a pointer to the formatted docs to README 7 lat temu

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.