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

Jean Delvare e0733e9753 firmware: dmi: Fix permissions of product_family hace 8 años
Documentation 3f173bde7e Merge tag 'pinctrl-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl hace 8 años
arch f219764920 Merge branch 'akpm' (patches from Andrew) hace 8 años
block b425e50492 block: Avoid that blk_exit_rl() triggers a use-after-free hace 8 años
certs 6e7c2b4dd3 scripts/spelling.txt: add "intialise(d)" pattern and fix typo instances hace 8 años
crypto 9933e113c2 crypto: skcipher - Add missing API setkey checks hace 8 años
drivers e0733e9753 firmware: dmi: Fix permissions of product_family hace 8 años
firmware 0cd5246bf8 firmware/Makefile: force recompilation if makefile changes hace 8 años
fs 239e250e4a fs/ufs: Set UFS default maximum bytes per file hace 8 años
include c926820085 firmware: dmi_scan: Make dmi_walk and dmi_walk_early return real error codes hace 8 años
init de4d195308 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip hace 8 años
ipc a7c3e901a4 mm: introduce kv[mz]alloc helpers hace 8 años
kernel 035f1456f9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching hace 8 años
lib 791caeb084 test_bpf: Add a couple of tests for BPF_JSGE. hace 8 años
mm 864b9a393d mm: consider memblock reservations for deferred memory initialization sizing hace 8 años
net 125f42b0e2 Merge tag 'nfs-for-4.12-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs hace 8 años
samples ad990dbe6d samples/bpf: run cleanup routines when receiving SIGTERM hace 8 años
scripts d6c9708737 scripts/gdb: make lx-dmesg command work (reliably) hace 8 años
security 11fbf53d66 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs hace 8 años
sound c531577bcd Merge tag 'sound-4.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound hace 8 años
tools 6f68a6ae1f Merge tag 'powerpc-4.12-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux hace 8 años
usr 57ddfdaa9a initramfs: fix disabling of initramfs (and its compression) hace 8 años
virt fa472fa91a KVM: arm/arm64: Hold slots_lock when unregistering kvm io bus devices hace 8 años
.cocciconfig dd951fc1b6 scripts: add Linux .cocciconfig for coccinelle hace 9 años
.get_maintainer.ignore e525293d97 Add hch to .get_maintainer.ignore hace 10 años
.gitattributes 218dd85887 .gitattributes: set git diff driver for C source code files hace 8 años
.gitignore 433db3e260 kbuild: Add support to generate LLVM assembly files hace 8 años
.mailmap 6b402bdfdb Merge tag 'for-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply hace 8 años
COPYING b3358a116c [PATCH] update FSF address in COPYING hace 20 años
CREDITS 26202873bb avr32: remove support for AVR32 architecture hace 8 años
Kbuild ebf003f0cf kbuild: Consolidate header generation from ASM offset information hace 8 años
Kconfig 838a2e55e6 kbuild: migrate all arch to the kconfig mainmenu upgrade hace 15 años
MAINTAINERS 9f03b2c7c5 Merge tag 'rtc-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux hace 8 años
Makefile 3c2993b8c6 Linux 4.12-rc4 hace 8 años
README 6bef44b9b9 README: add a new README file, pointing to the Documentation/ hace 8 años

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.