This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1726d94f4e
freebsd-dev
/
sys
/
arm
/
arm
History
Olivier Houchard
8cd2513ee1
Do not forget to call pmap_free_l2_bucket() in pmap_remove_pages().
...
This can fix the pmap-related panics reported on arm. MFC After: 3 days
2006-12-04 12:55:00 +00:00
..
autoconf.c
bcopy_page.S
bcopyinout_xscale.S
bcopyinout.S
blockio.S
bootconfig.c
bus_space_asm_generic.S
busdma_machdep.c
copystr.S
cpufunc_asm_arm7tdmi.S
cpufunc_asm_arm8.S
cpufunc_asm_arm9.S
cpufunc_asm_arm10.S
cpufunc_asm_armv4.S
cpufunc_asm_ixp12x0.S
cpufunc_asm_sa1.S
cpufunc_asm_sa11x0.S
cpufunc_asm_xscale.S
cpufunc_asm.S
cpufunc.c
First bits of Xscale core 3 support (the VM bits are far from being optimal
2006-11-30 23:34:07 +00:00
db_disasm.c
db_interface.c
db_trace.c
disassem.c
dump_machdep.c
elf_machdep.c
elf_trampoline.c
Do not include both <sys/types.h> and <sys/param.h>, it is a style bug as
2006-11-01 12:41:43 +00:00
exception.S
fiq_subr.S
fiq.c
fusu.S
gdb_machdep.c
genassym.c
Turn console printf buffering into a kernel option and only on
2006-11-30 04:17:05 +00:00
identcpu.c
elaborate on stepping names; add intel terminology to help
2006-11-19 23:45:33 +00:00
in_cksum_arm.S
in_cksum.c
inckern.S
intr.c
Increate cnt.v_intr on interrupt.
2006-11-08 01:32:24 +00:00
irq_dispatch.S
locore.S
machdep.c
mem.c
nexus_io_asm.S
nexus_io.c
correct bus space unmap prototype
2006-11-19 23:46:50 +00:00
nexus.c
Erm we really want to mask all interrupts in the range, just not the first
2006-11-17 11:56:56 +00:00
pmap.c
Do not forget to call pmap_free_l2_bucket() in pmap_remove_pages().
2006-12-04 12:55:00 +00:00
setcpsr.S
setstack.s
support.S
swtch.S
sys_machdep.c
trap.c
Make KSE a kernel option, turned on by default in all GENERIC
2006-10-26 21:42:22 +00:00
uio_machdep.c
undefined.c
style(9) cleanup.
2006-10-21 04:25:00 +00:00
vectors.S
vm_machdep.c
In the ARM_USE_SMALL_ALLOC case, vm_page_t may have an address < KERNBASE,
2006-11-07 22:35:30 +00:00