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

Mike Rapoport 7e1c4e2792 memblock: stop using implicit alignment to SMP_CACHE_BYTES há 6 anos atrás
Documentation 530d4c0cfd docs/boot-time-mm: remove bootmem documentation há 6 anos atrás
LICENSES 01aa9d518e Merge tag 'docs-4.20' of git://git.lwn.net/linux há 6 anos atrás
arch 7e1c4e2792 memblock: stop using implicit alignment to SMP_CACHE_BYTES há 6 anos atrás
block 57c8a661d9 mm: remove include/linux/bootmem.h há 6 anos atrás
certs c4df32c80d export.h: remove VMLINUX_SYMBOL() and VMLINUX_SYMBOL_STR() há 7 anos atrás
crypto 62606c224d Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 há 6 anos atrás
drivers 7e1c4e2792 memblock: stop using implicit alignment to SMP_CACHE_BYTES há 6 anos atrás
firmware bf070bb0e6 kbuild: remove all dummy assignments to obj- há 7 anos atrás
fs 57c8a661d9 mm: remove include/linux/bootmem.h há 6 anos atrás
include 7e1c4e2792 memblock: stop using implicit alignment to SMP_CACHE_BYTES há 6 anos atrás
init 7e1c4e2792 memblock: stop using implicit alignment to SMP_CACHE_BYTES há 6 anos atrás
ipc 8c81ddd2ac ipc: IPCMNI limit check for semmni há 6 anos atrás
kernel 7e1c4e2792 memblock: stop using implicit alignment to SMP_CACHE_BYTES há 6 anos atrás
lib 7e1c4e2792 memblock: stop using implicit alignment to SMP_CACHE_BYTES há 6 anos atrás
mm 7e1c4e2792 memblock: stop using implicit alignment to SMP_CACHE_BYTES há 6 anos atrás
net 57c8a661d9 mm: remove include/linux/bootmem.h há 6 anos atrás
samples 18d0eae30e Merge tag 'char-misc-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc há 6 anos atrás
scripts 22ebb72b32 checkpatch: remove GCC_BINARY_CONSTANT warning há 6 anos atrás
security 24ed334f33 Merge branch 'next-loadpin' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security há 6 anos atrás
sound 3acbd2de6b Merge tag 'sound-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound há 6 anos atrás
tools 343a9f3540 Merge tag 'trace-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace há 6 anos atrás
usr f6f57a4643 initramfs: move gen_initramfs_list.sh from scripts/ to usr/ há 7 anos atrás
virt 4e15a073a1 Revert "mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacks" há 6 anos atrás
.clang-format 3ece58a270 page cache: Convert find_get_pages_contig to XArray há 6 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 49ef341ab6 .mailmap: add Oleksij Rempel há 6 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 5b4c0d87de Merge tag 'for-linus-4.20a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip há 6 anos atrás
Makefile 746bb4ed6d Merge tag 'vla-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux há 6 anos atrás
README a7ddcea58a Drop all 00-INDEX files from Documentation/ 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.

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.