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

Dirk Hohndel (VMware) dff9688886 drm/vmwgfx: add SPDX idenitifier and clarify license hace 7 años
Documentation c981c01164 Merge tag 'ib-fbdev-drm-v4.19-deferred-console-takeover' of https://github.com/bzolnier/linux into drm-misc-next hace 7 años
LICENSES f91af1c69c LICENSES: Add Linux-OpenIB license text hace 7 años
arch c81b995f00 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip hace 7 años
block 77072ca59f Merge tag 'for-linus-20180623' of git://git.kernel.dk/linux-block hace 7 años
certs 5fb94e9ca3 docs: Fix some broken references hace 7 años
crypto 2dd3f7c904 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 hace 7 años
drivers dff9688886 drm/vmwgfx: add SPDX idenitifier and clarify license hace 7 años
firmware bf070bb0e6 kbuild: remove all dummy assignments to obj- hace 7 años
fs 894b8c000a Merge tag 'for_v4.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs hace 7 años
include c981c01164 Merge tag 'ib-fbdev-drm-v4.19-deferred-console-takeover' of https://github.com/bzolnier/linux into drm-misc-next hace 7 años
init cf65a0f6f6 dma-mapping: move all DMA mapping code to kernel/dma hace 7 años
ipc 14f28f5776 ipc: use new return type vm_fault_t hace 7 años
kernel d48de54a9d printk: Export is_console_locked hace 7 años
lib 2da2ca24a3 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip hace 7 años
mm 77072ca59f Merge tag 'for-linus-20180623' of git://git.kernel.dk/linux-block hace 7 años
net 27db64f65f Merge tag 'nfs-for-4.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs hace 7 años
samples 467590e055 Merge tag 'vfio-v4.18-rc1' of git://github.com/awilliam/linux-vfio hace 7 años
scripts ed7d40bc67 tracing: Fix SKIP_STACK_VALIDATION=1 build due to bad merge with -mrecord-mcount hace 7 años
security 5fb94e9ca3 docs: Fix some broken references hace 7 años
sound 5fb94e9ca3 docs: Fix some broken references hace 7 años
tools c81b995f00 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip hace 7 años
usr f49821ee32 kbuild: rename built-in.o to built-in.a hace 7 años
virt 37b65db85f KVM: arm64: Prevent KVM_COMPAT from being selected hace 7 años
.clang-format d4ef8d3ff0 clang-format: add configuration file hace 7 años
.cocciconfig dd951fc1b6 scripts: add Linux .cocciconfig for coccinelle hace 9 años
.get_maintainer.ignore e525293d97 Add hch to .get_maintainer.ignore hace 10 años
.gitattributes 218dd85887 .gitattributes: set git diff driver for C source code files hace 8 años
.gitignore ca71b3ba4c Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild hace 7 años
.mailmap c0c0be9d12 Merge branch 'asoc-4.17' into asoc-4.18 for compress dependencies hace 7 años
COPYING bf02d49123 COPYING: use the new text with points to the license files hace 7 años
CREDITS 0b658a1e9a MAINTAINERS/CREDITS: Drop METAG ARCHITECTURE hace 7 años
Kbuild 09bd7c75e5 Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild hace 7 años
Kconfig e1cfdc0e72 kconfig: add basic helper macros to scripts/Kconfig.include hace 7 años
MAINTAINERS d4e860eaf0 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip hace 7 años
Makefile 7daf201d7f Linux 4.18-rc2 hace 7 años
README 4b290af0b3 Docs: Added a pointer to the formatted docs to README hace 7 años

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.