| Commit message (Expand) | Author | Age | Files | Lines |
* | Modify pmap_enter_quick() so that it expects the page queues to be locked | alc | 2004-12-23 | 1 | -3/+0 |
* | - The IQ80321 has a jumper which changes the PCI device id from 4 to 8 for the | cognet | 2004-12-21 | 1 | -5/+13 |
* | Update the StrongArm port to match the current code. | cognet | 2004-12-18 | 3 | -6/+15 |
* | Make sure gcc doesn't generate something such as swp r3, r4, [r3] for __swp, | cognet | 2004-12-18 | 1 | -1/+1 |
* | In the common case, pmap_enter_quick() completes without sleeping. | alc | 2004-12-15 | 1 | -0/+11 |
* | Enable interrupts once the active ones have been masked. | cognet | 2004-12-14 | 1 | -3/+2 |
* | Update the sp after popping the regs. | cognet | 2004-12-14 | 1 | -1/+1 |
* | Save a few more cycles in cpu_switch() and cpu_throw(). | cognet | 2004-12-12 | 1 | -29/+24 |
* | Fix style. | cognet | 2004-12-11 | 1 | -34/+34 |
* | Add entries to trace syscalls with KTR. | cognet | 2004-12-11 | 1 | -0/+6 |
* | Fix compilation with INVARIANTS. | cognet | 2004-12-11 | 1 | -2/+2 |
* | s/RETEQ/RETeq/. | cognet | 2004-12-10 | 1 | -1/+1 |
* | Include <sys/signalvar.h> for trapsignal(). | cognet | 2004-12-07 | 1 | -0/+1 |
* | Make sure to map the whole kernel into 1MB pages. Try to use the remaining | cognet | 2004-12-05 | 1 | -27/+67 |
* | Reactivate the use of the minidata cache. | cognet | 2004-12-05 | 1 | -1/+0 |
* | Do not change the page directory and do not flush the TLB when switching to | cognet | 2004-12-05 | 1 | -26/+6 |
* | Remove an unused field from the struct pv_entry. | cognet | 2004-12-05 | 1 | -4/+3 |
* | Include <sys/signalvar.h> for trapsignal(). | cognet | 2004-12-02 | 1 | -0/+1 |
* | Don't include sys/user.h merely for its side-effect of recursively | das | 2004-11-27 | 4 | -4/+2 |
* | Enable interrupts as soon as the pending interrupts have been masked. | cognet | 2004-11-23 | 1 | -4/+3 |
* | Use ns8250. | cognet | 2004-11-23 | 2 | -3/+2 |
* | Cleanup. | cognet | 2004-11-21 | 1 | -41/+3 |
* | Set the frame pointer to 0 in fork_trampoline(). | cognet | 2004-11-21 | 1 | -0/+1 |
* | Implement breakpoints and single stepping on arm. | cognet | 2004-11-21 | 4 | -21/+109 |
* | Remove useless code. | cognet | 2004-11-20 | 1 | -120/+0 |
* | Implement enough to be able to enter and leave DDB. | cognet | 2004-11-20 | 3 | -5/+43 |
* | Get the kernel stack right now that the u-area is gone. | cognet | 2004-11-20 | 4 | -6/+7 |
* | Remove UAREA_PAGES and USPACE definitions. The definitions of | das | 2004-11-20 | 1 | -9/+1 |
* | Remove some references to U area here while trying not to break | das | 2004-11-20 | 1 | -4/+3 |
* | Remove references to U area and garbage collect includes. | das | 2004-11-20 | 1 | -3/+1 |
* | U areas are going away, so don't allocate one for process 0. | das | 2004-11-20 | 2 | -17/+1 |
* | Increase cnt.v_syscall and cnt.v_trap when needed. | cognet | 2004-11-20 | 1 | -0/+3 |
* | Move KERNPHYSADDR and KERNVIRTADDR from std.i80321 to std.iq31244. | cognet | 2004-11-18 | 2 | -2/+2 |
* | Simplify a bit bus_dmamap_load_buffer by removing the "first" parameter, use | cognet | 2004-11-16 | 1 | -38/+21 |
* | MFi386: | cognet | 2004-11-15 | 1 | -17/+14 |
* | Remove debugging printf. | cognet | 2004-11-13 | 1 | -1/+0 |
* | Don't forget to clear the PG_WRITEABLE flag when appropriate. | cognet | 2004-11-13 | 1 | -0/+6 |
* | Use uma_prealloc() on the l2table_zone to prevent a LOR at startup. | cognet | 2004-11-13 | 1 | -3/+5 |
* | Implement interrupt counting, so that vmstat -i work. | cognet | 2004-11-12 | 3 | -9/+21 |
* | Don't forget to include opt_vm.h. | cognet | 2004-11-10 | 1 | -0/+2 |
* | Convert the IQ31244 code to use ARM32_NEW_VM_LAYOUT. | cognet | 2004-11-10 | 2 | -6/+16 |
* | Invalidate the data cache in pmap_qremove() instead of in pmap_kenter(), | cognet | 2004-11-10 | 1 | -2/+2 |
* | Remove __P here too. | trhodes | 2004-11-10 | 1 | -3/+3 |
* | Use the RET macro. | cognet | 2004-11-09 | 25 | -296/+295 |
* | Import a RET macro, that will use bx if the arch supports it. | cognet | 2004-11-09 | 1 | -0/+36 |
* | Introduce two new options, "CPU private" and "no wait", to sf_buf_alloc(). | alc | 2004-11-08 | 1 | -3/+5 |
* | Add device mem in config files. | cognet | 2004-11-07 | 2 | -0/+2 |
* | Import md bits for mem(4) on arm. | cognet | 2004-11-07 | 4 | -45/+202 |
* | Remove useless code. | cognet | 2004-11-07 | 1 | -14/+0 |
* | Disable interrupts for atomic_cmpset_32, this one is just not atomic. | cognet | 2004-11-05 | 1 | -10/+13 |