https://github.com/torvalds/linux
Revision 1ad5daa65395740d80aa7b2ac11887791142e018 authored by Linus Torvalds on 11 March 2018, 21:55:15 UTC, committed by Linus Torvalds on 11 March 2018, 21:55:15 UTC
Pull timer fix from Thomas Gleixner:
 "Just a single fix which adds a missing Kconfig dependency to avoid
  unmet dependency warnings"

* 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  clocksource/atmel-st: Add 'depends on HAS_IOMEM' to fix unmet dependency
2 parent s ebb3762 + bd2746f
Raw File
Tip revision: 1ad5daa65395740d80aa7b2ac11887791142e018 authored by Linus Torvalds on 11 March 2018, 21:55:15 UTC
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Tip revision: 1ad5daa
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.
back to top