| Commit message (Expand) | Author | Age | Files | Lines |
* | In the common case, pmap_enter_quick() completes without sleeping. | alc | 2004-12-15 | 1 | -2/+12 |
* | MFi386: rev 1.12: re-allow fast interrupts to cause preemption | peter | 2004-12-06 | 1 | -2/+0 |
* | Replace (inlined) pmap_pte() calls with smaller, faster code where | alc | 2004-12-04 | 1 | -7/+7 |
* | For efficiency eliminate the call to pmap_pte() from pmap_protect()'s and | alc | 2004-12-02 | 1 | -14/+18 |
* | Change gdb_cpu_setreg() to not take the value to which to set the | marcel | 2004-12-01 | 2 | -5/+4 |
* | Remove unused cnt variable for the SMP case. Trim some excessive blank | peter | 2004-11-30 | 1 | -5/+1 |
* | Update the gdb register extraction support to use the pcb wherever | peter | 2004-11-30 | 1 | -23/+33 |
* | MFi386: join the %cr0 setup line now that i386 has lost the I386 ifdefs. | peter | 2004-11-29 | 1 | -2/+1 |
* | Take advantage of the shutdown processing being wired to the BSP and | peter | 2004-11-29 | 1 | -45/+3 |
* | Don't flag alignment constraints as a reason for bouncing. This fixes the | scottl | 2004-11-29 | 1 | -1/+1 |
* | Don't include sys/user.h merely for its side-effect of recursively | das | 2004-11-27 | 5 | -5/+5 |
* | Remove an extra #include | scottl | 2004-11-21 | 1 | -1/+0 |
* | Consolidate all of the bounce tests into the BUS_DMA_COULD_BOUNCE flag. | scottl | 2004-11-21 | 1 | -29/+45 |
* | Remove references to U area and garbage collect includes. | das | 2004-11-20 | 1 | -4/+1 |
* | Remove UAREA_PAGES. | das | 2004-11-20 | 1 | -1/+0 |
* | U areas are going away, so don't allocate one for process 0. | das | 2004-11-20 | 1 | -3/+0 |
* | Revert part of rev 1.56. Tag boundaries are handled by splitting segments, | scottl | 2004-11-19 | 1 | -9/+5 |
* | MFi386 rev 1.63-1.64: | scottl | 2004-11-10 | 1 | -37/+142 |
* | MFi386 1.238 (jhb): Allow hints to disable cpus | peter | 2004-11-05 | 1 | -1/+16 |
* | MFi386: | peter | 2004-11-05 | 1 | -28/+79 |
* | Don't use atomic ops to increment interrupt stats. This was only done on | scottl | 2004-11-03 | 1 | -3/+3 |
* | Reduce annoying SCSI probing delay from 15 to 5 seconds in all GENRIC kernels. | andre | 2004-11-02 | 1 | -1/+1 |
* | - Change the ddb paging "support" to use a variable (db_lines_per_page) to | jhb | 2004-11-01 | 2 | -2/+2 |
* | Add TUNABLE_LONG and TUNABLE_ULONG, and use the latter for the | des | 2004-10-31 | 1 | -4/+3 |
* | Whitespace cleanup | des | 2004-10-31 | 1 | -5/+5 |
* | MFi386: preserve dcons buffer passed by loader. | simokawa | 2004-10-28 | 1 | -0/+16 |
* | Raise MAXDSIZ from 8G to 32G. The old limit was just an arbitary choice | peter | 2004-10-27 | 1 | -1/+1 |
* | Print flags in the nexus for child devices. | njl | 2004-10-14 | 1 | -0/+2 |
* | MFi386: sync with latest updates | peter | 2004-10-11 | 1 | -3/+36 |
* | Move the code for halting the CPU (acpi_cpu_c1) into machdep files. | njl | 2004-10-11 | 2 | -1/+8 |
* | Make pte_load_store() an atomic operation in all cases, not just i386 PAE. | alc | 2004-10-08 | 2 | -11/+34 |
* | Rework how we store process times in the kernel such that we always store | jhb | 2004-10-05 | 1 | -16/+6 |
* | Undo revision 1.251. This change was a performance pessimizing work-around | alc | 2004-10-03 | 1 | -1/+1 |
* | The physical address stored in the vm_page is page aligned. There is no | alc | 2004-10-03 | 1 | -1/+1 |
* | Eliminate unnecessary uses of PHYS_TO_VM_PAGE() from pmap_enter(). These | alc | 2004-10-02 | 1 | -5/+2 |
* | Remove an unused declaration. (I should have included this change in | alc | 2004-10-02 | 1 | -1/+0 |
* | Prevent the unexpected deallocation of a page table page while performing | alc | 2004-09-29 | 2 | -22/+45 |
* | MFi386: rev 1.239 - invalidate tlb after pte update | peter | 2004-09-29 | 1 | -2/+4 |
* | MFi386: rev 1.236 - improve panic message for a busted mptable | peter | 2004-09-29 | 1 | -1/+3 |
* | Like on i386, use the definition of struct bios_smap from machine/pc/bios.h | peter | 2004-09-24 | 1 | -6/+1 |
* | Converge towards i386. I originally resisted creating <machine/pc/bios.h> | peter | 2004-09-24 | 1 | -1/+4 |
* | Severely strip down the repocopied i386/bios.c and bios.h files. It turns | peter | 2004-09-24 | 2 | -823/+3 |
* | Correct a long-standing error in _pmap_unwire_pte_hold() affecting | alc | 2004-09-22 | 1 | -7/+6 |
* | MFi386: adapt rev 1.19 (debugger fixes) | peter | 2004-09-22 | 1 | -2/+10 |
* | Minor sync-up with i386. Catch up on de-quoting and de-counting after | peter | 2004-09-22 | 1 | -14/+23 |
* | MFi386: add ispfw (except using correct device<tab><tab>ispfw format, | peter | 2004-09-22 | 1 | -0/+1 |
* | - Add support for "paging" in stack trace output. That is, when you do | jhb | 2004-09-20 | 1 | -2/+4 |
* | Simplify the reference counting of page table pages. Specifically, use | alc | 2004-09-19 | 1 | -27/+15 |
* | Remove an outdated assertion from _pmap_allocpte(). (When vm_page_alloc() | alc | 2004-09-19 | 1 | -3/+0 |
* | Release the page queues lock earlier in pmap_protect() and pmap_remove() in | alc | 2004-09-18 | 1 | -6/+5 |