説明なし

Vakul Garg 4e485d06bb strparser: Call skb_unclone conditionally 7 年 前
Documentation 8365da2c05 Merge tag 'mac80211-next-for-davem-2018-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next 7 年 前
LICENSES f91af1c69c LICENSES: Add Linux-OpenIB license text 7 年 前
arch 9cd19b52e1 arm64: dts: fsl: move ptp timer out of fman 7 年 前
block 77072ca59f Merge tag 'for-linus-20180623' of git://git.kernel.dk/linux-block 7 年 前
certs 5fb94e9ca3 docs: Fix some broken references 7 年 前
crypto 2dd3f7c904 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 7 年 前
drivers 8365da2c05 Merge tag 'mac80211-next-for-davem-2018-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next 7 年 前
firmware bf070bb0e6 kbuild: remove all dummy assignments to obj- 8 年 前
fs 894b8c000a Merge tag 'for_v4.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs 7 年 前
include 8365da2c05 Merge tag 'mac80211-next-for-davem-2018-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next 7 年 前
init cf65a0f6f6 dma-mapping: move all DMA mapping code to kernel/dma 7 年 前
ipc 0eb71a9da5 rhashtable: split rhashtable.h 7 年 前
kernel c81b995f00 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 7 年 前
lib 7861552ced netlink: Return extack message if attribute validation fails 7 年 前
mm 77072ca59f Merge tag 'for-linus-20180623' of git://git.kernel.dk/linux-block 7 年 前
net 4e485d06bb strparser: Call skb_unclone conditionally 7 年 前
samples 467590e055 Merge tag 'vfio-v4.18-rc1' of git://github.com/awilliam/linux-vfio 7 年 前
scripts ed7d40bc67 tracing: Fix SKIP_STACK_VALIDATION=1 build due to bad merge with -mrecord-mcount 7 年 前
security 5fb94e9ca3 docs: Fix some broken references 7 年 前
sound 5fb94e9ca3 docs: Fix some broken references 7 年 前
tools 180390c470 tc-testing: initial version of tunnel_key unit tests 7 年 前
usr f49821ee32 kbuild: rename built-in.o to built-in.a 7 年 前
virt 37b65db85f KVM: arm64: Prevent KVM_COMPAT from being selected 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 c0c0be9d12 Merge branch 'asoc-4.17' into asoc-4.18 for compress dependencies 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 e1cfdc0e72 kconfig: add basic helper macros to scripts/Kconfig.include 7 年 前
MAINTAINERS 8365da2c05 Merge tag 'mac80211-next-for-davem-2018-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next 7 年 前
Makefile 7daf201d7f Linux 4.18-rc2 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.