No description
Find a file
Peter Zijlstra 95cb64c1fe fork: Fix task_struct alignment
Stupid bug that wrecked the alignment of task_struct and causes WARN()s
in the x86 FPU code on some platforms.

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Tested-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Fixes: e274795ea7 ("locking/mutex: Fix mutex handoff")
Link: http://lkml.kernel.org/r/20170218142645.GH6500@twins.programming.kicks-ass.net
Signed-off-by: Ingo Molnar <mingo@kernel.org>
2017-02-20 11:22:37 +01:00
arch sched/core: Remove set_task_state() 2017-01-14 11:14:16 +01:00
block
certs
crypto
Documentation locking/ww_mutex/Documentation: Update the design document 2017-01-14 11:14:55 +01:00
drivers lkdtm: Convert to refcount_t testing 2017-02-10 09:04:20 +01:00
firmware
fs locking/atomic, kref: Add kref_read() 2017-01-14 11:37:18 +01:00
include kref: Implement 'struct kref' using refcount_t 2017-02-10 09:04:19 +01:00
init locking/atomic, kref: Add KREF_INIT() 2017-01-14 11:37:18 +01:00
ipc
kernel fork: Fix task_struct alignment 2017-02-20 11:22:37 +01:00
lib refcount_t: Introduce a special purpose refcount type 2017-02-10 09:04:19 +01:00
mm
net locking/atomic, kref: Implement kref_put_lock() 2017-01-18 10:03:29 +01:00
samples
scripts
security locking/atomic, kref: Use kref_get_unless_zero() more 2017-01-14 11:37:20 +01:00
sound
tools locking/ww_mutex: Add ww_mutex to tools/testing/selftests 2017-01-14 11:37:17 +01:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
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.