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

Jens Axboe c125311d96 blk-wbt: don't maintain inflight counts if disabled 7 år sedan
Documentation fe6f0ed0da Merge tag 'f2fs-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs 7 år sedan
LICENSES f91af1c69c LICENSES: Add Linux-OpenIB license text 7 år sedan
arch cd9b44f907 Merge branch 'akpm' (patches from Andrew) 7 år sedan
block c125311d96 blk-wbt: don't maintain inflight counts if disabled 7 år sedan
certs 817aef2600 Replace magic for trusting the secondary keyring with #define 7 år sedan
crypto 13bf2cf9e2 Merge tag 'dmaengine-4.19-rc1' of git://git.infradead.org/users/vkoul/slave-dma 7 år sedan
drivers 3943b040f1 bcache: release dc->writeback_lock properly in bch_writeback_thread() 7 år sedan
firmware bf070bb0e6 kbuild: remove all dummy assignments to obj- 7 år sedan
fs fe6f0ed0da Merge tag 'f2fs-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs 7 år sedan
include 5bed49adfe Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-block 7 år sedan
init cd9b44f907 Merge branch 'akpm' (patches from Andrew) 7 år sedan
ipc 2a9d648100 ipc/util.c: update return value of ipc_getref from int to bool 7 år sedan
kernel 5bed49adfe Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-block 7 år sedan
lib 2d22ecf6db lib/rhashtable: guarantee initial hashtable allocation 7 år sedan
mm cd9b44f907 Merge branch 'akpm' (patches from Andrew) 7 år sedan
net 0a78ac4b9b Merge tag 'ceph-for-4.19-rc1' of git://github.com/ceph/ceph-client 7 år sedan
samples 817b89beb9 samples/bpf: all XDP samples should unload xdp/bpf prog on SIGTERM 7 år sedan
scripts 133712a2ec checkpatch: DT bindings should be a separate patch 7 år sedan
security 1b1eeca7e4 init: allow initcall tables to be emitted using relative references 7 år sedan
sound 13bf2cf9e2 Merge tag 'dmaengine-4.19-rc1' of git://git.infradead.org/users/vkoul/slave-dma 7 år sedan
tools 2cd36fb329 proc: test /proc/thread-self symlink 7 år sedan
usr f49821ee32 kbuild: rename built-in.o to built-in.a 7 år sedan
virt cd9b44f907 Merge branch 'akpm' (patches from Andrew) 7 år sedan
.clang-format 7bee9bd21b clang-format: Set IndentWrappedFunctionNames false 7 år sedan
.cocciconfig dd951fc1b6 scripts: add Linux .cocciconfig for coccinelle 9 år sedan
.get_maintainer.ignore e525293d97 Add hch to .get_maintainer.ignore 10 år sedan
.gitattributes 218dd85887 .gitattributes: set git diff driver for C source code files 8 år sedan
.gitignore ca71b3ba4c Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 år sedan
.mailmap 0a3173a5f0 Merge branch 'linus/master' into rdma.git for-next 7 år sedan
COPYING bf02d49123 COPYING: use the new text with points to the license files 7 år sedan
CREDITS 6b69cbd8b1 9p: remove Ron Minnich from MAINTAINERS 7 år sedan
Kbuild 09bd7c75e5 Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 år sedan
Kconfig 006477f40d kconfig: move the "Executable file formats" menu to fs/Kconfig.binfmt 7 år sedan
MAINTAINERS c1fecabecc Merge tag 'for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply 7 år sedan
Makefile 7140ad3898 Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace 7 år sedan
README 4b290af0b3 Docs: Added a pointer to the formatted docs to README 7 år sedan

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.