Will Deacon 6f3d90e556 ARM: 7685/1: delay: use private ticks_per_jiffy field for timer-based delay ops 12 years ago
..
Makefile 080fc66fb5 ARM: Bring back ARMv3 IO and user access code 13 years ago
ashldi3.S 8b592783a2 Thumb-2: Implement the unified arch/arm/lib functions 16 years ago
ashrdi3.S 8b592783a2 Thumb-2: Implement the unified arch/arm/lib functions 16 years ago
backtrace.S b380ab4f85 ARM: 7068/1: process: change from __backtrace to dump_stack in show_regs 13 years ago
bitops.h c36ef4b176 ARM: 7171/1: unwind: add unwind directives to bitops assembly macros 13 years ago
call_with_stack.S 2d81f1fe81 ARM: lib: add call_with_stack function for safely changing stack 13 years ago
changebit.S c36ef4b176 ARM: 7171/1: unwind: add unwind directives to bitops assembly macros 13 years ago
clear_user.S e814d826dc ARM: 6110/1: Fix Thumb-2 kernel builds when UACCESS_WITH_MEMCPY is enabled 15 years ago
clearbit.S c36ef4b176 ARM: 7171/1: unwind: add unwind directives to bitops assembly macros 13 years ago
copy_from_user.S 4260415f6a ARM: fix build error in arch/arm/kernel/process.c 15 years ago
copy_page.S dca230f00d ARM: 5701/1: ARM: copy_page.S: take into account the size of the cache line 16 years ago
copy_template.S 8b592783a2 Thumb-2: Implement the unified arch/arm/lib functions 16 years ago
copy_to_user.S e814d826dc ARM: 6110/1: Fix Thumb-2 kernel builds when UACCESS_WITH_MEMCPY is enabled 15 years ago
csumipv6.S 93ed397011 [ARM] 5227/1: Add the ENDPROC declarations to the .S files 17 years ago
csumpartial.S 93ed397011 [ARM] 5227/1: Add the ENDPROC declarations to the .S files 17 years ago
csumpartialcopy.S 22acc4e650 [ARM] 5231/1: Do not save the frame pointer in the csum_partial_copy_* functions 17 years ago
csumpartialcopygeneric.S 93ed397011 [ARM] 5227/1: Add the ENDPROC declarations to the .S files 17 years ago
csumpartialcopyuser.S 4609a179c9 ARM: Fix csum_partial_copy_from_user() 15 years ago
delay-loop.S d0a533b182 ARM: 7452/1: delay: allow timer-based delay implementation to be selected 13 years ago
delay.c 6f3d90e556 ARM: 7685/1: delay: use private ticks_per_jiffy field for timer-based delay ops 12 years ago
div64.S 01885bc5ce ARM: 7125/1: Add unwinding annotations for 64bit division functions 13 years ago
ecard.S b480a4b0c8 ARM: remove unnecessary mach/hardware.h includes 14 years ago
findbit.S 0e91ec0c06 ARM: 6482/2: Fix find_next_zero_bit and related assembly 14 years ago
floppydma.S 1da177e4c3 Linux-2.6.12-rc2 20 years ago
getuser.S 8404663f81 ARM: 7527/1: uaccess: explicitly check __user pointer when !CPU_USE_DOMAINS 12 years ago
io-acorn.S 0cc41e4a21 arch: remove direct definitions of KERN_<LEVEL> uses 13 years ago
io-readsb.S 93ed397011 [ARM] 5227/1: Add the ENDPROC declarations to the .S files 17 years ago
io-readsl.S 93ed397011 [ARM] 5227/1: Add the ENDPROC declarations to the .S files 17 years ago
io-readsw-armv3.S 080fc66fb5 ARM: Bring back ARMv3 IO and user access code 13 years ago
io-readsw-armv4.S 93ed397011 [ARM] 5227/1: Add the ENDPROC declarations to the .S files 17 years ago
io-shark.c b7523418f6 [PATCH] ARM: 2815/1: Shark: new defconfig, fixes with __io and serial ports 20 years ago
io-writesb.S 93ed397011 [ARM] 5227/1: Add the ENDPROC declarations to the .S files 17 years ago
io-writesl.S 93ed397011 [ARM] 5227/1: Add the ENDPROC declarations to the .S files 17 years ago
io-writesw-armv3.S 080fc66fb5 ARM: Bring back ARMv3 IO and user access code 13 years ago
io-writesw-armv4.S 8b592783a2 Thumb-2: Implement the unified arch/arm/lib functions 16 years ago
lib1funcs.S 81479c246c ARM: 6945/1: Add unwinding support for division functions 14 years ago
lshrdi3.S 8b592783a2 Thumb-2: Implement the unified arch/arm/lib functions 16 years ago
memchr.S 93ed397011 [ARM] 5227/1: Add the ENDPROC declarations to the .S files 17 years ago
memcpy.S 8b592783a2 Thumb-2: Implement the unified arch/arm/lib functions 16 years ago
memmove.S fd522a8dec ARM: 6006/1: ARM: Use the correct NOP size in memmove for Thumb-2 kernel builds 15 years ago
memset.S 418df63ada ARM: 7670/1: fix the memset fix 12 years ago
memzero.S 93ed397011 [ARM] 5227/1: Add the ENDPROC declarations to the .S files 17 years ago
muldi3.S 93ed397011 [ARM] 5227/1: Add the ENDPROC declarations to the .S files 17 years ago
putuser.S 8404663f81 ARM: 7527/1: uaccess: explicitly check __user pointer when !CPU_USE_DOMAINS 12 years ago
setbit.S c36ef4b176 ARM: 7171/1: unwind: add unwind directives to bitops assembly macros 13 years ago
strchr.S 93ed397011 [ARM] 5227/1: Add the ENDPROC declarations to the .S files 17 years ago
strrchr.S 93ed397011 [ARM] 5227/1: Add the ENDPROC declarations to the .S files 17 years ago
testchangebit.S c36ef4b176 ARM: 7171/1: unwind: add unwind directives to bitops assembly macros 13 years ago
testclearbit.S c36ef4b176 ARM: 7171/1: unwind: add unwind directives to bitops assembly macros 13 years ago
testsetbit.S c36ef4b176 ARM: 7171/1: unwind: add unwind directives to bitops assembly macros 13 years ago
uaccess.S 080fc66fb5 ARM: Bring back ARMv3 IO and user access code 13 years ago
uaccess_with_memcpy.c 7816e210a7 ARM: include linux/highmem.h in uaccess functions 13 years ago
ucmpdi2.S 93ed397011 [ARM] 5227/1: Add the ENDPROC declarations to the .S files 17 years ago