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

Krzysztof Kozlowski c0c0470703 thermal: samsung: Remove Exynos5440 clock handling left-overs 7 éve
Documentation 4ce6dcfd0d dt: thermal: tsens: Document the fallback DT property for v2 of TSENS IP 7 éve
LICENSES f91af1c69c LICENSES: Add Linux-OpenIB license text 7 éve
arch 883c9ab9eb Merge branch 'parisc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux 7 éve
block e6e5bec43c Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-block 7 éve
certs 2e20ce4a66 certs/blacklist: fix const confusion 7 éve
crypto a11e1d432b Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL 7 éve
drivers c0c0470703 thermal: samsung: Remove Exynos5440 clock handling left-overs 7 éve
firmware bf070bb0e6 kbuild: remove all dummy assignments to obj- 7 éve
fs d3bc0e67f8 Merge tag 'for-4.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux 7 éve
include d7563ca5bf Merge tag 'staging-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging 7 éve
init 22d3e0c36e Merge tag 'kbuild-fixes-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 éve
ipc 14f28f5776 ipc: use new return type vm_fault_t 7 éve
kernel c350d6d1d7 Merge tag 'dma-mapping-4.18-2' of git://git.infradead.org/users/hch/dma-mapping 7 éve
lib e6e5bec43c Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-block 7 éve
mm d50d82faa0 slub: fix failure when we delete and create a slab cache 7 éve
net e88958e636 net: handle NULL ->poll gracefully 7 éve
samples 467590e055 Merge tag 'vfio-v4.18-rc1' of git://github.com/awilliam/linux-vfio 7 éve
scripts 22d3e0c36e Merge tag 'kbuild-fixes-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 éve
security 34a484d58c Merge tag 'selinux-pr-20180629' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux 7 éve
sound c9a4c63888 ALSA: seq: Fix UBSAN warning at SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT ioctl 7 éve
tools 0fbc4aeabc Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 7 éve
usr f49821ee32 kbuild: rename built-in.o to built-in.a 7 éve
virt 37b65db85f KVM: arm64: Prevent KVM_COMPAT from being selected 7 éve
.clang-format d4ef8d3ff0 clang-format: add configuration file 7 éve
.cocciconfig dd951fc1b6 scripts: add Linux .cocciconfig for coccinelle 9 éve
.get_maintainer.ignore e525293d97 Add hch to .get_maintainer.ignore 10 éve
.gitattributes 218dd85887 .gitattributes: set git diff driver for C source code files 8 éve
.gitignore ca71b3ba4c Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 éve
.mailmap c0c0be9d12 Merge branch 'asoc-4.17' into asoc-4.18 for compress dependencies 7 éve
COPYING bf02d49123 COPYING: use the new text with points to the license files 7 éve
CREDITS 0b658a1e9a MAINTAINERS/CREDITS: Drop METAG ARCHITECTURE 7 éve
Kbuild 09bd7c75e5 Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 éve
Kconfig e1cfdc0e72 kconfig: add basic helper macros to scripts/Kconfig.include 7 éve
MAINTAINERS 008e682b5b proc: add Alexey to MAINTAINERS 7 éve
Makefile 021c91791a Linux 4.18-rc3 7 éve
README 4b290af0b3 Docs: Added a pointer to the formatted docs to README 7 éve

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.