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

Greg Kroah-Hartman 26d0b228b4 USB: mon: no need to check return value of debugfs_create functions 7 سال پیش
Documentation aa071a92bb usb: hub: Per-port setting to reduce TRSTRCY to 10 ms 7 سال پیش
LICENSES 536ec30477 LICENSES: Add MPL-1.1 license 7 سال پیش
arch 6fd5a36a46 Merge branch 'parisc-4.17-5' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux 7 سال پیش
block bf0ddaba65 blk-mq: fix sysfs inflight counter 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 26d0b228b4 USB: mon: no need to check return value of debugfs_create functions 7 سال پیش
firmware bf070bb0e6 kbuild: remove all dummy assignments to obj- 7 سال پیش
fs e5e03ad9e0 Merge tag 'for-4.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux 7 سال پیش
include aa071a92bb usb: hub: Per-port setting to reduce TRSTRCY to 10 ms 7 سال پیش
init cd33d8803b sched/fair: Fix documentation file path 7 سال پیش
ipc 3f05317d98 ipc/shm: fix use-after-free of shm file via remap_file_pages() 7 سال پیش
kernel b9aad92236 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 7 سال پیش
lib 9f418224e8 radix tree: fix multi-order iteration race 7 سال پیش
mm 423913ad4a mmap: relax file size limit for regular files 7 سال پیش
net 4bc871984f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 7 سال پیش
samples b1ae32dbab x86/cpufeature: Guard asm_volatile_goto usage for BPF compilation 7 سال پیش
scripts 78eb0c6356 scripts/faddr2line: fix error when addr2line output contains discriminator 7 سال پیش
security 305bb55212 Merge tag 'selinux-pr-20180516' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux 7 سال پیش
sound c99f0802e4 ALSA: usb-audio: Use Class Specific EP for UAC3 devices. 7 سال پیش
tools 40ecdeb1a1 usbip: usbip_detach: fix to check for invalid ports 7 سال پیش
usr f49821ee32 kbuild: rename built-in.o to built-in.a 7 سال پیش
virt 711702b57c KVM: arm/arm64: VGIC/ITS save/restore: protect kvm_read_guest() calls 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 2c093cdb0a Merge tag 'phy-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-next 7 سال پیش
Makefile 771c577c23 Linux 4.17-rc6 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.