i386 - Get completely rid of APIC_IO
[dragonfly.git] / sys / platform / pc64 /
2010-10-16 Michael Neumannx86_64: Get rid of APIC_IO (SMP only)
2010-10-16 Michael Neumannx86_64: Make APIC_IO work again.
2010-10-13 Michael NeumannACPI MADT: Hide debug prints under bootverbose
2010-10-13 Michael Neumannredirindex accessed as 32-bit. Make it 32-bits wide.
2010-10-13 Michael NeumannIO APIC: Get rid of apic_imen
2010-10-13 Michael NeumannIO APIC: Get rid of apic_pin_trigger
2010-10-13 Michael NeumannReplace magic numbers in pc64/apic_vector.s
2010-10-13 Michael NeumannAPIC vector: Compact redirect entry's mask bit setting...
2010-10-13 Michael NeumannUse IOAPIC_WINDOW in pc64/apic_ipl.s
2010-10-13 Michael NeumannMP table: Test 0xe0000 when searching MP float pointer...
2010-10-13 Michael NeumannIO APIC: Mask the interrupt signal before trying
2010-10-13 Michael NeumannACPI MADT: Don't use the "Initial APIC ID" in cpu_proci...
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 madt_iterate_entries() in madt_pass2()
2010-10-13 Michael NeumannACPI MADT: When locating lapic address, take Local...
2010-10-13 Michael NeumannACPI MADT: Check existance of BSP in madt_check()
2010-10-13 Michael NeumannACPI MADT: Add madt_iterate_entries()
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 NeumannFix compile. lapic is setup later in mp_enable().
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 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-29 Matthew Dillonkernel - More work on x86_64 low-memory configurations
2010-09-29 Peter AvalosMerge branch 'master' of /home/www-data/gitweb/dragonfly
2010-09-29 Matthew Dillonkernel - Adjust KVA use on i386 and x86_64
2010-09-29 Peter AvalosMerge branch 'vendor/OPENSSH'
2010-09-29 Matthew Dillonkernel - Report actual real memory during kernel boot
2010-09-28 Matthew Dillonkernel - Greatly reduce kernel memory use for x86_64
2010-09-28 Sascha WildnerMake acpi(4) compilable into an x86_64 kernel.
2010-09-26 Peter AvalosMerge branch 'vendor/OPENSSL'
2010-09-26 Matthew Dillonkernel - Rearrange pmap_growkernel() and fix up x86_64...
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 'master' of /home/www-data/gitweb/dragonfly
2010-09-20 Sascha WildnerRemove an include file (leftover from the iic upgrade).
2010-09-20 Peter AvalosMerge branch 'vendor/BZIP'
2010-09-20 Peter AvalosMerge branch 'vendor/BZIP'
2010-09-19 Matthew Dillonkernel - cleanup and some KTR work for x86_64
2010-09-15 Matthew Dillonkernel - Increase x86_64 & vkernel kvm, adjust vm_page_...
2010-09-01 Matthew Dillonboot system and buildkernel - Additional work
2010-08-30 Matthew Dillonkernel - Separate inherited mplocks from td_mplocks...
2010-08-30 Alex Hornungspinlocks - Rename API to spin_{try,un,}lock
2010-08-30 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-08-30 Matthew Dillonkernel - remove spin_lock_rd() and spin_unlock_rd()
2010-08-30 Matthew Dillonkernel - remove syscall_mpsafe and trap_mpsafe sysctls
2010-08-29 Matthew DillonMPSAFE TTY - Refactor the keyboard switch code to make...
2010-08-29 Matthew DillonMPSAFE TTY - Refactor kprintf()'s spinlock, shutdown...
2010-08-29 Matthew Dillonkernel - All lwkt thread now start out mpsafe part 2/2
2010-08-28 Matthew Dillonkernel - Change lwp_fork() to not hold the mplock in...
2010-08-28 Matthew Dillonkernel - Adjust contention handler
2010-08-28 Matthew Dillonkernel - Add description to static token initializers
2010-08-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-08-28 Matthew Dillonkernel - Major MPSAFE Infrastructure 2
2010-08-27 Matthew Dillonkernel - Major MPSAFE Infrastructure
2010-08-26 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2010-08-25 Matthew Dillonkernel - Remove D_KQFILTER flag
2010-08-24 Matthew Dillonkernel - rewrite the LWKT scheduler's priority mechanism
2010-08-21 Alex HornungMerge branch 'master' of git://git.dragonflybsd.org...
2010-08-21 Alex Hornungaesni - Bind into build system & LINT
2010-08-03 Samuel J. Greearkernel - Make filters able to be marked MPSAFE
next