1. c3ef895 ARM: 8810/1: vfp: Fix wrong assignement to ufp_exc by Julien Thierry · 5 years ago
  2. 6f86d53 ARM: 8791/1: vfp: use __copy_to_user() when saving VFP state by Julien Thierry · 5 years ago
  3. 9c91b96 ARM: vfp: use __copy_from_user() when restoring VFP state by Russell King · 6 years ago
  4. da789f7 ARM: 8746/1: vfp: Go back to clearing vfp_current_hw_state[] by Fabio Estevam · 6 years ago
  5. e5b61ba arm: Convert VFP hotplug notifiers to state machine by Thomas Gleixner · 8 years ago
  6. e646469 exit_thread: accept a task parameter to be exited by Jiri Slaby · 8 years ago
  7. 7d7d7a4 ARM: vfp: Add vfp_disable for problematic platforms by Florian Fainelli · 9 years ago
  8. 4ed89f2 ARM: convert printk(KERN_* to pr_* by Russell King · 10 years ago
  9. 2b94fe2 ARM: 8215/1: vfp: Silence mvfr0 variable unused warning by Stephen Boyd · 9 years ago
  10. 6c96a4a ARM: 8197/1: vfp: Fix VFPv3 hwcap detection on CPUID based cpus by Stephen Boyd · 10 years ago
  11. 1ca8bf6 ARM: 8195/1: vfp: Bounce undefined instructions in vectored mode by Stepan Moskovchenko · 10 years ago
  12. 6ebbf2c ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+ by Russell King · 10 years ago
  13. 1fb3334 Merge branches 'alignment', 'fixes', 'l2c' (early part) and 'misc' into for-next by Russell King · 10 years ago
  14. 1417a6b ARM: 8036/1: Enable IRQs before attempting to read user space in __und_usr by Catalin Marinas · 10 years ago
  15. 244b478 ARM: 8026/1: Fix emulation of multiply accumulate instructions by Jay Foad · 10 years ago
  16. 0b1f68e ARM: 8018/1: Add {inc,dec}_preempt_count asm macros by Catalin Marinas · 10 years ago
  17. 39ad04c ARM: 8017/1: Move asm macro get_thread_info to asm/assembler.h by Catalin Marinas · 10 years ago
  18. 384b38b ARM: 7873/1: vfp: clear vfp_current_hw_state for dying cpu by Yuanyuan Zhong · 11 years ago
  19. 73c132c ARM: add support for kernel mode NEON by Ard Biesheuvel · 11 years ago
  20. ab3da15 ARM: be strict about FP exceptions in kernel mode by Ard Biesheuvel · 11 years ago
  21. 0773d73 ARM: move VFP init to an earlier boot stage by Ard Biesheuvel · 11 years ago
  22. f27d6e1 ARM: 7729/1: vfp: ensure VFP_arch is non-zero when VFP is not supported by Will Deacon · 11 years ago
  23. ded3ef0 ARM: Fix broken commit 0cc41e4a21d43 corrupting kernel messages by Russell King · 11 years ago
  24. 5e4ba61 ARM: VFP: fix emulation of second VFP instruction by Russell King · 11 years ago
  25. 568dca1 ARM: 7627/1: Predicate preempt logic on PREEMP_COUNT not PREEMPT alone by Stephen Boyd · 11 years ago
  26. 39141dd ARM: 7566/1: vfp: fix save and restore when running on pre-VFPv3 and CONFIG_VFPv3 set by Paul Walmsley · 12 years ago
  27. 3d9fb00 ARM: 7483/1: vfp: only advertise VFPv4 in hwcaps if CONFIG_VFPv3 is enabled by Will Deacon · 12 years ago
  28. 9a2533c Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  29. 15ac49b ARM: Fix undefined instruction exception handling by Russell King · 12 years ago
  30. 24b3552 ARM: 7477/1: vfp: Always save VFP state in vfp_pm_suspend on UP by Colin Cross · 12 years ago
  31. a84b895 ARM: 7476/1: vfp: only clear vfp state for current cpu in vfp_pm_suspend by Colin Cross · 12 years ago
  32. 0cc41e4 arch: remove direct definitions of KERN_<LEVEL> uses by Joe Perches · 12 years ago
  33. 4175160 Merge branch 'misc' into for-linus by Russell King · 12 years ago
  34. 56cb248 ARM: 7419/1: vfp: fix VFP flushing regression on sigreturn path by Will Deacon · 12 years ago
  35. 998de4a ARM: 7417/1: vfp: ensure preemption is disabled when enabling VFP access by Will Deacon · 12 years ago
  36. dc45707 ARM: 7415/1: vfp: convert printk's to pr_*'s by Nicolas Pitre · 12 years ago
  37. ff9a184 ARM: 7400/1: vfp: clear fpscr length and stride bits on entry to sig handler by Will Deacon · 12 years ago
  38. 2498814 ARM: 7399/1: vfp: move user vfp state save/restore code out of signal.c by Will Deacon · 12 years ago
  39. 9f97da7 Disintegrate asm/system.h for ARM by David Howells · 12 years ago
  40. 15d07dc ARM: move CP15 definitions to separate header file by Russell King · 12 years ago
  41. d91ef63 arm: remove several unnecessary module.h include instances by Paul Gortmaker · 13 years ago
  42. 1fdb24e Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm by Linus Torvalds · 13 years ago
  43. 82b9c18 ARM: vfp: use -mfloat-abi=soft to build vfp by Arnd Bergmann · 13 years ago
  44. 48af9fe ARM: vfp: Fix the comment to make it consistent with the code. by Santosh Shilimkar · 13 years ago
  45. 746a9d1 ARM: vfp: Use cpu pm notifiers to save vfp state by Colin Cross · 13 years ago
  46. 3ad5515 Merge branch 'devel-stable' into for-next by Russell King · 13 years ago
  47. 19dad35 ARM: vfp: ensure that thread flushing works if preempted by Russell King · 13 years ago
  48. f8f2a85 ARM: vfp: fix a hole in VFP thread migration by Russell King · 13 years ago
  49. 08409c3 ARM: vfp: rename check_exception to vfp_hw_state_valid by Russell King · 13 years ago
  50. af61bdf ARM: vfp: rename last_VFP_context to vfp_current_hw_state by Russell King · 13 years ago
  51. 18b9dc1 ARM: vfp: add VFPv4 capability detection and populate elf_hwcap by Will Deacon · 13 years ago
  52. 328f5cc ARM: Use struct syscore_ops instead of sysdevs for PM in common code by Rafael J. Wysocki · 13 years ago
  53. c98c097 ARM: 6868/1: Preserve the VFP state during fork by Catalin Marinas · 13 years ago
  54. 2e82669a ARM: 6867/1: Introduce THREAD_NOTIFY_COPY for copy_thread() hooks by Catalin Marinas · 13 years ago
  55. a44f99c Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 13 years ago
  56. 21f0b31 arm: change to new flag variables by matt mooney · 13 years ago
  57. 74c25be ARM: vfp: improve commentry for hotplug events by Russell King · 13 years ago
  58. 2bbd7e9 ARM: fix some sparse errors in generic ARM code by Russell King · 13 years ago
  59. 4073723 Merge branch 'misc' into devel by Russell King · 13 years ago
  60. 90b4419 ARM: VFP: re-initialize VFP coprocessor access enables on CPU hotplug by Russell King · 13 years ago
  61. 7eb25eb ARM: 6498/1: vfp: Correct data alignment for CONFIG_THUMB2_KERNEL by Dave Martin · 13 years ago
  62. 5aaf254 ARM: 6203/1: Make VFPv3 usable on ARMv6 by Tony Lindgren · 14 years ago
  63. 138de1c ARM: VFP: Fix vfp_put_double() for d16-d31 by Russell King · 14 years ago
  64. 5c5cac6 ARM: 6050/1: VFP: fix the SMP versions of vfp_{sync,flush}_hwstate by Imre Deak · 14 years ago
  65. 325ffc3 ARM: 5997/1: ARM: Correct the VFPv3 detection by Catalin Marinas · 14 years ago
  66. ac0f6f9 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  67. ad187f9 ARM: vfp ptrace: no point flushing hw context for PTRACE_GETVFPREGS by Russell King · 14 years ago
  68. 54cb3db ARM: vfp: fix vfp_sync_state() by Russell King · 14 years ago
  69. dbead40 ARM: 5909/1: ARM: Correct the FPSCR bits setting when raising exceptions by Catalin Marinas · 14 years ago
  70. 797245f ARM: Convert VFP/Crunch/XscaleCP thread_release() to exit_thread() by Russell King · 14 years ago
  71. 0d782dc ARM: VFP: fix vfp thread init bug and document vfp notifier entry conditions by Russell King · 14 years ago
  72. 07f33a0 Thumb-2: Implement the unified VFP support by Catalin Marinas · 15 years ago
  73. 88987ef Thumb-2: Add some .align statements to the .S files by Catalin Marinas · 15 years ago
  74. 85d6943 Fix the VFP handling on the Feroceon CPU by Catalin Marinas · 15 years ago
  75. f2255be [ARM] 5440/1: Fix VFP state corruption due to preemption during VFP exceptions by George G. Davis · 15 years ago
  76. 7279dc3 [ARM] 5388/1: Add hwcap bits for VFPv3 and VFPv3D16 by Catalin Marinas · 15 years ago
  77. 3d1228e [ARM] 5387/1: Add ptrace VFP support on ARM by Catalin Marinas · 15 years ago
  78. fc0b7a2 [ARM] 5349/1: VFP: Add PM code to save and restore current VFP state by Ben Dooks · 15 years ago
  79. 24b647a ARMv7: Branch over conditional undefined instructions in vfphw.S by Catalin Marinas · 16 years ago
  80. 2bedbdf Add HWCAP_NEON to the ARM hwcap.h file by Catalin Marinas · 16 years ago
  81. 93ed397 [ARM] 5227/1: Add the ENDPROC declarations to the .S files by Catalin Marinas · 16 years ago
  82. 8691e5a smp_call_function: get rid of the unused nonatomic/retry argument by Jens Axboe · 16 years ago
  83. 25ebee0 [ARM] 4583/1: ARMv7: Add VFPv3 support by Catalin Marinas · 17 years ago
  84. c98929c [ARM] 4582/2: Add support for the common VFP subarchitecture by Catalin Marinas · 16 years ago
  85. 90e6b04 [ARM] vfp: fix fuitod/fsitod instructions by Russell King · 16 years ago
  86. b9a5ce3 [ARM] 4630/1: Fix the vector stride of the double vector instruction. by Takashi Ohmasa · 17 years ago
  87. 67f18f3 [ARM] 4629/1: Fix VFP emulation code to clear all exception flags of FPEXC by Takashi Ohmasa · 17 years ago
  88. 222d394 kbuild: enable 'make AFLAGS=...' to add additional options to AS by Sam Ravnborg · 17 years ago
  89. b9338a7 [ARM] 4567/1: Fix 'Oops - undefined instruction' when CONFIG_VFP=y on non VFP device by Tzachi Perelstein · 17 years ago
  90. 228adef [ARM] vfp: make fpexc bit names less verbose by Russell King · 17 years ago
  91. 5d4cae5 [ARM] VFP: fix section mismatch error by Russell King · 17 years ago
  92. 7531a1c [ARM] Remove unnecessary asm/ptrace.h from VFP support code by Russell King · 17 years ago
  93. c642846 [ARM] 4111/1: Allow VFP to work with thread migration on SMP by Catalin Marinas · 17 years ago
  94. 8e14036 [ARM] Fix VFP initialisation issue for SMP systems by Russell King · 17 years ago
  95. efe90d2 [ARM] Handle HWCAP_VFP in VFP support code by Russell King · 17 years ago
  96. e0f205d [ARM] 3900/1: Fix VFP Division by Zero exception handling. by Takashi Ohmasa · 18 years ago
  97. e816d71 [ARM] 3899/1: Fix the normalization of the denormal double precision number. by Takashi Ohmasa · 18 years ago
  98. 35d59fc [PATCH] arm __user annotations by Al Viro · 18 years ago
  99. 42d3fb5 [PATCH] arm build fail: vfpsingle.c by Frederik Deweerdt · 18 years ago
  100. baf97ce [ARM] Cleanups for 4cc9bd2eaa1063c68341c1c00e66660adcfdf254 by Russell King · 18 years ago