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

Gerd Hoffmann d61fc96f47 sample: vfio mdev display - host device 7 năm trước cách đây
Documentation 918fe1b315 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 7 năm trước cách đây
LICENSES 536ec30477 LICENSES: Add MPL-1.1 license 7 năm trước cách đây
arch 4277e6b9fd Merge tag 'mips_fixes_4.17_3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux 7 năm trước cách đây
block bf0ddaba65 blk-mq: fix sysfs inflight counter 7 năm trước cách đây
certs 2be04df566 certs/blacklist_nohashes.c: fix const confusion in certs blacklist 7 năm trước cách đây
crypto eea0d3ea75 crypto: drbg - set freed buffers to NULL 7 năm trước cách đây
drivers 48d8476b41 vfio/type1: Fix task tracking for QEMU vCPU hotplug 7 năm trước cách đây
firmware bf070bb0e6 kbuild: remove all dummy assignments to obj- 7 năm trước cách đây
fs 325e14f97e Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 7 năm trước cách đây
include 918fe1b315 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 7 năm trước cách đây
init ae67d58d05 init/main.c: include <linux/mem_encrypt.h> 7 năm trước cách đây
ipc 8f89c007b6 ipc/shm: fix shmat() nil address after round-down when remapping 7 năm trước cách đây
kernel 874cd339ac Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 7 năm trước cách đây
lib 7a4deea1aa idr: fix invalid ptr dereference on item delete 7 năm trước cách đây
mm 145e1a71e0 mm: fix the NULL mapping case in __isolate_lru_page() 7 năm trước cách đây
net 918fe1b315 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 7 năm trước cách đây
samples d61fc96f47 sample: vfio mdev display - host device 7 năm trước cách đây
scripts d41362ed12 checkpatch: fix macro argument precedence test 7 năm trước cách đây
security 943cf9f3ca Merge tag 'selinux-pr-20180530' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux 7 năm trước cách đây
sound 009f8c90f5 ALSA: hda - Fix runtime PM 7 năm trước cách đây
tools 26bdace74c Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 7 năm trước cách đây
usr f49821ee32 kbuild: rename built-in.o to built-in.a 7 năm trước cách đây
virt 711702b57c KVM: arm/arm64: VGIC/ITS save/restore: protect kvm_read_guest() calls 7 năm trước cách đây
.clang-format d4ef8d3ff0 clang-format: add configuration file 7 năm trước cách đây
.cocciconfig dd951fc1b6 scripts: add Linux .cocciconfig for coccinelle 9 năm trước cách đây
.get_maintainer.ignore e525293d97 Add hch to .get_maintainer.ignore 10 năm trước cách đây
.gitattributes 218dd85887 .gitattributes: set git diff driver for C source code files 8 năm trước cách đây
.gitignore ca71b3ba4c Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 năm trước cách đây
.mailmap 19fd08b85b Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma 7 năm trước cách đây
COPYING bf02d49123 COPYING: use the new text with points to the license files 7 năm trước cách đây
CREDITS 0b658a1e9a MAINTAINERS/CREDITS: Drop METAG ARCHITECTURE 7 năm trước cách đây
Kbuild 09bd7c75e5 Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 năm trước cách đây
Kconfig b24413180f License cleanup: add SPDX GPL-2.0 license identifier to files with no license 7 năm trước cách đây
MAINTAINERS a36b796890 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux 7 năm trước cách đây
Makefile 29dcea8877 Linux 4.17 7 năm trước cách đây
README 4b290af0b3 Docs: Added a pointer to the formatted docs to README 7 năm trước cách đây

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.