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

Takashi Iwai dc82e52492 ALSA: core: Assure control device to be registered at last преди 7 години
Documentation 83beed7b2b Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal преди 7 години
LICENSES 536ec30477 LICENSES: Add MPL-1.1 license преди 7 години
arch 37a535edd7 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip преди 7 години
block 2434af79c8 blk-mq: Revert "blk-mq: reimplement blk_mq_hw_queue_mapped" преди 7 години
certs 2be04df566 certs/blacklist_nohashes.c: fix const confusion in certs blacklist преди 7 години
crypto ca71b3ba4c Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild преди 7 години
drivers 867ab4b2fc Merge tag 'drm-fixes-for-v4.17-rc2' of git://people.freedesktop.org/~airlied/linux преди 7 години
firmware bf070bb0e6 kbuild: remove all dummy assignments to obj- преди 7 години
fs 5ec83b22a2 Merge tag '4.17-rc1-SMB3-CIFS' of git://git.samba.org/sfrench/cifs-2.6 преди 7 години
include dc82e52492 ALSA: core: Assure control device to be registered at last преди 7 години
init 9fb71c2f23 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip преди 7 години
ipc 3f05317d98 ipc/shm: fix use-after-free of shm file via remap_file_pages() преди 7 години
kernel c1e9dae0a9 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip преди 7 години
lib a72db42cee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net преди 7 години
mm abc1be13fd mm/filemap.c: fix NULL pointer in page_cache_tree_insert() преди 7 години
net a72db42cee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net преди 7 години
samples 41e3bef52e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching преди 7 години
scripts ca71b3ba4c Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild преди 7 години
security 80a17a5f50 Merge tag 'apparmor-pr-2018-04-10' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor преди 7 години
sound dc82e52492 ALSA: core: Assure control device to be registered at last преди 7 години
tools 38f0b33e6d 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 abe7a4586f Merge tag 'kvm-arm-for-v4.17' 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 4c50ceae8f Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm преди 7 години
Makefile 6d08b06e67 Linux 4.17-rc2 преди 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.