Aucune description

Björn Töpel c0c77d8fb7 xsk: add user memory registration support sockopt il y a 7 ans
Documentation 03f5781be2 bpf, x86_32: add eBPF JIT compiler for ia32 il y a 7 ans
LICENSES 536ec30477 LICENSES: Add MPL-1.1 license il y a 8 ans
arch 03f5781be2 bpf, x86_32: add eBPF JIT compiler for ia32 il y a 7 ans
block 2434af79c8 blk-mq: Revert "blk-mq: reimplement blk_mq_hw_queue_mapped" il y a 7 ans
certs 2be04df566 certs/blacklist_nohashes.c: fix const confusion in certs blacklist il y a 7 ans
crypto ca71b3ba4c Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild il y a 7 ans
drivers 79741a38b4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next il y a 7 ans
firmware bf070bb0e6 kbuild: remove all dummy assignments to obj- il y a 8 ans
fs 5ec83b22a2 Merge tag '4.17-rc1-SMB3-CIFS' of git://git.samba.org/sfrench/cifs-2.6 il y a 7 ans
include c0c77d8fb7 xsk: add user memory registration support sockopt il y a 7 ans
init 9fb71c2f23 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip il y a 7 ans
ipc 3f05317d98 ipc/shm: fix use-after-free of shm file via remap_file_pages() il y a 7 ans
kernel 4d220ed0f8 bpf: remove tracepoints from bpf core il y a 7 ans
lib 5d240a8936 rhashtable: improve rhashtable_walk stability when stop/start used. il y a 7 ans
mm abc1be13fd mm/filemap.c: fix NULL pointer in page_cache_tree_insert() il y a 7 ans
net c0c77d8fb7 xsk: add user memory registration support sockopt il y a 7 ans
samples 34745aed51 samples/bpf: fix kprobe attachment issue on x64 il y a 7 ans
scripts 6f96674dbd bpf: relax constraints on formatting for eBPF helper documentation il y a 7 ans
security 68e8b849b2 net: initial AF_XDP skeleton il y a 7 ans
sound 5e7c780611 Merge tag 'sound-4.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound il y a 7 ans
tools a3fe1f6f2a tools: bpftool: change time format for program 'loaded at:' information il y a 7 ans
usr f49821ee32 kbuild: rename built-in.o to built-in.a il y a 7 ans
virt abe7a4586f Merge tag 'kvm-arm-for-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm il y a 7 ans
.clang-format d4ef8d3ff0 clang-format: add configuration file il y a 7 ans
.cocciconfig dd951fc1b6 scripts: add Linux .cocciconfig for coccinelle il y a 9 ans
.get_maintainer.ignore e525293d97 Add hch to .get_maintainer.ignore il y a 10 ans
.gitattributes 218dd85887 .gitattributes: set git diff driver for C source code files il y a 9 ans
.gitignore ca71b3ba4c Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild il y a 7 ans
.mailmap 19fd08b85b Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma il y a 7 ans
COPYING bf02d49123 COPYING: use the new text with points to the license files il y a 7 ans
CREDITS 0b658a1e9a MAINTAINERS/CREDITS: Drop METAG ARCHITECTURE il y a 7 ans
Kbuild 09bd7c75e5 Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild il y a 8 ans
Kconfig b24413180f License cleanup: add SPDX GPL-2.0 license identifier to files with no license il y a 8 ans
MAINTAINERS 68e8b849b2 net: initial AF_XDP skeleton il y a 7 ans
Makefile 6d08b06e67 Linux 4.17-rc2 il y a 7 ans
README 4b290af0b3 Docs: Added a pointer to the formatted docs to README il y a 7 ans

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.