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

Bob Moore 7b34c0fb1b ACPICA: Add deferred package support for the Load and loadTable operators 7 年之前
Documentation 4bc871984f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 7 年之前
LICENSES 536ec30477 LICENSES: Add MPL-1.1 license 7 年之前
arch 66e1c94db3 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 7 年之前
block bf0ddaba65 blk-mq: fix sysfs inflight counter 7 年之前
certs 2be04df566 certs/blacklist_nohashes.c: fix const confusion in certs blacklist 7 年之前
crypto eea0d3ea75 crypto: drbg - set freed buffers to NULL 7 年之前
drivers 7b34c0fb1b ACPICA: Add deferred package support for the Load and loadTable operators 7 年之前
firmware bf070bb0e6 kbuild: remove all dummy assignments to obj- 7 年之前
fs ccda3c4b77 Merge tag '4.17-rc4-SMB3-Fixes' of git://git.samba.org/sfrench/cifs-2.6 7 年之前
include 66e1c94db3 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 7 年之前
init ae646f0b9c init: fix false positives in W+X checking 7 年之前
ipc 3f05317d98 ipc/shm: fix use-after-free of shm file via remap_file_pages() 7 年之前
kernel 66e1c94db3 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 7 年之前
lib 0503fd658d Merge tag 'dma-mapping-4.17-5' of git://git.infradead.org/users/hch/dma-mapping 7 年之前
mm f0ab773f5c Merge branch 'akpm' (patches from Andrew) 7 年之前
net 4bc871984f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 7 年之前
samples 4dfe1bb952 bpf: sockmap sample use clang flag, -target bpf 7 年之前
scripts 78eb0c6356 scripts/faddr2line: fix error when addr2line output contains discriminator 7 年之前
security 3be4aaf4e2 Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace 7 年之前
sound f13876e2c3 ALSA: pcm: Check PCM state at xfern compat ioctl 7 年之前
tools baeda7131f Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 7 年之前
usr f49821ee32 kbuild: rename built-in.o to built-in.a 7 年之前
virt f3351c609b Merge tag 'kvmarm-fixes-for-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm 7 年之前
.clang-format d4ef8d3ff0 clang-format: add configuration file 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 ca71b3ba4c Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 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 f0ab773f5c Merge branch 'akpm' (patches from Andrew) 7 年之前
Makefile 67b8d5c708 Linux 4.17-rc5 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.