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

Tom Hromatka 873c38a424 char: sparc64: Add privileged ADI driver 7 年 前
Documentation 810fb07a9b Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 7 年 前
LICENSES 536ec30477 LICENSES: Add MPL-1.1 license 7 年 前
arch 8188fc8bef Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc 7 年 前
block 4412efecf7 Revert "blk-mq: remove code for dealing with remapping queue" 7 年 前
certs 2be04df566 certs/blacklist_nohashes.c: fix const confusion in certs blacklist 7 年 前
crypto eea0d3ea75 crypto: drbg - set freed buffers to NULL 7 年 前
drivers 873c38a424 char: sparc64: Add privileged ADI driver 7 年 前
firmware bf070bb0e6 kbuild: remove all dummy assignments to obj- 7 年 前
fs cdface5209 Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 7 年 前
include 810fb07a9b Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 7 年 前
init 9fb71c2f23 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 7 年 前
ipc 3f05317d98 ipc/shm: fix use-after-free of shm file via remap_file_pages() 7 年 前
kernel 810fb07a9b Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 7 年 前
lib fff75eb2a0 Merge tag 'errseq-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux 7 年 前
mm 316d097c4c x86/pti: Filter at vma->vm_page_prot population 7 年 前
net 64ebe3126c Merge tag 'ceph-for-4.17-rc3' of git://github.com/ceph/ceph-client 7 年 前
samples 41e3bef52e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching 7 年 前
scripts ca71b3ba4c Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 年 前
security 3be4aaf4e2 Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace 7 年 前
sound 0f925660a7 ALSA: dice: fix error path to destroy initialized stream data 7 年 前
tools 65f4d6d0f8 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 7 年 前
usr f49821ee32 kbuild: rename built-in.o to built-in.a 7 年 前
virt 46dc111dfe rMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm 7 年 前
.clang-format d4ef8d3ff0 clang-format: add configuration file 7 年 前
.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 ca71b3ba4c Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 年 前
.mailmap 19fd08b85b Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma 7 年 前
COPYING bf02d49123 COPYING: use the new text with points to the license files 7 年 前
CREDITS 0b658a1e9a MAINTAINERS/CREDITS: Drop METAG ARCHITECTURE 7 年 前
Kbuild 09bd7c75e5 Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 年 前
Kconfig b24413180f License cleanup: add SPDX GPL-2.0 license identifier to files with no license 7 年 前
MAINTAINERS bf8f5de174 MAINTAINERS: add myself as maintainer of AFFS 7 年 前
Makefile 6da6c0db53 Linux v4.17-rc3 7 年 前
README 4b290af0b3 Docs: Added a pointer to the formatted docs to README 7 年 前

README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``. The formatted documentation can also be read online at:

https://www.kernel.org/doc/html/latest/

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.