Fără Descriere

Joerg Roedel 0d2eb73b29 x86/entry/32: Split off return-to-kernel path 7 ani în urmă
Documentation 79facf308f Merge tag 'kbuild-fixes-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 ani în urmă
LICENSES f91af1c69c LICENSES: Add Linux-OpenIB license text 7 ani în urmă
arch 0d2eb73b29 x86/entry/32: Split off return-to-kernel path 7 ani în urmă
block 2da8c426d9 Merge tag 'for-linus-20180713' of git://git.kernel.dk/linux-block 7 ani în urmă
certs 2e20ce4a66 certs/blacklist: fix const confusion 7 ani în urmă
crypto a11e1d432b Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL 7 ani în urmă
drivers 37b5dca289 Merge tag 'rtc-4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux 7 ani în urmă
firmware bf070bb0e6 kbuild: remove all dummy assignments to obj- 8 ani în urmă
fs fe10e398e8 reiserfs: fix buffer overflow with long warning messages 7 ani în urmă
include a90744bac5 mm: allow arch to supply p??_free_tlb functions 7 ani în urmă
init 22d3e0c36e Merge tag 'kbuild-fixes-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 ani în urmă
ipc 14f28f5776 ipc: use new return type vm_fault_t 7 ani în urmă
kernel 3951dbf232 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 7 ani în urmă
lib 4e33d7d479 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 7 ani în urmă
mm f353078f02 Merge branch 'akpm' (patches from Andrew) 7 ani în urmă
net c290fba8c4 net/9p/client.c: put refcount of trans_mod in error case in parse_opts() 7 ani în urmă
samples 498e8bf51c sample: vfio-mdev: avoid deadlock in mdev_access() 7 ani în urmă
scripts ffe075132a checkpatch: fix duplicate invalid vsprintf pointer extension '%p<foo>' messages 7 ani în urmă
security 34a484d58c Merge tag 'selinux-pr-20180629' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux 7 ani în urmă
sound c5a59d2477 ALSA: hda/ca0132: Update a pci quirk device name 7 ani în urmă
tools aa0a3247c0 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 7 ani în urmă
usr f49821ee32 kbuild: rename built-in.o to built-in.a 7 ani în urmă
virt 37b65db85f KVM: arm64: Prevent KVM_COMPAT from being selected 7 ani în urmă
.clang-format d4ef8d3ff0 clang-format: add configuration file 7 ani în urmă
.cocciconfig dd951fc1b6 scripts: add Linux .cocciconfig for coccinelle 9 ani în urmă
.get_maintainer.ignore e525293d97 Add hch to .get_maintainer.ignore 10 ani în urmă
.gitattributes 218dd85887 .gitattributes: set git diff driver for C source code files 9 ani în urmă
.gitignore ca71b3ba4c Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 ani în urmă
.mailmap c0c0be9d12 Merge branch 'asoc-4.17' into asoc-4.18 for compress dependencies 7 ani în urmă
COPYING bf02d49123 COPYING: use the new text with points to the license files 7 ani în urmă
CREDITS 0b658a1e9a MAINTAINERS/CREDITS: Drop METAG ARCHITECTURE 7 ani în urmă
Kbuild 09bd7c75e5 Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 8 ani în urmă
Kconfig e1cfdc0e72 kconfig: add basic helper macros to scripts/Kconfig.include 7 ani în urmă
MAINTAINERS a74aa9676c Merge tag 'char-misc-4.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc 7 ani în urmă
Makefile 79facf308f Merge tag 'kbuild-fixes-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild 7 ani în urmă
README 4b290af0b3 Docs: Added a pointer to the formatted docs to README 7 ani în urmă

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.