| Commit message (Expand) | Author | Age | Files | Lines |
* | Normalize a significant number of kernel malloc type names: | rwatson | 2005-10-31 | 1 | -1/+1 |
* | Reorganize the interrupt handling code a bit to make a few things cleaner | jhb | 2005-10-25 | 1 | -22/+28 |
* | Unbreak for !__XSCALE__. | cognet | 2005-10-23 | 3 | -0/+5 |
* | Cleanup. | cognet | 2005-10-20 | 1 | -13/+1 |
* | Use the clock count register as a timecounter, as it's more accurate. | cognet | 2005-10-17 | 1 | -16/+13 |
* | Whitespace. | jhb | 2005-10-14 | 1 | -1/+1 |
* | Change the userland atomic operations on arm to use memory operands for | jhb | 2005-10-14 | 1 | -16/+22 |
* | 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, most | davidxu | 2005-10-14 | 3 | -22/+32 |
* | Export PAGE_SIZE from genassym.c, and include assym.s in bcopy_page.S, | cognet | 2005-10-06 | 2 | -1/+5 |
* | Remove a never reached RET. | cognet | 2005-10-04 | 1 | -1/+0 |
* | strd needs the destination to be double-word aligned, but the pointer passed | cognet | 2005-10-04 | 1 | -6/+0 |
* | dump_avail has nothing to do with ARM_USE_SMALL_ALLOC, so move its | cognet | 2005-10-04 | 1 | -1/+1 |
* | Remove duplicate entry for DDB. | cognet | 2005-10-04 | 2 | -2/+0 |
* | Fix build when DDB isn't defined. | cognet | 2005-10-04 | 1 | -0/+2 |
* | Bring in the good version of this file. | cognet | 2005-10-03 | 1 | -44/+2 |
* | Add dma and aau. | cognet | 2005-10-03 | 1 | -0/+2 |
* | Import dummy drivers for the i80321 DMA controller and AAU. | cognet | 2005-10-03 | 5 | -2/+628 |
* | Make mem.c know about the pages allocated with ARM_USE_SMALL_ALLOC. | cognet | 2005-10-03 | 1 | -2/+12 |
* | Export the variables needed for the copy/zero API. | cognet | 2005-10-03 | 1 | -0/+5 |
* | Make sure the interrupt is masked before processing it, or bad things | cognet | 2005-10-03 | 1 | -3/+3 |
* | If a thread already tries to allocate a new memory range, wait for it | cognet | 2005-10-03 | 1 | -7/+22 |
* | Provide a dump_avail[] variable, which contains the page ranges to be | cognet | 2005-10-03 | 3 | -14/+39 |
* | - Provide the kernel l1pt physical address, for userland. | cognet | 2005-10-03 | 1 | -13/+54 |
* | Add a new API to let platform-specific ports provide functions for big | cognet | 2005-10-03 | 4 | -0/+159 |
* | Export the virtual and physical address in which the kernel was loaded, | cognet | 2005-10-03 | 1 | -2/+9 |
* | Import a small ELF trampoline, in which the kernel is embedded, and that | cognet | 2005-10-03 | 2 | -0/+233 |
* | *blush* | cognet | 2005-10-03 | 1 | -4/+47 |
* | Only save the registers that are used. | cognet | 2005-10-03 | 1 | -2/+2 |
* | asm versions of in_cksum_hdr() and in_pseudo(). | cognet | 2005-10-03 | 2 | -14/+80 |
* | Implement savectx(). | cognet | 2005-10-03 | 1 | -0/+15 |
* | Kernel dump for arm, ripped from the ia64/amd64 version. | cognet | 2005-10-03 | 1 | -15/+353 |
* | Add a new atomic_fetchadd() primitive that atomically adds a value to a | jhb | 2005-09-27 | 1 | -0/+38 |
* | Fix multiple abuses of __RMAN_RESOURCE_VISIBLE in the arm code. | cognet | 2005-09-25 | 9 | -44/+55 |
* | Move the prototypes of db_md_set_watchpoint(), db_md_clr_watchpoint() | marcel | 2005-09-10 | 1 | -3/+0 |
* | Pass a value of type vm_prot_t to pmap_enter_quick() so that it determine | alc | 2005-09-03 | 1 | -3/+3 |
* | Move MINSIGSTKSZ from <machine/signal.h> to <machine/_limits.h> and rename | stefanf | 2005-08-20 | 2 | -4/+3 |
* | - Add support for saving stack traces and displaying them via printf(9) | jeff | 2005-08-03 | 1 | -0/+19 |
* | msdosfs_conv.c references cmos_wall_clock and adjkerntz. Since these | imp | 2005-07-27 | 1 | -0/+3 |
* | Add extra constraints to tell the compiler that the memory be modified | jhb | 2005-07-27 | 1 | -2/+4 |
* | Use a + constraint modifier for a register arg in __bswap16_var(). | jhb | 2005-07-27 | 1 | -3/+2 |
* | Convert the atomic_ptr() operations over to operating on uintptr_t | jhb | 2005-07-15 | 1 | -8/+4 |
* | Validate if the value written into {FS,GS}.base is a canonical | davidxu | 2005-07-10 | 1 | -1/+2 |
* | - Use a TAILQ instead of parsing the array to find a free dmamap. | cognet | 2005-06-24 | 1 | -20/+32 |
* | Fix a typo. | jhb | 2005-06-23 | 1 | -1/+1 |
* | Remove the va == pa mapping. | cognet | 2005-06-23 | 1 | -10/+7 |
* | Call kdb_trap() on fatal abort. | cognet | 2005-06-23 | 1 | -5/+5 |
* | Implement db_frame() and use it to obtain the registers value. | cognet | 2005-06-23 | 1 | -22/+45 |
* | Don't abuse UMA_SLAB_KMEM. | cognet | 2005-06-23 | 2 | -9/+4 |
* | Add .cvsignore files just like in sys/<arch>/compiled, this keeps CVS from | obrien | 2005-06-20 | 1 | -0/+1 |
* | Try harder to detect if the allocated memory for L2 PTP comes from a 1MB | cognet | 2005-06-16 | 1 | -1/+5 |