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

Linus Torvalds 92589cbdda Merge tag 'rproc-v4.17' of git://github.com/andersson/remoteproc 7 年之前
Documentation 948869fa9f Merge tag 'mips_4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mips 7 年之前
LICENSES 536ec30477 LICENSES: Add MPL-1.1 license 7 年之前
arch f77cfbe645 Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming 7 年之前
block 3526dd0c78 Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block 7 年之前
certs 2be04df566 certs/blacklist_nohashes.c: fix const confusion in certs blacklist 7 年之前
crypto 948869fa9f Merge tag 'mips_4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mips 7 年之前
drivers 92589cbdda Merge tag 'rproc-v4.17' of git://github.com/andersson/remoteproc 7 年之前
firmware bf070bb0e6 kbuild: remove all dummy assignments to obj- 7 年之前
fs 9f3a0941fb Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm 7 年之前
include 92589cbdda Merge tag 'rproc-v4.17' of git://github.com/andersson/remoteproc 7 年之前
init 2a56bb596b Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace 7 年之前
ipc 17dec0a949 Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace 7 年之前
kernel 2a56bb596b Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace 7 年之前
lib 2a56bb596b Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace 7 年之前
mm 49a695ba72 Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux 7 年之前
net c18bb396d3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 7 年之前
samples 92589cbdda Merge tag 'rproc-v4.17' of git://github.com/andersson/remoteproc 7 年之前
scripts 299f89d53e Merge tag 'leaks-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tobin/leaks 7 年之前
security 2a56bb596b Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace 7 年之前
sound 7aa1cf254c Merge tag 'sound-fix-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound 7 年之前
tools 2a56bb596b Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace 7 年之前
usr f49821ee32 kbuild: rename built-in.o to built-in.a 7 年之前
virt abe7a4586f Merge tag 'kvm-arm-for-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm 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 19fd08b85b Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma 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 948869fa9f Merge tag 'mips_4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mips 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.