summaryrefslogtreecommitdiffstats
path: root/sys/i386/xen
Commit message (Expand)AuthorAgeFilesLines
* Port recent IPI enhachements to en:attilio2009-08-151-0/+38
* * Completely Remove the option STOP_NMI from the kernel. This optionattilio2009-08-131-2/+0
* Fix XEN build breakage, by implementing pmap_invalidate_cache_range()kib2009-07-291-16/+88
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar tojhb2009-07-241-1/+1
* Change the handling of fictitious pages by pmap_page_set_memattr() onalc2009-07-191-0/+19
* Add support to the virtual memory system for configuring machine-alc2009-07-121-1/+2
* PAE adds another level to the i386 page table. This level is a smallalc2009-07-051-6/+5
* Implement a facility for dynamic per-cpu variables.jeff2009-06-231-0/+1
* Revert my change; reintroduce __gnu89_inline.ed2009-06-081-1/+1
* Remove __gnu89_inline.ed2009-06-081-1/+1
* 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
OpenPOWER on IntegriCloud