| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not preset PG_BUSY on VM_ALLOC_NOOBJ pages. Such pages are not | alc | 2004-06-17 | 1 | -4/+0 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 2 | -7/+7 |
* | Add some lock assertions. Lock a small part of pmap_enter(). | alc | 2004-06-16 | 1 | -0/+4 |
* | Correct an error in the implementation of pmap_is_prefaultable(). When I | alc | 2004-06-16 | 1 | -1/+1 |
* | Remove a stale comment. | alc | 2004-06-15 | 1 | -6/+0 |
* | Add pmap locking to pmap_extract(), pmap_mincore(), and pmap_remove(). | alc | 2004-06-15 | 1 | -4/+15 |
* | We only need the devclass_find() result, not the softc. | njl | 2004-06-15 | 1 | -1/+1 |
* | Introduce pmap locking to many of the pmap functions. There is more to | alc | 2004-06-14 | 2 | -0/+35 |
* | The majority of FreeBSD/amd64 machines are SMP, so use ADAPTIVE_MUTEXES | obrien | 2004-06-13 | 1 | -0/+1 |
* | Prevent the loss of a PG_M bit through an SMP race in pmap_ts_referenced(). | alc | 2004-06-13 | 1 | -1/+1 |
* | Remove dead or unneeded code, e.g., spl calls. | alc | 2004-06-13 | 1 | -32/+1 |
* | - Remove an unused declaration. | alc | 2004-06-13 | 1 | -3/+2 |
* | In a multiprocessor, the PG_W bit in the pte must be changed atomically. | alc | 2004-06-12 | 1 | -2/+2 |
* | Deorbit COMPAT_SUNOS. | phk | 2004-06-11 | 1 | -2/+2 |
* | Argh. Add the mini-stack-frame back in for mcount's benefit for syscall | peter | 2004-06-10 | 1 | -0/+4 |
* | Make profiling work for varargs functions.. %al is an additional argument | peter | 2004-06-10 | 1 | -0/+2 |
* | Insta-MFi386: ignore disabled cpu apic id's entirely | peter | 2004-06-10 | 1 | -13/+8 |
* | - Use the correct devclass name ("acpi" vs "ACPI") to detect if acpi0 is | jhb | 2004-06-10 | 2 | -3/+3 |
* | Remove atdevbase and replace it's remaining uses with direct references to | jhb | 2004-06-10 | 3 | -6/+2 |
* | In pmap_extract_and_hold(), there is no need to mask off PG_FRAME because | peter | 2004-06-08 | 1 | -4/+5 |
* | Fix my silly typo in asm statement in previous commit. | peter | 2004-06-08 | 1 | -1/+1 |
* | Argh. Remove stray number that slipped into the previous commit. | peter | 2004-06-08 | 1 | -1/+0 |
* | Reapply rev 1.151 after enable sse/fpuinit order fixed in mp_machdep.c | peter | 2004-06-08 | 1 | -0/+4 |
* | Set up the fpu *after* enabling SSE mode on AP's | peter | 2004-06-08 | 1 | -3/+3 |
* | Initial PG_NX support (no-execute page bit) | peter | 2004-06-08 | 9 | -154/+151 |
* | Mask pte's with PG_FRAME before passing it to PHYS_TO_VM_PAGE().. PG_NX | peter | 2004-06-08 | 2 | -17/+17 |
* | Use trunc_page(va) when we mean it rather than anding it with PG_FRAME | peter | 2004-06-08 | 1 | -2/+2 |
* | Fix a serious problem that manifested during swap, and a few other times. | peter | 2004-06-07 | 1 | -18/+60 |
* | Be a little more consistent in the naming of the PML4 defines. | peter | 2004-06-07 | 1 | -3/+3 |
* | Back out revision 1.150, since dwmalone reports that it causes a panic | das | 2004-06-06 | 1 | -4/+0 |
* | Initialize the MXCSR to the appropriate default value at startup. | das | 2004-06-05 | 1 | -0/+4 |
* | Add new bios_string() which will hunt for a string inside a given range | phk | 2004-06-03 | 2 | -0/+23 |
* | MFi386: add ixgp device | peter | 2004-06-03 | 1 | -0/+1 |
* | MFi386: apic intpin programming updates etc. | peter | 2004-06-03 | 4 | -110/+131 |
* | MFi386: remove debug printf | peter | 2004-06-03 | 1 | -2/+0 |
* | Move module.h include to the same place as on i386 for diff reduction. | peter | 2004-06-03 | 1 | -1/+1 |
* | MFi386: move cpu_nameclass struct next to its only consumer | peter | 2004-06-03 | 2 | -6/+4 |
* | Remove checks for curthread == NULL - it can't happen. | tjr | 2004-06-03 | 1 | -5/+3 |
* | Add missing <sys/module.h> instances which were shadowed by the nested | phk | 2004-06-03 | 5 | -0/+5 |
* | Move TDF_DEADLKTREAT into td_pflags (and rename it accordingly) to avoid | tjr | 2004-06-03 | 1 | -9/+4 |
* | Move TDF_SA from td_flags to td_pflags (and rename it accordingly) | tjr | 2004-06-02 | 1 | -1/+1 |
* | Add some missing <sys/module.h> includes which are masked by the | phk | 2004-05-30 | 1 | -0/+1 |
* | MFi386 revision 1.6 | alc | 2004-05-30 | 1 | -2/+2 |
* | Implement __bb_init_func. This is a fairly straightforward conversion | tjr | 2004-05-29 | 1 | -0/+19 |
* | Remove a broken micro-optimization from pmap_enter(). The ill effect | alc | 2004-05-28 | 1 | -8/+0 |
* | Retire cpu_sched_exit(); it is not used any more. | tmm | 2004-05-26 | 1 | -6/+0 |
* | Quick fix for overflow when tsc_freq >= 2^31. "int profrate" in struct | bde | 2004-05-26 | 1 | -3/+10 |
* | Oops, ".align 4" for the data section in the previous commit should | bde | 2004-05-24 | 1 | -3/+3 |
* | Fixed profiling of trap, syscall and interrupt handlers and some | bde | 2004-05-24 | 3 | -6/+40 |
* | Don't repeat the definition of IDTVEC(). It is in asmacros.h. | bde | 2004-05-24 | 1 | -3/+0 |