بدون توضیح

David S. Miller 7f625bdf33 Merge branch '3c59x-patches-and-the-removal-of-an-unused-function' 7 سال پیش
Documentation a7b15ab887 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 7 سال پیش
LICENSES 536ec30477 LICENSES: Add MPL-1.1 license 8 سال پیش
arch e523a2562a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 7 سال پیش
block 4412efecf7 Revert "blk-mq: remove code for dealing with remapping queue" 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 dea4c96e65 net: 3com: 3c59x: irq save variant of ISR 7 سال پیش
firmware bf070bb0e6 kbuild: remove all dummy assignments to obj- 8 سال پیش
fs f2125992e7 Merge tag 'xfs-4.17-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux 7 سال پیش
include c36a68fab1 net: u64_stats_sync: Remove functions without user 7 سال پیش
init 9fb71c2f23 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 7 سال پیش
ipc 3f05317d98 ipc/shm: fix use-after-free of shm file via remap_file_pages() 7 سال پیش
kernel a7b15ab887 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 7 سال پیش
lib a7b15ab887 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 7 سال پیش
mm 316d097c4c x86/pti: Filter at vma->vm_page_prot population 7 سال پیش
net 90278871d4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next 7 سال پیش
samples c0885f61bb samples, bpf: remove redundant ret assignment in bpf_load_program() 7 سال پیش
scripts 56a092c895 bpf: add script and prepare bpf.h for new helpers documentation 7 سال پیش
security 3be4aaf4e2 Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace 7 سال پیش
sound 0f925660a7 ALSA: dice: fix error path to destroy initialized stream data 7 سال پیش
tools 6328c95ce7 selftests: net: add udpgso* to TEST_GEN_FILES 7 سال پیش
usr f49821ee32 kbuild: rename built-in.o to built-in.a 7 سال پیش
virt 46dc111dfe rMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm 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 9 سال پیش
.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 8 سال پیش
Kconfig b24413180f License cleanup: add SPDX GPL-2.0 license identifier to files with no license 8 سال پیش
MAINTAINERS a7b15ab887 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 7 سال پیش
Makefile 6da6c0db53 Linux v4.17-rc3 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.