index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
i386
/
xen
/
xen_machdep.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix !INVARIANTS && !SMP build.
marius
2013-01-03
1
-0
/
+2
*
Replace all uses of the vm page queues lock by a new R/W lock.
alc
2012-10-12
1
-1
/
+4
*
Spell CRITICAL_ASSERT correctly.
cperciva
2011-01-04
1
-2
/
+1
*
Adjust the critical section protecting _xen_flush_queue to cover the
cperciva
2011-01-04
1
-4
/
+11
*
Rename HYPERVISOR_multicall (which performs the multicall hypercall) to
cperciva
2010-11-25
1
-0
/
+21
*
Remove vestigal debugging code which, in fork-heavy workloads, can cause
cperciva
2010-11-25
1
-1
/
+0
*
Add VTOM(va) macro as xpmap_ptom(VTOP(va)) to convert to machine addresses.
cperciva
2010-11-20
1
-14
/
+12
*
Improve the Xen para-virtualized device infrastructure of FreeBSD:
gibbs
2010-10-19
1
-2
/
+4
*
- fix bootstrap for variable KVA_PAGES
kmacy
2010-02-21
1
-81
/
+50
*
Eliminate unused declarations.
alc
2010-01-10
1
-3
/
+0
*
make read_eflags and write_eflags accomplish the same effect on PVM as native,
kmacy
2009-10-01
1
-10
/
+32
*
Fix the Xen build for i386 PV mode.
dfr
2009-04-01
1
-1
/
+35
*
make sure that interrupts are disabled when handling page faults et al
kmacy
2009-02-03
1
-4
/
+4
*
merge 186535, 186537, and 186538 from releng_7_xen
kmacy
2008-12-29
1
-1
/
+1
*
Integrate 185578 from dfr
kmacy
2008-12-04
1
-1
/
+3
*
fix initialization for case of normal kernbase
kmacy
2008-12-04
1
-215
/
+33
*
handle case where eflags represents actual flags value when
kmacy
2008-10-25
1
-0
/
+2
*
- move gdt, ldt allocation to before KPT allocation
kmacy
2008-10-19
1
-40
/
+59
*
Update xen/interface includes to the latest in mercurial
kmacy
2008-09-26
1
-2
/
+2
*
Make nkpt dependent on the size of the initial memory allocation
kmacy
2008-09-25
1
-9
/
+7
*
Some people have very strange notions of how large KVA_PAGES should be. The
kmacy
2008-09-17
1
-37
/
+55
*
Get initial bootstrap of APs working under xen.
kmacy
2008-09-10
1
-21
/
+18
*
Accomodate the fact that the number of l1 pages varies with the size of the ...
kmacy
2008-09-02
1
-5
/
+8
*
Fix problem with large memory configuration by ensuring that all NKPT
kmacy
2008-09-02
1
-0
/
+7
*
- clean up interrupt handling for xen a tiny bit
kmacy
2008-08-20
1
-6
/
+11
*
protect queue_log not queue
kmacy
2008-08-19
1
-2
/
+4
*
Fix compilation without INVARIANTS
kmacy
2008-08-19
1
-0
/
+6
*
clean up initvalues to work correctly on PAE
kmacy
2008-08-17
1
-56
/
+31
*
Compile fixes for xen build.
kmacy
2008-08-15
1
-29
/
+69
*
Import i386 xen sub-arch files.
kmacy
2008-08-12
1
-0
/
+1315