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

Reinhard Russinger 85769280c8 empty cleanup commit 6 年之前
Documentation 880b9df1bf Merge tag 'xarray-4.20-rc7' of git://git.infradead.org/users/willy/linux-dax 6 年之前
LICENSES 01aa9d518e Merge tag 'docs-4.20' of git://git.lwn.net/linux 6 年之前
arch 915c9e1b6d arch/sh/include/asm/io.h: provide prototypes for PCI I/O mapping in asm/io.h 6 年之前
block 927b6b2d69 block: Fix null_blk_zoned creation failure with small number of zones 6 年之前
certs c4df32c80d export.h: remove VMLINUX_SYMBOL() and VMLINUX_SYMBOL_STR() 7 年之前
crypto e61efff4ae crypto: user - Disable statistics interface 6 年之前
drivers e738441e80 Merge tag 'pci-v4.20-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci 6 年之前
firmware bf070bb0e6 kbuild: remove all dummy assignments to obj- 7 年之前
fs 6531e115b7 Merge branch 'akpm' (patches from Andrew) 6 年之前
include 62393dbcbe Merge tag 'for-linus-20181218' of git://git.kernel.dk/linux-block 6 年之前
init 428a1cb4ba psi: fix reference to kernel commandline enable 6 年之前
ipc 8c81ddd2ac ipc: IPCMNI limit check for semmni 6 年之前
kernel b5884002dc Merge tag 'trace-v4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace 6 年之前
lib 48483614de XArray: Fix xa_alloc when id exceeds max 6 年之前
mm 8ace22bce8 hugetlbfs: call VM_BUG_ON_PAGE earlier in free_huge_page() 6 年之前
net d48f782e4f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 6 年之前
samples 0c86e761b9 Merge tag 'vfio-v4.20-rc1.v2' of git://github.com/awilliam/linux-vfio 6 年之前
scripts 3a6ab5c7dc scripts/spdxcheck.py: always open files in binary mode 6 年之前
security 1a9430db28 ima: cleanup the match_token policy code 6 年之前
sound 0bea4cc838 ALSA: hda/realtek: Enable audio jacks of ASUS UX433FN/UX333FA with ALC294 6 年之前
tools 880b9df1bf Merge tag 'xarray-4.20-rc7' of git://git.infradead.org/users/willy/linux-dax 6 年之前
usr f6f57a4643 initramfs: move gen_initramfs_list.sh from scripts/ to usr/ 7 年之前
virt 4e15a073a1 Revert "mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacks" 6 年之前
.clang-format 3ece58a270 page cache: Convert find_get_pages_contig to XArray 6 年之前
.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 4920b1f767 mailmap: Update email for Punit Agrawal 6 年之前
COPYING bf02d49123 COPYING: use the new text with points to the license files 7 年之前
CREDITS f6936d029c MAINTAINERS: update entry for MMP platform 6 年之前
Kbuild 09bd7c75e5 Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 年之前
Kconfig 006477f40d kconfig: move the "Executable file formats" menu to fs/Kconfig.binfmt 7 年之前
MAINTAINERS 92de1de51e Merge tag 'drm-fixes-2018-12-14' of git://anongit.freedesktop.org/drm/drm 6 年之前
Makefile 7566ec393f Linux 4.20-rc7 6 年之前
README a7ddcea58a Drop all 00-INDEX files from Documentation/ 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.

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.