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
/
amd64
/
include
/
smp.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC 308142: Move declarations of invpcid_works and pmap_pcid_enabled to pmap.h.
jhb
2016-11-22
1
-3
/
+0
*
Merge common parts of i386 and amd64 md_var.h and smp.h into
kib
2015-12-07
1
-85
/
+4
*
For amd64 non-PCID machines, and for i386 machines with support for
kib
2015-12-03
1
-2
/
+3
*
amd64: plug redundant bootAP declaration
mjg
2015-09-22
1
-1
/
+0
*
Rewrite amd64 PCID implementation to follow an algorithm described in
kib
2015-05-09
1
-13
/
+6
*
Move common code from sys/i386/i386/mp_machdep.c and
kib
2015-04-24
1
-0
/
+39
*
Use lapic_ipi_alloc() to dynamically allocate IPI slots needed by bhyve when
neel
2015-03-14
1
-0
/
+1
*
xen: add a hook to perform AP startup
royger
2014-03-11
1
-0
/
+1
*
amd64/i386: switch IPI handlers to C code.
royger
2014-03-11
1
-0
/
+6
*
Move <machine/apicvar.h> to <x86/apicvar.h>.
jhb
2014-01-23
1
-1
/
+1
*
Tidy up some loose ends in the PCID code:
kib
2013-09-04
1
-0
/
+2
*
Implement support for the process-context identifiers ('PCID') on
kib
2013-08-30
1
-6
/
+9
*
Share IPI init and startup code of mp_machdep.c with acpi_wakeup.c
iwasaki
2012-06-12
1
-0
/
+1
*
remove code for dynamic offlining/onlining of CPUs on x86
avg
2011-06-08
1
-1
/
+0
*
Commit the support for removing cpumask_t and replacing it directly with
attilio
2011-05-05
1
-4
/
+4
*
Revert md_assert_preempt() introduction.
attilio
2011-05-04
1
-1
/
+0
*
Add the function md_assert_nopreempt(), which is a very consistent
attilio
2011-04-30
1
-0
/
+1
*
Amd64 doesn't have a lazypmap ipi.
alc
2011-03-27
1
-1
/
+0
*
Add a new ipi_cpu() function to the MI IPI API that can be used to send an
jhb
2010-08-06
1
-2
/
+3
*
Merge COUNT_XINVLTLB_HITS and COUNT_IPIS kernel options from i386 to amd64.
mav
2010-06-17
1
-0
/
+8
*
* Completely Remove the option STOP_NMI from the kernel. This option
attilio
2009-08-13
1
-4
/
+1
*
FreeBSD right now support 32 CPUs on all the architectures at least.
attilio
2009-05-14
1
-4
/
+4
*
- Add support for cpuid leaf 0xb. This allows us to determine the
jeff
2009-04-29
1
-4
/
+0
*
Initial suspend/resume support for amd64.
jkim
2009-03-17
1
-0
/
+2
*
Remove ipi_all() and ipi_self() as the former hasn't been used at
marius
2008-09-28
1
-2
/
+0
*
- Remove the old smp cpu topology specification with a new, more flexible
jeff
2008-03-02
1
-1
/
+4
*
Fix some entries in the locks static table of witness.
attilio
2007-09-20
1
-1
/
+0
*
Include machine/pcb.hto turn extern struct pcb stoppcbs[]; construct
kan
2007-05-19
1
-0
/
+1
*
Change the x86 interrupt code to use FreeBSD CPU IDs (i.e. PCPU_GET(cpuid))
jhb
2007-03-06
1
-0
/
+1
*
Add a new 'pmap_invalidate_cache()' to flush the CPU caches via the
jhb
2006-05-01
1
-0
/
+2
*
Tweak how the MD code calls the fooclock() methods some. Instead of
jhb
2005-12-22
1
-1
/
+1
*
MFi386:
jhb
2005-12-08
1
-0
/
+1
*
Rename the KDB_STOP_NMI kernel option to STOP_NMI and make it apply to all
jhb
2005-10-24
1
-3
/
+2
*
Implement an alternate method to stop CPUs when entering DDB. Normally we use
dwhite
2005-04-30
1
-0
/
+5
*
MFi386: Bring over John's local apic timer code
peter
2005-02-28
1
-2
/
+0
*
JumboMFi386: use bitmapped IPI handler. Update elcr and default mptable
peter
2005-01-21
1
-5
/
+2
*
Begin all license/copyright comments with /*-
imp
2005-01-05
1
-1
/
+1
*
Kill the LAZYPMAP ifdefs. While they worked, they didn't do anything
peter
2004-05-16
1
-2
/
+1
*
MFi386: mp_topology().
peter
2004-01-28
1
-0
/
+1
*
Initial landing of SMP support for FreeBSD/amd64.
peter
2003-11-17
1
-0
/
+59
*
Commit MD parts of a loosely functional AMD64 port. This is based on
peter
2003-05-01
1
-146
/
+0
*
Commit a partial lazy thread switch mechanism for i386. it isn't as lazy
peter
2003-04-02
1
-0
/
+1
*
Nuke options HTT infavor of machdep.hlt_logical_cpus tunable/sysctl.
ps
2003-03-26
1
-0
/
+1
*
Split statclock into statclock and profclock, and made the method for driving
jake
2003-02-03
1
-2
/
+2
*
Add the !define(COMPILING_LINT)
pirzyk
2002-10-17
1
-1
/
+1
*
put an #error directive when SMP and CPU_DISABLE_CMPXCHG are set
pirzyk
2002-10-17
1
-0
/
+3
*
Revive backed out pmap related changes from Feb 2002. The highlights are:
peter
2002-07-12
1
-1
/
+9
*
Fixed some style bugs in the removal of __P(()). The main ones were
bde
2002-03-23
1
-46
/
+46
*
Remove __P.
alfred
2002-03-20
1
-46
/
+46
*
Back out all the pmap related stuff I've touched over the last few days.
peter
2002-02-27
1
-2
/
+1
[next]