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

Ard Biesheuvel ebf533adc8 crypto: ccm - Remove VLA usage 7 vuotta sitten
Documentation 578bdaabd0 crypto: speck - remove Speck 7 vuotta sitten
LICENSES f91af1c69c LICENSES: Add Linux-OpenIB license text 7 vuotta sitten
arch 578bdaabd0 crypto: speck - remove Speck 7 vuotta sitten
block db193954ed block: bsg: move atomic_t ref_count variable to refcount API 7 vuotta sitten
certs c4df32c80d export.h: remove VMLINUX_SYMBOL() and VMLINUX_SYMBOL_STR() 7 vuotta sitten
crypto ebf533adc8 crypto: ccm - Remove VLA usage 7 vuotta sitten
drivers 9dbe3072c6 crypto: caam/qi - ablkcipher -> skcipher conversion 7 vuotta sitten
firmware bf070bb0e6 kbuild: remove all dummy assignments to obj- 7 vuotta sitten
fs 578bdaabd0 crypto: speck - remove Speck 7 vuotta sitten
include d73d67fbcb crypto: cbc - Remove VLA usage 7 vuotta sitten
init 1bc276775d Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 vuotta sitten
ipc 2a9d648100 ipc/util.c: update return value of ipc_getref from int to bool 7 vuotta sitten
kernel 1395d109cd Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 7 vuotta sitten
lib 501dacbc24 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 7 vuotta sitten
mm 13ba17bee1 notifier: Remove notifier header file wherever not used 7 vuotta sitten
net 501dacbc24 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 7 vuotta sitten
samples 817b89beb9 samples/bpf: all XDP samples should unload xdp/bpf prog on SIGTERM 7 vuotta sitten
scripts 899ba79553 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 7 vuotta sitten
security 57bb8e37d7 Merge tag 'apparmor-pr-2018-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor 7 vuotta sitten
sound 33e17876ea Merge branch 'akpm' (patches from Andrew) 7 vuotta sitten
tools 050cdc6c95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 7 vuotta sitten
usr f6f57a4643 initramfs: move gen_initramfs_list.sh from scripts/ to usr/ 7 vuotta sitten
virt b372115311 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm 7 vuotta sitten
.clang-format 7bee9bd21b clang-format: Set IndentWrappedFunctionNames false 7 vuotta sitten
.cocciconfig dd951fc1b6 scripts: add Linux .cocciconfig for coccinelle 9 vuotta sitten
.get_maintainer.ignore e525293d97 Add hch to .get_maintainer.ignore 10 vuotta sitten
.gitattributes 218dd85887 .gitattributes: set git diff driver for C source code files 8 vuotta sitten
.gitignore ca71b3ba4c Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 vuotta sitten
.mailmap 828bf6e904 Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimm 7 vuotta sitten
COPYING bf02d49123 COPYING: use the new text with points to the license files 7 vuotta sitten
CREDITS 6b69cbd8b1 9p: remove Ron Minnich from MAINTAINERS 7 vuotta sitten
Kbuild 09bd7c75e5 Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 vuotta sitten
Kconfig 006477f40d kconfig: move the "Executable file formats" menu to fs/Kconfig.binfmt 7 vuotta sitten
MAINTAINERS 908946c4be Fix up libata MAINTAINERS entry 7 vuotta sitten
Makefile 57361846b5 Linux 4.19-rc2 7 vuotta sitten
README 4b290af0b3 Docs: Added a pointer to the formatted docs to README 7 vuotta sitten

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.