Linux kernel source tree
C Assembly C++ Objective-C Makefile Perl
Latest commit 89876f2 Jan 5, 2018 @torvalds torvalds Merge tag 'for-4.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/ke…
…rnel/git/kdave/linux

Pull btrfs fixes from David Sterba:
 "We have two more fixes for 4.15, both aimed for stable.

  The leak fix is obvious, the second patch fixes a bug revealed by the
  refcount API, when it behaves differently than previous atomic_t and
  reports refs going from 0 to 1 in one case"

* tag 'for-4.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux:
  btrfs: fix refcount_t usage when deleting btrfs_delayed_nodes
  btrfs: Fix flush bio leak
Permalink
Failed to load latest commit information.
Documentation Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linu… Jan 5, 2018
arch Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linu… Jan 5, 2018
block block-throttle: avoid double charge Dec 20, 2017
certs License cleanup: add SPDX GPL-2.0 license identifier to files with no… Nov 2, 2017
crypto Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git… Jan 5, 2018
drivers Merge tag 'mfd-fixes-4.15-1' of git://git.kernel.org/pub/scm/linux/ke… Jan 5, 2018
firmware kbuild: remove all dummy assignments to obj- Nov 18, 2017
fs Merge tag 'for-4.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/ke… Jan 5, 2018
include Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/l… Jan 5, 2018
init Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm… Dec 31, 2017
ipc Rename superblock flags (MS_xyz -> SB_xyz) Nov 27, 2017
kernel kernel/exit.c: export abort() to modules Jan 5, 2018
lib Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git… Jan 5, 2018
mm mm/sparse.c: wrong allocation for mem_section Jan 5, 2018
net strparser: Call sock_owned_by_user_nocheck Dec 28, 2017
samples Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf Dec 3, 2017
scripts Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/s… Dec 15, 2017
security Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linu… Jan 4, 2018
sound ALSA: hda - Fix missing COEF init for ALC225/295/299 Dec 27, 2017
tools Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/… Dec 31, 2017
usr initramfs: fix initramfs rebuilds w/ compression after disabling Nov 3, 2017
virt Merge tag 'kvm-arm-fixes-for-v4.15-2' of git://git.kernel.org/pub/scm… Dec 18, 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 Merge tag 'kbuild-misc-v4.15' of git://git.kernel.org/pub/scm/linux/k… Nov 18, 2017
.mailmap mailmap: update Mark Yao's email address Jan 5, 2018
COPYING [PATCH] update FSF address in COPYING Sep 10, 2005
CREDITS MAINTAINERS: update TPM driver infrastructure changes Nov 10, 2017
Kbuild Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel… Nov 18, 2017
Kconfig License cleanup: add SPDX GPL-2.0 license identifier to files with no… Nov 2, 2017
MAINTAINERS MAINTAINERS: Remove Matt Fleming as EFI co-maintainer Jan 3, 2018
Makefile Linux 4.15-rc6 Dec 31, 2017
README README: add a new README file, pointing to the Documentation/ Oct 24, 2016

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.