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

Johannes Thumshirn 2ce8008711 mcb: introduce mcb_get_resource() 8 years ago
Documentation 785704d291 dt-bindings: serial: 8250: Add MediaTek BTIF controller bindings 8 years ago
arch b2298fc900 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus 8 years ago
block d4acf3650c block: Make blk_mq_delay_kick_requeue_list() rerun the queue at a quiet time 8 years ago
certs 5ccbdbf987 modsign: add markers to endif-statements in certs/Makefile 8 years ago
crypto 41cdf7a453 crypto: authencesn - Fix digest_null crash 8 years ago
drivers 2ce8008711 mcb: introduce mcb_get_resource() 8 years ago
firmware 0cd5246bf8 firmware/Makefile: force recompilation if makefile changes 8 years ago
fs 216e4a1def Merge tag 'nfs-for-4.13-5' of git://git.linux-nfs.org/projects/anna/linux-nfs 8 years ago
include 2ce8008711 mcb: introduce mcb_get_resource() 8 years ago
init ee7998c50c random: do not ignore early device randomness 8 years ago
ipc ade9f91b32 ipc: add missing container_of()s for randstruct 8 years ago
kernel 16af97dc5a mm: migrate: prevent racy access to tlb_flush_pending 8 years ago
lib 9eeb52ae71 fault-inject: fix wrong should_fail() decision in task context 8 years ago
mm aac2fea94f rmap: do not call mmu_notifier_invalidate_page() under ptl 8 years ago
net c27927e372 packet: fix tp_reserve race in packet_set_ring 8 years ago
samples cc75f8514d samples/bpf: fix bpf tunnel cleanup 8 years ago
scripts b95c29a20f parse-maintainers: Move matching sections from MAINTAINERS 8 years ago
security e06fdaf40a Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux 8 years ago
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 years ago
tools f9ea3225dd bpf: fix selftest/bpf/test_pkt_md_access on s390x 8 years ago
usr f2e8954b0d ramfs: clarify help text that compression applies to ramfs as well as legacy ramdisk. 8 years ago
virt 53a5abd839 Merge tag 'kvm-arm-for-v4.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm 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 433db3e260 kbuild: Add support to generate LLVM assembly files 8 years ago
.mailmap 6b402bdfdb Merge tag 'for-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply 8 years ago
COPYING b3358a116c [PATCH] update FSF address in COPYING 20 years ago
CREDITS 26202873bb avr32: remove support for AVR32 architecture 8 years ago
Kbuild ebf003f0cf kbuild: Consolidate header generation from ASM offset information 8 years ago
Kconfig 838a2e55e6 kbuild: migrate all arch to the kconfig mainmenu upgrade 15 years ago
MAINTAINERS c0a6a5ae6b MAINTAINERS: copy virtio on balloon_compaction.c 8 years ago
Makefile ef954844c7 Linux 4.13-rc5 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.