| Commit message (Expand) | Author | Age | Files | Lines |
* | Add synchronization to moea_zero_page() and moea_zero_page_area(). | alc | 2006-07-10 | 1 | -8/+17 |
* | Eliminate the acquisition and release of Giant from moea_extract_and_hold() | alc | 2006-07-01 | 1 | -6/+0 |
* | Synchronize accesses to the PTEG table. | alc | 2006-06-25 | 1 | -3/+29 |
* | Prevent 'mutex not owned' panic on boot if INVARIANTS is in the kernel. This | rink | 2006-06-17 | 1 | -0/+2 |
* | Remove mpte optimization from pmap_enter_quick(). | ups | 2006-06-15 | 1 | -5/+4 |
* | Correct a typo in the previous revision. | alc | 2006-06-06 | 1 | -1/+1 |
* | Introduce the function pmap_enter_object(). It maps a sequence of resident | alc | 2006-06-05 | 1 | -15/+60 |
* | Since DELAY() was moved, most <machine/clock.h> #includes have been | phk | 2006-05-16 | 3 | -3/+0 |
* | Remove straggling reference to CPU_ macros | phk | 2006-05-11 | 1 | -2/+2 |
* | Simplify system time accounting for profiling. | phk | 2006-02-08 | 1 | -4/+3 |
* | Set the siginfo si_addr field, and also the mysterious 3rd parameter | grehan | 2006-01-07 | 1 | -1/+4 |
* | MI changes: | netchild | 2005-12-31 | 1 | -0/+8 |
* | Mark the return address of the call to ast() in the generic trap | grehan | 2005-12-23 | 1 | -0/+2 |
* | Tweak how the MD code calls the fooclock() methods some. Instead of | jhb | 2005-12-22 | 2 | -8/+5 |
* | Fix compile warning: pmap_bootstrap is now declared extern in pmap.h, | grehan | 2005-11-11 | 1 | -1/+0 |
* | Name change from pmap_* to moea_* to fit into the new order of | grehan | 2005-11-08 | 1 | -467/+459 |
* | Insert a layer of indirection to the pmap code, using a kobj for | grehan | 2005-11-08 | 1 | -0/+4 |
* | Copy SPRG0-3 registers at boot-time and restore when calling into | grehan | 2005-10-30 | 2 | -7/+58 |
* | 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, most | davidxu | 2005-10-14 | 2 | -23/+14 |
* | Fix boot-time hang/panic on G3 systems when modifying IBAT0 in | grehan | 2005-09-10 | 1 | -1/+2 |
* | Pass a value of type vm_prot_t to pmap_enter_quick() so that it determine | alc | 2005-09-03 | 1 | -2/+3 |
* | Temporary band-aid to fix hang when a process exec's Altivec instructions. | grehan | 2005-07-30 | 3 | -0/+16 |
* | Validate if the value written into {FS,GS}.base is a canonical | davidxu | 2005-07-10 | 1 | -1/+2 |
* | Introduce a procedure, pmap_page_init(), that initializes the | alc | 2005-06-10 | 1 | -0/+8 |
* | 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 |