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

Bart Van Assche cad8cf20a6 scsi: Show .retries and .jiffies_at_alloc in debugfs 8 лет назад
Documentation 253d2464df scsi: cciss: Drop obsolete driver 8 лет назад
arch 6ea1bc9b1a Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus 8 лет назад
block c1225f01af scsi: bsg-lib: pass the release callback through bsg_setup_queue 8 лет назад
certs 5ccbdbf987 modsign: add markers to endif-statements in certs/Makefile 8 лет назад
crypto 41cdf7a453 crypto: authencesn - Fix digest_null crash 8 лет назад
drivers cad8cf20a6 scsi: Show .retries and .jiffies_at_alloc in debugfs 8 лет назад
firmware 0cd5246bf8 firmware/Makefile: force recompilation if makefile changes 8 лет назад
fs ed66da1104 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 8 лет назад
include 64104f7032 scsi: Call scsi_initialize_rq() for filesystem requests 8 лет назад
init ee7998c50c random: do not ignore early device randomness 8 лет назад
ipc ade9f91b32 ipc: add missing container_of()s for randstruct 8 лет назад
kernel fbb77611e9 Fix compat_sys_sigpending breakage 8 лет назад
lib bc78d646e7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 8 лет назад
mm 167d0f258f mm: take memory hotplug lock within numa_zonelist_order_handler() 8 лет назад
net c63716ab4d Merge tag 'ceph-for-4.13-rc4' of git://github.com/ceph/ceph-client 8 лет назад
samples cc75f8514d samples/bpf: fix bpf tunnel cleanup 8 лет назад
scripts 0a07b238e5 Merge tag 'devicetree-fixes-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux 8 лет назад
security e06fdaf40a Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux 8 лет назад
sound 5ef26e966d Merge tag 'asoc-fix-v4.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus 8 лет назад
tools bc78d646e7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 8 лет назад
usr f2e8954b0d ramfs: clarify help text that compression applies to ramfs as well as legacy ramdisk. 8 лет назад
virt 53a5abd839 Merge tag 'kvm-arm-for-v4.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm 8 лет назад
.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 433db3e260 kbuild: Add support to generate LLVM assembly files 8 лет назад
.mailmap 6b402bdfdb Merge tag 'for-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply 8 лет назад
COPYING b3358a116c [PATCH] update FSF address in COPYING 20 лет назад
CREDITS 26202873bb avr32: remove support for AVR32 architecture 8 лет назад
Kbuild ebf003f0cf kbuild: Consolidate header generation from ASM offset information 8 лет назад
Kconfig 838a2e55e6 kbuild: migrate all arch to the kconfig mainmenu upgrade 15 лет назад
MAINTAINERS 253d2464df scsi: cciss: Drop obsolete driver 8 лет назад
Makefile aae4e7a8bc Linux 4.13-rc4 8 лет назад
README 6bef44b9b9 README: add a new README file, pointing to the Documentation/ 9 лет назад

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.