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

Matt Turner 69f0678239 alpha: Fix section mismatches 8 tahun lalu
Documentation e3181f2c0c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 8 tahun lalu
arch 69f0678239 alpha: Fix section mismatches 8 tahun lalu
block c005390374 blk-mq-pci: add a fallback when pci_irq_get_affinity returns NULL 8 tahun lalu
certs 5ccbdbf987 modsign: add markers to endif-statements in certs/Makefile 8 tahun lalu
crypto 41cdf7a453 crypto: authencesn - Fix digest_null crash 8 tahun lalu
drivers 143c97cc65 Revert "pty: fix the cached path of the pty slave file descriptor in the master" 8 tahun lalu
firmware 0cd5246bf8 firmware/Makefile: force recompilation if makefile changes 8 tahun lalu
fs 143c97cc65 Revert "pty: fix the cached path of the pty slave file descriptor in the master" 8 tahun lalu
include 143c97cc65 Revert "pty: fix the cached path of the pty slave file descriptor in the master" 8 tahun lalu
init ee7998c50c random: do not ignore early device randomness 8 tahun lalu
ipc ade9f91b32 ipc: add missing container_of()s for randstruct 8 tahun lalu
kernel dd1c1f2f20 pids: make task_tgid_nr_ns() safe 8 tahun lalu
lib 7edaeb6841 kernel/watchdog: Prevent false positives with turbo modes 8 tahun lalu
mm 197e7e5213 Sanitize 'move_pages()' permission checks 8 tahun lalu
net 348a400272 ipv6: repair fib6 tree in failure case 8 tahun lalu
samples cc75f8514d samples/bpf: fix bpf tunnel cleanup 8 tahun lalu
scripts b95c29a20f parse-maintainers: Move matching sections from MAINTAINERS 8 tahun lalu
security e06fdaf40a Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux 8 tahun lalu
sound 0b36f2bd28 ALSA: emu10k1: Fix forgotten user-copy conversion in init code 8 tahun lalu
tools e3181f2c0c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 8 tahun lalu
usr f2e8954b0d ramfs: clarify help text that compression applies to ramfs as well as legacy ramdisk. 8 tahun lalu
virt 53a5abd839 Merge tag 'kvm-arm-for-v4.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm 8 tahun lalu
.cocciconfig dd951fc1b6 scripts: add Linux .cocciconfig for coccinelle 9 tahun lalu
.get_maintainer.ignore e525293d97 Add hch to .get_maintainer.ignore 10 tahun lalu
.gitattributes 218dd85887 .gitattributes: set git diff driver for C source code files 8 tahun lalu
.gitignore 433db3e260 kbuild: Add support to generate LLVM assembly files 8 tahun lalu
.mailmap 6b402bdfdb Merge tag 'for-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply 8 tahun lalu
COPYING b3358a116c [PATCH] update FSF address in COPYING 20 tahun lalu
CREDITS 26202873bb avr32: remove support for AVR32 architecture 8 tahun lalu
Kbuild ebf003f0cf kbuild: Consolidate header generation from ASM offset information 8 tahun lalu
Kconfig 838a2e55e6 kbuild: migrate all arch to the kconfig mainmenu upgrade 15 tahun lalu
MAINTAINERS 9dae41a238 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 8 tahun lalu
Makefile 14ccee78fc Linux 4.13-rc6 8 tahun lalu
README 6bef44b9b9 README: add a new README file, pointing to the Documentation/ 8 tahun lalu

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.