summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* 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-243-9/+24
* MFP4: Bring in arm9 cache-related functionscognet2005-11-231-50/+169
* Force pmap to write-back the pte cacheline after each pte modification,cognet2005-11-211-0/+5
* Add an alternate ID for the arm920t (the real solution is to havecognet2005-11-212-0/+3
* Eliminate pmap_init2(). It's no longer used.alc2005-11-201-5/+0
* There's no need to include <machine/asmacros.h> here.cognet2005-11-081-1/+0
* MFi386 rev 1.536 (sort of)cognet2005-11-063-30/+24
* 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
* Cleanup.cognet2005-10-201-13/+1
* Use the clock count register as a timecounter, as it's more accurate.cognet2005-10-171-16/+13
* Whitespace.jhb2005-10-141-1/+1
* Change the userland atomic operations on arm to use memory operands forjhb2005-10-141-16/+22
* 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
* dump_avail has nothing to do with ARM_USE_SMALL_ALLOC, so move itscognet2005-10-041-1/+1
* Remove duplicate entry for DDB.cognet2005-10-042-2/+0
* Fix build when DDB isn't defined.cognet2005-10-041-0/+2
* Bring in the good version of this file.cognet2005-10-031-44/+2
* Add dma and aau.cognet2005-10-031-0/+2
* Import dummy drivers for the i80321 DMA controller and AAU.cognet2005-10-035-2/+628
* 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 a dump_avail[] variable, which contains the page ranges to becognet2005-10-033-14/+39
* - 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-034-0/+159
* 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-032-14/+80
* Implement savectx().cognet2005-10-031-0/+15
* Kernel dump for arm, ripped from the ia64/amd64 version.cognet2005-10-031-15/+353
* Add a new atomic_fetchadd() primitive that atomically adds a value to ajhb2005-09-271-0/+38
* Fix multiple abuses of __RMAN_RESOURCE_VISIBLE in the arm code.cognet2005-09-259-44/+55
* 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
* Move MINSIGSTKSZ from <machine/signal.h> to <machine/_limits.h> and renamestefanf2005-08-202-4/+3
* - Add support for saving stack traces and displaying them via printf(9)jeff2005-08-031-0/+19
* msdosfs_conv.c references cmos_wall_clock and adjkerntz. Since theseimp2005-07-271-0/+3
* Add extra constraints to tell the compiler that the memory be modifiedjhb2005-07-271-2/+4
* Use a + constraint modifier for a register arg in __bswap16_var().jhb2005-07-271-3/+2
OpenPOWER on IntegriCloud