No Description

Reinhard Russinger 320abd7865 add sitara firmware binaries 6 years ago
Documentation 02b8c9ed3d Merge pull request #193 in PROCESSOR-SDK/processor-sdk-linux from plsdk-3118 to processor-sdk-linux-4.19.y 6 years ago
LICENSES 19e6420e41 LICENSES: Remove CC-BY-SA-4.0 license text 7 years ago
arch 98934569eb Merge pull request #194 in PROCESSOR-SDK/processor-sdk-linux from PLSDK-3020 to processor-sdk-linux-4.19.y 6 years ago
block 957bfef413 Merge tag 'v4.19.79' of http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into ti-linux-4.19.y 6 years ago
certs c4df32c80d export.h: remove VMLINUX_SYMBOL() and VMLINUX_SYMBOL_STR() 7 years ago
crypto 957bfef413 Merge tag 'v4.19.79' of http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into ti-linux-4.19.y 6 years ago
drivers 567532249b net: ethernet: ti: cpts: enhance pps gen algorithm 6 years ago
firmware 320abd7865 add sitara firmware binaries 6 years ago
fs effad578c2 vfs: Fix EOVERFLOW testing in put_compat_statfs64 6 years ago
include 05a2415c36 Merge remote-tracking branch 'lcpd/ti-linux-4.19.y' into plsdk-3118 6 years ago
init 75448f40b9 initramfs: don't free a non-existent initrd 6 years ago
ipc 48c5c4f0a4 ipc/mqueue.c: only perform resource calculation if user valid 6 years ago
kernel 957bfef413 Merge tag 'v4.19.79' of http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into ti-linux-4.19.y 6 years ago
lib 957bfef413 Merge tag 'v4.19.79' of http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into ti-linux-4.19.y 6 years ago
mm 12c6c4a50f usercopy: Avoid HIGHMEM pfn warning 6 years ago
net 106aec483c Merge pull request #187 in PROCESSOR-SDK/processor-sdk-linux from PLSDK-3033 to processor-sdk-linux-4.19.y 6 years ago
samples 7aa9bf29cc Merge branch 'rpmsg-ti-linux-4.19.y' of git://git.ti.com/rpmsg/rpmsg into rpmsg-ti-linux-4.19.y-intg 6 years ago
scripts 957bfef413 Merge tag 'v4.19.79' of http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into ti-linux-4.19.y 6 years ago
security 957bfef413 Merge tag 'v4.19.79' of http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into ti-linux-4.19.y 6 years ago
sound 957bfef413 Merge tag 'v4.19.79' of http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into ti-linux-4.19.y 6 years ago
ti_config_fragments 05a2415c36 Merge remote-tracking branch 'lcpd/ti-linux-4.19.y' into plsdk-3118 6 years ago
tools 957bfef413 Merge tag 'v4.19.79' of http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into ti-linux-4.19.y 6 years ago
usr d4a546452d kbuild: clean compressed initramfs image 6 years ago
virt 232a6462f4 KVM: coalesced_mmio: add bounds checking 6 years ago
.clang-format 7bee9bd21b clang-format: Set IndentWrappedFunctionNames false 7 years ago
.cocciconfig dd951fc1b6 scripts: add Linux .cocciconfig for coccinelle 9 years ago
.get_maintainer.ignore e525293d97 Add hch to .get_maintainer.ignore 10 years ago
.gitattributes 218dd85887 .gitattributes: set git diff driver for C source code files 9 years ago
.gitignore 90545a710c .gitignore: Add .dtbo and .itb files to top level list 6 years ago
.mailmap 828bf6e904 Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimm 7 years ago
COPYING bf02d49123 COPYING: use the new text with points to the license files 7 years ago
CREDITS 6b69cbd8b1 9p: remove Ron Minnich from MAINTAINERS 7 years ago
Kbuild 09bd7c75e5 Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 8 years ago
Kconfig 006477f40d kconfig: move the "Executable file formats" menu to fs/Kconfig.binfmt 7 years ago
MAINTAINERS ab975be4b1 MAINTAINERS: Add Kishon Vijay Abraham I for TI J721E SoC PCIe 6 years ago
Makefile dafd634415 Linux 4.19.79 6 years ago
README 4b290af0b3 Docs: Added a pointer to the formatted docs to README 7 years ago

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.