summaryrefslogtreecommitdiffstats
path: root/sys/i386/xen
Commit message (Expand)AuthorAgeFilesLines
* Fix the MP IPI code to differentiate between bitmapped IPIs and function IPIs.adrian2009-05-311-12/+7
* Remove some unused code in ipi_selected() .adrian2009-05-311-5/+0
* Even though I'm not quite sure that the call_func stuff will work properlyadrian2009-05-301-2/+3
* Don't schedule a CALL_FUNCTION_VECTOR software IPI if the IPI was signaledadrian2009-05-301-3/+3
* Correctly report the IPI IRQs being created; make it clear what vectors they ...adrian2009-05-301-4/+4
* Fix the Xen TOD update when the hypervisor wall clock is nudged.adrian2009-05-291-0/+14
* Migrate the Xen hypervisor clock reading routines into somethingadrian2009-05-292-49/+103
* Say hello to a very basic, read-only, Xen Hypervisor RTC.adrian2009-05-281-0/+191
* FreeBSD right now support 32 CPUs on all the architectures at least.attilio2009-05-141-61/+5
* Rename statclock_disable variable to atrtcclock_disable that it actually is,mav2009-05-031-1/+0
* fix XEN compilationkmacy2009-05-021-0/+3
* Fix the Xen build for i386 PV mode.dfr2009-04-012-1/+101
* Remove unused arg from npxinit(). Forgot to commit this file in thejhb2009-03-051-1/+1
* - fix formattingkmacy2009-02-151-68/+25
* Remove unnecessary page queues locking around vm_page_wakeup().alc2009-02-141-2/+0
* Don't try to directly update page tableskmacy2009-02-081-2/+5
* pass in smp_processor_id to identify the cpu in usekmacy2009-02-051-1/+1
* adjust the way that idle happens so as to avoid missing timer interruptskmacy2009-02-051-64/+63
* make sure that interrupts are disabled when handling page faults et alkmacy2009-02-031-4/+4
* Bring over the code from sys/i386/i386/mp_machdep.c, r187880bz2009-01-311-0/+3
* merge 186535, 186537, and 186538 from releng_7_xenkmacy2008-12-295-28/+32
* Integrate 185578 from dfrkmacy2008-12-041-1/+3
* fix initialization for case of normal kernbasekmacy2008-12-041-215/+33
* 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
OpenPOWER on IntegriCloud