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

Linus Torvalds 547c43d777 Merge tag 'xfs-4.17-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux 7 年 前
Documentation a23867f1d2 Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata 7 年 前
LICENSES 536ec30477 LICENSES: Add MPL-1.1 license 7 年 前
arch ef1c4a6fa9 Merge tag 'media/v4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media 7 年 前
block a687a53370 treewide: simplify Kconfig dependencies for removed archs 7 年 前
certs 2be04df566 certs/blacklist_nohashes.c: fix const confusion in certs blacklist 7 年 前
crypto 739d875dd6 mn10300: Remove the architecture 7 年 前
drivers 2e08edc5c5 Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 7 年 前
firmware bf070bb0e6 kbuild: remove all dummy assignments to obj- 7 年 前
fs 547c43d777 Merge tag 'xfs-4.17-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux 7 年 前
include 2e08edc5c5 Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 7 年 前
init 642e7fd233 Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux 7 年 前
ipc 17dec0a949 Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace 7 年 前
kernel 17dec0a949 Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace 7 年 前
lib 3b24b83763 Merge tag 'kbuild-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 年 前
mm 4608f06453 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next 7 年 前
net 5bb053bef8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 7 年 前
samples 5bb053bef8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 7 年 前
scripts 147a89bc71 Merge tag 'kconfig-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 年 前
security 17dec0a949 Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace 7 年 前
sound 5bb053bef8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 7 年 前
tools 5bb053bef8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 7 年 前
usr f49821ee32 kbuild: rename built-in.o to built-in.a 7 年 前
virt bb9b4dbe0d Merge tag 'kvm-arm-fixes-for-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master 7 年 前
.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 fbfa9be990 kbuild: move include/config/ksym/* to include/ksym/* 7 年 前
.mailmap b3181e2949 Merge remote-tracking branch 'spi/topic/samsung' into spi-next 7 年 前
COPYING bf02d49123 COPYING: use the new text with points to the license files 7 年 前
CREDITS 0b658a1e9a MAINTAINERS/CREDITS: Drop METAG ARCHITECTURE 7 年 前
Kbuild 09bd7c75e5 Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 年 前
Kconfig b24413180f License cleanup: add SPDX GPL-2.0 license identifier to files with no license 7 年 前
MAINTAINERS ef1c4a6fa9 Merge tag 'media/v4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media 7 年 前
Makefile 147a89bc71 Merge tag 'kconfig-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 年 前
README 4b290af0b3 Docs: Added a pointer to the formatted docs to README 7 年 前

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.