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
/
include
/
smp.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Share IPI init and startup code of mp_machdep.c with acpi_wakeup.c
iwasaki
2012-06-12
1
-0
/
+1
*
Remove cpususpend IDT vector for XEN.
iwasaki
2012-05-20
1
-0
/
+2
*
Add SMP/i386 suspend/resume support.
iwasaki
2012-05-18
1
-0
/
+2
*
remove code for dynamic offlining/onlining of CPUs on x86
avg
2011-06-08
1
-1
/
+0
*
Reintroduce the lazypmap infrastructure and convert it to using
attilio
2011-05-20
1
-1
/
+3
*
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
*
Remove the support for lazy cr3 switching from i386.
attilio
2011-04-30
1
-3
/
+1
*
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
*
* Completely Remove the option STOP_NMI from the kernel. This option
attilio
2009-08-13
1
-4
/
+2
*
FreeBSD right now support 32 CPUs on all the architectures at least.
attilio
2009-05-14
1
-3
/
+3
*
- Add support for cpuid leaf 0xb. This allows us to determine the
jeff
2009-04-29
1
-4
/
+0
*
Fix general issues with IPI support
kmacy
2008-10-24
1
-2
/
+2
*
Fix IPI support
kmacy
2008-10-23
1
-2
/
+2
*
don't globally define ipi_bitmap_handler on xen
kmacy
2008-10-21
1
-0
/
+2
*
Header cleanups and addition of IPI declarations for xen
kmacy
2008-10-21
1
-0
/
+5
*
Remove ipi_all() and ipi_self() as the former hasn't been used at
marius
2008-09-28
1
-2
/
+0
*
add ipi mapping
kmacy
2008-09-25
1
-1
/
+3
*
- 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
/
+3
*
Tweak how the MD code calls the fooclock() methods some. Instead of
jhb
2005-12-22
1
-1
/
+1
*
- Move the code to deal with handling an IPI_STOP IPI out of
jhb
2005-12-05
1
-0
/
+8
*
Garbage collect the code to store diagnostics codes in a CMOS register
jhb
2005-11-22
1
-14
/
+0
*
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
*
Use the local APIC timer to drive the various kernel clocks on SMP machines
jhb
2005-02-08
1
-2
/
+0
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
1
-1
/
+1
*
Avoid more than two pending IPI interrupt vectors per local APIC
ups
2004-12-07
1
-5
/
+2
*
- Add the mp_topology() function to mp_machdep.c. This function builds up
jeff
2003-12-11
1
-0
/
+1
*
New i386 SMP code:
jhb
2003-11-03
1
-97
/
+25
*
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
*
Work-in-progress commit syncing up pmap cleanups that I have been working
peter
2002-02-25
1
-1
/
+2
*
Small cleanups to the SMP code:
jhb
2001-12-17
1
-5
/
+0
*
Overhaul of the SMP code. Several portions of the SMP kernel support have
jhb
2001-04-27
1
-27
/
+23
*
Remove the BETTER_CLOCK #ifdef's. The code is on by default and is here
jhb
2001-04-10
1
-2
/
+0
*
Defer assignment of low level interrupt handlers for PCI interrupts
tegge
2001-01-28
1
-0
/
+1
*
Move io_apic_{read,write} from apic_ipl.s (where they do not belong) into
peter
2000-12-06
1
-4
/
+3
*
GC unused assembler function apic_eoi()
peter
2000-12-06
1
-1
/
+0
[next]