| Commit message (Expand) | Author | Age | Files | Lines |
* | Change cpu_set_kse_upcall to more generic style, so we can reuse it | davidxu | 2005-04-23 | 1 | -5/+13 |
* | Don't enter the debugger if KDB_UNATTENDED is set or if | ps | 2005-04-20 | 1 | -2/+0 |
* | Use PCPU_LAZY_INC() for cnt.v_{intr,trap,syscalls} rather than atomic | jhb | 2005-04-12 | 1 | -2/+2 |
* | Change an instance of md_savecrit to md_saved_msr that I missed. | jhb | 2005-04-08 | 1 | -1/+1 |
* | Divorce critical sections from spinlocks. Critical sections as denoted by | jhb | 2005-04-04 | 2 | -0/+32 |
* | Include <sys/signalvar.h> for trapsignal prototype. | grehan | 2005-03-15 | 1 | -0/+1 |
* | Replaced previous hw.physmem extraction with des's mods to | grehan | 2005-03-07 | 1 | -50/+2 |
* | physmem is a much better indicator for 'real' memory on PPC than Maxmem | grehan | 2005-03-07 | 1 | -3/+3 |
* | Allow user to undersize memory with hw.physmem loader variable. | grehan | 2005-03-07 | 1 | -1/+62 |
* | Catch up with "physical memory" sysctl change. | grehan | 2005-03-01 | 1 | -0/+2 |
* | Catch the case where the idle loop is entered with interrupts disabled, | grehan | 2005-02-28 | 1 | -1/+9 |
* | - switch pcpu to a struct declaration ala amd64. It may be more efficient to | grehan | 2005-02-28 | 1 | -3/+2 |
* | Correctly set kernelname for kern.bootfile sysctl | grehan | 2005-02-28 | 1 | -0/+10 |
* | Add PVO_FAKE flag to pvo entries for PG_FICTITIOUS mappings, to | grehan | 2005-02-25 | 1 | -14/+25 |
* | Finish the job of sorting all includes and fix the build by including | njl | 2005-02-06 | 1 | -23/+27 |
* | Sort includes a little so that bus.h comes before cpu.h (for device_t). | njl | 2005-02-04 | 1 | -4/+4 |
* | Add an implementation of cpu_est_clockrate(9). This function estimates the | njl | 2005-02-04 | 1 | -0/+9 |
* | - add wall_cmos_clock and adjkerntz variables, required by msdosfs | grehan | 2005-02-04 | 1 | -0/+21 |
* | Fix (accidental?) lock order reversal in pmap_remove. Found when | grehan | 2005-01-21 | 1 | -1/+1 |
* | - Remove some OBE comments regarding cpu_exit(). cpu_exit() is no longer | jhb | 2005-01-14 | 1 | -7/+0 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 14 | -19/+19 |
* | Correctly initialise the 2nd kernel segment, and don't | grehan | 2004-12-29 | 1 | -1/+3 |
* | Modify pmap_enter_quick() so that it expects the page queues to be locked | alc | 2004-12-23 | 1 | -2/+0 |
* | In the common case, pmap_enter_quick() completes without sleeping. | alc | 2004-12-15 | 1 | -0/+8 |
* | Don't include sys/user.h merely for its side-effect of recursively | das | 2004-11-27 | 3 | -4/+2 |
* | U areas are going away, so don't allocate one for process 0. | das | 2004-11-20 | 1 | -3/+0 |
* | 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 |