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

Rafał Miłecki 11edc1133e mtd: spi-nor: intel-spi: use mtd_device_register() 7 年之前
Documentation 265c5596da Merge tag 'for-linus-20180616' of git://git.kernel.dk/linux-block 7 年之前
LICENSES f91af1c69c LICENSES: Add Linux-OpenIB license text 7 年之前
arch 5e7b9212a4 Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimental 7 年之前
block 265c5596da Merge tag 'for-linus-20180616' of git://git.kernel.dk/linux-block 7 年之前
certs 5fb94e9ca3 docs: Fix some broken references 7 年之前
crypto 5fb94e9ca3 docs: Fix some broken references 7 年之前
drivers 11edc1133e mtd: spi-nor: intel-spi: use mtd_device_register() 7 年之前
firmware bf070bb0e6 kbuild: remove all dummy assignments to obj- 7 年之前
fs 5e7b9212a4 Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimental 7 年之前
include 265c5596da Merge tag 'for-linus-20180616' of git://git.kernel.dk/linux-block 7 年之前
init be779f03d5 Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 年之前
ipc 14f28f5776 ipc: use new return type vm_fault_t 7 年之前
kernel 5e7b9212a4 Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimental 7 年之前
lib 5fb94e9ca3 docs: Fix some broken references 7 年之前
mm fe6bdfc8e1 mm: fix oom_kill event handling 7 年之前
net 9215310cf1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 7 年之前
samples 467590e055 Merge tag 'vfio-v4.18-rc1' of git://github.com/awilliam/linux-vfio 7 年之前
scripts a78513c670 scripts/documentation-file-ref-check: check tools/*/Documentation 7 年之前
security 5fb94e9ca3 docs: Fix some broken references 7 年之前
sound 5fb94e9ca3 docs: Fix some broken references 7 年之前
tools 5e7b9212a4 Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimental 7 年之前
usr f49821ee32 kbuild: rename built-in.o to built-in.a 7 年之前
virt b08fc5277a Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux 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 c0c0be9d12 Merge branch 'asoc-4.17' into asoc-4.18 for compress dependencies 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 e1cfdc0e72 kconfig: add basic helper macros to scripts/Kconfig.include 7 年之前
MAINTAINERS 5e7b9212a4 Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimental 7 年之前
Makefile ce397d215c Linux 4.18-rc1 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.