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

Amelie Delaunay 52113be1c6 phy: stm32: fix usbphyc static checker and checkpatch warnings 7 tahun lalu
Documentation 9fb71c2f23 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 7 tahun lalu
LICENSES 536ec30477 LICENSES: Add MPL-1.1 license 7 tahun lalu
arch ca71b3ba4c Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 tahun lalu
block 2434af79c8 blk-mq: Revert "blk-mq: reimplement blk_mq_hw_queue_mapped" 7 tahun lalu
certs 2be04df566 certs/blacklist_nohashes.c: fix const confusion in certs blacklist 7 tahun lalu
crypto ca71b3ba4c Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 tahun lalu
drivers 52113be1c6 phy: stm32: fix usbphyc static checker and checkpatch warnings 7 tahun lalu
firmware bf070bb0e6 kbuild: remove all dummy assignments to obj- 7 tahun lalu
fs e37563bb6c Merge tag 'for-4.17-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux 7 tahun lalu
include 9fb71c2f23 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 7 tahun lalu
init 9fb71c2f23 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 7 tahun lalu
ipc 3f05317d98 ipc/shm: fix use-after-free of shm file via remap_file_pages() 7 tahun lalu
kernel 9fb71c2f23 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 7 tahun lalu
lib 9fb71c2f23 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 7 tahun lalu
mm a9f2a846f0 mm, slab: reschedule cache_reap() on the same CPU 7 tahun lalu
net ca71b3ba4c Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 tahun lalu
samples 92589cbdda Merge tag 'rproc-v4.17' of git://github.com/andersson/remoteproc 7 tahun lalu
scripts ca71b3ba4c Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 tahun lalu
security 80a17a5f50 Merge tag 'apparmor-pr-2018-04-10' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor 7 tahun lalu
sound 16e205cf42 Merge tag 'drm-fixes-for-v4.17-rc1' of git://people.freedesktop.org/~airlied/linux 7 tahun lalu
tools ca71b3ba4c Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 tahun lalu
usr f49821ee32 kbuild: rename built-in.o to built-in.a 7 tahun lalu
virt abe7a4586f Merge tag 'kvm-arm-for-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm 7 tahun lalu
.clang-format d4ef8d3ff0 clang-format: add configuration file 7 tahun lalu
.cocciconfig dd951fc1b6 scripts: add Linux .cocciconfig for coccinelle 9 tahun lalu
.get_maintainer.ignore e525293d97 Add hch to .get_maintainer.ignore 10 tahun lalu
.gitattributes 218dd85887 .gitattributes: set git diff driver for C source code files 8 tahun lalu
.gitignore ca71b3ba4c Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 tahun lalu
.mailmap 19fd08b85b Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma 7 tahun lalu
COPYING bf02d49123 COPYING: use the new text with points to the license files 7 tahun lalu
CREDITS 0b658a1e9a MAINTAINERS/CREDITS: Drop METAG ARCHITECTURE 7 tahun lalu
Kbuild 09bd7c75e5 Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 tahun lalu
Kconfig b24413180f License cleanup: add SPDX GPL-2.0 license identifier to files with no license 7 tahun lalu
MAINTAINERS cd3bf368aa phy: Add a driver for the ATH79 USB phy 7 tahun lalu
Makefile 60cc43fc88 Linux 4.17-rc1 7 tahun lalu
README 4b290af0b3 Docs: Added a pointer to the formatted docs to README 7 tahun lalu

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.