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

Mauro Carvalho Chehab bf02d49123 COPYING: use the new text with points to the license files hace 7 años
Documentation 88de995ccf COPYING: create a new file with points to the Kernel license files hace 7 años
LICENSES 536ec30477 LICENSES: Add MPL-1.1 license hace 7 años
arch 7a163b2195 unify {de,}mangle_poll(), get rid of kernel-side POLL... hace 7 años
block a9a08845e9 vfs: do bulk POLL* -> EPOLL* replacement hace 7 años
certs b24413180f License cleanup: add SPDX GPL-2.0 license identifier to files with no license hace 7 años
crypto a9a08845e9 vfs: do bulk POLL* -> EPOLL* replacement hace 7 años
drivers a9a08845e9 vfs: do bulk POLL* -> EPOLL* replacement hace 7 años
firmware bf070bb0e6 kbuild: remove all dummy assignments to obj- hace 7 años
fs a9a08845e9 vfs: do bulk POLL* -> EPOLL* replacement hace 7 años
include 7a163b2195 unify {de,}mangle_poll(), get rid of kernel-side POLL... hace 7 años
init 70216e18e5 membarrier: Provide core serializing command, *_SYNC_CORE hace 7 años
ipc a9a08845e9 vfs: do bulk POLL* -> EPOLL* replacement hace 7 años
kernel a9a08845e9 vfs: do bulk POLL* -> EPOLL* replacement hace 7 años
lib 9a61df9e5f Merge tag 'kbuild-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild hace 7 años
mm a9a08845e9 vfs: do bulk POLL* -> EPOLL* replacement hace 7 años
net a9a08845e9 vfs: do bulk POLL* -> EPOLL* replacement hace 7 años
samples 9c33ca4317 sample/bpf: fix erspan metadata hace 7 años
scripts 0891f95993 kernel-doc: Remove __sched markings hace 7 años
security a9a08845e9 vfs: do bulk POLL* -> EPOLL* replacement hace 7 años
sound a9a08845e9 vfs: do bulk POLL* -> EPOLL* replacement hace 7 años
tools c839682c71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net hace 7 años
usr e08b187745 initramfs: fix initramfs rebuilds w/ compression after disabling hace 7 años
virt a9a08845e9 vfs: do bulk POLL* -> EPOLL* replacement hace 7 años
.cocciconfig dd951fc1b6 scripts: add Linux .cocciconfig for coccinelle hace 9 años
.get_maintainer.ignore e525293d97 Add hch to .get_maintainer.ignore hace 10 años
.gitattributes 218dd85887 .gitattributes: set git diff driver for C source code files hace 8 años
.gitignore 5704d4557f scripts/package: snap-pkg target hace 7 años
.mailmap 9a0e712010 mailmap: update Mark Yao's email address hace 7 años
COPYING bf02d49123 COPYING: use the new text with points to the license files hace 7 años
CREDITS 60fdb44a23 MAINTAINERS: update TPM driver infrastructure changes hace 7 años
Kbuild 09bd7c75e5 Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild hace 7 años
Kconfig b24413180f License cleanup: add SPDX GPL-2.0 license identifier to files with no license hace 7 años
MAINTAINERS 15303ba5d1 Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm hace 7 años
Makefile 7928b2cbe5 Linux 4.16-rc1 hace 7 años
README 4b290af0b3 Docs: Added a pointer to the formatted docs to README hace 7 años

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.