1. 7b302e6 x86/fpu: Remove assembly guard from asm/fpu/api.h by Ingo Molnar · 10 years ago
  2. c0841e3 x86/fpu: Remove xsave_init() __init obfuscation by Ingo Molnar · 10 years ago
  3. df63975 x86/fpu: Move MXCSR_DEFAULT to fpu/internal.h by Ingo Molnar · 10 years ago
  4. 78f7f1e x86/fpu: Rename fpu-internal.h to fpu/internal.h by Ingo Molnar · 10 years ago
  5. a137fb6 x86/fpu: Move xsave.h to fpu/xsave.h by Ingo Molnar · 10 years ago
  6. df6b35f x86/fpu: Rename i387.h to fpu/api.h by Ingo Molnar · 10 years ago
  7. e11267c x86/fpu: Clean up fpu__clear() a bit by Ingo Molnar · 10 years ago
  8. 2e8a310 x86/fpu: Rename fpu__flush_thread() to fpu__clear() by Ingo Molnar · 10 years ago
  9. cc08d54 x86/fpu: Use 'struct fpu' in fpu__unlazy_stopped() by Ingo Molnar · 10 years ago
  10. db2b1d3 x86/fpu: Use 'struct fpu' in fpstate_alloc_init() by Ingo Molnar · 10 years ago
  11. c69e098 x86/fpu: Use 'struct fpu' in fpu__copy() by Ingo Molnar · 10 years ago
  12. f9bc977 x86/fpu: Use 'struct fpu' in fpu_copy() by Ingo Molnar · 10 years ago
  13. 0c07059 x86/fpu: Use 'struct fpu' in fpu__save() by Ingo Molnar · 10 years ago
  14. a4d8fc2 x86/fpu: Use 'struct fpu' in __fpu_save() by Ingo Molnar · 10 years ago
  15. 2d75bcf x86/fpu: Move __save_fpu() into fpu/core.c by Ingo Molnar · 10 years ago
  16. 384a23f x86/fpu: Use 'struct fpu' in switch_fpu_finish() by Ingo Molnar · 10 years ago
  17. cb8818b x86/fpu: Use 'struct fpu' in switch_fpu_prepare() by Ingo Molnar · 10 years ago
  18. af2d94f x86/fpu: Use 'struct fpu' in fpu_reset_state() by Ingo Molnar · 10 years ago
  19. 11f2d50 x86/fpu: Use 'struct fpu' in restore_fpu_checking() by Ingo Molnar · 10 years ago
  20. 66ddc2c x86/fpu: Use 'struct fpu' in fpu_lazy_restore() by Ingo Molnar · 10 years ago
  21. eb6a325 x86/fpu: Remove task_disable_lazy_fpu_restore() by Ingo Molnar · 10 years ago
  22. ca6787b x86/fpu: Remove 'struct task_struct' usage from drop_fpu() by Ingo Molnar · 10 years ago
  23. c5bedc6 x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_active by Ingo Molnar · 10 years ago
  24. af7f872 x86/fpu: Document fpu__unlazy_stopped() by Ingo Molnar · 10 years ago
  25. 4c13841 x86/fpu: Open code PF_USED_MATH usages by Ingo Molnar · 10 years ago
  26. 4540d3f x86/fpu: Remove 'struct task_struct' usage from __thread_fpu_begin() by Ingo Molnar · 10 years ago
  27. 35191e3 x86/fpu: Remove 'struct task_struct' usage from __thread_fpu_end() by Ingo Molnar · 10 years ago
  28. c0311f6 x86/fpu: Remove 'struct task_struct' usage from __thread_set_has_fpu() by Ingo Molnar · 10 years ago
  29. 36b544d x86/fpu: Change fpu_owner_task to fpu_fpregs_owner_ctx by Ingo Molnar · 10 years ago
  30. b0c050c x86/fpu: Move 'PER_CPU(fpu_owner_task)' to fpu/core.c by Ingo Molnar · 10 years ago
  31. 36fe617 x86/fpu: Change __thread_clear_has_fpu() to 'struct fpu' parameter by Ingo Molnar · 10 years ago
  32. 276983f x86/fpu: Eliminate the __thread_has_fpu() wrapper by Ingo Molnar · 10 years ago
  33. 9a89b02 x86/fpu: Print out whether we are doing lazy/eager FPU context switches by Ingo Molnar · 10 years ago
  34. bfd6fc05 x86/fpu: Add debugging check to fpu_copy() by Ingo Molnar · 10 years ago
  35. e102f30 x86/fpu: Move fpu_copy() to fpu/core.c by Ingo Molnar · 10 years ago
  36. 6522d78 x86/fpu: Remove __save_init_fpu() by Ingo Molnar · 10 years ago
  37. 085cc28 x86/fpu: Add kernel_fpu_disabled() by Ingo Molnar · 10 years ago
  38. 3103ae3 x86/fpu: Add debug check to kernel_fpu_disable() by Ingo Molnar · 10 years ago
  39. 416d49a x86/fpu: Make kernel_fpu_disable/enable() static by Ingo Molnar · 10 years ago
  40. f55f88e x86/fpu: Make task_xstate_cachep static by Ingo Molnar · 10 years ago
  41. 5a12bf6 x86/fpu: Uninline fpstate_free() and move it next to the allocation function by Ingo Molnar · 10 years ago
  42. a752b53 x86/fpu: Factor out fpu__copy() by Ingo Molnar · 10 years ago
  43. 8ffb53a x86/fpu: Move task_xstate_cachep handling to core.c by Ingo Molnar · 10 years ago
  44. 0afc4a9 x86/fpu: Remove fpu_xsave() by Ingo Molnar · 10 years ago
  45. 3e261c1 x86/fpu: Simplify the xsave_state*() methods by Ingo Molnar · 10 years ago
  46. 4d16409 x86/fpu: Factor out the FPU bug detection code into fpu__init_check_bugs() by Ingo Molnar · 10 years ago
  47. 3a0aee4 x86/fpu: Rename math_state_restore() to fpu__restore() by Ingo Molnar · 10 years ago
  48. 93b9071 x86/fpu: Move math_state_restore() to fpu/core.c by Ingo Molnar · 10 years ago
  49. 81683cc x86/fpu: Factor out fpu__flush_thread() from flush_thread() by Ingo Molnar · 10 years ago
  50. 11ad192 x86/fpu: Remove the free_thread_xstate() complication by Ingo Molnar · 10 years ago
  51. 146ed59 x86/fpu: Move the no_387 handling and FPU detection code into init.c by Ingo Molnar · 10 years ago
  52. 4445e6e x86/fpu: Remove unnecessary includes from core.c by Ingo Molnar · 10 years ago
  53. 0c86753 x86/fpu: Split out the boot time FPU init code into fpu/init.c by Ingo Molnar · 10 years ago
  54. f89e32e x86/fpu: Fix header file dependencies of fpu-internal.h by Ingo Molnar · 10 years ago
  55. ce4c4c2 x86/fpu: Move i387.c and xsave.c to arch/x86/kernel/fpu/ by Ingo Molnar · 10 years ago
  56. 47bc510 x86/fpu: Clean up asm/fpu/types.h by Ingo Molnar · 10 years ago
  57. 14b9675 x86/fpu: Move FPU data structures to asm/fpu_types.h by Ingo Molnar · 10 years ago
  58. 1260099 x86/fpu: Improve the comment for the fpu::counter field by Ingo Molnar · 10 years ago
  59. c0c2803 x86/fpu: Move thread_info::fpu_counter into thread_info::fpu.counter by Ingo Molnar · 10 years ago
  60. 3f6a0bc x86/fpu: Rename init_thread_xstate() to fpstate_xstate_init_size() by Ingo Molnar · 10 years ago
  61. 3a9c4b0 x86/fpu: Rename fpu_init() to fpu__cpu_init() by Ingo Molnar · 10 years ago
  62. c0ee2cf x86/fpu: Rename fpu_finit() to fpstate_init() by Ingo Molnar · 10 years ago
  63. a7c2a83 x86/fpu: Rename fpu_free() to fpstate_free() by Ingo Molnar · 10 years ago
  64. ed97b08 x86/fpu: Rename fpu_alloc() to fpstate_alloc() by Ingo Molnar · 10 years ago
  65. 6fbe671 x86/fpu: Move fpu_alloc() out of line by Ingo Molnar · 10 years ago
  66. 3732442 x86/fpu: Remove fpu_allocated() by Ingo Molnar · 10 years ago
  67. 071ae62 x86/fpu: Simplify fpu__unlazy_stopped() by Ingo Molnar · 10 years ago
  68. 8694c3e x86/fpu: Optimize fpu__unlazy_stopped() by Ingo Molnar · 10 years ago
  69. 67e97fc x86/fpu: Rename init_fpu() to fpu__unlazy_stopped() and add debugging check by Ingo Molnar · 10 years ago
  70. bda28379 x86/fpu: Make init_fpu() static by Ingo Molnar · 10 years ago
  71. 97185c9 x86/fpu: Split an fpstate_alloc_init() function out of init_fpu() by Ingo Molnar · 10 years ago
  72. 68ad8b9 x86/fpu: Remove stale init_fpu() prototype by Ingo Molnar · 10 years ago
  73. 1a7dc0d x86/fpu: Rename fpu_detect() to fpu__detect() by Ingo Molnar · 10 years ago
  74. 87cdb98a x86/fpu: Add debugging check to fpu__save() by Ingo Molnar · 10 years ago
  75. 4af08f2 x86/fpu: Add comments to fpu__save() and restrict its export by Ingo Molnar · 10 years ago
  76. 0a78155 x86/fpu: Rename unlazy_fpu() to fpu__save() by Ingo Molnar · 10 years ago
  77. 518af3c Merge branch 'master' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  78. 2ed3d79 Merge tag 'arc-4.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 10 years ago
  79. d661027 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  80. 4b470f1 Merge branch 'parisc-4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 10 years ago
  81. e05cb56 MIPS: tlb-r4k: Fix PG_ELPA comment by James Hogan · 10 years ago
  82. 7363cb7 MIPS: Fix up obsolete cpu_set usage by Ezequiel Garcia · 10 years ago
  83. be5e32f Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  84. ef4a293 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  85. 56523ee Merge tag 'samsung-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into fixes by Arnd Bergmann · 10 years ago
  86. cc1c1b5 Merge tag 'mvebu-fixes-4.1-2' of git://git.infradead.org/linux-mvebu into fixes by Arnd Bergmann · 10 years ago
  87. fc8c540 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  88. c1f0ecf ARM: EXYNOS: Use of_machine_is_compatible instead of soc_is_exynos4 by Krzysztof Kozlowski · 10 years ago
  89. 6f02497 ARM: EXYNOS: Fix failed second suspend on Exynos4 by Krzysztof Kozlowski · 10 years ago
  90. 6c28ab9 Merge tag 'v4.1-rockchip-socfixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into fixes by Arnd Bergmann · 10 years ago
  91. 3f937cf Revert "ARM: rockchip: fix undefined instruction of reset_ctrl_regs" by Heiko Stuebner · 10 years ago
  92. 0b7dc0f ARM: EXYNOS: Fix dereference of ERR_PTR returned by of_genpd_get_from_provider by Krzysztof Kozlowski · 10 years ago
  93. 110bc76 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  94. 343f845 x86: bpf_jit: fix FROM_BE16 and FROM_LE16/32 instructions by Alexei Starovoitov · 10 years ago
  95. 6c9d370 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  96. 4305689 MIPS: IP32: Fix build errors in reset code in DS1685 platform hook. by Joshua Kinard · 10 years ago
  97. 5f508c4 MIPS: KVM: Fix unused variable build warning by Nicholas Mc Guire · 10 years ago
  98. 2d2ec2f MIPS: traps: remove extra Tainted: line from __show_regs() output by Petri Gynther · 10 years ago
  99. 73d8f99 MIPS: Fix wrong CHECKFLAGS (sparse builds) with GCC 5.1 by Aaro Koskinen · 10 years ago
  100. 03dce59 MIPS: Fix a preemption issue with thread's FPU defaults by Maciej W. Rozycki · 10 years ago