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

Christoph Hellwig 48920ff2a5 block: remove the discard_zeroes_data flag 8 years ago
Documentation 48920ff2a5 block: remove the discard_zeroes_data flag 8 years ago
arch 72c33734b5 Merge branch 'regset' (PTRACE_SETREGSET data leakage) 8 years ago
block 48920ff2a5 block: remove the discard_zeroes_data flag 8 years ago
certs d3bfe84129 certs: Add a secondary system keyring that can be added to dynamically 9 years ago
crypto cdfbabfb2f net: Work around lockdep limitation in sockets that use sockets 8 years ago
drivers 48920ff2a5 block: remove the discard_zeroes_data flag 8 years ago
firmware e9a73f6722 WHENCE: use https://linuxtv.org for LinuxTV URLs 9 years ago
fs 34045129b1 block_dev: use blkdev_issue_zerout for hole punches 8 years ago
include 48920ff2a5 block: remove the discard_zeroes_data flag 8 years ago
init 84c37c168c Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random 8 years ago
ipc 1827adb11a Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 8 years ago
kernel 4c3de7e5bf Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/audit 8 years ago
lib c70c176ff8 kobject: Export kobject_get_unless_zero() 8 years ago
mm 65f619d253 Merge branch 'for-linus' into for-4.12/block 8 years ago
net 65f619d253 Merge branch 'for-linus' into for-4.12/block 8 years ago
samples 590dce2d49 Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 8 years ago
scripts 8fe3ccaed0 Merge branch 'akpm' (patches from Andrew) 8 years ago
security 1827adb11a Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 8 years ago
sound 3f307834e6 ALSA: hda - Adding a group of pin definition to fix headset problem 8 years ago
tools f341d9f08a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 8 years ago
usr 9e3596b0c6 kbuild: initramfs cleanup, set target from Kconfig 8 years ago
virt 0292e169b2 KVM: pci-assign: do not map smm memory slot pages in vt-d page tables 8 years ago
.cocciconfig dd951fc1b6 scripts: add Linux .cocciconfig for coccinelle 9 years ago
.get_maintainer.ignore e525293d97 Add hch to .get_maintainer.ignore 10 years ago
.gitattributes 218dd85887 .gitattributes: set git diff driver for C source code files 8 years ago
.gitignore 44cee85a88 Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild 9 years ago
.mailmap 9ebf73b275 mailmap: add codeaurora.org names for nameless email commits 8 years ago
COPYING b3358a116c [PATCH] update FSF address in COPYING 20 years ago
CREDITS 0c59d28121 MAINTAINERS: Remove old e-mail address 8 years ago
Kbuild f197d75fca scripts/gdb: provide linux constants 9 years ago
Kconfig 838a2e55e6 kbuild: migrate all arch to the kconfig mainmenu upgrade 15 years ago
MAINTAINERS ad0376eb14 Merge tag 'edac_for_4.11_2' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp 8 years ago
Makefile c02ed2e75e Linux 4.11-rc4 8 years ago
README 6bef44b9b9 README: add a new README file, pointing to the Documentation/ 8 years ago

README

Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

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.