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

Julian Wiedmann dc5367bcc5 net/af_iucv: don't use paged skbs for TX on HiperSockets 9 anni fa
Documentation 5824f92463 Merge tag 'vfio-v4.10-rc3' of git://github.com/awilliam/linux-vfio 9 anni fa
arch c92f5bdc4b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 9 anni fa
block 62f8c40592 Merge branch 'for-linus' of git://git.kernel.dk/linux-block 9 anni fa
certs d3bfe84129 certs: Add a secondary system keyring that can be added to dynamically 9 anni fa
crypto 02608e02fb crypto: testmgr - Use heap buffer for acomp test input 9 anni fa
drivers 75dc692eda r8152: fix rx issue for runtime suspend 9 anni fa
firmware e9a73f6722 WHENCE: use https://linuxtv.org for LinuxTV URLs 10 anni fa
fs 6989606a72 Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/audit 9 anni fa
include 83280e90ef Merge tag 'usb-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb 9 anni fa
init 6290602709 mm: add PageWaiters indicating tasks are waiting for a page bit 9 anni fa
ipc 370b262c89 ipc/sem: avoid idr tree lookup for interrupted semop 9 anni fa
kernel 6989606a72 Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/audit 9 anni fa
lib ea07b862ac mm: workingset: fix use-after-free in shadow node shrinker 9 anni fa
mm ea07b862ac mm: workingset: fix use-after-free in shadow node shrinker 9 anni fa
net dc5367bcc5 net/af_iucv: don't use paged skbs for TX on HiperSockets 9 anni fa
samples d293dbaa54 vfio-mdev: fix some error codes in the sample code 9 anni fa
scripts 81d873a871 gcc-plugins: update gcc-common.h for gcc-7 9 anni fa
security 7c0f6ba682 Replace <asm/uaccess.h> with <linux/uaccess.h> globally 9 anni fa
sound e4f34cf6d5 Revert "ALSA: firewire-lib: change structure member with proper type" 9 anni fa
tools 10bbe7599e Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux 9 anni fa
usr 9e3596b0c6 kbuild: initramfs cleanup, set target from Kconfig 9 anni fa
virt 3ddc76dfc7 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 9 anni fa
.cocciconfig dd951fc1b6 scripts: add Linux .cocciconfig for coccinelle 9 anni fa
.get_maintainer.ignore e525293d97 Add hch to .get_maintainer.ignore 10 anni fa
.gitattributes 218dd85887 .gitattributes: set git diff driver for C source code files 9 anni fa
.gitignore 44cee85a88 Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild 9 anni fa
.mailmap 133d970e0d Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus 9 anni fa
COPYING b3358a116c [PATCH] update FSF address in COPYING 20 anni fa
CREDITS f79f7b1b4f CREDITS: Remove outdated address information 9 anni fa
Kbuild f197d75fca scripts/gdb: provide linux constants 9 anni fa
Kconfig 838a2e55e6 kbuild: migrate all arch to the kconfig mainmenu upgrade 15 anni fa
MAINTAINERS cc250e267b Merge tag 'char-misc-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc 9 anni fa
Makefile a121103c92 Linux 4.10-rc3 9 anni fa
README 6bef44b9b9 README: add a new README file, pointing to the Documentation/ 9 anni fa

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.