Sin descripción

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

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.