Žiadny popis

Jiri Olsa c9b51a0170 perf tools: Move syscall_64.tbl check into check-headers.sh 7 rokov pred
Documentation 16e0e6a83b Merge branch 'perf/urgent' into perf/core, to pick up fixes 7 rokov pred
LICENSES f91af1c69c LICENSES: Add Linux-OpenIB license text 7 rokov pred
arch 16e0e6a83b Merge branch 'perf/urgent' into perf/core, to pick up fixes 7 rokov pred
block eb181a814c Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-block 7 rokov pred
certs 2e20ce4a66 certs/blacklist: fix const confusion 7 rokov pred
crypto b4394c3435 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 7 rokov pred
drivers fb20c03d37 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 7 rokov pred
firmware bf070bb0e6 kbuild: remove all dummy assignments to obj- 8 rokov pred
fs 3cfb6772d4 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 7 rokov pred
include 16e0e6a83b Merge branch 'perf/urgent' into perf/core, to pick up fixes 7 rokov pred
init 22d3e0c36e Merge tag 'kbuild-fixes-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 rokov pred
ipc f075faa300 ipc/sem.c: prevent queue.status tearing in semop 7 rokov pred
kernel 16e0e6a83b Merge branch 'perf/urgent' into perf/core, to pick up fixes 7 rokov pred
lib 16e0e6a83b Merge branch 'perf/urgent' into perf/core, to pick up fixes 7 rokov pred
mm 16e536ef47 zswap: re-check zswap_is_full() after do zswap_shrink() 7 rokov pred
net 2efd4fca70 ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pull 7 rokov pred
samples 024ddc0ce1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 7 rokov pred
scripts 024ddc0ce1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 7 rokov pred
security 34a484d58c Merge tag 'selinux-pr-20180629' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux 7 rokov pred
sound f3d737b634 ALSA: hda/realtek - Yet another Clevo P950 quirk entry 7 rokov pred
tools c9b51a0170 perf tools: Move syscall_64.tbl check into check-headers.sh 7 rokov pred
usr f49821ee32 kbuild: rename built-in.o to built-in.a 7 rokov pred
virt 47f7dc4b84 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm 7 rokov pred
.clang-format d4ef8d3ff0 clang-format: add configuration file 7 rokov pred
.cocciconfig dd951fc1b6 scripts: add Linux .cocciconfig for coccinelle 9 rokov pred
.get_maintainer.ignore e525293d97 Add hch to .get_maintainer.ignore 10 rokov pred
.gitattributes 218dd85887 .gitattributes: set git diff driver for C source code files 9 rokov pred
.gitignore ca71b3ba4c Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 rokov pred
.mailmap c0c0be9d12 Merge branch 'asoc-4.17' into asoc-4.18 for compress dependencies 7 rokov pred
COPYING bf02d49123 COPYING: use the new text with points to the license files 7 rokov pred
CREDITS 0b658a1e9a MAINTAINERS/CREDITS: Drop METAG ARCHITECTURE 7 rokov pred
Kbuild 09bd7c75e5 Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 8 rokov pred
Kconfig e1cfdc0e72 kconfig: add basic helper macros to scripts/Kconfig.include 7 rokov pred
MAINTAINERS 0634922a78 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 7 rokov pred
Makefile acb1872577 Linux 4.18-rc7 7 rokov pred
README 4b290af0b3 Docs: Added a pointer to the formatted docs to README 7 rokov pred

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.