kernel - SMP - "Fix AP #%d (PHY# %d) failed" issues
[dragonfly.git] / sys / platform / pc32 / i386 / mp_machdep.c
2010-02-10 Matthew Dillonkernel - SMP - "Fix AP #%d (PHY# %d) failed" issues
2010-01-02 Matthew Dillonkernel - pmap (i386) - fix bugs in gd_GDMAP1 and gd_GDA...
2009-12-30 Matthew Dillonkernel - pmap (i386) - Refactor the foreign pmap mapping
2009-12-20 Matthew Dillonkernel - Move mplock to machine-independent C
2009-12-15 Sascha Wildnermp_machdep.c: Fix some warnings of the SMP without...
2009-12-13 Alexander Polakovi386: sync identcpu with FreeBSD
2009-11-08 Alexander PolakovRevert "IO APIC: Assign pins dedicated to PCI in the...
2009-08-20 Matthew DillonFix numerous compiler warnings and format conversion...
2009-07-14 Sepherosa Ziehaulapic_init() -> lapic_map()
2009-07-11 Sepherosa ZiehauUse same interrupt vector handler for fast/slow interru...
2009-07-11 Sepherosa ZiehauIO APIC: Assign pins dedicated to PCI in the early...
2009-07-11 Sepherosa ZiehauIO APIC: Get rid of apic_imen
2009-07-11 Sepherosa ZiehauTurn on PG_N (nocache) when mapping ioapic
2009-06-27 Sepherosa ZiehauMP table: Test 0xe0000 when searching MP float pointer...
2009-06-27 Sepherosa ZiehauIntroduce lapic enumerators, which is used to probe...
2009-06-27 Sepherosa ZiehauMove lapic_init() into apic/mpapic.c
2009-06-27 Sepherosa ZiehauMP probe: Get rid of cpu_apic_address
2009-06-22 Sepherosa ZiehauMP table: Don't mix lapic/ioapic/imcr configuration...
2009-06-22 Sepherosa ZiehauMerge mptable_check() into mptable_probe()
2009-06-22 Sepherosa ZiehauUse mptable_iterate_entries() in mptable_pass2()
2009-06-22 Sepherosa ZiehauPull IMCR setting out of mptable_pass2()
2009-06-22 Sepherosa ZiehauLet mptable_pass2() call mptable_default()
2009-06-22 Sepherosa Ziehaumptable_default() only configures ioapic stuffs
2009-06-22 Sepherosa ZiehauUse mptable_iterate_entries() in mptable_pass1()
2009-06-22 Sepherosa ZiehauMP table: Remove global variables for HT fixup
2009-06-22 Sepherosa ZiehauNAPICID 16 -> 256.
2009-06-22 Sepherosa Ziehaumptable_lapic_enumerate(): Fix comment
2009-06-22 Sepherosa ZiehauRearrange mptable_lapic_enumerate() by factoring out...
2009-06-22 Sepherosa ZiehauAdd APIC_ID to extract apic id from local apic id field
2009-06-22 Sepherosa ZiehauAdd lapic_init() to map local apic
2009-06-22 Sepherosa ZiehauMP table: Pull lapic related information extraction...
2009-06-22 Sepherosa ZiehauMP table: Do preliminary checks before claiming that...
2009-06-22 Sepherosa ZiehauPut mp_nbusses and bus_data under APIC_IO
2009-06-22 Sepherosa ZiehauStaticize mp_nbusses
2009-06-22 Sepherosa ZiehauRemove bsp_apic_ready
2009-06-22 Sepherosa ZiehauCorrect the logical_cpus calculation in mptable_hyperth...
2009-06-14 Sepherosa ZiehauMADT MP probe: Rework cpuid mapping, and cpuid to apici...
2009-06-13 Sepherosa ZiehauFallback to ACPI MADT CPU enumeration, if BIOS does...
2009-06-13 Sepherosa ZiehauAdd mp_set_cpuids(), which links CPU's logical id to...
2009-06-13 Sepherosa ZiehauImplement ACPI MADT parsing
2009-06-13 Sepherosa ZiehauMP table related static function renaming
2009-06-13 Sepherosa ZiehauGet rid of global variable 'boot_cpu_id'
2009-06-13 Sepherosa ZiehauCorrect mptable_pass[12]() function comment
2009-06-12 Sepherosa Ziehaump_probe() -> mptable_probe()
2009-06-12 Sepherosa ZiehauChange mptable mapping mechanism during mptable parsing.
2009-06-12 Sepherosa Ziehaump_probe(): Return physical address of the MP float...
2009-06-12 Sepherosa ZiehauReorder MP probing
2009-06-12 Sepherosa ZiehauDefer mptable_pass1() from mp_probe() to mp_enable()
2009-06-12 Sepherosa ZiehauSave EBDA address before mp_probe()
2009-06-12 Sepherosa Ziehaumptable_pass1: Don't set ncpus to 1; it has already...
2009-06-09 Sepherosa ZiehauRemove mp_capable; mp_enable() uses cpu_apic_address.
2009-06-09 Sepherosa ZiehauDefer LAPIC mapping from pmap_bootstrap() to mp_enable()
2009-05-02 Sepherosa Ziehaulapic timer: Add necessary bits for lapic timer interru...
2009-05-01 Sepherosa Ziehaulapic timer: Add lapic timer calibration code.
2009-02-26 Simon Schubertsyntax cleanup to unbreak code highlighting
2008-06-07 Michael NeumannRemove unnecessary conversion to kilobytes (divide...
2008-01-05 Sascha WildnerFor kmalloc(), MALLOC() and contigmalloc(), use M_ZERO...
2007-04-30 Matthew DillonIt is possible for spurious interrupt(s) to be posted...
2007-04-30 Matthew DillonRevamp SYSINIT ordering. Relabel sysinit IDs (SI_...
2007-04-27 Matthew DillonImplement ncpus_fit and ncpus_fit_mask. Admittedly...
2006-12-28 Matthew DillonMake kernel_map, buffer_map, clean_map, exec_map, and...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-11-07 Matthew DillonMajor kernel build infrastructure changes, part 1/2...
2006-10-23 Matthew DillonFurther normalize the _XXX_H_ symbols used to condition...
2005-12-24 Sascha Wildner* Ansify function definitions.
2005-12-10 Matthew DillonFix UP build issues. Move tsc_offsets[] from mp_machde...
2005-12-06 Matthew DillonSynchronize the TSC between all cpus on startup and...
2005-11-07 Matthew DillonAdjust the globaldata initialization code to accomodate...
2005-11-04 Matthew DillonThe 'picmode' variable was mis-named. The MPTable...
2005-11-04 Matthew DillonAllow 'options SMP' *WITHOUT* 'options APIC_IO'. That...
2005-11-03 Matthew DillonICU/APIC cleanup part 9/many.
2005-11-03 Matthew DillonDe-confuse the IO APIC mapping code by creating a helpe...
2005-11-02 Matthew DillonICU/APIC cleanup part 7/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 5/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 1/many.
2005-10-15 Matthew DillonMPTable fixup for Shuttle XPC with an AMD Athlon X2...
2005-09-10 Matthew DillonSyntax cleanup, add a code comment, add a newline in...
2005-08-29 Matthew DillonGet rid of smp_rendezvous() and all associated support...
2005-08-28 Jeffrey HsuA machine-independent spinlock implementation. It...
2005-06-03 Matthew DillonReplace cpu_mb1() and cpu_mb2() with cpu_mfence(),...
2005-04-26 Matthew DillonMinor rearrangement of an mpcount. This isn't actually...
2005-04-26 Matthew DillonFix an SMP bug. The SMP startup code waits for the...
2005-04-13 Matthew DillonOptimize lwkt_send_ipiq() - the IPI based inter-cpu...
2005-02-27 Sascha WildnerRemove PC98 support. Leave the machdep.ispc98 sysctl...
2005-02-15 Joerg SonnenbergerDon't cast lvalues.
2004-07-21 David RhodusDragonFly MP support, not fbsd anymore.
2004-06-25 Hiten PandyaMerge from FreeBSD-4, revision 1.115.2.20:
2004-06-02 Joerg Sonnenbergerset_lapic_isrloc depends on APIC_IO for the prototype...
2004-05-27 Matthew DillonInitialize the FP unit earlier in the AP boot sequence...
2004-03-29 Matthew DillonInitialize the pcpu clocks after we've activated the...
2004-03-05 Jeffrey HsuRemember the next lowest power of 2 of "npus" in "ncpus2".
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-02-21 Matthew DillonSynchronize a bunch of things from FreeBSD-5 in prepara...
2004-02-17 Matthew DillonIntroduce an MI cpu synchronization API, redo the SMP...
2004-01-30 Matthew DillonThis commit represents a major revamping of the clock...
2004-01-09 David Rhodus* Remove the HTT option from the kernel as we...
2003-12-20 Matthew DillonUSER_LDT is now required by a number of packages as...
2003-11-03 Matthew DillonFix the pt_entry_t and pd_entry_t types. They were...
2003-09-25 Matthew DillonFix a number of mp_lock issues. I had outsmarted mysel...
2003-08-27 Matthew DillonSLAB ALLOCATOR Stage 1. This brings in a slab allocato...
next