summaryrefslogtreecommitdiffstats
path: root/sys/i386/xen
Commit message (Expand)AuthorAgeFilesLines
* Remove ipi_all() and ipi_self() as the former hasn't been used atmarius2008-09-281-35/+0
* move ipi_pcpu to evtchn.ckmacy2008-09-261-11/+1
* Update xen/interface includes to the latest in mercurialkmacy2008-09-261-2/+2
* add initial ipi definitionskmacy2008-09-251-6/+32
* Make nkpt dependent on the size of the initial memory allocationkmacy2008-09-252-10/+9
* Change order of pcpu initialization so the pc_prvspace is setkmacy2008-09-181-1/+1
* fix initial page directory setup for APs to work when KERNBASE < 0xc0000000kmacy2008-09-181-37/+36
* Some people have very strange notions of how large KVA_PAGES should be. Thekmacy2008-09-171-37/+55
* Get initial bootstrap of APs working under xen.kmacy2008-09-104-22/+1244
* enable the xen_guest string so that the freebsd xen kernel willkmacy2008-09-031-2/+1
* Accomodate the fact that the number of l1 pages varies with the size of the ...kmacy2008-09-021-5/+8
* Fix problem with large memory configuration by ensuring that all NKPTkmacy2008-09-021-0/+7
* Fix boot time pmap_growkernel panic for case where vm is allocated >= 768Mkmacy2008-08-211-1/+3
* - clean up interrupt handling for xen a tiny bitkmacy2008-08-201-6/+11
* protect queue_log not queuekmacy2008-08-191-2/+4
* Fix compilation without INVARIANTSkmacy2008-08-191-0/+6
* translate machine addresses to physical addresses in new code in pmap_initkmacy2008-08-171-3/+2
* bypass call to trap when handling hypervisor_upcallkmacy2008-08-171-13/+34
* clean up initvalues to work correctly on PAEkmacy2008-08-171-56/+31
* Compile fixes for xen build.kmacy2008-08-154-154/+195
* Import i386 xen sub-arch files.kmacy2008-08-125-0/+7257
OpenPOWER on IntegriCloud