Linus Torvalds ec0d7f18ab Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull fpu state cleanups from Ingo Molnar:
 "This tree streamlines further aspects of FPU handling by eliminating
  the prepare_to_copy() complication and moving that logic to
  arch_dup_task_struct().

  It also fixes the FPU dumps in threaded core dumps, removes and old
  (and now invalid) assumption plus micro-optimizes the exit path by
  avoiding an FPU save for dead tasks."

Fixed up trivial add-add conflict in arch/sh/kernel/process.c that came
in because we now do the FPU handling in arch_dup_task_struct() rather
than the legacy (and now gone) prepare_to_copy().

* 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86, fpu: drop the fpu state during thread exit
  x86, xsave: remove thread_has_fpu() bug check in __sanitize_i387_state()
  coredump: ensure the fpu state is flushed for proper multi-threaded core dump
  fork: move the real prepare_to_copy() users to arch_dup_task_struct()
2012-05-23 10:59:07 -07:00
..
2010-10-22 09:43:22 +02:00
2012-03-28 18:30:02 +01:00
2011-07-25 11:20:40 +10:00
2011-12-10 19:52:48 +01:00
2011-03-31 11:26:23 -03:00
2012-03-28 18:30:02 +01:00
2011-03-31 11:26:23 -03:00
2011-07-25 11:20:41 +10:00
2012-03-28 18:30:02 +01:00
2011-11-08 22:35:49 +01:00
2010-06-09 11:12:36 +02:00
2011-03-31 11:26:23 -03:00
2011-12-10 19:52:47 +01:00
2011-12-10 19:52:48 +01:00
2011-12-10 19:52:47 +01:00
2011-04-10 17:01:05 +02:00
2011-04-10 17:01:05 +02:00
2011-03-31 11:26:23 -03:00
2009-09-22 07:17:42 -07:00
2011-03-16 19:10:41 +01:00
2009-09-10 12:01:24 +10:00
2011-12-30 10:20:32 +10:00
2012-02-14 12:01:29 -08:00
2011-07-26 16:49:43 -07:00
2012-03-28 18:30:02 +01:00
2010-02-27 18:27:13 +01:00
2012-03-28 18:30:02 +01:00
2012-01-03 22:55:17 -05:00
2012-04-22 20:16:50 +02:00