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

Francisco Blas Izquierdo Riera (klondike) db2aa7fd15 initramfs: allow again choice of the embedded initram compression algorithm 8 years ago
Documentation 775a2e29c3 Merge tag 'dm-4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm 8 years ago
arch 4bfa135abe arch/xtensa: add option to skip DMA sync as a part of mapping 8 years ago
block a829a8445f Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi 8 years ago
certs d3bfe84129 certs: Add a secondary system keyring that can be added to dynamically 9 years ago
crypto 821781a9f4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 8 years ago
drivers bd4171a5d4 igb: update code to better handle incrementing page count 8 years ago
firmware e9a73f6722 WHENCE: use https://linuxtv.org for LinuxTV URLs 9 years ago
fs 40f7828b36 btrfs: better handle btrfs_printk() defaults 8 years ago
include 34aaff40b4 kdb: call vkdb_printf() from vprintk_default() only when wanted 8 years ago
init c11a6cfb01 Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq 8 years ago
ipc 194a6b5b9c sched/wake_q: Rename WAKE_Q to DEFINE_WAKE_Q 8 years ago
kernel 34aaff40b4 kdb: call vkdb_printf() from vprintk_default() only when wanted 8 years ago
lib 0462554707 Kconfig: lib/Kconfig.ubsan fix reference to ubsan documentation 8 years ago
mm 44fdffd705 mm: add support for releasing multiple instances of a page 8 years ago
net e71c3978d6 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 8 years ago
samples edc5f445a6 Merge tag 'vfio-v4.10-rc1' of git://github.com/awilliam/linux-vfio 8 years ago
scripts b78b499a67 Merge tag 'char-misc-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc 8 years ago
security 9465d9cc31 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 8 years ago
sound 9439b3710d Merge tag 'drm-for-v4.10' of git://people.freedesktop.org/~airlied/linux 8 years ago
tools f4000cd997 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux 8 years ago
usr db2aa7fd15 initramfs: allow again choice of the embedded initram compression algorithm 8 years ago
virt 93173b5bf2 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm 8 years ago
.cocciconfig dd951fc1b6 scripts: add Linux .cocciconfig for coccinelle 9 years ago
.get_maintainer.ignore e525293d97 Add hch to .get_maintainer.ignore 10 years ago
.gitattributes 218dd85887 .gitattributes: set git diff driver for C source code files 9 years ago
.gitignore 44cee85a88 Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild 9 years ago
.mailmap 133d970e0d Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus 9 years ago
COPYING b3358a116c [PATCH] update FSF address in COPYING 20 years ago
CREDITS 991bc36254 Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 8 years ago
Kbuild f197d75fca scripts/gdb: provide linux constants 9 years ago
Kconfig 838a2e55e6 kbuild: migrate all arch to the kconfig mainmenu upgrade 15 years ago
MAINTAINERS a829a8445f Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi 8 years ago
Makefile 69973b8308 Linux 4.9 8 years ago
README 6bef44b9b9 README: add a new README file, pointing to the Documentation/ 9 years ago

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.