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

Yuriy Kolerov 6f0310a126 ARCv2: IDU-intc: Use build registers for getting numbers of interrupts 8 年之前
Documentation ef1dce990b Merge tag 'arc-4.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc 8 年之前
arch 6f0310a126 ARCv2: IDU-intc: Use build registers for getting numbers of interrupts 8 年之前
block 88a7503376 blk-mq: Remove unused variable 8 年之前
certs d3bfe84129 certs: Add a secondary system keyring that can be added to dynamically 9 年之前
crypto d6040764ad crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an alg 8 年之前
drivers 412e6d3fec Merge tag 'char-misc-4.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc 8 年之前
firmware e9a73f6722 WHENCE: use https://linuxtv.org for LinuxTV URLs 9 年之前
fs d1908f5255 fs: break out of iomap_file_buffered_write on fatal signals 8 年之前
include 6f0310a126 ARCv2: IDU-intc: Use build registers for getting numbers of interrupts 8 年之前
init 56067812d5 kbuild: modversions: add infrastructure for emitting relative CRCs 8 年之前
ipc c626bc46ed ipc/sem.c: fix incorrect sem_lock pairing 8 年之前
kernel a572a1b999 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 8 年之前
lib 3277953de2 mm: do not export ioremap_page_range symbol for external module 8 年之前
mm 5abf186a30 mm, fs: check for fatal signals in do_generic_file_read() 8 年之前
net 1fc576b82b Merge tag 'nfsd-4.10-2' of git://linux-nfs.org/~bfields/linux 8 年之前
samples cdb749cef1 bpf: fix samples xdp_tx_iptunnel and tc_l2_redirect with fake KBUILD_MODNAME 8 年之前
scripts 56067812d5 kbuild: modversions: add infrastructure for emitting relative CRCs 8 年之前
security 7c0f6ba682 Replace <asm/uaccess.h> with <linux/uaccess.h> globally 8 年之前
sound 6cf4569ce3 Merge tag 'asoc-fix-v4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus 8 年之前
tools 027eb72cbc Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 8 年之前
usr 9e3596b0c6 kbuild: initramfs cleanup, set target from Kconfig 8 年之前
virt 1b1973ef9a Merge tag 'kvm-arm-for-4.10-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 8 年之前
.gitignore 44cee85a88 Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild 9 年之前
.mailmap 9ebf73b275 mailmap: add codeaurora.org names for nameless email commits 8 年之前
COPYING b3358a116c [PATCH] update FSF address in COPYING 20 年之前
CREDITS f79f7b1b4f CREDITS: Remove outdated address information 8 年之前
Kbuild f197d75fca scripts/gdb: provide linux constants 9 年之前
Kconfig 838a2e55e6 kbuild: migrate all arch to the kconfig mainmenu upgrade 15 年之前
MAINTAINERS a49e6f584e Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost 8 年之前
Makefile d5adbfcd5f Linux 4.10-rc7 8 年之前
README 6bef44b9b9 README: add a new README file, pointing to the Documentation/ 8 年之前

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.