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
/
mp_machdep.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement vector callback for PVHVM and unify event channel implementations
gibbs
2013-08-29
1
-35
/
+54
*
Replace kernel virtual address space allocation with vmem. This provides
jeff
2013-08-07
1
-4
/
+5
*
- Add a BIT_FFS() macro and use it to replace cpusetffs_obj()
jeff
2013-06-13
1
-2
/
+2
*
Replace all uses of the vm page queues lock by a new R/W lock.
alc
2012-10-12
1
-2
/
+4
*
The size passed to kmem functions should be in terms of bytes and not
alc
2011-12-20
1
-4
/
+4
*
Eliminate vestiges of page coloring.
alc
2011-12-15
1
-2
/
+1
*
With retirement of cpumask_t and usage of cpuset_t for representing a
attilio
2011-07-04
1
-37
/
+17
*
Reintroduce the lazypmap infrastructure and convert it to using
attilio
2011-05-20
1
-1
/
+10
*
MFC
attilio
2011-05-13
1
-1
/
+4
*
Commit the support for removing cpumask_t and replacing it directly with
attilio
2011-05-05
1
-48
/
+69
*
Revert md_assert_preempt() introduction.
attilio
2011-05-04
1
-16
/
+0
*
- Merge a fix fixup for the last lazyfix removal
attilio
2011-05-02
1
-53
/
+28
*
Add the function md_assert_nopreempt(), which is a very consistent
attilio
2011-04-30
1
-0
/
+16
*
Remove bogus usage of INTR_FAST. "Fast" interrupts are now indicated by
jhb
2011-01-06
1
-2
/
+2
*
Add VTOM(va) macro as xpmap_ptom(VTOP(va)) to convert to machine addresses.
cperciva
2010-11-20
1
-6
/
+5
*
Move <machine/apicreg.h> to <x86/apicreg.h>.
jhb
2010-11-01
1
-1
/
+1
*
Add a new ipi_cpu() function to the MI IPI API that can be used to send an
jhb
2010-08-06
1
-7
/
+41
*
Make NKPT a kernel option on i386 so that it can be set to a non-default
jhb
2010-03-10
1
-0
/
+1
*
Eliminate an unused declaration.
alc
2010-01-11
1
-3
/
+0
*
Port recent IPI enhachements to en:
attilio
2009-08-15
1
-0
/
+38
*
* Completely Remove the option STOP_NMI from the kernel. This option
attilio
2009-08-13
1
-2
/
+0
*
Implement a facility for dynamic per-cpu variables.
jeff
2009-06-23
1
-0
/
+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
*
FreeBSD right now support 32 CPUs on all the architectures at least.
attilio
2009-05-14
1
-61
/
+5
*
fix XEN compilation
kmacy
2009-05-02
1
-0
/
+3
*
Remove unused arg from npxinit(). Forgot to commit this file in the
jhb
2009-03-05
1
-1
/
+1
*
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
1
-10
/
+11
*
Fix general issues with IPI support
kmacy
2008-10-24
1
-41
/
+54
*
Fix IPI support
kmacy
2008-10-23
1
-13
/
+53
*
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
1
-27
/
+151
*
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
*
add initial ipi definitions
kmacy
2008-09-25
1
-6
/
+32
*
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
*
Get initial bootstrap of APs working under xen.
kmacy
2008-09-10
1
-0
/
+1095