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
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Completely Remove the option STOP_NMI from the kernel. This option
attilio
2009-08-13
1
-2
/
+0
*
Fix XEN build breakage, by implementing pmap_invalidate_cache_range()
kib
2009-07-29
1
-16
/
+88
*
Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar to
jhb
2009-07-24
1
-1
/
+1
*
Change the handling of fictitious pages by pmap_page_set_memattr() on
alc
2009-07-19
1
-0
/
+19
*
Add support to the virtual memory system for configuring machine-
alc
2009-07-12
1
-1
/
+2
*
PAE adds another level to the i386 page table. This level is a small
alc
2009-07-05
1
-6
/
+5
*
Implement a facility for dynamic per-cpu variables.
jeff
2009-06-23
1
-0
/
+1
*
Revert my change; reintroduce __gnu89_inline.
ed
2009-06-08
1
-1
/
+1
*
Remove __gnu89_inline.
ed
2009-06-08
1
-1
/
+1
*
Fix the MP IPI code to differentiate between bitmapped IPIs and function IPIs.
adrian
2009-05-31
1
-12
/
+7
*
Remove some unused code in ipi_selected() .
adrian
2009-05-31
1
-5
/
+0
*
Even though I'm not quite sure that the call_func stuff will work properly
adrian
2009-05-30
1
-2
/
+3
*
Don't schedule a CALL_FUNCTION_VECTOR software IPI if the IPI was signaled
adrian
2009-05-30
1
-3
/
+3
*
Correctly report the IPI IRQs being created; make it clear what vectors they ...
adrian
2009-05-30
1
-4
/
+4
*
Fix the Xen TOD update when the hypervisor wall clock is nudged.
adrian
2009-05-29
1
-0
/
+14
*
Migrate the Xen hypervisor clock reading routines into something
adrian
2009-05-29
2
-49
/
+103
*
Say hello to a very basic, read-only, Xen Hypervisor RTC.
adrian
2009-05-28
1
-0
/
+191
*
FreeBSD right now support 32 CPUs on all the architectures at least.
attilio
2009-05-14
1
-61
/
+5
*
Rename statclock_disable variable to atrtcclock_disable that it actually is,
mav
2009-05-03
1
-1
/
+0
*
fix XEN compilation
kmacy
2009-05-02
1
-0
/
+3
*
Fix the Xen build for i386 PV mode.
dfr
2009-04-01
2
-1
/
+101
*
Remove unused arg from npxinit(). Forgot to commit this file in the
jhb
2009-03-05
1
-1
/
+1
*
- fix formatting
kmacy
2009-02-15
1
-68
/
+25
*
Remove unnecessary page queues locking around vm_page_wakeup().
alc
2009-02-14
1
-2
/
+0
*
Don't try to directly update page tables
kmacy
2009-02-08
1
-2
/
+5
*
pass in smp_processor_id to identify the cpu in use
kmacy
2009-02-05
1
-1
/
+1
*
adjust the way that idle happens so as to avoid missing timer interrupts
kmacy
2009-02-05
1
-64
/
+63
*
make sure that interrupts are disabled when handling page faults et al
kmacy
2009-02-03
1
-4
/
+4
*
Bring over the code from sys/i386/i386/mp_machdep.c, r187880
bz
2009-01-31
1
-0
/
+3
*
merge 186535, 186537, and 186538 from releng_7_xen
kmacy
2008-12-29
5
-28
/
+32
*
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
*
only call hardclock on cpu0
kmacy
2008-10-25
1
-1
/
+4
*
handle case where eflags represents actual flags value when
kmacy
2008-10-25
1
-0
/
+2
*
Fix general issues with IPI support
kmacy
2008-10-24
1
-41
/
+54
*
Fix IPI support
kmacy
2008-10-23
3
-35
/
+108
*
Hook in ipi handlers
kmacy
2008-10-21
1
-20
/
+18
*
Implement infrastructure for gluing i386 ipi functions in to xen's infrastruc...
kmacy
2008-10-21
2
-29
/
+151
*
Add routine for initializing AP clock
kmacy
2008-10-21
1
-16
/
+17
*
Import interrupt management defines from latest xenlinux
kmacy
2008-10-20
1
-12
/
+28
*
- move gdt, ldt allocation to before KPT allocation
kmacy
2008-10-19
1
-40
/
+59
*
GC unused values
kmacy
2008-10-19
1
-10
/
+0
*
Remove ipi_all() and ipi_self() as the former hasn't been used at
marius
2008-09-28
1
-35
/
+0
*
move ipi_pcpu to evtchn.c
kmacy
2008-09-26
1
-11
/
+1
*
Update xen/interface includes to the latest in mercurial
kmacy
2008-09-26
1
-2
/
+2
*
add initial ipi definitions
kmacy
2008-09-25
1
-6
/
+32
*
Make nkpt dependent on the size of the initial memory allocation
kmacy
2008-09-25
2
-10
/
+9
*
Change order of pcpu initialization so the pc_prvspace is set
kmacy
2008-09-18
1
-1
/
+1
*
fix initial page directory setup for APs to work when KERNBASE < 0xc0000000
kmacy
2008-09-18
1
-37
/
+36
*
Some people have very strange notions of how large KVA_PAGES should be. The
kmacy
2008-09-17
1
-37
/
+55
[next]