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

David Arcari afd0b1fb22 mailbox: PCC: handle parse error há 7 anos atrás
Documentation 3243a89dcb Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random há 7 anos atrás
LICENSES f91af1c69c LICENSES: Add Linux-OpenIB license text há 7 anos atrás
arch 9a5682765a Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip há 7 anos atrás
block d5274b3cd6 block: bfq: swap puts in bfqg_and_blkg_put 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 afd0b1fb22 mailbox: PCC: handle parse error há 7 anos atrás
firmware bf070bb0e6 kbuild: remove all dummy assignments to obj- há 7 anos atrás
fs ecfe951f0c afs: Fix cell specification to permit an empty address list há 7 anos atrás
include 3567994a05 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 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 9c21dae291 ipc/shm: properly return EIDRM in shm_lock() há 7 anos atrás
kernel 3567994a05 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip há 7 anos atrás
lib 4c5d114ea0 lib/Kconfig.debug: fix three typos in help text há 7 anos atrás
mm ca16eb342e Merge tag 'for-linus-20180906' of git://git.kernel.dk/linux-block há 7 anos atrás
net 28619527b8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 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 1d22577703 Merge tag 'kbuild-fixes-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild há 7 anos atrás
security db44bf4b47 Merge tag 'apparmor-pr-2018-09-06' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor há 7 anos atrás
sound f7c50fa636 ALSA: hda: Fix several mismatch for register mask and value há 7 anos atrás
tools f8f65382c9 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm há 7 anos atrás
usr f6f57a4643 initramfs: move gen_initramfs_list.sh from scripts/ to usr/ há 7 anos atrás
virt a35381e10d KVM: Remove obsolete kvm_unmap_hva notifier backend 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 da4dfaf842 i2c: xiic: Record xilinx i2c with Zynq fragment há 7 anos atrás
Makefile 11da3a7f84 Linux 4.19-rc3 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.