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

Greg Kroah-Hartman 4d883eeac4 staging: unisys: visornic: no need to check debugfs return values 7 anos atrás
Documentation 9ff1d5009f iio: dac: Add support for external reference voltage through the regulator framework. 7 anos atrás
LICENSES 536ec30477 LICENSES: Add MPL-1.1 license 7 anos atrás
arch c61a56abab Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 7 anos atrás
block 4412efecf7 Revert "blk-mq: remove code for dealing with remapping queue" 7 anos atrás
certs 2be04df566 certs/blacklist_nohashes.c: fix const confusion in certs blacklist 7 anos atrás
crypto eea0d3ea75 crypto: drbg - set freed buffers to NULL 7 anos atrás
drivers 4d883eeac4 staging: unisys: visornic: no need to check debugfs return values 7 anos atrás
firmware bf070bb0e6 kbuild: remove all dummy assignments to obj- 7 anos atrás
fs cdface5209 Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 7 anos atrás
include ed582db639 iio: adc: stm32-dfsdm: include stm32-dfsdm-adc.h 7 anos atrás
init 9fb71c2f23 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 7 anos atrás
ipc 3f05317d98 ipc/shm: fix use-after-free of shm file via remap_file_pages() 7 anos atrás
kernel 810fb07a9b Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 7 anos atrás
lib ee3748be5c Merge tag 'driver-core-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core 7 anos atrás
mm 316d097c4c x86/pti: Filter at vma->vm_page_prot population 7 anos atrás
net 64ebe3126c Merge tag 'ceph-for-4.17-rc3' of git://github.com/ceph/ceph-client 7 anos atrás
samples 41e3bef52e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching 7 anos atrás
scripts ca71b3ba4c Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 anos atrás
security 3be4aaf4e2 Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace 7 anos atrás
sound 0f925660a7 ALSA: dice: fix error path to destroy initialized stream data 7 anos atrás
tools 55dda0abcf tools: iio: iio_generic_buffer: allow continuous looping 7 anos atrás
usr f49821ee32 kbuild: rename built-in.o to built-in.a 7 anos atrás
virt 46dc111dfe rMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm 7 anos atrás
.clang-format d4ef8d3ff0 clang-format: add configuration file 7 anos atrás
.cocciconfig dd951fc1b6 scripts: add Linux .cocciconfig for coccinelle 9 anos atrás
.get_maintainer.ignore e525293d97 Add hch to .get_maintainer.ignore 10 anos atrás
.gitattributes 218dd85887 .gitattributes: set git diff driver for C source code files 8 anos atrás
.gitignore ca71b3ba4c Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 anos atrás
.mailmap 19fd08b85b Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma 7 anos atrás
COPYING bf02d49123 COPYING: use the new text with points to the license files 7 anos atrás
CREDITS 0b658a1e9a MAINTAINERS/CREDITS: Drop METAG ARCHITECTURE 7 anos atrás
Kbuild 09bd7c75e5 Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 anos atrás
Kconfig b24413180f License cleanup: add SPDX GPL-2.0 license identifier to files with no license 7 anos atrás
MAINTAINERS 6a8b25abf1 Merge tag 'iio-for-4.18a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next 7 anos atrás
Makefile 6da6c0db53 Linux v4.17-rc3 7 anos atrás
README 4b290af0b3 Docs: Added a pointer to the formatted docs to README 7 anos atrás

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.