| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add pmap_clear_write() to the interface between the virtual memory | Alan Cox | 2006-07-20 | 1 | -2/+1 |
| * | Now that free_pv_entry() accesses the pmap, call free_pv_entry() in | Alan Cox | 2006-07-17 | 1 | -1/+2 |
| * | Sync specialreg.h changes between amd64 and i386 with few fixes. | Jung-uk Kim | 2006-07-13 | 1 | -2/+5 |
| * | Simplify the pager support in DDB. Allowing different db commands to | John Baldwin | 2006-07-12 | 3 | -12/+6 |
| * | Add two new CPUID bits for AMD CPUs, i. e., SVM and extended APIC register. | Jung-uk Kim | 2006-07-12 | 2 | -2/+4 |
| * | Regen. | John Baldwin | 2006-07-11 | 3 | -6/+6 |
| * | - Add conditional VFS Giant locking to getdents_common() (linux ABIs), | John Baldwin | 2006-07-11 | 1 | -3/+3 |
| * | Make the firmware assist driver resident in | Matt Jacob | 2006-07-09 | 1 | -0/+1 |
| * | Regen. | John Baldwin | 2006-07-06 | 3 | -4/+4 |
| * | - Protect the list of linux ioctl handlers with an sx lock. | John Baldwin | 2006-07-06 | 1 | -1/+1 |
| * | Make two simplifications to pmap_ts_referenced(): Eliminate an unnecessary | Alan Cox | 2006-07-06 | 1 | -5/+3 |
| * | pmap_clear_ptes() is already convoluted. This will worsen with the | Alan Cox | 2006-07-05 | 1 | -28/+49 |
| * | Temporarily remove SCHED_CORE, it seems I have so many works can do now, | David Xu | 2006-07-05 | 1 | -1/+0 |
| * | Correct an error in the new pmap_collect(), thus only affecting HEAD. | Alan Cox | 2006-07-02 | 1 | -1/+1 |
| * | Tidy up pmap_ts_referenced(): Eliminate excessive white space. Eliminate | Alan Cox | 2006-07-01 | 1 | -11/+1 |
| * | Eliminate the remaining uses of "register". | Alan Cox | 2006-07-01 | 1 | -27/+13 |
| * | Regen. | John Baldwin | 2006-06-27 | 3 | -4/+4 |
| * | - Add a kern_semctl() helper function for __semctl(). It accepts a pointer | John Baldwin | 2006-06-27 | 1 | -1/+1 |
| * | Regen. | John Baldwin | 2006-06-27 | 3 | -6/+6 |
| * | - Expand the scope of Giant some in mount(2) to protect the vfsp structure | John Baldwin | 2006-06-27 | 1 | -3/+3 |
| * | Correct a very old and very obscure bug: vmspace_fork() calls | Alan Cox | 2006-06-27 | 1 | -3/+4 |
| * | Add a pure open source nForce Ethernet driver, under BSDL. | David E. O'Brien | 2006-06-26 | 1 | -0/+2 |
| * | Backed out the change by request from rwatson. | Sergey Babkin | 2006-06-26 | 1 | -1/+0 |
| * | Regen. | John Baldwin | 2006-06-26 | 3 | -4/+4 |
| * | linux_brk() is MPSAFE. | John Baldwin | 2006-06-26 | 1 | -1/+1 |
| * | Eliminate a comment that became stale after revision 1.540. | Alan Cox | 2006-06-25 | 1 | -6/+2 |
| * | The common UID/GID space implementation. It has been discussed on -arch | Sergey Babkin | 2006-06-25 | 1 | -0/+1 |
| * | Commit the DUMMY stuff (printing messages for missing syscalls) for amd64 too. | Alexander Leidinger | 2006-06-21 | 1 | -0/+56 |
| * | Change get_pv_entry() such that the call to vm_page_alloc() specifies | Alan Cox | 2006-06-20 | 1 | -21/+15 |
| * | regen after change to syscalls.master | Alexander Leidinger | 2006-06-20 | 3 | -61/+341 |
| * | Switch to using the DUMMY infrastructure instead of UNIMPL for the new | Alexander Leidinger | 2006-06-20 | 1 | -58/+58 |
| * | We no longer need to disable interrupts in MD trap machinery | Yaroslav Tykhiy | 2006-06-20 | 1 | -8/+2 |
| * | Add variable cpu_mxcsr_mask to save valid bits of mxcsr register. | David Xu | 2006-06-19 | 1 | -0/+1 |
| * | MFi386: | David Xu | 2006-06-19 | 3 | -2/+10 |
| * | Remove COMPAT_43 from GENERIC (and other kernel configs). For amd64 there's | Alexander Leidinger | 2006-06-15 | 1 | -1/+0 |
| * | Remove mpte optimization from pmap_enter_quick(). | Stephan Uphoff | 2006-06-15 | 1 | -5/+3 |
| * | regen after MFP4 (soc2006/rdivacky_linuxolator) of syscalls.master | Alexander Leidinger | 2006-06-13 | 3 | -163/+206 |
| * | MFP4 (soc2006/rdivacky_linuxolator) | Alexander Leidinger | 2006-06-13 | 1 | -180/+225 |
| * | Add scheduler CORE, the work I have done half a year ago, recent, | David Xu | 2006-06-13 | 1 | -0/+1 |
| * | Enable a few more things in x86 NOTES to get broader LINT coverage: | John Baldwin | 2006-06-12 | 1 | -0/+12 |
| * | Don't invalidate the TLB in pmap_qenter() unless the old mapping was valid. | Alan Cox | 2006-06-12 | 1 | -8/+13 |
| * | Add the ability to subset the devices that UART pulls in. This allows | Warner Losh | 2006-06-12 | 1 | -0/+3 |
| * | Introduce the function pmap_enter_object(). It maps a sequence of resident | Alan Cox | 2006-06-05 | 1 | -5/+47 |
| * | After much discussion with mjacob and scottl, change bus_dmamem_alloc so | Mike Silbersack | 2006-06-01 | 1 | -21/+3 |
| * | Turn the panic on not being able to meet alignment constraints | Matt Jacob | 2006-05-31 | 1 | -4/+22 |
| * | MFi386 rev 1.78: | Mike Silbersack | 2006-05-28 | 1 | -2/+14 |
| * | Move clock_lock prototype into <machine/clock.h>, where it is more | Maxim Sobolev | 2006-05-19 | 2 | -9/+1 |
| * | Add le(4). I could actually only test it on alpha, i386 and sparc64 but | Marius Strobl | 2006-05-17 | 1 | -1/+2 |
| * | Since DELAY() was moved, most <machine/clock.h> #includes have been | Poul-Henning Kamp | 2006-05-16 | 1 | -1/+0 |
| * | Kill more references to lnc(4). | Ruslan Ermilov | 2006-05-16 | 1 | -3/+1 |