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

Petr Machata 9a99735317 vxlan: Add switchdev notifications 7 лет назад
Documentation 61414f5ec9 FDDI: defza: Add support for DEC FDDIcontroller 700 TURBOchannel adapter 7 лет назад
LICENSES f91af1c69c LICENSES: Add Linux-OpenIB license text 7 лет назад
arch d864991b22 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 7 лет назад
block 587562d0c7 blk-mq: I/O and timer unplugs are inverted in blktrace 7 лет назад
certs c4df32c80d export.h: remove VMLINUX_SYMBOL() and VMLINUX_SYMBOL_STR() 7 лет назад
crypto 13bf2cf9e2 Merge tag 'dmaengine-4.19-rc1' of git://git.infradead.org/users/vkoul/slave-dma 7 лет назад
drivers 9a99735317 vxlan: Add switchdev notifications 7 лет назад
firmware bf070bb0e6 kbuild: remove all dummy assignments to obj- 7 лет назад
fs d864991b22 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 7 лет назад
include 9a99735317 vxlan: Add switchdev notifications 7 лет назад
init 1bc276775d Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 лет назад
ipc 59cf0a9339 ipc/shm.c: use ERR_CAST() for shm_lock() error return 7 лет назад
kernel e85679511e Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next 7 лет назад
lib d864991b22 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 7 лет назад
mm a22dd3629e Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 7 лет назад
net aadd435591 tcp, ulp: remove socket lock assertion on ULP cleanup 7 лет назад
samples d864991b22 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 7 лет назад
scripts e5337178f7 Merge tag 'kbuild-fixes-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 лет назад
security 8c0f9f5b30 Revert "uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct member name" 7 лет назад
sound 709ae62e8e ALSA: hda/realtek - Cannot adjust speaker's volume on Dell XPS 27 7760 7 лет назад
tools e85679511e Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next 7 лет назад
usr f6f57a4643 initramfs: move gen_initramfs_list.sh from scripts/ to usr/ 7 лет назад
virt a35381e10d KVM: Remove obsolete kvm_unmap_hva notifier backend 7 лет назад
.clang-format 7bee9bd21b clang-format: Set IndentWrappedFunctionNames false 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 9 лет назад
.gitignore ca71b3ba4c Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 лет назад
.mailmap 828bf6e904 Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimm 7 лет назад
COPYING bf02d49123 COPYING: use the new text with points to the license files 7 лет назад
CREDITS 6b69cbd8b1 9p: remove Ron Minnich from MAINTAINERS 7 лет назад
Kbuild 09bd7c75e5 Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 лет назад
Kconfig 006477f40d kconfig: move the "Executable file formats" menu to fs/Kconfig.binfmt 7 лет назад
MAINTAINERS e85679511e Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next 7 лет назад
Makefile e5337178f7 Merge tag 'kbuild-fixes-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 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.