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

Mauro Carvalho Chehab ec15872daa docs: fix broken references with multiple hints vor 7 Jahren
Documentation ec15872daa docs: fix broken references with multiple hints vor 7 Jahren
LICENSES f91af1c69c LICENSES: Add Linux-OpenIB license text vor 7 Jahren
arch ecf3867934 arch/*: Kconfig: fix documentation for NMI watchdog vor 7 Jahren
block fad953ce0b treewide: Use array_size() in vzalloc() vor 7 Jahren
certs 2be04df566 certs/blacklist_nohashes.c: fix const confusion in certs blacklist vor 7 Jahren
crypto 76e43e37a4 treewide: Use array_size() in sock_kmalloc() vor 7 Jahren
drivers ec15872daa docs: fix broken references with multiple hints vor 7 Jahren
firmware bf070bb0e6 kbuild: remove all dummy assignments to obj- vor 7 Jahren
fs b5d903c2d6 Merge branch 'akpm' (patches from Andrew) vor 7 Jahren
include ec15872daa docs: fix broken references with multiple hints vor 7 Jahren
init be779f03d5 Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild vor 7 Jahren
ipc 14f28f5776 ipc: use new return type vm_fault_t vor 7 Jahren
kernel b5d903c2d6 Merge branch 'akpm' (patches from Andrew) vor 7 Jahren
lib ee410f15b1 lib/test_printf.c: call wait_for_random_bytes() before plain %p tests vor 7 Jahren
mm fe6bdfc8e1 mm: fix oom_kill event handling vor 7 Jahren
net dc594c39f7 Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-client vor 7 Jahren
samples 467590e055 Merge tag 'vfio-v4.18-rc1' of git://github.com/awilliam/linux-vfio vor 7 Jahren
scripts be779f03d5 Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild vor 7 Jahren
security ec15872daa docs: fix broken references with multiple hints vor 7 Jahren
sound 2f6e24d315 Merge tag 'sound-fix-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound vor 7 Jahren
tools 4c5e8fc62d Merge tag 'linux-kselftest-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest vor 7 Jahren
usr f49821ee32 kbuild: rename built-in.o to built-in.a vor 7 Jahren
virt b08fc5277a Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux vor 7 Jahren
.clang-format d4ef8d3ff0 clang-format: add configuration file vor 7 Jahren
.cocciconfig dd951fc1b6 scripts: add Linux .cocciconfig for coccinelle vor 9 Jahren
.get_maintainer.ignore e525293d97 Add hch to .get_maintainer.ignore vor 10 Jahren
.gitattributes 218dd85887 .gitattributes: set git diff driver for C source code files vor 8 Jahren
.gitignore ca71b3ba4c Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild vor 7 Jahren
.mailmap c0c0be9d12 Merge branch 'asoc-4.17' into asoc-4.18 for compress dependencies vor 7 Jahren
COPYING bf02d49123 COPYING: use the new text with points to the license files vor 7 Jahren
CREDITS 0b658a1e9a MAINTAINERS/CREDITS: Drop METAG ARCHITECTURE vor 7 Jahren
Kbuild 09bd7c75e5 Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild vor 7 Jahren
Kconfig e1cfdc0e72 kconfig: add basic helper macros to scripts/Kconfig.include vor 7 Jahren
MAINTAINERS ec15872daa docs: fix broken references with multiple hints vor 7 Jahren
Makefile 050e9baa9d Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables vor 7 Jahren
README 4b290af0b3 Docs: Added a pointer to the formatted docs to README vor 7 Jahren

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.