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