The NetBSD Project

src/sys/arch/arm/arm/

Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [cvs.NetBSD.org] / src / sys / arch / arm / arm


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[TXT] arm_machdep.c  1.36   8 months  matt   Make cpu_reset, most of initarm and the kvm init code common. Add MP hooks for c...
[TXT] ast.c  1.21   9 months  matt   small rototill. pcb_flags is dead. PCB_NOALIGNFLT is now in stored l_md.md_flag...
[TXT] bcopyinout.S  1.19   6 months  chs   _ARCH_ARM_6 -> _ARM_ARCH_6
[TXT] bcopyinout_xscale.S  1.7   4 years  bjh21   Now that GET_CURPCB and GET_CURCPU are generally available, use them uncondition...
[TXT] blockio.S  1.5   10 years  briggs   Use local label names (.Lfoo vs. (Lfoo or foo))
[TXT] bootconfig.c  1.6   3 years  gavan   On NetBSD/iyonix: * Disable interrupts in otherwise-configure Nvidia graphics c...
[TXT] bus_space_a2x.S  1.2   10 months  matt   branches: 1.2.2; 1.2.6; Add byte-swap versions. Use RET and RETc(c) Use ENTRY_...
[TXT] bus_space_a4x.S  1.2   10 months  matt   branches: 1.2.2; 1.2.6; Add byte-swap versions. Use RET and RETc(c) Use ENTRY_...
[TXT] bus_space_asm_generic.S  1.9   2 months  skrll   To quote the BCM2835 datasheet that's publicly available "The BCM2835 system u...
[TXT] bus_space_notimpl.S  1.4   7 years  christos   merge ktrace-lwp.
[TXT] compat_13_machdep.c  1.17   9 months  matt   small rototill. pcb_flags is dead. PCB_NOALIGNFLT is now in stored l_md.md_flag...
[TXT] compat_16_machdep.c  1.16   9 months  matt   small rototill. pcb_flags is dead. PCB_NOALIGNFLT is now in stored l_md.md_flag...
[TXT] copystr.S  1.10   4 years  bjh21   Now that GET_CURPCB and GET_CURCPU are generally available, use them uncondition...
[TXT] core_machdep.c  1.2   3 years  matt   Include <sys/exec_aout.h> explicitly instead of relying on <sys/exec.h> to do it...
[TXT] cpu_exec.c  1.3   9 months  matt   branches: 1.3.4; 1.3.6; Use oabi instead of atpcs32
[TXT] cpu_in_cksum.S  1.2   5 years  chris   branches: 1.2.2; 1.2.4; 1.2.12; 1.2.14; Fix arm cpu_in_cksum. It was walkin...
[TXT] cpu_in_cksum_buffer.S  1.8   5 months  matt   branches: 1.8.2; 1.8.6; Make inner loop do up 128 bytes into one shot. Reorgan...
[TXT] cpu_in_cksum_fold.S  1.4   5 months  matt   branches: 1.4.2; 1.4.6; Conditional execution still takes one cycle per skippe...
[TXT] cpu_in_cksum_v4hdr.S  1.4   5 months  matt   branches: 1.4.2; 1.4.6; Move loading of r1 with 0xffff to cpu_in_cksum_fold.S
[TXT] cpufunc.c  1.120   5 days  rkujawa   Plug support for PJ4B core into our ARM CPU support infrastructure. Obtained fr...
[TXT] cpufunc_asm.S  1.15   15 months  christos   don't need arm/cpu.h, we just need the cpureg.h...
[TXT] cpufunc_asm_arm10.S  1.9   3 years  uebayasi   s/These is/These are/
[TXT] cpufunc_asm_arm11.S  1.9   8 months  matt   Don't use an asm in pmap_activate to update the TTBR, use cpu_setttb instead but...
[TXT] cpufunc_asm_arm1136.S  1.3   10 months  skrll   Add support for the ARM1176JZS
[TXT] cpufunc_asm_arm11x6.S  1.2   8 months  matt   branches: 1.2.2; Don't use an asm in pmap_activate to update the TTBR, use cpu_...
[TXT] cpufunc_asm_arm3.S  1.2   17 months  kiyohara   Require arm3_cache_flush for ARM2/ARM250.
[TXT] cpufunc_asm_arm67.S  1.5   8 months  matt   Don't use an asm in pmap_activate to update the TTBR, use cpu_setttb instead but...
[TXT] cpufunc_asm_arm7tdmi.S  1.5   8 months  matt   Don't use an asm in pmap_activate to update the TTBR, use cpu_setttb instead but...
[TXT] cpufunc_asm_arm8.S  1.7   8 months  matt   Don't use an asm in pmap_activate to update the TTBR, use cpu_setttb instead but...
[TXT] cpufunc_asm_arm9.S  1.9   8 months  matt   Don't use an asm in pmap_activate to update the TTBR, use cpu_setttb instead but...
[TXT] cpufunc_asm_armv4.S  1.2   4 years  matt   Add FA526 support (compile tested only)
[TXT] cpufunc_asm_armv5.S  1.5   8 months  matt   Don't use an asm in pmap_activate to update the TTBR, use cpu_setttb instead but...
[TXT] cpufunc_asm_armv5_ec.S  1.3   8 months  matt   Don't use an asm in pmap_activate to update the TTBR, use cpu_setttb instead but...
[TXT] cpufunc_asm_armv6.S  1.5   8 months  matt   Don't use an asm in pmap_activate to update the TTBR, use cpu_setttb instead but...
[TXT] cpufunc_asm_armv7.S  1.11   6 months  matt   Always supply all registers (don't make one implicit).
[TXT] cpufunc_asm_fa526.S  1.5   8 months  matt   Don't use an asm in pmap_activate to update the TTBR, use cpu_setttb instead but...
[TXT] cpufunc_asm_ixp12x0.S  1.2   10 years  thorpej   branches: 1.2.2; More local label fixups.
[TXT] cpufunc_asm_pj4b.S  1.2   5 days  rkujawa   Add CVS ID.
[TXT] cpufunc_asm_sa1.S  1.12   8 months  matt   Don't use an asm in pmap_activate to update the TTBR, use cpu_setttb instead but...
[TXT] cpufunc_asm_sa11x0.S  1.3   10 years  thorpej   More local label fixups.
[TXT] cpufunc_asm_sheeva.S  1.3   8 months  matt   Switch cortex_a9 back to need_ptesync = 1 Add code to disable the L2 cache on co...
[TXT] cpufunc_asm_xscale.S  1.20   8 months  matt   Don't use an asm in pmap_activate to update the TTBR, use cpu_setttb instead but...
[TXT] db_disasm.c  1.6   6 years  thorpej   Replace the Mach-derived boolean_t type with the C99 bool type. A future commit...
[TXT] db_trace.c  1.28   4 months  skrll   Print the frame pointer for each level and don't print the registers within the ...
[TXT] disassem.c  1.20   5 months  matt   Start adding support for disassembling some NEON instructions.
[TXT] disassem.h  1.4   12 years  matt   s/vm_offset_t/vaddr_t/g
[TXT] disksubr.c  1.24   2 months  christos   - make errors positive like elsewhere in the kernel, document error returns - KN...
[TXT] disksubr_acorn.c  1.12   2 months  christos   - make errors positive like elsewhere in the kernel, document error returns - KN...
[TXT] disksubr_mbr.c  1.17   2 months  christos   remove stray brace
[TXT] fiq.c  1.6   4 years  matt   Add some KASSERTS and tests for I32_bit to include F32_bit
[TXT] fiq_subr.S  1.4   5 years  matt   Merge kernel changes in matt-armv6 to HEAD.
[TXT] fusu.S  1.2   4 years  bjh21   branches: 1.2.2; 1.2.6; Adapt the arm32 fusu implementation for use on PROG26 ...
[TXT] idle_machdep.c  1.4   5 years  martin   Remove clause 3 and 4 from TNF licenses
[TXT] linux_sigcode.S  1.2   11 years  bjh21   branches: 1.2.2; 1.2.4; More-or-less working signal handling for Linux process...
[TXT] linux_syscall.c  1.24   6 months  skrll   C99 types
[TXT] linux_trap.c  1.8   3 years  rmind   Use lwp_getpcb() on ARM (and acorn26/32), clean from struct user usage.
[TXT] lock_cas.S  1.9   8 months  matt   Add ucas32 for SMP.
[TXT] process_machdep.c  1.25   5 months  matt   Make sure the enable bit is not set when restoring the VFP context since that ha...
[TXT] procfs_machdep.c  1.3   7 years  christos   merge ktrace-lwp.
[TXT] sig_machdep.c  1.46   2 months  matt   Fix boolean inversion in FPU setcontext.
[TXT] sigcode.S  1.8   7 years  christos   merge ktrace-lwp.
[TXT] syscall.c  1.56   9 months  matt   small rototill. pcb_flags is dead. PCB_NOALIGNFLT is now in stored l_md.md_flag...
[TXT] undefined.c  1.48   6 months  skrll   C99 types
[TXT] vectors.S  1.4   10 years  thorpej   More local label fixups.


CVSweb <webmaster@jp.NetBSD.org>