You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Daniel Borkmann fb2a311a31 bpf: fix off by one for range markings with L{T, E} patterns 7 years ago
Documentation Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 7 years ago
arch Merge branch 'ppc-bundle' (bundle from Michael Ellerman) 7 years ago
block bsg-lib: fix use-after-free under memory-pressure 7 years ago
certs modsign: add markers to endif-statements in certs/Makefile 8 years ago
crypto crypto: af_alg - update correct dst SGL entry 7 years ago
drivers net: aquantia: Bad udp rate on default interrupt coalescing 7 years ago
firmware firmware: Restore support for built-in firmware 7 years ago
fs NFS client bugfixes for Linux 4.14 7 years ago
include tcp/dccp: fix ireq->opt races 7 years ago
init Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 7 years ago
ipc fix a typo in put_compat_shm_info() 7 years ago
kernel bpf: fix off by one for range markings with L{T, E} patterns 7 years ago
lib lib/ratelimit.c: use deferred printk() version 7 years ago
mm mm, percpu: add support for __GFP_NOWARN flag 7 years ago
net udp: make some messages more descriptive 7 years ago
samples bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb region 7 years ago
scripts checkpatch: fix ignoring cover-letter logic 7 years ago
security lsm: fix smack_inode_removexattr and xattr_getsecurity memleak 7 years ago
sound sound fixes for 4.14-rc4 7 years ago
tools bpf: remove mark access for SK_SKB program types 7 years ago
usr ramfs: clarify help text that compression applies to ramfs as well as legacy ramdisk. 8 years ago
virt Revert "KVM: Don't accept obviously wrong gsi values via KVM_IRQFD" 7 years ago
.cocciconfig
.get_maintainer.ignore
.gitattributes .gitattributes: set git diff driver for C source code files 8 years ago
.gitignore kbuild: Add support to generate LLVM assembly files 8 years ago
.mailmap Update James Hogan's email address 7 years ago
COPYING
CREDITS selinux/stable-4.14 PR 20170831 7 years ago
Kbuild kbuild: Consolidate header generation from ASM offset information 8 years ago
Kconfig
MAINTAINERS ARC udpates for 4.14-rc4 7 years ago
Makefile Linux 4.14-rc4 7 years ago
README README: add a new README file, pointing to the Documentation/ 8 years ago

README

Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

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.