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

Peng Hao 0804c849f1 kvm/x86 : add coalesced pio support há 6 anos atrás
Documentation 0804c849f1 kvm/x86 : add coalesced pio support há 6 anos atrás
LICENSES f91af1c69c LICENSES: Add Linux-OpenIB license text há 7 anos atrás
arch 39337ad1a7 kvm/x86 : fix some typo há 6 anos atrás
block 01c5f85aeb blk-cgroup: increase number of supported policies 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 3d0d0d9b1d Merge tag 'kvm-s390-next-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD há 6 anos atrás
firmware bf070bb0e6 kbuild: remove all dummy assignments to obj- há 7 anos atrás
fs 0eba8697bc Merge tag 'upstream-4.19-rc4' of git://git.infradead.org/linux-ubifs há 6 anos atrás
include 0804c849f1 kvm/x86 : add coalesced pio support há 6 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 3bf181bc5d kernel/sys.c: remove duplicated include há 6 anos atrás
lib 4c5d114ea0 lib/Kconfig.debug: fix three typos in help text há 7 anos atrás
mm 172b06c32b mm: slowly shrink slabs with a relatively small number of objects há 6 anos atrás
net 30bfd93062 net/ipv6: do not copy dst flags on rt init há 6 anos atrás
samples 817b89beb9 samples/bpf: all XDP samples should unload xdp/bpf prog on SIGTERM há 7 anos atrás
scripts c0747ad363 Merge tag 'linux-kselftest-4.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest há 6 anos atrás
security 61a6bd83ab Revert "x86/mm/legacy: Populate the user page-table with user pgd's" há 6 anos atrás
sound 196f4eeeb7 Merge tag 'asoc-v4.19-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus há 6 anos atrás
tools 5b8ee8792f kvm: selftests: support high GPAs in dirty_log_test há 6 anos atrás
usr f6f57a4643 initramfs: move gen_initramfs_list.sh from scripts/ to usr/ há 7 anos atrás
virt 0804c849f1 kvm/x86 : add coalesced pio support há 6 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 dd5bd0a65f Merge tag 'kvm-s390-next-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD há 6 anos atrás
Makefile c0747ad363 Merge tag 'linux-kselftest-4.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest há 6 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.