| Commit message (Expand) | Author | Age | Files | Lines |
* | Add pmap function pmap_copy_pages(), which copies the content of the | kib | 2013-03-14 | 2 | -0/+83 |
* | The kernel pmap is statically allocated, so there is really no need to | alc | 2013-03-10 | 1 | -1/+0 |
* | MFC | attilio | 2013-03-08 | 3 | -19/+29 |
|\ |
|
| * | Remove the virtio dependency entry for the VirtIO device drivers. This | bryanv | 2013-03-06 | 1 | -0/+7 |
| * | Re-enable CTL in GENERIC on i386 and amd64, but turn on the CTL disable | ken | 2013-03-04 | 1 | -1/+4 |
| * | Fix-up r247622 by also renaming pv_list iterator into the xen | attilio | 2013-03-03 | 1 | -18/+18 |
* | | MFC | attilio | 2013-03-02 | 6 | -62/+54 |
|\ \
| |/ |
|
| * | Merge from vmc-playground branch: | attilio | 2013-03-02 | 2 | -29/+29 |
| * | Disable the ctl driver in GENERIC. | adrian | 2013-03-02 | 1 | -1/+1 |
| * | Merge Capsicum overhaul: | pjd | 2013-03-02 | 1 | -4/+3 |
| * | MFcalloutng: | mav | 2013-02-28 | 1 | -17/+9 |
| * | MFcalloutng: | davide | 2013-02-28 | 1 | -11/+12 |
| * | Merge from vmobj-rwlock: | attilio | 2013-02-27 | 2 | -6/+4 |
* | | Hide the details for the assertion for VM_OBJECT_LOCK operations. | attilio | 2013-02-21 | 2 | -12/+12 |
* | | MFC | attilio | 2013-02-21 | 6 | -372/+12 |
|\ \
| |/ |
|
| * | Locking for todr got pushed down into inittodr and the client | imp | 2013-02-21 | 1 | -10/+2 |
| * | Convert machine/elf.h, machine/frame.h, machine/sigframe.h, | kib | 2013-02-20 | 5 | -362/+10 |
* | | There is no need to use VM_OBJECT_LOCKED() as the assertion won't | attilio | 2013-02-20 | 2 | -6/+4 |
* | | Switch vm_object lock to be a rwlock. | attilio | 2013-02-20 | 3 | -10/+11 |
|/ |
|
* | Consistently use round_page(x) rather than roundup(x, PAGE_SIZE). There is | jkim | 2013-02-15 | 3 | -8/+8 |
* | cpususpend_handler: mark AP as resumed only after fully setting up lapic | avg | 2013-02-02 | 1 | -2/+2 |
* | x86 suspend/resume: suspend pics and pseudo-pics in reverse order | avg | 2013-02-02 | 1 | -1/+1 |
* | Remove support for plip from the GENERIC kernel as no systems in the | eadler | 2013-02-01 | 1 | -1/+0 |
* | Remove unused VM_MAX_AUTOTUNE_NMBCLUSTERS define. | andre | 2013-02-01 | 1 | -5/+0 |
* | Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.h | jhb | 2013-01-29 | 3 | -160/+2 |
* | Don't assume that all Linux TCP-level socket options are identical to | jhb | 2013-01-23 | 1 | -0/+7 |
* | Fix build with SMP disabled.` | jhb | 2013-01-19 | 1 | -0/+5 |
* | Don't attempt to use clflush on the local APIC register window. Various | jhb | 2013-01-17 | 1 | -0/+11 |
* | Add VirtIO to the i386 and amd64 GENERIC kernels | bryanv | 2013-01-13 | 2 | -0/+17 |
* | Enable the UFS quotas for big-iron GENERIC kernels. | kib | 2013-01-03 | 1 | -0/+1 |
* | As discussed on -current last October, remove the firewire drivers from | des | 2013-01-03 | 1 | -9/+0 |
* | Fix !INVARIANTS && !SMP build. | marius | 2013-01-03 | 1 | -0/+2 |
* | Revert r243960 based on feedback regarding keeping x86 headers unified | jimharris | 2012-12-13 | 1 | -22/+0 |
* | Add amd64 implementations for 8-byte bus_space routines. | jimharris | 2012-12-06 | 1 | -0/+22 |
* | Print the frame addresses for the backtraces on i386 and amd64. It | kib | 2012-12-03 | 1 | -6/+11 |
* | Remove duplicate code. Reduce diff between amd64 and i386. | jkim | 2012-12-01 | 1 | -25/+19 |
* | Use volatile keywords properly. | jkim | 2012-11-30 | 1 | -11/+11 |
* | Tidy up inline assembly. No functional change. | jkim | 2012-11-30 | 1 | -8/+8 |
* | Fix a minor warning in sys/i386/xen/clock.c. | dim | 2012-11-12 | 1 | -1/+1 |
* | Allow maxusers to scale on machines with large address space. | alfred | 2012-11-10 | 1 | -0/+9 |
* | Rework the known rwlock to benefit about staying on their own | attilio | 2012-11-03 | 1 | -10/+1 |
* | The r241025 fixed the case when a binary, executed from nullfs mount, | kib | 2012-11-02 | 1 | -2/+5 |
* | Add missed sched_pin(). | kib | 2012-10-24 | 1 | -0/+1 |
* | Remove the support for using non-mpsafe filesystem modules. | kib | 2012-10-22 | 1 | -8/+2 |
* | This isn't functionally identical. In some cases a hint to disable | eadler | 2012-10-22 | 2 | -0/+6 |
* | The 'testing memory' patch gets printed too many times | eadler | 2012-10-22 | 1 | -2/+0 |
* | Now that device disabling is generic, remove extraneous code from the | eadler | 2012-10-22 | 2 | -6/+0 |
* | Explain the upcoming delay by printing a message when the kernel | eadler | 2012-10-22 | 1 | -0/+2 |
* | MFamd64: add machdep.uprintf_signal. | kib | 2012-10-14 | 1 | -0/+19 |
* | pciereg_cfg*: use assembly to access the mem-mapped cfg space | avg | 2012-10-14 | 1 | -6/+20 |