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 년 전