| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC: r274054 (missed in r276076) | marius | 2015-02-08 | 1 | -1/+1 |
* | MFC 271405,271408,271409,272658: | jhb | 2014-12-22 | 1 | -13/+4 |
* | MFC r272761: | kib | 2014-10-15 | 1 | -8/+12 |
* | MFC r263005 by royger: howto_names: unify declaration | emaste | 2014-09-04 | 1 | -18/+1 |
* | Fix a leak of the wired pages when unwiring of the PROT_NONE-mapped | kib | 2014-09-01 | 1 | -22/+40 |
* | MFC r270038: | kib | 2014-08-24 | 1 | -1/+0 |
* | Merge the changes to pmap_enter(9) for sleep-less operation (requested | kib | 2014-08-24 | 1 | -24/+27 |
* | MFC 261781: | jhb | 2014-06-27 | 1 | -2/+2 |
* | Merge r264984 | scottl | 2014-05-07 | 1 | -1/+0 |
* | MFC r263001 | royger | 2014-04-04 | 1 | -0/+25 |
* | Formalize the concept of virtual CPU ids by adding a per-cpu vcpu_id | gibbs | 2013-10-05 | 2 | -8/+2 |
* | sys/i386/xen/mp_machdep.c: | gibbs | 2013-09-20 | 2 | -3/+9 |
* | The pmap function pmap_clear_reference() is no longer used. Remove it. | alc | 2013-09-20 | 1 | -35/+0 |
* | sys/i386/xen_mp_machdep.c: | gibbs | 2013-09-19 | 1 | -0/+3 |
* | Implement PV IPIs for PVHVM guests and further converge PV and HVM | gibbs | 2013-09-06 | 1 | -48/+65 |
* | Better conformance to style(9) and organizational cleanup. | gibbs | 2013-09-02 | 1 | -40/+51 |
* | Introduce a new, HVM compatible, paravirtualized timer driver for Xen. | gibbs | 2013-08-29 | 4 | -604/+6 |
* | Implement vector callback for PVHVM and unify event channel implementations | gibbs | 2013-08-29 | 7 | -84/+128 |
* | Significantly reduce the cost, i.e., run time, of calls to madvise(..., | alc | 2013-08-29 | 1 | -0/+66 |
* | Rename definition of HYPERVISOR_VIRT_START to avoid conflict with | gibbs | 2013-08-22 | 1 | -1/+1 |
* | Revert r254501. Instead, reuse the type stability of the struct pmap | kib | 2013-08-22 | 1 | -3/+0 |
* | The soft and hard busy mechanism rely on the vm object lock to work. | attilio | 2013-08-09 | 1 | -12/+10 |
* | Replace kernel virtual address space allocation with vmem. This provides | jeff | 2013-08-07 | 2 | -11/+10 |
* | Adjust i386 Xen PV support for updated Xen interface files. | gibbs | 2013-06-17 | 1 | -3/+3 |
* | - Add a BIT_FFS() macro and use it to replace cpusetffs_obj() | jeff | 2013-06-13 | 2 | -3/+3 |
* | o Relax locking assertions for vm_page_find_least() | attilio | 2013-05-21 | 1 | -1/+2 |
* | Implement the concept of the unmapped VMIO buffers, i.e. buffers which | kib | 2013-03-19 | 1 | -0/+2 |
* | MFC | attilio | 2013-03-17 | 1 | -0/+40 |
|\ |
|
| * | Add pmap function pmap_copy_pages(), which copies the content of the | kib | 2013-03-14 | 1 | -0/+40 |
* | | Merge from vmcontention. | attilio | 2013-03-09 | 1 | -6/+6 |
|\ \
| |/ |
|
| * | MFC | attilio | 2013-03-08 | 1 | -18/+18 |
| |\ |
|
| * \ | MFC | attilio | 2013-03-02 | 1 | -17/+9 |
| |\ \ |
|
| * | | | Hide the details for the assertion for VM_OBJECT_LOCK operations. | attilio | 2013-02-21 | 1 | -6/+6 |
| * | | | There is no need to use VM_OBJECT_LOCKED() as the assertion won't | attilio | 2013-02-20 | 1 | -3/+2 |
| * | | | Switch vm_object lock to be a rwlock. | attilio | 2013-02-20 | 1 | -5/+5 |
* | | | | Fixup XEN pmap to cope with removal of left/right iterators from | attilio | 2013-03-03 | 1 | -3/+4 |
| |_|/
|/| | |
|
* | | | Fix-up r247622 by also renaming pv_list iterator into the xen | attilio | 2013-03-03 | 1 | -18/+18 |
| |/
|/| |
|
* | | MFcalloutng: | mav | 2013-02-28 | 1 | -17/+9 |
* | | Merge from vmobj-rwlock: | attilio | 2013-02-27 | 1 | -3/+2 |
|/ |
|
* | Consistently use round_page(x) rather than roundup(x, PAGE_SIZE). There is | jkim | 2013-02-15 | 1 | -3/+3 |
* | Fix !INVARIANTS && !SMP build. | marius | 2013-01-03 | 1 | -0/+2 |
* | Fix a minor warning in sys/i386/xen/clock.c. | dim | 2012-11-12 | 1 | -1/+1 |
* | Replace all uses of the vm page queues lock by a new R/W lock. | alc | 2012-10-12 | 3 | -61/+80 |
* | MFi386 r241356 | alc | 2012-10-10 | 1 | -0/+9 |
* | In a few places, like the implementation of ptrace(), a thread may call | alc | 2012-10-08 | 1 | -6/+8 |
* | Eliminate a stale comment. It describes another use case for the pmap in | alc | 2012-09-28 | 1 | -7/+0 |
* | Simplify pmap_unmapdev(). Since kmem_free() eventually calls pmap_remove(), | alc | 2012-09-10 | 1 | -6/+1 |
* | Rename {_,}pmap_unwire_pte_hold() to {_,}pmap_unwire_ptp() and update the | alc | 2012-09-05 | 1 | -17/+18 |
* | Eliminate an unnecessary acquisition and release of the page queues lock | alc | 2012-08-10 | 1 | -2/+0 |
* | Various small changes to PV entry management: | alc | 2012-06-04 | 1 | -13/+16 |