Merge branch 'apic_io'
[dragonfly.git] / sys / platform / pc64 / x86_64 / mp_machdep.c
2010-11-07 Michael NeumannMerge branch 'apic_io'
2010-11-07 Michael Neumannx86_64 - Get completely rid of APIC_IO
2010-11-07 Michael NeumannMerge branch 'apic_io'
2010-10-31 Matthew Dillonkernel - Fix serious issue w/ smp_invltlb(), plus other...
2010-10-29 Matthew Dillonkernel - Make the x86-64 double-fault exception operational
2010-10-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-10-28 Matthew Dillonkernel - Fix serious issue w/ smp_invltlb(), plus other...
2010-10-28 Matthew Dillonkernel - Fix serious issue w/ smp_invltlb(), plus other...
2010-10-24 Matthew Dillonkernel - Temporarily back-out smp_invltlb() changes
2010-10-23 Matthew Dillonkernel - synchronize smp_invltlb()
2010-10-13 Michael NeumannIO APIC: Get rid of apic_imen
2010-10-13 Michael NeumannMP table: Test 0xe0000 when searching MP float pointer...
2010-10-13 Michael NeumannIntroduce lapic enumerators, which is used to probe...
2010-10-13 Michael NeumannMove lapic_init() into apic/mpapic.c
2010-10-13 Michael NeumannMP probe: Get rid of cpu_apic_address
2010-10-13 Michael NeumannSilence warning of recent commit.
2010-10-13 Michael NeumannMP table: Don't mix lapic/ioapic/imcr configuration...
2010-10-13 Michael NeumannMerge mptable_check() into mptable_probe()
2010-10-13 Michael NeumannSilence two warnings introduced with recent commits.
2010-10-13 Michael NeumannUse mptable_iterate_entries() in mptable_pass2()
2010-10-13 Michael NeumannPull IMCR setting out of mptable_pass2()
2010-10-13 Michael NeumannLet mptable_pass2() call mptable_default()
2010-10-13 Michael Neumannmptable_default() only configures ioapic stuffs
2010-10-13 Michael NeumannUse mptable_iterate_entries() in mptable_pass1()
2010-10-13 Michael NeumannMP table: Remove global variables for HT fixup
2010-10-13 Michael NeumannNAPICID 16 -> 256.
2010-10-13 Michael Neumannmptable_lapic_enumerate(): Fix comment
2010-10-13 Michael NeumannRearrange mptable_lapic_enumerate() by factoring out...
2010-10-13 Michael NeumannAdd APIC_ID to extract apic id from local apic id field
2010-10-11 Michael NeumannAdd lapic_init() to map local apic
2010-10-10 Michael NeumannMP table: Pull lapic related information extraction...
2010-10-10 Michael NeumannFix warnings when compiled with ACPI_IO
2010-10-10 Michael NeumannMerge branch 'master' of git://git.dragonflybsd.org...
2010-10-04 Michael NeumannMP table: Do preliminary checks before claiming that...
2010-10-04 Michael NeumannPut mp_nbusses and bus_data under APIC_IO
2010-10-04 Michael NeumannStaticize mp_nbusses
2010-10-04 Michael NeumannRemove bsp_apic_ready
2010-10-04 Michael NeumannCorrect the logical_cpus calculation in mptable_hyperth...
2010-09-29 Peter AvalosMerge branch 'vendor/OPENSSH'
2010-09-26 Peter AvalosMerge branch 'vendor/OPENSSL'
2010-09-24 Matthew Dillonkernel - lapic pointer was still not quite correctly...
2010-10-03 Michael NeumannMerge branch 'master' of git://git.dragonflybsd.org...
2010-10-03 Michael Neumannlapic pointer was not correctly initialized
2010-10-03 Michael NeumannMADT MP probe: Rework cpuid mapping, and cpuid to apici...
2010-10-03 Michael NeumannFallback to ACPI MADT CPU enumeration, if BIOS does...
2010-10-03 Michael NeumannAdd mp_set_cpuids(), which links CPU's logical id to...
2010-10-03 Michael NeumannImplement ACPI MADT parsing
2010-10-02 Michael NeumannMP table related static function renaming
2010-10-02 Michael NeumannGet rid of global variable 'boot_cpu_id'
2010-10-02 Michael NeumannCorrect mptable_pass[12]() function comment
2010-10-02 Michael Neumannmp_probe() -> mptable_probe()
2010-10-02 Michael NeumannChange mptable mapping mechanism during mptable parsing.
2010-10-02 Michael Neumannmp_probe(): Return physical address of the MP float...
2010-10-02 Michael NeumannRemove unused variable.
2010-10-02 Michael NeumannReorder MP probing
2010-10-02 Michael NeumannDefer mptable_pass1() from mp_probe() to mp_enable()
2010-10-02 Michael NeumannSave EBDA address before mp_probe()
2010-10-02 Michael Neumannmptable_pass1: Don't set ncpus to 1; it has already...
2010-10-02 Michael NeumannRemove mp_capable; mp_enable() uses cpu_apic_address.
2010-10-02 Michael NeumannDefer LAPIC checking from pmap_bootstrap() to mp_enable()
2010-09-20 Peter AvalosMerge branch 'vendor/BZIP'
2010-09-20 Peter AvalosMerge branch 'vendor/BZIP'
2010-09-15 Matthew Dillonkernel - Increase x86_64 & vkernel kvm, adjust vm_page_...
2010-02-28 Peter AvalosMerge branch 'vendor/OPENSSL'
2010-02-23 Matthew DillonMerge branch 'vendor/EXPAT'
2010-02-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-02-10 Matthew Dillonkernel - SMP - "Fix AP #%d (PHY# %d) failed" issues
2010-02-06 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-02-06 Matthew Dillonkernel - Expand the x86_64 KVA to 8G
2010-01-25 Jan LentferMerge branch 'vendor/FILE'
2010-01-25 Jan LentferMerge branch 'vendor/SENDMAIL'
2010-01-10 Peter AvalosMerge branch 'vendor/OPENSSH'
2010-01-10 Peter AvalosMerge branch 'vendor/OPENSSH'
2010-01-09 Peter AvalosMerge branch 'vendor/OPENSSH'
2009-12-24 Sascha Wildnerx86_64: Fix a warning.
2009-12-20 Matthew Dillonkernel - Move mplock to machine-independent C
2009-12-17 Jan LentferMerge branch 'vendor/NCURSES'
2009-12-17 Jan LentferMerge branch 'vendor/NCURSES'
2009-12-03 Jan LentferMerge branch 'vendor/BIND' into bind_vendor2
2009-11-27 Jan LentferMerge branch 'vendor/BIND' into bind_vendor2
2009-11-27 Jan LentferMerge branch 'vendor/BIND' into bind_vendor2
2009-11-14 Jan LentferMerge branch 'vendor/LESS' into less_update
2009-11-07 Aggelos EconomopoulosMerge branch 'master' of git://chlamydia.fs.ei.tum...
2009-11-07 Aggelos EconomopoulosMerge branch 'vendor/OPENSSL'
2009-11-07 Simon Schubertrename amd64 architecture to x86_64
2009-11-07 Aggelos EconomopoulosMerge commit 'clone27-scratch-1/master'
2009-11-07 Jordan GordeevRevert "rename amd64 architecture to x86_64"
2009-11-06 UserMerge branch 'vendor/OPENSSL'
2009-11-05 Simon Schubertrename amd64 architecture to x86_64