1. 375074c x86: Clean up cr4 manipulation by Andy Lutomirski · 10 years ago
  2. ba7b392 x86: export get_xsave_addr by Paolo Bonzini · 10 years ago
  3. df24fb8 x86, fpu: __restore_xstate_sig()->math_state_restore() needs preempt_disable() by Oleg Nesterov · 10 years ago
  4. 66463db x86, fpu: shift drop_init_fpu() from save_xstate_sig() to handle_signal() by Oleg Nesterov · 10 years ago
  5. 8ff925e x86/xsaves: Clean up code in xstate offsets computation in xsave area by Fenghua Yu · 11 years ago
  6. 7496d64 Define kernel API to get address of each state in xsave area by Fenghua Yu · 11 years ago
  7. 7e7ce87 x86/xsaves: Enable xsaves/xrstors by Fenghua Yu · 11 years ago
  8. 47c2f29 x86/xsaves: Call booting time xsaves and xrstors in setup_init_fpu_buf by Fenghua Yu · 11 years ago
  9. e7d820a x86, xsave: Support eager-only xsave features, add MPX support by Qiaowei Ren · 11 years ago
  10. 148f9bb x86: delete __cpuinit usage from all x86 files by Paul Gortmaker · 12 years ago
  11. 60e019e x86: Get rid of ->hard_math and all the FPU asm fu by H. Peter Anvin · 12 years ago
  12. e139e95 x86, smap: Do not abuse the [f][x]rstor_checking() functions for user space by H. Peter Anvin · 12 years ago
  13. e002298 x86, fpu: make eagerfpu= boot param tri-state by Suresh Siddha · 12 years ago
  14. 212b021 x86, fpu: enable eagerfpu by default for xsaveopt by Suresh Siddha · 12 years ago
  15. 5d2bd70 x86, fpu: decouple non-lazy/eager fpu restore from xsave by Suresh Siddha · 12 years ago
  16. 304bced x86, fpu: use non-lazy fpu restore for processors supporting xsave by Suresh Siddha · 12 years ago
  17. 377ffbc x86, fpu: remove unnecessary user_fpu_end() in save_xstate_sig() by Suresh Siddha · 12 years ago
  18. e962591 x86, fpu: drop_fpu() before restoring new state from sigframe by Suresh Siddha · 12 years ago
  19. 72a671c x86, fpu: Unify signal handling code paths for x86 and x86_64 kernels by Suresh Siddha · 13 years ago
  20. 0ca5bd0 x86, fpu: Consolidate inline asm routines for saving/restoring fpu state by Suresh Siddha · 13 years ago
  21. 5c7d03e x86/fpu/xsave: Keep __user annotation in casts by Mathias Krause · 12 years ago
  22. c767a54 x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level> by Joe Perches · 13 years ago
  23. d75f1b3 x86, xsave: remove thread_has_fpu() bug check in __sanitize_i387_state() by Suresh Siddha · 13 years ago
  24. 1361b83 i387: Split up <asm/i387.h> into exported and internal interfaces by Linus Torvalds · 13 years ago
  25. f94edac i387: move TS_USEDFPU flag from thread_info to task_struct by Linus Torvalds · 13 years ago
  26. 6d59d7a i387: don't ever touch TS_USEDFPU directly, use helper functions by Linus Torvalds · 13 years ago
  27. 15d8791 i387: fix x86-64 preemption-unsafe user stack save/restore by Linus Torvalds · 13 years ago
  28. 0d2eb44 x86: Fix common misspellings by Lucas De Marchi · 14 years ago
  29. 10340ae x86, xsave: Use alloc_bootmem_align() instead of alloc_bootmem() by Suresh Siddha · 14 years ago
  30. 4a386c3 Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  31. 75cb5fd Merge branches 'x86-cleanups-for-linus', 'x86-vmware-for-linus', 'x86-mtrr-for-linus', 'x86-apic-for-linus', 'x86-fpu-for-linus' and 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  32. 1cff92d x86, xsave: Make xstate_enable_boot_cpu() __init, protect on CPU 0 by H. Peter Anvin · 15 years ago
  33. 4995b9d x86, xsave: Add __init attribute to setup_xstate_features() by Robert Richter · 15 years ago
  34. 45c2d7f x86, xsave: Make init_xstate_buf static by Robert Richter · 15 years ago
  35. ee813d5 x86, xsave: Check cpuid level for XSTATE_CPUID (0x0d) by Robert Richter · 15 years ago
  36. 97e80a7 x86, xsave: Introduce xstate enable functions by Robert Richter · 15 years ago
  37. 0e49bf6 x86, xsave: Separate fpu and xsave initialization by Robert Richter · 15 years ago
  38. 82d4150 x86, xsave: Move boot cpu initialization to xsave_init() by Robert Richter · 15 years ago
  39. 29104e1 x86, xsave: Sync xsave memory layout with its header for user handling by Suresh Siddha · 15 years ago
  40. a1488f8 x86, xsave: Track the offset, size of state in the xsave layout by Suresh Siddha · 15 years ago
  41. 8e221b6 x86: Avoid unnecessary __clear_user() and xrstor in signal handling by Suresh Siddha · 15 years ago
  42. d6d4d42 x86, xsave: Cleanup return codes in check_for_xstate() by Dan Carpenter · 15 years ago
  43. 8660328 x86: Introduce 'struct fpu' and related API by Avi Kivity · 15 years ago
  44. c9ad488 x86: Eliminate TS_XSAVE by Avi Kivity · 15 years ago
  45. 5b3efd5 x86, ptrace: regset extensions to support xstate by Suresh Siddha · 15 years ago
  46. 06c38d5 x86-64: fix FPU corruption with signals and preemption by Suresh Siddha · 16 years ago
  47. a30469e x86: add linux kernel support for YMM state by Suresh Siddha · 16 years ago
  48. 7820b75 x86: xsave.c: restore_user_xstate should be static by Jaswinder Singh Rajput · 16 years ago
  49. bfe085f x86: fixing __cpuinit/__init tangle, xsave_cntxt_init() by Rakib Mullick · 16 years ago
  50. 8bcad30 x86: make variables static by roel kluin · 16 years ago
  51. 9f48280 x86, fpu: check __clear_user() return value by Ingo Molnar · 16 years ago
  52. 04944b7 x86: xsave: set FP, SSE bits in the xsave header in the user sigcontext by Suresh Siddha · 16 years ago
  53. f364ead x86: xsave: fix error condition in save_i387_xstate() by Suresh Siddha · 16 years ago
  54. a19aac8 x86: make setup_xstate_init() __init by Alexey Dobriyan · 16 years ago
  55. f65bc21 x86, xsave: use BUG_ON() instead of BUILD_BUG_ON() by Suresh Siddha · 16 years ago
  56. ed40595 x86, xsave: clear the user buffer before doing fxsave/xsave by Suresh Siddha · 16 years ago
  57. 6152e4b x86, xsave: keep the XSAVE feature mask as an u64 by H. Peter Anvin · 16 years ago
  58. c37b5ef x86, xsave: save/restore the extended state context in sigframe by Suresh Siddha · 16 years ago
  59. ab51370 x86, xsave: reorganization of signal save/restore fpstate code layout by Suresh Siddha · 16 years ago
  60. 3c1c7f1 x86, xsave: dynamically allocate sigframes fpstate instead of static allocation by Suresh Siddha · 16 years ago
  61. dc1e35c x86, xsave: enable xsave/xrstor on cpus with xsave support by Suresh Siddha · 16 years ago