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
..
2012-03-28 16:36:37 +02:00
2010-09-30 09:43:32 +09:00
2010-01-12 15:22:26 +09:00
2012-05-08 12:35:07 +02:00
2012-03-28 18:30:03 +01:00
2010-06-02 16:31:42 +09:00
2010-11-01 09:49:04 -04:00
2010-11-01 09:49:04 -04:00
2010-10-07 14:08:55 +01:00
2012-05-21 17:54:01 +09:00
2010-06-14 17:06:10 +09:00
2010-04-26 19:08:55 +09:00
2012-05-21 17:54:01 +09:00
2012-05-05 13:00:25 +02:00
2009-09-01 17:38:32 +09:00
2012-03-28 18:30:03 +01:00
2010-06-14 15:16:53 +09:00
2012-03-28 18:30:03 +01:00
2009-03-18 18:57:43 +09:00
2011-12-08 10:22:08 -08:00
2010-01-12 18:42:52 +09:00
2012-04-26 12:06:12 +02:00
2012-03-28 18:30:03 +01:00
2012-03-28 18:30:03 +01:00
2011-07-26 16:49:47 -07:00
2011-10-28 15:03:43 +09:00