linux/arch/hexagon/include/asm
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
..
asm-offsets.h Hexagon: Add processor and system headers 2011-11-01 07:34:18 -07:00
atomic.h Disintegrate asm/system.h for Hexagon 2012-03-28 18:30:02 +01:00
barrier.h Disintegrate asm/system.h for Hexagon 2012-03-28 18:30:02 +01:00
bitops.h Disintegrate asm/system.h for Hexagon 2012-03-28 18:30:02 +01:00
bitsperlong.h
byteorder.h Hexagon: Core arch-specific header files 2011-11-01 07:34:18 -07:00
cache.h Hexagon: Implement basic cache-flush support 2011-11-01 07:34:20 -07:00
cacheflush.h Hexagon: Implement basic cache-flush support 2011-11-01 07:34:20 -07:00
checksum.h Hexagon: Add checksum functions 2011-11-01 07:34:18 -07:00
cmpxchg.h Disintegrate asm/system.h for Hexagon 2012-03-28 18:30:02 +01:00
delay.h Hexagon: Add delay functions 2011-11-01 07:34:18 -07:00
dma-mapping.h Hexagon: adapt for dma_map_ops changes 2012-03-28 16:36:40 +02:00
dma.h Hexagon: Provide DMA implementation 2011-11-01 07:34:20 -07:00
elf.h Hexagon: Core arch-specific header files 2011-11-01 07:34:18 -07:00
exec.h Disintegrate asm/system.h for Hexagon 2012-03-28 18:30:02 +01:00
fixmap.h Hexagon: Add page table header files & etc. 2011-11-01 07:34:20 -07:00
fpu.h Hexagon: Core arch-specific header files 2011-11-01 07:34:18 -07:00
futex.h Hexagon: Core arch-specific header files 2011-11-01 07:34:18 -07:00
hexagon_vm.h Hexagon: Add hypervisor interface 2011-11-01 07:34:19 -07:00
intrinsics.h Hexagon: Add checksum functions 2011-11-01 07:34:18 -07:00
io.h Hexagon: Provide basic implementation and/or stubs for I/O routines. 2011-11-01 07:34:20 -07:00
irq.h Hexagon: Add interrupts 2011-11-01 07:34:19 -07:00
irqflags.h Hexagon: Add processor and system headers 2011-11-01 07:34:18 -07:00
Kbuild
kgdb.h Hexagon: kgdb support files 2011-11-01 07:34:21 -07:00
linkage.h Hexagon: Core arch-specific header files 2011-11-01 07:34:18 -07:00
mem-layout.h Hexagon: Add page-fault support. 2011-11-01 07:34:20 -07:00
mmu_context.h Hexagon: Add page table header files & etc. 2011-11-01 07:34:20 -07:00
mmu.h Hexagon: Add page table header files & etc. 2011-11-01 07:34:20 -07:00
module.h Hexagon: Core arch-specific header files 2011-11-01 07:34:18 -07:00
mutex.h
page.h Hexagon: Add page table header files & etc. 2011-11-01 07:34:20 -07:00
param.h Hexagon: Core arch-specific header files 2011-11-01 07:34:18 -07:00
perf_event.h perf, arch: Rework perf_event_index() 2011-12-21 11:01:07 +01:00
pgalloc.h Hexagon: Add page table header files & etc. 2011-11-01 07:34:20 -07:00
pgtable.h Hexagon: Add page table header files & etc. 2011-11-01 07:34:20 -07:00
processor.h fork: move the real prepare_to_copy() users to arch_dup_task_struct() 2012-05-16 15:16:26 -07:00
ptrace.h Hexagon: Add ptrace support 2011-11-01 07:34:19 -07:00
registers.h Hexagon: Add processor and system headers 2011-11-01 07:34:18 -07:00
setup.h
sigcontext.h Hexagon: Add signal functions 2011-11-01 07:34:19 -07:00
signal.h Hexagon: Add signal functions 2011-11-01 07:34:19 -07:00
smp.h Hexagon: Add SMP support 2011-11-01 07:34:20 -07:00
spinlock_types.h Remove unneeded include of version.h from arch/hexagon/include/asm/spinlock_types.h 2012-05-22 18:40:45 -05:00
spinlock.h Hexagon: Add locking types and functions 2011-11-01 07:34:20 -07:00
string.h Hexagon: Core arch-specific header files 2011-11-01 07:34:18 -07:00
suspend.h Hexagon: Core arch-specific header files 2011-11-01 07:34:18 -07:00
swab.h Hexagon: Core arch-specific header files 2011-11-01 07:34:18 -07:00
switch_to.h Disintegrate asm/system.h for Hexagon 2012-03-28 18:30:02 +01:00
syscall.h Hexagon: Add syscalls 2011-11-01 07:34:18 -07:00
thread_info.h hexagon: Use common threadinfo allocator 2012-05-08 14:08:45 +02:00
time.h Hexagon: Add time and timer functions 2011-11-01 07:34:19 -07:00
timer-regs.h Hexagon: Add time and timer functions 2011-11-01 07:34:19 -07:00
timex.h Hexagon: Core arch-specific header files 2011-11-01 07:34:18 -07:00
tlb.h Hexagon: Implement basic TLB management routines for Hexagon. 2011-11-01 07:34:20 -07:00
tlbflush.h Hexagon: Implement basic TLB management routines for Hexagon. 2011-11-01 07:34:20 -07:00
traps.h Hexagon: Provide basic debugging and system trap support. 2011-11-01 07:34:19 -07:00
uaccess.h Hexagon: Add user access functions 2011-11-01 07:34:20 -07:00
unistd.h Hexagon: Add syscalls 2011-11-01 07:34:18 -07:00
user.h
vdso.h Hexagon: Add signal functions 2011-11-01 07:34:19 -07:00
vm_fault.h Hexagon: Add page-fault support. 2011-11-01 07:34:20 -07:00
vm_mmu.h Hexagon: Add hypervisor interface 2011-11-01 07:34:19 -07:00