No description
Find a file
Daniel Scheller 11e358bf37 media: ddbridge: use dev_* macros in favor of printk
Side effect: KERN_DEBUG messages aren't written to the kernel log anymore.
This also improves the tda18212_ping reporting a bit so users know that if
pinging wasn't successful, bad things will happen.

Since in module_init_ddbridge() there's no dev yet, pr_info is used
instead.

Signed-off-by: Daniel Scheller <d.scheller@gmx.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2017-06-24 09:41:55 -03:00
arch mm: larger stack guard gap, between vmas 2017-06-19 21:50:20 +08:00
block
certs
crypto
Documentation [media] media/uapi/v4l: clarify cropcap/crop/selection behavior 2017-06-23 09:22:17 -03:00
drivers media: ddbridge: use dev_* macros in favor of printk 2017-06-24 09:41:55 -03:00
firmware
fs mm: larger stack guard gap, between vmas 2017-06-19 21:50:20 +08:00
include [media] dvb: don't use 'time_t' in event ioctl 2017-06-20 11:27:01 -03:00
init
ipc
kernel Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2017-06-18 18:46:51 +09:00
lib
mm mm: larger stack guard gap, between vmas 2017-06-19 21:50:20 +08:00
net
samples
scripts
security
sound
tools Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2017-06-18 18:42:31 +09:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS [media] s5p-cec: update MAINTAINERS entry 2017-06-20 09:12:36 -03:00
Makefile Linux 4.12-rc6 2017-06-19 22:19:37 +08:00
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.