Linux kernel source tree
C C++ Assembly Makefile Objective-C Perl
#3 Compare This branch is 2 commits ahead, 44169 commits behind torvalds:master.
Permalink
Failed to load latest commit information.
Documentation Merge tag 'gpio-v4.12-3' of git://git.kernel.org/pub/scm/linux/kernel… Jun 24, 2017
arch Nintendo 3DS: Add atheros,ath6kl to the DTS Jun 30, 2017
block block: provide bio_uninit() free freeing integrity/task associations Jun 28, 2017
certs scripts/spelling.txt: add "intialise(d)" pattern and fix typo instances May 9, 2017
crypto crypto : asymmetric_keys : verify_pefile:zero memory content before f… Jun 9, 2017
drivers nintendo3ds: Initial port patch Jun 30, 2017
firmware firmware/Makefile: force recompilation if makefile changes May 9, 2017
fs Merge branch 'for-linus' of git://git.kernel.dk/linux-block Jun 29, 2017
include nintendo3ds: Initial port patch Jun 30, 2017
init Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/lin… May 10, 2017
ipc mm: introduce kv[mz]alloc helpers May 9, 2017
kernel Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net Jun 29, 2017
lib lib/cmdline.c: fix get_options() overflow while parsing ranges Jun 23, 2017
mm slub: make sysfs file removal asynchronous Jun 23, 2017
net net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish() Jun 29, 2017
samples samples/bpf: run cleanup routines when receiving SIGTERM May 12, 2017
scripts Merge tag 'kbuild-fixes-v4.12-2' of git://git.kernel.org/pub/scm/linu… Jun 24, 2017
security selinux: fix double free in selinux_parse_opts_str() Jun 13, 2017
sound ALSA: hda - Apply quirks to Broxton-T, too Jun 20, 2017
tools Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net Jun 29, 2017
usr initramfs: fix disabling of initramfs (and its compression) Jun 2, 2017
virt KVM: arm/arm64: Handle possible NULL stage2 pud when ageing pages Jun 6, 2017
.cocciconfig scripts: add Linux .cocciconfig for coccinelle Jul 22, 2016
.get_maintainer.ignore Add hch to .get_maintainer.ignore Aug 21, 2015
.gitattributes .gitattributes: set git diff driver for C source code files Oct 8, 2016
.gitignore kbuild: Add support to generate LLVM assembly files Apr 24, 2017
.mailmap Merge tag 'for-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/… May 12, 2017
COPYING [PATCH] update FSF address in COPYING Sep 10, 2005
CREDITS avr32: remove support for AVR32 architecture May 1, 2017
Kbuild kbuild: Consolidate header generation from ASM offset information Apr 12, 2017
Kconfig kbuild: migrate all arch to the kconfig mainmenu upgrade Sep 20, 2010
MAINTAINERS Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-u… Jun 26, 2017
Makefile Linux 4.12-rc7 Jun 26, 2017
README README: add a new README file, pointing to the Documentation/ Oct 24, 2016
copy_3ds.sh nintendo3ds: Initial port patch Jun 30, 2017
make_3ds.sh nintendo3ds: Initial port patch Jun 30, 2017

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.