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

Thomas Hellstrom 6a93cea15e drm/vmwgfx: Schedule an fb dirty update after resume 7 rokov pred
Documentation 83beed7b2b Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal 7 rokov pred
LICENSES 536ec30477 LICENSES: Add MPL-1.1 license 7 rokov pred
arch 37a535edd7 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 7 rokov pred
block 2434af79c8 blk-mq: Revert "blk-mq: reimplement blk_mq_hw_queue_mapped" 7 rokov pred
certs 2be04df566 certs/blacklist_nohashes.c: fix const confusion in certs blacklist 7 rokov pred
crypto ca71b3ba4c Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 rokov pred
drivers 6a93cea15e drm/vmwgfx: Schedule an fb dirty update after resume 7 rokov pred
firmware bf070bb0e6 kbuild: remove all dummy assignments to obj- 7 rokov pred
fs 5ec83b22a2 Merge tag '4.17-rc1-SMB3-CIFS' of git://git.samba.org/sfrench/cifs-2.6 7 rokov pred
include 867ab4b2fc Merge tag 'drm-fixes-for-v4.17-rc2' of git://people.freedesktop.org/~airlied/linux 7 rokov pred
init 9fb71c2f23 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 7 rokov pred
ipc 3f05317d98 ipc/shm: fix use-after-free of shm file via remap_file_pages() 7 rokov pred
kernel c1e9dae0a9 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 7 rokov pred
lib a72db42cee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 7 rokov pred
mm abc1be13fd mm/filemap.c: fix NULL pointer in page_cache_tree_insert() 7 rokov pred
net a72db42cee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 7 rokov pred
samples 41e3bef52e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching 7 rokov pred
scripts ca71b3ba4c Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 rokov pred
security 80a17a5f50 Merge tag 'apparmor-pr-2018-04-10' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor 7 rokov pred
sound 5e7c780611 Merge tag 'sound-4.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound 7 rokov pred
tools 38f0b33e6d Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 7 rokov pred
usr f49821ee32 kbuild: rename built-in.o to built-in.a 7 rokov pred
virt abe7a4586f Merge tag 'kvm-arm-for-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm 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 19fd08b85b Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma 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 b24413180f License cleanup: add SPDX GPL-2.0 license identifier to files with no license 7 rokov pred
MAINTAINERS 4c50ceae8f Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm 7 rokov pred
Makefile 6d08b06e67 Linux 4.17-rc2 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.