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

Christoph Hellwig 1d5df6af8c nvme: don't blindly overwrite identifiers on disk revalidate hace 8 años
Documentation e3181f2c0c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net hace 8 años
arch cd996fb47c Merge tag 'v4.13-rc7' into for-4.14/block-postmerge hace 8 años
block cd996fb47c Merge tag 'v4.13-rc7' into for-4.14/block-postmerge hace 8 años
certs 5ccbdbf987 modsign: add markers to endif-statements in certs/Makefile hace 8 años
crypto 41cdf7a453 crypto: authencesn - Fix digest_null crash hace 8 años
drivers 1d5df6af8c nvme: don't blindly overwrite identifiers on disk revalidate hace 8 años
firmware 0cd5246bf8 firmware/Makefile: force recompilation if makefile changes hace 8 años
fs cd996fb47c Merge tag 'v4.13-rc7' into for-4.14/block-postmerge hace 8 años
include 01f33c336e string.h: add memcpy_and_pad() hace 8 años
init ee7998c50c random: do not ignore early device randomness hace 8 años
ipc ade9f91b32 ipc: add missing container_of()s for randstruct hace 8 años
kernel cd996fb47c Merge tag 'v4.13-rc7' into for-4.14/block-postmerge hace 8 años
lib 7edaeb6841 kernel/watchdog: Prevent false positives with turbo modes hace 8 años
mm cd996fb47c Merge tag 'v4.13-rc7' into for-4.14/block-postmerge hace 8 años
net 105065c3f7 Merge tag 'nfsd-4.13-2' of git://linux-nfs.org/~bfields/linux hace 8 años
samples cc75f8514d samples/bpf: fix bpf tunnel cleanup hace 8 años
scripts f7bbf0754b Merge tag 'kbuild-fixes-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild hace 8 años
security e06fdaf40a Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux hace 8 años
sound 9ce76511b6 ASoC: rt5677: Reintroduce I2C device IDs hace 8 años
tools fff4e7a0e6 Merge tag 'ntb-4.13-bugfixes' of git://github.com/jonmason/ntb hace 8 años
usr f2e8954b0d ramfs: clarify help text that compression applies to ramfs as well as legacy ramdisk. hace 8 años
virt 53a5abd839 Merge tag 'kvm-arm-for-v4.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm hace 8 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 9 años
.gitignore 433db3e260 kbuild: Add support to generate LLVM assembly files hace 8 años
.mailmap 6b402bdfdb Merge tag 'for-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply hace 8 años
COPYING b3358a116c [PATCH] update FSF address in COPYING hace 20 años
CREDITS 26202873bb avr32: remove support for AVR32 architecture hace 8 años
Kbuild ebf003f0cf kbuild: Consolidate header generation from ASM offset information hace 8 años
Kconfig 838a2e55e6 kbuild: migrate all arch to the kconfig mainmenu upgrade hace 15 años
MAINTAINERS cd996fb47c Merge tag 'v4.13-rc7' into for-4.14/block-postmerge hace 8 años
Makefile cc4a41fe55 Linux 4.13-rc7 hace 8 años
README 6bef44b9b9 README: add a new README file, pointing to the Documentation/ hace 9 años

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.