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

Michal Simek 3c84dc7e79 char: xilinx_hwicap: Remove pointless local variables 8 年 前
Documentation 36bebcff6f Merge tag 'extcon-next-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-next 8 年 前
arch 37e11d5c70 Drivers: hv: vmbus: Define an APIs to manage interrupt state 8 年 前
block bef13315e9 block: don't try to discard from __blkdev_issue_zeroout 8 年 前
certs d3bfe84129 certs: Add a secondary system keyring that can be added to dynamically 9 年 前
crypto 02608e02fb crypto: testmgr - Use heap buffer for acomp test input 8 年 前
drivers 3c84dc7e79 char: xilinx_hwicap: Remove pointless local variables 8 年 前
firmware e9a73f6722 WHENCE: use https://linuxtv.org for LinuxTV URLs 9 年 前
fs 99421c1cb2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace 8 年 前
include 36bebcff6f Merge tag 'extcon-next-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-next 8 年 前
init ad90a3de9d pc104: Introduce the PC104 Kconfig option 8 年 前
ipc c626bc46ed ipc/sem.c: fix incorrect sem_lock pairing 8 年 前
kernel 99421c1cb2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace 8 年 前
lib f4d3935e4f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 8 年 前
mm e5bbc8a6c9 mm/hugetlb.c: fix reservation race when freeing surplus pages 8 年 前
net ba836a6f5a Merge branch 'akpm' (patches from Andrew) 8 年 前
samples 79078c53ba Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 8 年 前
scripts 8e8e333179 checkkconfigsymbols.py: don't sort similar symbols 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 79078c53ba Merge branch 'perf-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 4f3dbdf47e KVM: eventfd: fix NULL deref irqbypass consumer 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 8730046c14 Drivers: hv vmbus: Move Hypercall page setup out of common code 8 年 前
Makefile 49def18533 Linux 4.10-rc4 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.