Linus Torvalds 4d4487140d arm: remove "optimized" SHA1 routines 14 年之前
..
Makefile 4d4487140d arm: remove "optimized" SHA1 routines 14 年之前
ashldi3.S 8b592783a2 Thumb-2: Implement the unified arch/arm/lib functions 16 年之前
ashrdi3.S 8b592783a2 Thumb-2: Implement the unified arch/arm/lib functions 16 年之前
backtrace.S 4260415f6a ARM: fix build error in arch/arm/kernel/process.c 15 年之前
bitops.h 3ba6e69ad8 ARM: 6653/1: bitops: Use BX instead of MOV PC,LR 14 年之前
changebit.S 6323f0cced ARM: bitops: switch set/clear/change bitops to use ldrex/strex 14 年之前
clear_user.S e814d826dc ARM: 6110/1: Fix Thumb-2 kernel builds when UACCESS_WITH_MEMCPY is enabled 15 年之前
clearbit.S 6323f0cced ARM: bitops: switch set/clear/change bitops to use ldrex/strex 14 年之前
copy_from_user.S 4260415f6a ARM: fix build error in arch/arm/kernel/process.c 15 年之前
copy_page.S dca230f00d ARM: 5701/1: ARM: copy_page.S: take into account the size of the cache line 15 年之前
copy_template.S 8b592783a2 Thumb-2: Implement the unified arch/arm/lib functions 16 年之前
copy_to_user.S e814d826dc ARM: 6110/1: Fix Thumb-2 kernel builds when UACCESS_WITH_MEMCPY is enabled 15 年之前
csumipv6.S 93ed397011 [ARM] 5227/1: Add the ENDPROC declarations to the .S files 16 年之前
csumpartial.S 93ed397011 [ARM] 5227/1: Add the ENDPROC declarations to the .S files 16 年之前
csumpartialcopy.S 22acc4e650 [ARM] 5231/1: Do not save the frame pointer in the csum_partial_copy_* functions 16 年之前
csumpartialcopygeneric.S 93ed397011 [ARM] 5227/1: Add the ENDPROC declarations to the .S files 16 年之前
csumpartialcopyuser.S 4609a179c9 ARM: Fix csum_partial_copy_from_user() 15 年之前
delay.S 56949d414a ARM: udelay: prevent math rounding resulting in short udelays 14 年之前
div64.S 8b592783a2 Thumb-2: Implement the unified arch/arm/lib functions 16 年之前
ecard.S b480a4b0c8 ARM: remove unnecessary mach/hardware.h includes 14 年之前
findbit.S 0e91ec0c06 ARM: 6482/2: Fix find_next_zero_bit and related assembly 14 年之前
floppydma.S 1da177e4c3 Linux-2.6.12-rc2 20 年之前
getuser.S 247055aa21 ARM: 6384/1: Remove the domain switching on ARMv6k/v7 CPUs 14 年之前
io-acorn.S f78f104368 [ARM] Remove unnecessary asm/hardware.h includes 19 年之前
io-readsb.S 93ed397011 [ARM] 5227/1: Add the ENDPROC declarations to the .S files 16 年之前
io-readsl.S 93ed397011 [ARM] 5227/1: Add the ENDPROC declarations to the .S files 16 年之前
io-readsw-armv3.S b480a4b0c8 ARM: remove unnecessary mach/hardware.h includes 14 年之前
io-readsw-armv4.S 93ed397011 [ARM] 5227/1: Add the ENDPROC declarations to the .S files 16 年之前
io-shark.c b7523418f6 [PATCH] ARM: 2815/1: Shark: new defconfig, fixes with __io and serial ports 20 年之前
io-writesb.S 93ed397011 [ARM] 5227/1: Add the ENDPROC declarations to the .S files 16 年之前
io-writesl.S 93ed397011 [ARM] 5227/1: Add the ENDPROC declarations to the .S files 16 年之前
io-writesw-armv3.S b480a4b0c8 ARM: remove unnecessary mach/hardware.h includes 14 年之前
io-writesw-armv4.S 8b592783a2 Thumb-2: Implement the unified arch/arm/lib functions 16 年之前
lib1funcs.S 81479c246c ARM: 6945/1: Add unwinding support for division functions 14 年之前
lshrdi3.S 8b592783a2 Thumb-2: Implement the unified arch/arm/lib functions 16 年之前
memchr.S 93ed397011 [ARM] 5227/1: Add the ENDPROC declarations to the .S files 16 年之前
memcpy.S 8b592783a2 Thumb-2: Implement the unified arch/arm/lib functions 16 年之前
memmove.S fd522a8dec ARM: 6006/1: ARM: Use the correct NOP size in memmove for Thumb-2 kernel builds 15 年之前
memset.S 59f0cb0fdd [ARM] remove memzero() 16 年之前
memzero.S 93ed397011 [ARM] 5227/1: Add the ENDPROC declarations to the .S files 16 年之前
muldi3.S 93ed397011 [ARM] 5227/1: Add the ENDPROC declarations to the .S files 16 年之前
putuser.S 247055aa21 ARM: 6384/1: Remove the domain switching on ARMv6k/v7 CPUs 14 年之前
setbit.S 6323f0cced ARM: bitops: switch set/clear/change bitops to use ldrex/strex 14 年之前
strchr.S 93ed397011 [ARM] 5227/1: Add the ENDPROC declarations to the .S files 16 年之前
strncpy_from_user.S 4260415f6a ARM: fix build error in arch/arm/kernel/process.c 15 年之前
strnlen_user.S 4260415f6a ARM: fix build error in arch/arm/kernel/process.c 15 年之前
strrchr.S 93ed397011 [ARM] 5227/1: Add the ENDPROC declarations to the .S files 16 年之前
testchangebit.S 6323f0cced ARM: bitops: switch set/clear/change bitops to use ldrex/strex 14 年之前
testclearbit.S 6323f0cced ARM: bitops: switch set/clear/change bitops to use ldrex/strex 14 年之前
testsetbit.S 6323f0cced ARM: bitops: switch set/clear/change bitops to use ldrex/strex 14 年之前
uaccess.S 247055aa21 ARM: 6384/1: Remove the domain switching on ARMv6k/v7 CPUs 14 年之前
uaccess_with_memcpy.c 516295e5ab ARM: pgtable: add pud-level code 14 年之前
ucmpdi2.S 93ed397011 [ARM] 5227/1: Add the ENDPROC declarations to the .S files 16 年之前