1. eb099e5 x86/mpx: Restrict the mmap() size check to bounds tables by Dave Hansen · 10 years ago
  2. 3c1d323 x86/mpx: Remove redundant MPX_BNDCFG_ADDR_MASK by Qiaowei Ren · 10 years ago
  3. 46a6e0c x86/mpx: Clean up the code by not passing a task pointer around when unnecessary by Dave Hansen · 10 years ago
  4. a84eeaa x86/mpx: Use the new get_xsave_field_ptr()API by Dave Hansen · 10 years ago
  5. 04cd027 x86/fpu/xstate: Wrap get_xsave_addr() to make it safer by Dave Hansen · 10 years ago
  6. 0c4109b x86/fpu/xstate: Fix up bad get_xsave_addr() assumptions by Dave Hansen · 10 years ago
  7. 83242c5 x86/fpu: Make WARN_ON_FPU() more robust in the !CONFIG_X86_DEBUG_FPU case by Ingo Molnar · 10 years ago
  8. d65fcd6 x86/fpu: Simplify copy_kernel_to_xregs_booting() by Ingo Molnar · 10 years ago
  9. 003e2e8 x86/fpu: Standardize the parameter type of copy_kernel_to_fpregs() by Ingo Molnar · 10 years ago
  10. 9ccc27a x86/fpu: Remove error return values from copy_kernel_to_*regs() functions by Ingo Molnar · 10 years ago
  11. 3e1bf47 x86/fpu: Rename copy_fpstate_to_fpregs() to copy_kernel_to_fpregs() by Ingo Molnar · 10 years ago
  12. 43b287b x86/fpu: Add debugging checks to all copy_kernel_to_*() functions by Ingo Molnar · 10 years ago
  13. ce2a1e6 x86/fpu: Add debugging check to fpu__restore() by Ingo Molnar · 10 years ago
  14. 343763c x86/fpu: Optimize fpu__activate_fpstate_write() by Ingo Molnar · 10 years ago
  15. 6a81d7e x86/fpu: Rename fpu__activate_fpstate() to fpu__activate_fpstate_write() by Ingo Molnar · 10 years ago
  16. 9ba6b79 x86/fpu: Optimize fpu__activate_fpstate_read() by Ingo Molnar · 10 years ago
  17. 05602812 x86/fpu: Split out the fpu__activate_fpstate_read() method by Ingo Molnar · 10 years ago
  18. 47f01e8 x86/fpu: Fix FPU register read access to the current task by Ingo Molnar · 10 years ago
  19. 8c05f05 x86/fpu: Micro-optimize the copy_xregs_to_kernel*() and copy_kernel_to_xregs*() functions by Ingo Molnar · 10 years ago
  20. 685c961 x86/fpu: Improve the initialization logic of 'err' around xstate_fault() constraints by Ingo Molnar · 10 years ago
  21. 87b6559 x86/fpu: Improve xstate_fault() handling by Ingo Molnar · 10 years ago
  22. 87dafd4 x86/fpu: Rename xstate related 'fx' references to 'xstate' by Ingo Molnar · 10 years ago
  23. 6e55359 x86/fpu: Fix fpu__init_system_xstate() comments by Ingo Molnar · 10 years ago
  24. fd169b0 x86/fpu: Move the xstate copying functions into fpu/internal.h by Ingo Molnar · 10 years ago
  25. 3152657 Merge branch 'linus' into x86/fpu by Ingo Molnar · 10 years ago
  26. b8c1b8ea x86/fpu: Fix FPU state save area alignment bug by Ingo Molnar · 10 years ago
  27. 0b6280c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  28. 2a058f3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  29. 9eeb516 ARM: zynq: DT: Use the zynq binding with macb by Nathan Sullivan · 10 years ago
  30. b54b4bb x86/fpu, crypto: Fix AVX2 feature tests by Ingo Molnar · 10 years ago
  31. a1cae34 crypto: s390/ghash - Fix incorrect ghash icv buffer handling. by Harald Freudenberger · 10 years ago
  32. 865d872 Merge tag 'for-linus-4.1b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  33. f0d8690 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  34. 2f8126e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  35. c447e76 kvm/fpu: Enable eager restore kvm FPU for MPX by Liang Li · 10 years ago
  36. 0fdd74f Revert "KVM: x86: drop fpu_activate hook" by Paolo Bonzini · 10 years ago
  37. e8fd5e9 kvm: fix crash in kvm_vcpu_reload_apic_access_page by Andrea Arcangeli · 10 years ago
  38. 6f56a8d Merge branch 'x86/urgent' into x86/fpu, to resolve a conflict by Ingo Molnar · 10 years ago
  39. e88221c x86/fpu: Disable XSAVES* support for now by Ingo Molnar · 10 years ago
  40. 5856afe x86/fpu/init: Clean up and comment the __setup() functions by Ingo Molnar · 10 years ago
  41. 7cf82d3 x86/fpu/init: Move __setup() functions to fpu/init.c by Ingo Molnar · 10 years ago
  42. b11ca7f x86/fpu/xstate: Use explicit parameter in xstate_fault() by Ingo Molnar · 10 years ago
  43. 416716e Merge tag 'powerpc-4.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 10 years ago
  44. b1b64dc x86/fpu: Reorganize fpu/internal.h by Ingo Molnar · 10 years ago
  45. e97131a x86/fpu: Add CONFIG_X86_DEBUG_FPU=y FPU debugging code by Ingo Molnar · 10 years ago
  46. d364a76 x86/fpu: Fix the 'nofxsr' boot parameter to also clear X86_FEATURE_FXSR_OPT by Ingo Molnar · 10 years ago
  47. e1884d6 x86/fpu: Pass 'struct fpu' to fpu__restore() by Ingo Molnar · 10 years ago
  48. 3223187 x86/fpu/init: Propagate __init annotations by Ingo Molnar · 10 years ago
  49. 5fd402d x86/fpu/xstate: Clean up setup_xstate_comp() call by Ingo Molnar · 10 years ago
  50. 489e9c0 x86/fpu: Clean up xstate feature reservation by Ingo Molnar · 10 years ago
  51. 39f1acd x86/fpu/xstate: Don't assume the first zero xfeatures zero bit means the end by Ingo Molnar · 10 years ago
  52. 63c6680 x86/fpu: Move debugging check from kernel_fpu_begin() to __kernel_fpu_begin() by Ingo Molnar · 10 years ago
  53. bdf80d1 x86/fpu: Document the various fpregs state formats by Ingo Molnar · 10 years ago
  54. aeb997b9 x86/fpu: Change fpu->fpregs_active from 'int' to 'char', add lazy switching comments by Ingo Molnar · 10 years ago
  55. c47ada3 x86/fpu: Harmonize FPU register state types by Ingo Molnar · 10 years ago
  56. 0c306bc x86/fpu: Factor out the FPU regset code into fpu/regset.c by Ingo Molnar · 10 years ago
  57. b992c66 x86/fpu: Factor out fpu/signal.c by Ingo Molnar · 10 years ago
  58. c681314 x86/fpu: Rename all the fpregs, xregs, fxregs and fregs handling functions by Ingo Molnar · 10 years ago
  59. 8154188 x86/fpu: Move restore_init_xstate() out of fpu/internal.h by Ingo Molnar · 10 years ago
  60. 6f57502 x86/fpu: Generalize 'init_xstate_ctx' by Ingo Molnar · 10 years ago
  61. bf935b0 x86/fpu: Create 'union thread_xstate' helper for fpstate_init() by Ingo Molnar · 10 years ago
  62. 0aba697 x86/fpu: Harmonize the names of the fpstate_init() helper functions by Ingo Molnar · 10 years ago
  63. e1cebad x86/fpu: Factor out the exception error code handling code by Ingo Molnar · 10 years ago
  64. acd58a3 x86/fpu: Remove run-once init quirks by Ingo Molnar · 10 years ago
  65. 59a36d1 x86/fpu: Factor out fpu/regset.h from fpu/internal.h by Ingo Molnar · 10 years ago
  66. fcbc99c x86/fpu: Split out fpu/signal.h from fpu/internal.h for signal frame handling functions by Ingo Molnar · 10 years ago
  67. 05012c1 x86/fpu: Move is_ia32*frame() helpers out of fpu/internal.h by Ingo Molnar · 10 years ago
  68. fbce778 x86/fpu: Merge fpu__reset() and fpu__clear() by Ingo Molnar · 10 years ago
  69. 82c0e45 x86/fpu: Move the signal frame handling code closer to each other by Ingo Molnar · 10 years ago
  70. 9dfe99b x86/fpu: Rename restore_xstate_sig() to fpu__restore_sig() by Ingo Molnar · 10 years ago
  71. 04c8e01 x86/fpu: Move fpu__clear() to 'struct fpu *' parameter passing by Ingo Molnar · 10 years ago
  72. 6ffc152 x86/fpu: Move all the fpu__*() high level methods closer to each other by Ingo Molnar · 10 years ago
  73. 0e75c54 x86/fpu: Rename restore_fpu_checking() to copy_fpstate_to_fpregs() by Ingo Molnar · 10 years ago
  74. 5033861 x86/fpu: Synchronize the naming of drop_fpu() and fpu_reset_state() by Ingo Molnar · 10 years ago
  75. 5e907bb x86/alternatives, x86/fpu: Add 'alternatives_patched' debug flag and use it in xsave_state() by Ingo Molnar · 10 years ago
  76. 2e85591 x86/fpu: Better document fpu__clear() state handling by Ingo Molnar · 10 years ago
  77. b1276c4 x86/fpu: Initialize fpregs in fpu__init_cpu_generic() by Ingo Molnar · 10 years ago
  78. 3c6dffa x86/fpu: Rename user_has_fpu() to fpregs_active() by Ingo Molnar · 10 years ago
  79. be7436d x86/fpu: Clarify ancient comments in fpu__restore() by Ingo Molnar · 10 years ago
  80. 2a52af8 x86/fpu: Rename save_user_xstate() to copy_fpregs_to_sigframe() by Ingo Molnar · 10 years ago
  81. c8e1404 x86/fpu: Rename save_xstate_sig() to copy_fpstate_to_sigframe() by Ingo Molnar · 10 years ago
  82. 36e49e7f x86/fpu: Pass 'struct fpu' to fpstate_sanitize_xstate() by Ingo Molnar · 10 years ago
  83. 1ac91a7 x86/fpu: Simplify fpstate_sanitize_xstate() calls by Ingo Molnar · 10 years ago
  84. d090319 x86/fpu: Rename sanitize_i387_state() to fpstate_sanitize_xstate() by Ingo Molnar · 10 years ago
  85. befc61a x86/fpu: Move asm/xcr.h to asm/fpu/internal.h by Ingo Molnar · 10 years ago
  86. 57dd083 x86/fpu, crypto x86/sha1_mb: Remove FPU internal headers from sha1_mb.c by Ingo Molnar · 10 years ago
  87. 534ff06 x86/fpu, crypto x86/serpent_avx2: Simplify the init() xfeature checks by Ingo Molnar · 10 years ago
  88. d1e5096 x86/fpu, crypto x86/sha1_ssse3: Simplify the sha1_ssse3_mod_init() xfeature checks by Ingo Molnar · 10 years ago
  89. 1debf7d x86/fpu, crypto x86/cast6_avx: Simplify the cast6_init() xfeature checks by Ingo Molnar · 10 years ago
  90. c93b8a3 x86/fpu, crypto x86/sha512_ssse3: Simplify the sha512_ssse3_mod_init() xfeature checks by Ingo Molnar · 10 years ago
  91. d5d34d9 x86/fpu, crypto x86/cast5_avx: Simplify the cast5_init() xfeature checks by Ingo Molnar · 10 years ago
  92. c1c23f7 x86/fpu, crypto x86/serpent_avx: Simplify the serpent_init() xfeature checks by Ingo Molnar · 10 years ago
  93. 4eecd26 x86/fpu, crypto x86/twofish_avx: Simplify the twofish_init() xfeature checks by Ingo Molnar · 10 years ago
  94. 7bc371f x86/fpu, crypto x86/camellia_aesni_avx2: Simplify the camellia_aesni_init() xfeature checks by Ingo Molnar · 10 years ago
  95. 70d51eb x86/fpu, crypto x86/sha256_ssse3: Simplify the sha256_ssse3_mod_init() xfeature checks by Ingo Molnar · 10 years ago
  96. ce4f5f9 x86/fpu, crypto x86/camellia_aesni_avx: Simplify the camellia_aesni_init() xfeature checks by Ingo Molnar · 10 years ago
  97. 91969d6 x86/fpu: Move xfeature type enumeration to fpu/types.h by Ingo Molnar · 10 years ago
  98. 677b98b x86/fpu: Enumerate xfeature bits by Ingo Molnar · 10 years ago
  99. 33588b5 x86/fpu: Simplify print_xstate_features() by Ingo Molnar · 10 years ago
  100. 5b07343 x86/fpu: Introduce cpu_has_xfeatures(xfeatures_mask, feature_name) by Ingo Molnar · 10 years ago