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

Rob Herring 0b9871a3a8 sparc: Convert to using %pOFn instead of device_node.name hace 7 años
Documentation cec4de302c Merge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/net hace 6 años
LICENSES f91af1c69c LICENSES: Add Linux-OpenIB license text hace 7 años
arch 0b9871a3a8 sparc: Convert to using %pOFn instead of device_node.name hace 6 años
block 587562d0c7 blk-mq: I/O and timer unplugs are inverted in blktrace hace 6 años
certs c4df32c80d export.h: remove VMLINUX_SYMBOL() and VMLINUX_SYMBOL_STR() hace 7 años
crypto 13bf2cf9e2 Merge tag 'dmaengine-4.19-rc1' of git://git.infradead.org/users/vkoul/slave-dma hace 7 años
drivers 76ebebd246 mach64: detect the dot clock divider correctly on sparc hace 6 años
firmware bf070bb0e6 kbuild: remove all dummy assignments to obj- hace 7 años
fs cbe355f57c ocfs2: fix locking for res->tracking and dlm->tracking_list hace 6 años
include c1d84a1b42 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net hace 6 años
init 1bc276775d Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild hace 7 años
ipc 59cf0a9339 ipc/shm.c: use ERR_CAST() for shm_lock() error return hace 6 años
kernel c1d84a1b42 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net hace 6 años
lib 4c5d114ea0 lib/Kconfig.debug: fix three typos in help text hace 7 años
mm 091a1eaa0e Merge branch 'akpm' hace 6 años
net a688caa34b ipv6: take rcu lock in rawv6_send_hdrinc() hace 6 años
samples 817b89beb9 samples/bpf: all XDP samples should unload xdp/bpf prog on SIGTERM hace 7 años
scripts c0747ad363 Merge tag 'linux-kselftest-4.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest hace 6 años
security 8c0f9f5b30 Revert "uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct member name" hace 6 años
sound 709ae62e8e ALSA: hda/realtek - Cannot adjust speaker's volume on Dell XPS 27 7760 hace 6 años
tools 247373b5dd Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip hace 6 años
usr f6f57a4643 initramfs: move gen_initramfs_list.sh from scripts/ to usr/ hace 7 años
virt a35381e10d KVM: Remove obsolete kvm_unmap_hva notifier backend hace 7 años
.clang-format 7bee9bd21b clang-format: Set IndentWrappedFunctionNames false 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 828bf6e904 Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimm hace 7 años
COPYING bf02d49123 COPYING: use the new text with points to the license files hace 7 años
CREDITS 6b69cbd8b1 9p: remove Ron Minnich from MAINTAINERS 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 006477f40d kconfig: move the "Executable file formats" menu to fs/Kconfig.binfmt hace 7 años
MAINTAINERS 5943a9bbbb Merge tag 'pci-v4.19-fixes-3' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/helgaas/pci hace 6 años
Makefile 17b57b1883 Linux 4.19-rc6 hace 6 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.