| Commit message (Expand) | Author | Age | Files | Lines |
* | Lock the kernel pmap in pmap_kenter(). | alc | 2004-09-13 | 1 | -0/+2 |
* | Refactor a bunch of scheduler code to give basically the same behaviour | julian | 2004-09-05 | 1 | -1/+1 |
* | Remove an unneeded argument.. | julian | 2004-08-31 | 1 | -1/+1 |
* | Remove sched_free_thread() which was only used | julian | 2004-08-31 | 1 | -3/+0 |
* | - Introduce a lock for synchronizing access to the pvo and pteg tables. | alc | 2004-08-30 | 1 | -8/+28 |
* | Eliminate unnecessary indirection. | alc | 2004-08-28 | 1 | -2/+2 |
* | Add pmap locking to many of the functions. | alc | 2004-08-26 | 1 | -16/+44 |
* | Instead of "OpenFirmware", "openfirmware", etc. use the official spelling | marius | 2004-08-16 | 5 | -7/+7 |
* | Add /dev/mem and /dev/kmem to powerpc. | ssouhlal | 2004-08-16 | 2 | -0/+29 |
* | In pmap_page_protect, clear the vm page's PG_WRITEABLE flag if | grehan | 2004-08-05 | 1 | -1/+7 |
* | - Push down the acquisition and release of Giant into pmap_enter_quick() | alc | 2004-08-04 | 1 | -0/+2 |
* | Kernel traps were not being passed to trap_fatal in some | grehan | 2004-08-02 | 1 | -1/+2 |
* | - Push down the acquisition and release of Giant into pmap_protect() on | alc | 2004-07-30 | 1 | -0/+4 |
* | Implement MD parts of ptrace. | ssouhlal | 2004-07-29 | 1 | -13/+43 |
* | Save DAR/DSISR in DDB regsave area when stack overflow detected. It's | grehan | 2004-07-27 | 1 | -0/+4 |
* | Improve boot-time debugging with DDB by extracting the ksym start/end | grehan | 2004-07-27 | 1 | -0/+9 |
* | Implement the protection check required by the pmap_extract_and_hold() | alc | 2004-07-26 | 1 | -3/+6 |
* | Detect kernel stack excursion into guard pages. Drop into KDB | grehan | 2004-07-23 | 1 | -5/+36 |
* | Bring KDB stack size into line with thread stack size (4 pages). | grehan | 2004-07-23 | 1 | -1/+1 |
* | Allow DSI exceptions to invoke DDB. | grehan | 2004-07-23 | 1 | -1/+2 |
* | Update the callframe structure to leave space for the frame pointer | grehan | 2004-07-22 | 2 | -1/+6 |
* | Properly obey PPC context synchronization rules when modifying | grehan | 2004-07-20 | 1 | -0/+2 |
* | Push down the acquisition and release of the page queues lock into | alc | 2004-07-15 | 1 | -0/+4 |
* | Add ptrace_clear_single_step(), alpha already has it for years, the function | davidxu | 2004-07-13 | 1 | -0/+8 |
* | Rename low-level code ddb -> db. Use KDB instead of DDB. | grehan | 2004-07-12 | 1 | -36/+36 |
* | Bring into KDB new order. | grehan | 2004-07-12 | 1 | -9/+6 |
* | - DDB -> KDB, with kdb routines | grehan | 2004-07-12 | 1 | -23/+54 |
* | No need for ddb option. Never a need for ipkdb option. | grehan | 2004-07-12 | 1 | -2/+0 |
* | pmap_remove_pages() must not remove wired mappings. Since | alc | 2004-07-12 | 1 | -4/+0 |
* | - correctly set the return value for the copyin/out fault buffer to 1 | grehan | 2004-07-09 | 1 | -2/+10 |
* | G4 requires isync after 256Mb ibat/dbat update, G3 requires | grehan | 2004-07-08 | 1 | -3/+4 |
* | - trailing white-space cleanup | grehan | 2004-07-06 | 1 | -7/+10 |
* | Correct pmap_extract()'s return type. It should be vm_paddr_t, not | alc | 2004-07-05 | 1 | -1/+1 |
* | Modify loop test when cycling through phys_avail array. It's possible | grehan | 2004-07-01 | 1 | -2/+4 |
* | Catchup to now-required <sys/module.h> for PowerPC | grehan | 2004-06-25 | 1 | -0/+1 |
* | Remove checks for curthread == NULL - it can't happen. | tjr | 2004-06-03 | 1 | -5/+3 |
* | Move TDF_DEADLKTREAT into td_pflags (and rename it accordingly) to avoid | tjr | 2004-06-03 | 1 | -9/+4 |
* | Retire cpu_sched_exit(); it is not used any more. | tmm | 2004-05-26 | 1 | -6/+0 |
* | trap_pfault() shouldn't be acquiring Giant. Found to blow up | grehan | 2004-05-19 | 1 | -2/+0 |
* | MFamd64 | alc | 2004-04-18 | 1 | -72/+7 |
* | Remove avail_end. It is not used. | alc | 2004-04-11 | 1 | -7/+1 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | Remove avail_start on those platforms that no longer use it. (Only amd64 | alc | 2004-04-05 | 1 | -4/+2 |
* | Remove unused arguments from pmap_init(). | alc | 2004-04-05 | 1 | -1/+1 |
* | In some cases, sf_buf_alloc() should sleep with pri PCATCH; in others, it | alc | 2004-04-03 | 1 | -2/+2 |
* | Replace td2 with td on the assumption that this was a typo. This should at | benno | 2004-03-30 | 1 | -1/+1 |
* | Finish tidying up a couple of leftovers from the KSTACK_PAGES stuff. Some | peter | 2004-03-29 | 1 | -5/+3 |
* | Add an implementation of uiomove_fromphys() for PowerPC. This | alc | 2004-03-23 | 1 | -0/+131 |
* | Refactor the existing machine-dependent sf_buf_free() into a machine- | alc | 2004-03-16 | 1 | -18/+3 |
* | Retire pmap_pinit2(). Alpha was the last platform that used it. However, | alc | 2004-03-07 | 1 | -6/+0 |