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

Olof Johansson 63c65b8725 Merge tag 'tee-drv-for-4.20' of git://git.linaro.org/people/jens.wiklander/linux-tee into next/drivers há 7 anos atrás
Documentation de3750351c Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip há 7 anos atrás
LICENSES f91af1c69c LICENSES: Add Linux-OpenIB license text há 7 anos atrás
arch aba16dc5cf Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax há 7 anos atrás
block c125311d96 blk-wbt: don't maintain inflight counts if disabled há 7 anos atrás
certs c4df32c80d export.h: remove VMLINUX_SYMBOL() and VMLINUX_SYMBOL_STR() há 7 anos atrás
crypto 13bf2cf9e2 Merge tag 'dmaengine-4.19-rc1' of git://git.infradead.org/users/vkoul/slave-dma há 7 anos atrás
drivers 63c65b8725 Merge tag 'tee-drv-for-4.20' of git://git.linaro.org/people/jens.wiklander/linux-tee into next/drivers há 7 anos atrás
firmware bf070bb0e6 kbuild: remove all dummy assignments to obj- há 7 anos atrás
fs aba16dc5cf Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax há 7 anos atrás
include 63c65b8725 Merge tag 'tee-drv-for-4.20' of git://git.linaro.org/people/jens.wiklander/linux-tee into next/drivers há 7 anos atrás
init 1bc276775d Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild há 7 anos atrás
ipc 2a9d648100 ipc/util.c: update return value of ipc_getref from int to bool há 7 anos atrás
kernel d207ea8e74 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip há 7 anos atrás
lib aba16dc5cf Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax há 7 anos atrás
mm 2923b27e54 Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimm há 7 anos atrás
net aba16dc5cf Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax há 7 anos atrás
samples 817b89beb9 samples/bpf: all XDP samples should unload xdp/bpf prog on SIGTERM há 7 anos atrás
scripts c4726e774e Merge tag 'gcc-plugins-v4.19-rc1-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux há 7 anos atrás
security 57bb8e37d7 Merge tag 'apparmor-pr-2018-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor há 7 anos atrás
sound 33e17876ea Merge branch 'akpm' (patches from Andrew) há 7 anos atrás
tools aba16dc5cf Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax há 7 anos atrás
usr f6f57a4643 initramfs: move gen_initramfs_list.sh from scripts/ to usr/ há 7 anos atrás
virt b372115311 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm há 7 anos atrás
.clang-format 7bee9bd21b clang-format: Set IndentWrappedFunctionNames false há 7 anos atrás
.cocciconfig dd951fc1b6 scripts: add Linux .cocciconfig for coccinelle há 9 anos atrás
.get_maintainer.ignore e525293d97 Add hch to .get_maintainer.ignore há 10 anos atrás
.gitattributes 218dd85887 .gitattributes: set git diff driver for C source code files há 8 anos atrás
.gitignore ca71b3ba4c Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild há 7 anos atrás
.mailmap 828bf6e904 Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimm há 7 anos atrás
COPYING bf02d49123 COPYING: use the new text with points to the license files há 7 anos atrás
CREDITS 6b69cbd8b1 9p: remove Ron Minnich from MAINTAINERS há 7 anos atrás
Kbuild 09bd7c75e5 Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild há 7 anos atrás
Kconfig 006477f40d kconfig: move the "Executable file formats" menu to fs/Kconfig.binfmt há 7 anos atrás
MAINTAINERS 828bf6e904 Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimm há 7 anos atrás
Makefile 5b394b2ddf Linux 4.19-rc1 há 7 anos atrás
README 4b290af0b3 Docs: Added a pointer to the formatted docs to README há 7 anos atrás

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.