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

Linus Torvalds 6d08b06e67 Linux 4.17-rc2 il y a 7 ans
Documentation 83beed7b2b Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal il y a 7 ans
LICENSES 536ec30477 LICENSES: Add MPL-1.1 license il y a 7 ans
arch 37a535edd7 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip il y a 7 ans
block 2434af79c8 blk-mq: Revert "blk-mq: reimplement blk_mq_hw_queue_mapped" il y a 7 ans
certs 2be04df566 certs/blacklist_nohashes.c: fix const confusion in certs blacklist il y a 7 ans
crypto ca71b3ba4c Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild il y a 7 ans
drivers 867ab4b2fc Merge tag 'drm-fixes-for-v4.17-rc2' of git://people.freedesktop.org/~airlied/linux il y a 7 ans
firmware bf070bb0e6 kbuild: remove all dummy assignments to obj- il y a 7 ans
fs 5ec83b22a2 Merge tag '4.17-rc1-SMB3-CIFS' of git://git.samba.org/sfrench/cifs-2.6 il y a 7 ans
include 867ab4b2fc Merge tag 'drm-fixes-for-v4.17-rc2' of git://people.freedesktop.org/~airlied/linux il y a 7 ans
init 9fb71c2f23 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip il y a 7 ans
ipc 3f05317d98 ipc/shm: fix use-after-free of shm file via remap_file_pages() il y a 7 ans
kernel c1e9dae0a9 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip il y a 7 ans
lib a72db42cee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net il y a 7 ans
mm abc1be13fd mm/filemap.c: fix NULL pointer in page_cache_tree_insert() il y a 7 ans
net a72db42cee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net il y a 7 ans
samples 41e3bef52e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching il y a 7 ans
scripts ca71b3ba4c Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild il y a 7 ans
security 80a17a5f50 Merge tag 'apparmor-pr-2018-04-10' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor il y a 7 ans
sound 5e7c780611 Merge tag 'sound-4.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound il y a 7 ans
tools 38f0b33e6d Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip il y a 7 ans
usr f49821ee32 kbuild: rename built-in.o to built-in.a il y a 7 ans
virt abe7a4586f Merge tag 'kvm-arm-for-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm il y a 7 ans
.clang-format d4ef8d3ff0 clang-format: add configuration file il y a 7 ans
.cocciconfig dd951fc1b6 scripts: add Linux .cocciconfig for coccinelle il y a 9 ans
.get_maintainer.ignore e525293d97 Add hch to .get_maintainer.ignore il y a 10 ans
.gitattributes 218dd85887 .gitattributes: set git diff driver for C source code files il y a 8 ans
.gitignore ca71b3ba4c Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild il y a 7 ans
.mailmap 19fd08b85b Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma il y a 7 ans
COPYING bf02d49123 COPYING: use the new text with points to the license files il y a 7 ans
CREDITS 0b658a1e9a MAINTAINERS/CREDITS: Drop METAG ARCHITECTURE il y a 7 ans
Kbuild 09bd7c75e5 Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild il y a 7 ans
Kconfig b24413180f License cleanup: add SPDX GPL-2.0 license identifier to files with no license il y a 7 ans
MAINTAINERS 4c50ceae8f Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm il y a 7 ans
Makefile 6d08b06e67 Linux 4.17-rc2 il y a 7 ans
README 4b290af0b3 Docs: Added a pointer to the formatted docs to README il y a 7 ans

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.