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

Bart Van Assche b425e50492 block: Avoid that blk_exit_rl() triggers a use-after-free 8 년 전
Documentation ef82f1ad2e Merge tag 'staging-4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging 8 년 전
arch 33c9e97290 x86: fix 32-bit case of __get_user_asm_u64() 8 년 전
block b425e50492 block: Avoid that blk_exit_rl() triggers a use-after-free 8 년 전
certs 6e7c2b4dd3 scripts/spelling.txt: add "intialise(d)" pattern and fix typo instances 8 년 전
crypto 752ade68cb treewide: use kv[mz]alloc* rather than opencoded variants 8 년 전
drivers fa9765323a nbd: don't leak nbd_config 8 년 전
firmware 0cd5246bf8 firmware/Makefile: force recompilation if makefile changes 8 년 전
fs 894e21642d Merge branch 'for-linus' of git://git.kernel.dk/linux-block 8 년 전
include 7254a50a5d blk-mq: remove blk_mq_abort_requeue_list() 8 년 전
init de4d195308 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 8 년 전
ipc a7c3e901a4 mm: introduce kv[mz]alloc helpers 8 년 전
kernel 970c305aa8 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 8 년 전
lib 4879b7ae05 Merge tag 'dmaengine-4.12-rc1' of git://git.infradead.org/users/vkoul/slave-dma 8 년 전
mm 791b48b642 mm: vmscan: scan until it finds eligible pages 8 년 전
net 9e856e4b47 Merge tag 'for-linus-4.12b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip 8 년 전
samples ad990dbe6d samples/bpf: run cleanup routines when receiving SIGTERM 8 년 전
scripts 1fbbed4137 Merge tag 'devicetree-fixes-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux 8 년 전
security 11fbf53d66 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 8 년 전
sound 668e3b014a drm/i915: Fix runtime PM for LPE audio 8 년 전
tools 56f410cf45 Merge tag 'trace-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace 8 년 전
usr cff75e0b6f initramfs: provide a way to ignore image provided by bootloader 8 년 전
virt fa472fa91a KVM: arm/arm64: Hold slots_lock when unregistering kvm io bus devices 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 433db3e260 kbuild: Add support to generate LLVM assembly files 8 년 전
.mailmap 6b402bdfdb Merge tag 'for-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply 8 년 전
COPYING b3358a116c [PATCH] update FSF address in COPYING 20 년 전
CREDITS 26202873bb avr32: remove support for AVR32 architecture 8 년 전
Kbuild ebf003f0cf kbuild: Consolidate header generation from ASM offset information 8 년 전
Kconfig 838a2e55e6 kbuild: migrate all arch to the kconfig mainmenu upgrade 15 년 전
MAINTAINERS ef82f1ad2e Merge tag 'staging-4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging 8 년 전
Makefile 08332893e3 Linux 4.12-rc2 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.