1
0
Fork 0
Fork of alistair23 Linux kernel for reMarkable from https://github.com/alistair23/linux
 
 
 
 
 
 
Go to file
Len Brown cfce494db3 tools/power turbostat: fix x2apic debug message output file
A recently added x2apic debug message was hard-coded to stderr.
That doesn't work with "-o outfile".

Signed-off-by: Len Brown <len.brown@intel.com>
2018-07-26 14:20:59 -04:00
Documentation Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2018-05-25 19:54:42 -07:00
LICENSES
arch x86: msr-index.h: Correct SNB_C1/C3_AUTO_UNDEMOTE defines 2018-06-01 23:12:45 -04:00
block
certs
crypto
drivers platform-drivers-x86 for v4.17-4 2018-05-31 09:39:57 -05:00
firmware
fs Changes since last update: 2018-05-31 16:23:07 -05:00
include Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2018-05-26 13:10:16 -07:00
init init/main.c: include <linux/mem_encrypt.h> 2018-05-25 18:12:11 -07:00
ipc ipc/shm: fix shmat() nil address after round-down when remapping 2018-05-25 18:12:11 -07:00
kernel While writing selftests for a new feature, I triggered two existing 2018-05-29 07:28:48 -05:00
lib idr: fix invalid ptr dereference on item delete 2018-05-25 18:12:10 -07:00
mm kasan: fix memory hotplug during boot 2018-05-25 18:12:11 -07:00
net Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2018-05-25 19:54:42 -07:00
samples
scripts checkpatch: fix macro argument precedence test 2018-05-25 18:12:11 -07:00
security selinux/stable-4.17 PR 20180530 2018-05-30 16:35:07 -05:00
sound ALSA: hda - Fix runtime PM 2018-05-24 20:16:47 +02:00
tools tools/power turbostat: fix x2apic debug message output file 2018-07-26 14:20:59 -04:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: add turbostat utility 2018-06-01 12:12:49 -04:00
Makefile Linux 4.17-rc7 2018-05-27 13:01:47 -07: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.
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.