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

Rafał Miłecki da4b1caa49 mtd: physmap_of: use OF helpers for reading strings 8 лет назад
Documentation be834aafdf Merge tag 'docs-4.11-fixes' of git://git.lwn.net/linux 8 лет назад
arch 2d62e0768d Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm 8 лет назад
block e0d072250a Merge branch 'for-linus' of git://git.kernel.dk/linux-block 8 лет назад
certs d3bfe84129 certs: Add a secondary system keyring that can be added to dynamically 9 лет назад
crypto 33a8b3e99d Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 8 лет назад
drivers da4b1caa49 mtd: physmap_of: use OF helpers for reading strings 8 лет назад
firmware e9a73f6722 WHENCE: use https://linuxtv.org for LinuxTV URLs 9 лет назад
fs 8918821f37 jffs2: fix spelling mistake: "requestied" -> "requested" 8 лет назад
include 4a67c9fde0 mtd: use dev_of_node helper in mtd_get_of_node 8 лет назад
init 1777e46355 sched/headers: Prepare to move _init() prototypes from <linux/sched.h> to <linux/sched/init.h> 8 лет назад
ipc 1827adb11a Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 8 лет назад
kernel 8d70eeb84a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 8 лет назад
lib 1827adb11a Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 8 лет назад
mm 590dce2d49 Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 8 лет назад
net 8d70eeb84a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 8 лет назад
samples 590dce2d49 Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 8 лет назад
scripts e390f9a968 objtool, modules: Discard objtool annotation sections for modules 8 лет назад
security 1827adb11a Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 8 лет назад
sound 174cd4b1e5 sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> 8 лет назад
tools 2d62e0768d Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm 8 лет назад
usr 9e3596b0c6 kbuild: initramfs cleanup, set target from Kconfig 8 лет назад
virt 2d62e0768d Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm 8 лет назад
.cocciconfig dd951fc1b6 scripts: add Linux .cocciconfig for coccinelle 9 лет назад
.get_maintainer.ignore e525293d97 Add hch to .get_maintainer.ignore 10 лет назад
.gitattributes 218dd85887 .gitattributes: set git diff driver for C source code files 8 лет назад
.gitignore 44cee85a88 Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild 9 лет назад
.mailmap 9ebf73b275 mailmap: add codeaurora.org names for nameless email commits 8 лет назад
COPYING b3358a116c [PATCH] update FSF address in COPYING 20 лет назад
CREDITS 0c59d28121 MAINTAINERS: Remove old e-mail address 8 лет назад
Kbuild f197d75fca scripts/gdb: provide linux constants 9 лет назад
Kconfig 838a2e55e6 kbuild: migrate all arch to the kconfig mainmenu upgrade 15 лет назад
MAINTAINERS b3bb6d6a0f MAINTAINERS: change email address from atmel.com to wedev4u.fr 8 лет назад
Makefile c1ae3cfa0e Linux 4.11-rc1 8 лет назад
README 6bef44b9b9 README: add a new README file, pointing to the Documentation/ 8 лет назад

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.