| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Don't pass the kernel_pmap to pmap_fault_fixup() if the fault comes from | cognet | 2005-06-16 | 1 | -2/+2 |
* | Remove the last use of pmap_initialized. | cognet | 2005-06-10 | 1 | -4/+1 |
* | Introduce a procedure, pmap_page_init(), that initializes the | alc | 2005-06-10 | 1 | -17/+12 |
* | MFP4: | jkoshy | 2005-06-09 | 1 | -0/+14 |
* | Use tabs, not spaces. | cognet | 2005-06-09 | 1 | -6/+6 |
* | Add ata stuff. | cognet | 2005-06-09 | 1 | -1/+10 |
* | - MFp4: modify slightly the arm intr API, there's arm CPUs with more than 32 | cognet | 2005-06-09 | 7 | -68/+73 |
* | Add a new arm-specific option, ARM_USE_SMALL_ALLOC. If defined, it provides | cognet | 2005-06-07 | 6 | -68/+280 |
* | Bring in bits I forgot while importing write back support for arm9. | cognet | 2005-06-03 | 1 | -11/+13 |
* | Remove a useless printf. | cognet | 2005-06-03 | 1 | -1/+0 |
* | Create nexus in configure_first() instead of in configure(). This | marcel | 2005-05-29 | 1 | -2/+3 |
* | Call cninit_finish() and set cold to 0 in configure_final() instead | marcel | 2005-05-29 | 1 | -3/+3 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 2 | -66/+0 |
* | Remove pmap_deactivate(), we do not use it. | cognet | 2005-05-27 | 1 | -6/+0 |
* | s/_KLD_MODULE/KLD_MODULE/ | cognet | 2005-05-26 | 1 | -1/+1 |
* | Don't enable interrupts in the dispatcher, there's no need to do so. | cognet | 2005-05-26 | 1 | -2/+1 |
* | Don't call vm_page_dirty() in pmap_nuke_pv(), it's not the place to do so, and | cognet | 2005-05-26 | 1 | -2/+1 |
* | Remove bits specific to CPUs we won't support (< armv4). | cognet | 2005-05-25 | 5 | -538/+15 |
* | Increase the refresh rate. | cognet | 2005-05-25 | 1 | -1/+1 |
* | MFp4: Setup arm9 to write back by default. | cognet | 2005-05-24 | 1 | -13/+17 |
* | Remove kcopy(), we don't use it. | cognet | 2005-05-24 | 2 | -630/+0 |
* | We need to decrease p->p_lock after vm_fault() has been called. | cognet | 2005-05-24 | 1 | -1/+1 |
* | Correctly setup the UND stack in cpu_set_upcall(), and the trapframe in | cognet | 2005-05-24 | 1 | -4/+5 |
* | - Try to avoid calling malloc() in bus_dmamap_create() and bus_dmamem_alloc() | cognet | 2005-05-24 | 1 | -17/+65 |
* | Write back affected pages in pmap_qremove() as well. This removes the need | cognet | 2005-05-24 | 2 | -6/+12 |
* | Use a more sane value for HZ. | cognet | 2005-05-24 | 1 | -2/+3 |
* | Use asm versions of in_cksum() and friends. | cognet | 2005-05-24 | 3 | -245/+18 |
* | Asm version of bswap16(). | cognet | 2005-05-24 | 1 | -5/+6 |
* | Make sure we clean the RAS start address once we're done. | cognet | 2005-05-24 | 1 | -0/+12 |
* | Don't forget to copy the TP when forking, or bad things will happen to the | cognet | 2005-05-11 | 1 | -0/+1 |
* | Allocating the memory for the kernel stack one time is enough. | cognet | 2005-04-27 | 1 | -7/+0 |
* | Don't use fusufault in casuptr(), as it assumes the current PCB will be | cognet | 2005-04-23 | 1 | -23/+18 |
* | Change cpu_set_kse_upcall to more generic style, so we can reuse it | davidxu | 2005-04-23 | 1 | -4/+19 |
* | Add empty header (except of the multiple-inclusion protection) to | marcel | 2005-04-20 | 1 | -0/+10 |
* | Break out the definition of bus_space_{tag,handle}_t and a few other types | imp | 2005-04-18 | 2 | -11/+47 |
* | Unbreak the vector_page == 0x00000000 case. Map the vector page L1PT into the | cognet | 2005-04-14 | 1 | -2/+4 |
* | pmap_update() is gone. | cognet | 2005-04-13 | 1 | -1/+0 |
* | Use PCPU_LAZY_INC() for cnt.v_{intr,trap,syscalls} rather than atomic | jhb | 2005-04-12 | 2 | -4/+4 |
* | We have an asm version of bcmp(), so we could use it as well. | cognet | 2005-04-12 | 1 | -1/+1 |
* | Don't announce the range SDRAM_START-freemempos until I figure out what's | cognet | 2005-04-07 | 1 | -5/+5 |