Merge branch 'vendor/TNFTP'
[dragonfly.git] / sys / platform /
2010-12-15 Peter AvalosMerge branch 'vendor/TNFTP'
2010-12-15 Peter AvalosMerge branch 'vendor/ZLIB'
2010-12-12 Peter AvalosMerge branch 'vendor/OPENSSL'
2010-12-11 Matthew Dillonkernel - 48-core MP work
2010-12-11 Matthew Dillonkernel - Change the discrete mplock into mp_token
2010-12-10 Matthew Dillonkernel - Add support for up to 63 cpus & 512G of ram...
2010-12-10 Matthew Dillonkernel - Simplify AP CPU reporting on x86-64
2010-12-10 Matthew Dillonkernel - Add support for up to 63 cpus & 512G of ram...
2010-12-10 Samuel J. Greearstyle(9) - Prefer a lack of case '?' fallthrough for...
2010-12-10 Samuel J. GreearMerge branch 'malloc_constructor'
2010-12-10 Samuel J. GreearMerge branch 'GCI2010'
2010-12-10 Samuel J. Greearvkernel - Add usage()
2010-12-09 Matthew Dillonkernel - Add support for up to 63 cpus & 512G of ram...
2010-12-07 Matthew Dillonkernel - 64-bit memory & ncpus work
2010-12-06 Matthew Dillonkernel - Fix lapic mask for > 16 apic ids
2010-12-04 Sascha WildnerFix a typo and add PMAP_DEBUG to LINT.
2010-12-03 Matthew Dillonkernel - Remove unneeded critical sections from VM...
2010-12-03 Matthew Dillonkernel - Fix bug in x86-64 version of bzeront()
2010-12-01 Matthew Dillonkernel - Replace broken mp lock in bounce pages swi_vm...
2010-11-30 Samuel J. GreearMerge branch 'GCI2010'
2010-11-30 Samuel J. Greearkernel - Provide descriptions for lwkt.* and debug...
2010-11-30 Joe TalbottMerge branch 'master' of git://crater.dragonflybsd...
2010-11-28 Matthew Dillonkernel - x86-64 - normalize the location of the pcb...
2010-11-22 Matthew Dillonkernel - Add APIC_IO conf option back in / make it...
2010-11-22 Peter AvalosMerge branch 'vendor/OPENSSL' into HEAD
2010-11-18 Peter AvalosMerge branch 'vendor/OPENSSL'
2010-11-14 Matthew Dillonkernel - add kern.sysbeep_enable feature
2010-11-13 Sascha Wildnerkernel: Silence some warnings that crept up with the...
2010-11-07 Michael NeumannMerge branch 'apic_io'
2010-11-07 Michael NeumannRemove APIC_IO from vkernel
2010-11-07 Michael Neumannx86_64 - Get completely rid of APIC_IO
2010-11-07 Michael NeumannMerge branch 'apic_io'
2010-11-07 Michael Neumanni386 - Get completely rid of APIC_IO
2010-11-02 Sascha Wildnerkernel: Remove a number of unnecessary use_*.h inclusions.
2010-11-02 Matthew Dillonkernel - Reenable acpi sleep states
2010-11-01 Matthew Dillonkernel - Add support for the CPU_AMD64X2_INTR_SPAM...
2010-11-01 Matthew Dillonkernel - Implement CHECKTIMEOUT() abstraction
2010-10-31 Matthew Dillonkernel - Fix serious issue w/ smp_invltlb(), plus other...
2010-10-31 Sascha Wildnerkernel: Remove most definitions of CDEV_MAJOR.
2010-10-29 Matthew Dillonkernel - Get rid of kprintf0()
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 Antonio Huete Jimenezmouse.h - Change to be not per-architecture.
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 - Fix pmap deactivate/reactivation race.
2010-10-23 Matthew Dillonkernel - synchronize smp_invltlb()
2010-10-23 Matthew Dillonkernel - x86_64 - Remove intrframe->if_gs
2010-10-23 Alex Hornungfix typo in previous commit
2010-10-23 Alex HornungAdd comment regarding T_DNA passthrough with db
2010-10-22 Alex Hornungdm dumping - peripheral changes
2010-10-21 Matthew Dillonkernel - (mainly x86_64) - Fix a number of rare races
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-12 Sascha Wildneridentcpu.c: Fix a typo in the Features2 strings and...
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-05 Matthew Dillonkernel - Add Proportional RSS (PRES)
2010-10-04 Sascha WildnerFix VKERNEL64 build.
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
next