summaryrefslogtreecommitdiffstats
path: root/sys/i386/xen
Commit message (Expand)AuthorAgeFilesLines
* only call hardclock on cpu0kmacy2008-10-251-1/+4
* handle case where eflags represents actual flags value whenkmacy2008-10-251-0/+2
* Fix general issues with IPI supportkmacy2008-10-241-41/+54
* Fix IPI supportkmacy2008-10-233-35/+108
* Hook in ipi handlerskmacy2008-10-211-20/+18
* Implement infrastructure for gluing i386 ipi functions in to xen's infrastruc...kmacy2008-10-212-29/+151
* Add routine for initializing AP clockkmacy2008-10-211-16/+17
* Import interrupt management defines from latest xenlinuxkmacy2008-10-201-12/+28
* - move gdt, ldt allocation to before KPT allocationkmacy2008-10-191-40/+59
* GC unused valueskmacy2008-10-191-10/+0
* 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