Go to file
Michał Mirosław 4b50d23179 net/bpf_jit: SPARC: split VLAN_PRESENT bit handling from VLAN_TCI
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-11-16 19:25:28 -08:00
Documentation Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2018-11-11 17:57:54 -08:00
LICENSES
arch net/bpf_jit: SPARC: split VLAN_PRESENT bit handling from VLAN_TCI 2018-11-16 19:25:28 -08:00
block
certs
crypto
drivers Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 2018-11-15 15:05:11 -08:00
firmware
fs for-4.20-rc1-tag 2018-11-11 16:54:38 -06:00
include net/skbuff: add macros for VLAN_PRESENT bit 2018-11-16 19:25:28 -08:00
init
ipc
kernel Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2018-11-11 16:37:41 -06:00
lib test_objagg: Fix warning. 2018-11-15 14:57:09 -08:00
mm
net net/bpf: split VLAN_PRESENT bit handling from VLAN_TCI 2018-11-16 19:25:28 -08:00
samples
scripts
security
sound
tools selftests: mlxsw: spectrum-2: Add simple delta test 2018-11-15 14:43:43 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS lib: introduce initial implementation of object aggregation manager 2018-11-15 14:43:43 -08:00
Makefile Linux 4.20-rc2 2018-11-11 17:12:31 -06:00
README

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.

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.