summaryrefslogtreecommitdiffstats
path: root/sys/i386/xen
Commit message (Expand)AuthorAgeFilesLines
...
* Rename HYPERVISOR_multicall (which performs the multicall hypercall) tocperciva2010-11-251-0/+21
* Remove vestigal debugging code which, in fork-heavy workloads, can causecperciva2010-11-251-1/+0
* In xen_get_timecount, return the full ns-precision time rather thancperciva2010-11-221-1/+1
* Unifdef XEN. This file is only compiled with the XEN kernel option set,cperciva2010-11-201-103/+2
* Add VTOM(va) macro as xpmap_ptom(VTOP(va)) to convert to machine addresses.cperciva2010-11-203-35/+32
* Make pmap_release consistent with pmap_pinit with respect to unpinningcperciva2010-11-191-0/+5
* Make pmap_release match pmap_pinit by invoking pmap_qremove(pmap->pm_pdpt)cperciva2010-11-181-0/+3
* Don't KASSERT in pmap_release thatcperciva2010-11-181-2/+3
* Move the mptable.h under x86/include/.attilio2010-11-091-1/+1
* Sync the APIC startup sequence with amd64:jhb2010-11-081-1/+1
* Move <machine/apicreg.h> to <x86/apicreg.h>.jhb2010-11-012-2/+2
* Improve the Xen para-virtualized device infrastructure of FreeBSD:gibbs2010-10-191-2/+4
* Update various places that store or manipulate CPU masks to use cpumask_tjhb2010-08-111-6/+3
* Add a new ipi_cpu() function to the MI IPI API that can be used to send anjhb2010-08-061-7/+41
* Relax one of the new assertions in pmap_enter() a little. Specifically,alc2010-06-111-1/+2
* Reduce the scope of the page queues lock and the number ofalc2010-06-101-9/+13
* Eliminate a stale comment.alc2010-05-311-4/+0
* Simplify the inner loop of pmap_collect(): While iterating over the page'salc2010-05-301-2/+2
* Merge various changes from i386/i386/pmap.c:alc2010-05-301-72/+57
* Push down page queues lock acquisition in pmap_enter_object() andalc2010-05-261-4/+6
* Roughly half of a typical pmap_mincore() implementation is machine-alc2010-05-241-54/+53
* On entry to pmap_enter(), assert that the page is busy. While I'malc2010-05-161-7/+16
* Push down the page queues into vm_page_cache(), vm_page_try_to_cache(), andalc2010-05-081-20/+17
* merge 194209 in to the i386/xen pmapkmacy2010-04-301-46/+47
* On Alan's advice, rather than do a wholesale conversion on a singlekmacy2010-04-301-2/+9
* MFi386 r207205alc2010-04-271-13/+7
* Resurrect pmap_is_referenced() and use it in mincore(). Essentially,alc2010-04-241-3/+29
* Make NKPT a kernel option on i386 so that it can be set to a non-defaultjhb2010-03-101-0/+1
* Introduce the new kernel sub-tree x86 which should contain all the codeattilio2010-02-251-2/+2
* - fix bootstrap for variable KVA_PAGESkmacy2010-02-212-85/+55
* Allow the pmap code to be built with GCC from FreeBSD 7 again.ed2010-02-181-0/+4
* Recommit r193732:ed2010-01-191-1/+1
* Eliminate an unused declaration.alc2010-01-111-3/+0
* Eliminate unused declarations.alc2010-01-101-3/+0
* Unbreak the XEN build after r201751.bz2010-01-081-0/+4
* Make pmap_set_pg() static.alc2010-01-071-1/+2
* Eliminate unused variables (see r137912).alc2010-01-071-2/+0
* - revert pmap_kenter_temporary to taking a physical addresskmacy2009-12-101-1/+2
* i386 has not (yet) any DEV_ATPIC conditional than axe it out from Xenattilio2009-11-271-4/+0
* fixup kernel core dumps on paravirtual guestskmacy2009-11-241-1/+1
* reflect that pg_ps_enabled is a tunable, not just a read-only sysctlavg2009-11-111-1/+1
* o Introduce vm_sync_icache() for making the I-cache coherent withmarcel2009-10-211-0/+5
* make read_eflags and write_eflags accomplish the same effect on PVM as native,kmacy2009-10-011-10/+32
* fix UP compilationkmacy2009-09-111-2/+0
* Consolidate CPUID to CPU family/model macros for amd64 and i386 to reducejkim2009-09-101-1/+1
* As was done in r196643 for i386 and amd64, swap the start/end virtualkib2009-09-091-2/+2
* Delete whitespace not in i386/pmap.cadrian2009-09-011-1/+0
* Migrate to use cpuset_t.adrian2009-09-011-5/+4
* Merge in the pat_works work from sys/i386/i386/pmap.c - primarily to reduceadrian2009-09-011-65/+74
* Fix broken build.adrian2009-09-011-0/+1
OpenPOWER on IntegriCloud