summaryrefslogtreecommitdiffstats
path: root/sys/arm/arm
Commit message (Expand)AuthorAgeFilesLines
* Fix various places that were testing td_critnest to see if interruptsjhb2006-01-061-3/+4
* MI changes:netchild2005-12-311-0/+9
* Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structuresobomax2005-12-261-0/+2
* Tweak how the MD code calls the fooclock() methods some. Instead ofjhb2005-12-221-2/+2
* Ooops, I removed the wrong bits.cognet2005-12-211-2/+3
* - Disable the instruction cache very early, until it's time to enable it again.cognet2005-12-201-23/+14
* Make the elf trampoline disable the MMU, and link it at physical address,cognet2005-12-201-4/+36
* In copyout(), quad-align the source buffer, and use ldrd if possible.cognet2005-12-091-54/+33
* Try to use contigmalloc() even if M_NOWAIT has been specified.cognet2005-12-051-13/+17
* Teach the elf trampoline how to deal with gzipped kernels.cognet2005-12-052-51/+175
* Add missing "struct" in i386/i386/machdep.c,v 1.497 by deischen@.ru2005-11-241-1/+1
* Use a magic number to know we were started from the elf wrapper.cognet2005-11-241-4/+14
* MFP4: Bring in arm9 cache-related functionscognet2005-11-231-50/+169
* Add an alternate ID for the arm920t (the real solution is to havecognet2005-11-211-0/+2
* Eliminate pmap_init2(). It's no longer used.alc2005-11-201-5/+0
* MFi386 rev 1.536 (sort of)cognet2005-11-062-30/+22
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+1
* Reorganize the interrupt handling code a bit to make a few things cleanerjhb2005-10-251-22/+28
* Unbreak for !__XSCALE__.cognet2005-10-233-0/+5
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostdavidxu2005-10-143-22/+32
* Export PAGE_SIZE from genassym.c, and include assym.s in bcopy_page.S,cognet2005-10-062-1/+5
* Remove a never reached RET.cognet2005-10-041-1/+0
* strd needs the destination to be double-word aligned, but the pointer passedcognet2005-10-041-6/+0
* Bring in the good version of this file.cognet2005-10-031-44/+2
* Make mem.c know about the pages allocated with ARM_USE_SMALL_ALLOC.cognet2005-10-031-2/+12
* Export the variables needed for the copy/zero API.cognet2005-10-031-0/+5
* Make sure the interrupt is masked before processing it, or bad thingscognet2005-10-031-3/+3
* If a thread already tries to allocate a new memory range, wait for itcognet2005-10-031-7/+22
* - Provide the kernel l1pt physical address, for userland.cognet2005-10-031-13/+54
* Add a new API to let platform-specific ports provide functions for bigcognet2005-10-033-0/+149
* Export the virtual and physical address in which the kernel was loaded,cognet2005-10-031-2/+9
* Import a small ELF trampoline, in which the kernel is embedded, and thatcognet2005-10-032-0/+233
* *blush*cognet2005-10-031-4/+47
* Only save the registers that are used.cognet2005-10-031-2/+2
* asm versions of in_cksum_hdr() and in_pseudo().cognet2005-10-031-12/+0
* Implement savectx().cognet2005-10-031-0/+15
* Kernel dump for arm, ripped from the ia64/amd64 version.cognet2005-10-031-15/+353
* Fix multiple abuses of __RMAN_RESOURCE_VISIBLE in the arm code.cognet2005-09-251-4/+3
* Move the prototypes of db_md_set_watchpoint(), db_md_clr_watchpoint()marcel2005-09-101-3/+0
* Pass a value of type vm_prot_t to pmap_enter_quick() so that it determinealc2005-09-031-3/+3
* - Add support for saving stack traces and displaying them via printf(9)jeff2005-08-031-0/+19
* Validate if the value written into {FS,GS}.base is a canonicaldavidxu2005-07-101-1/+2
* - Use a TAILQ instead of parsing the array to find a free dmamap.cognet2005-06-241-20/+32
* Call kdb_trap() on fatal abort.cognet2005-06-231-5/+5
* Implement db_frame() and use it to obtain the registers value.cognet2005-06-231-22/+45
* Don't abuse UMA_SLAB_KMEM.cognet2005-06-232-9/+4
* Try harder to detect if the allocated memory for L2 PTP comes from a 1MBcognet2005-06-161-1/+5
* Don't pass the kernel_pmap to pmap_fault_fixup() if the fault comes fromcognet2005-06-161-2/+2
* Remove the last use of pmap_initialized.cognet2005-06-101-4/+1
* Introduce a procedure, pmap_page_init(), that initializes thealc2005-06-101-17/+12
OpenPOWER on IntegriCloud