summaryrefslogtreecommitdiffstats
path: root/sys/i386/xen
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert previous commit; that was left-over junk in the tree.adrian2009-08-311-0/+2
* Shuffle pagezero() into the same location as in sys/i386/i386/pmap.c.adrian2009-08-312-18/+16
* 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
OpenPOWER on IntegriCloud