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

Daniel Micay 1328710b8e mark most percpu globals as __ro_after_init il y a 8 ans
Documentation 4879b7ae05 Merge tag 'dmaengine-4.12-rc1' of git://git.infradead.org/users/vkoul/slave-dma il y a 8 ans
arch 7fc22f45fe Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc il y a 8 ans
block 044f1daaaa Merge branch 'for-linus' of git://git.kernel.dk/linux-block il y a 8 ans
certs 6e7c2b4dd3 scripts/spelling.txt: add "intialise(d)" pattern and fix typo instances il y a 8 ans
crypto 752ade68cb treewide: use kv[mz]alloc* rather than opencoded variants il y a 8 ans
drivers 56868a460b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide il y a 8 ans
firmware 0cd5246bf8 firmware/Makefile: force recompilation if makefile changes il y a 8 ans
fs 11fbf53d66 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs il y a 8 ans
include 50fb55d88c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net il y a 8 ans
init 8f3207c7ea Merge tag 'tty-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty il y a 8 ans
ipc a7c3e901a4 mm: introduce kv[mz]alloc helpers il y a 8 ans
kernel 50fb55d88c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net il y a 8 ans
lib 4879b7ae05 Merge tag 'dmaengine-4.12-rc1' of git://git.infradead.org/users/vkoul/slave-dma il y a 8 ans
mm 1328710b8e mark most percpu globals as __ro_after_init il y a 8 ans
net 50fb55d88c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net il y a 8 ans
samples af82455f7d Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc il y a 8 ans
scripts 8ac1ed7914 treewide: spelling: correct diffrent[iate] and banlance typos il y a 8 ans
security 11fbf53d66 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs il y a 8 ans
sound 7f80f51358 alsa: use set_memory.h header il y a 8 ans
tools 2868b2513a Merge tag 'linux-kselftest-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest il y a 8 ans
usr cff75e0b6f initramfs: provide a way to ignore image provided by bootloader il y a 8 ans
virt bf5f89463f Merge branch 'akpm' (patches from Andrew) il y a 8 ans
.cocciconfig dd951fc1b6 scripts: add Linux .cocciconfig for coccinelle il y a 9 ans
.get_maintainer.ignore e525293d97 Add hch to .get_maintainer.ignore il y a 10 ans
.gitattributes 218dd85887 .gitattributes: set git diff driver for C source code files il y a 9 ans
.gitignore 44cee85a88 Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild il y a 9 ans
.mailmap c6a677c6f3 Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging il y a 8 ans
COPYING b3358a116c [PATCH] update FSF address in COPYING il y a 20 ans
CREDITS 26202873bb avr32: remove support for AVR32 architecture il y a 8 ans
Kbuild f197d75fca scripts/gdb: provide linux constants il y a 9 ans
Kconfig 838a2e55e6 kbuild: migrate all arch to the kconfig mainmenu upgrade il y a 15 ans
MAINTAINERS 0ff4c01b27 Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc il y a 8 ans
Makefile 31b8cc8077 make help: add tools help target il y a 8 ans
README 6bef44b9b9 README: add a new README file, pointing to the Documentation/ il y a 9 ans

README

Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

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.