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

Miguel Ojeda d4ef8d3ff0 clang-format: add configuration file 7 yıl önce
Documentation d4ef8d3ff0 clang-format: add configuration file 7 yıl önce
LICENSES 536ec30477 LICENSES: Add MPL-1.1 license 7 yıl önce
arch 3d2054ad8c ARM: CMA: avoid double mapping to the CMA area if CONFIG_HIGHMEM=y 7 yıl önce
block 3526dd0c78 Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block 7 yıl önce
certs 2be04df566 certs/blacklist_nohashes.c: fix const confusion in certs blacklist 7 yıl önce
crypto 948869fa9f Merge tag 'mips_4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mips 7 yıl önce
drivers d1be35cb6f proc: add seq_put_decimal_ull_width to speed up /proc/pid/smaps 7 yıl önce
firmware bf070bb0e6 kbuild: remove all dummy assignments to obj- 7 yıl önce
fs 4f1134370a proc: use slower rb_first() 7 yıl önce
include 3ea056c504 uts: create "struct uts_namespace" from kmem_cache 7 yıl önce
init 3ea056c504 uts: create "struct uts_namespace" from kmem_cache 7 yıl önce
ipc e74a0effff proc: move /proc/sysvipc creation to where it belongs 7 yıl önce
kernel 3ea056c504 uts: create "struct uts_namespace" from kmem_cache 7 yıl önce
lib d1be35cb6f proc: add seq_put_decimal_ull_width to speed up /proc/pid/smaps 7 yıl önce
mm c3895391df kasan, slub: fix handling of kasan_slab_free hook 7 yıl önce
net c18bb396d3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 7 yıl önce
samples f605ba97fb Merge tag 'vfio-v4.17-rc1' of git://github.com/awilliam/linux-vfio 7 yıl önce
scripts 299f89d53e Merge tag 'leaks-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tobin/leaks 7 yıl önce
security 2a56bb596b Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace 7 yıl önce
sound 7aa1cf254c Merge tag 'sound-fix-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound 7 yıl önce
tools 1f5bd05476 proc: selftests: test /proc/uptime 7 yıl önce
usr f49821ee32 kbuild: rename built-in.o to built-in.a 7 yıl önce
virt abe7a4586f Merge tag 'kvm-arm-for-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm 7 yıl önce
.clang-format d4ef8d3ff0 clang-format: add configuration file 7 yıl önce
.cocciconfig dd951fc1b6 scripts: add Linux .cocciconfig for coccinelle 9 yıl önce
.get_maintainer.ignore e525293d97 Add hch to .get_maintainer.ignore 10 yıl önce
.gitattributes 218dd85887 .gitattributes: set git diff driver for C source code files 8 yıl önce
.gitignore d4ef8d3ff0 clang-format: add configuration file 7 yıl önce
.mailmap 19fd08b85b Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma 7 yıl önce
COPYING bf02d49123 COPYING: use the new text with points to the license files 7 yıl önce
CREDITS 0b658a1e9a MAINTAINERS/CREDITS: Drop METAG ARCHITECTURE 7 yıl önce
Kbuild 09bd7c75e5 Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 yıl önce
Kconfig b24413180f License cleanup: add SPDX GPL-2.0 license identifier to files with no license 7 yıl önce
MAINTAINERS 76ea470ce4 mm/hmm: documentation editorial update to HMM documentation 7 yıl önce
Makefile 147a89bc71 Merge tag 'kconfig-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 yıl önce
README 4b290af0b3 Docs: Added a pointer to the formatted docs to README 7 yıl önce

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.