Merge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly
[dragonfly.git] / sys / platform /
2009-07-06 Peter AvalosMerge branch 'vendor/TCPDUMP' and update build for...
2009-07-06 Peter AvalosMerge branch 'vendor/LIBPCAP' and updated build for...
2009-07-04 Peter AvalosMerge branch 'vendor/TCPDUMP'
2009-07-04 Peter AvalosMerge branch 'vendor/TCPDUMP' (early part)
2009-07-04 Peter AvalosMerge branch 'vendor/LIBPCAP'
2009-07-04 Peter AvalosMerge branch 'vendor/LIBPCAP' (early part)
2009-06-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-27 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2009-06-27 Sepherosa ZiehauMP table: Test 0xe0000 when searching MP float pointer...
2009-06-27 Sepherosa ZiehauIO APIC: Mask the interrupt signal before trying to...
2009-06-27 Sepherosa ZiehauACPI MADT: Don't use the "Initial APIC ID" in cpu_proci...
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-25 Michael NeumannMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-24 Matthew DillonAMD64 - Fix many compile-time warnings. int/ptr type...
2009-06-23 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
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 madt_iterate_entries() in madt_pass2()
2009-06-22 Sepherosa ZiehauACPI MADT: When locating lapic address, take Local...
2009-06-22 Sepherosa ZiehauACPI MADT: Check existance of BSP in madt_check()
2009-06-22 Sepherosa ZiehauACPI MADT: Add madt_iterate_entries()
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-22 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2009-06-21 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2009-06-21 Peter AvalosMerge branch 'vendor/LIBARCHIVE' (early part)
2009-06-21 Peter AvalosMerge branch 'vendor/LESS'
2009-06-21 Peter AvalosMerge branch 'vendor/LESS'
2009-06-21 Peter AvalosMerge branch 'vendor/FILE'
2009-06-20 Peter AvalosMerge branch 'vendor/FILE'
2009-06-20 Peter AvalosMerge branch 'vendor/FILE'
2009-06-20 Peter AvalosMerge branch 'vendor/FILE' (early part)
2009-06-20 Peter AvalosMerge branch 'vendor/OPENSSH'
2009-06-20 Peter AvalosMerge branch 'vendor/OPENSSH'
2009-06-20 Peter AvalosMerge branch 'vendor/OPENSSH' (early part)
2009-06-20 Matthew DillonHAMMER (and kernel) - Fix cpu-bound kernel thread issue.
2009-06-14 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-14 Sepherosa ZiehauMADT MP probe: Rework cpuid mapping, and cpuid to apici...
2009-06-13 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
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 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
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 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
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 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
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-06-08 Aggelos EconomopoulosMerge branch 'master' of /home/aggelos/devel/dfly/dfly...
2009-06-06 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-06 Sepherosa ZiehauACPI P-State CPU driver: shorten function name
2009-06-06 Sepherosa ZiehauACPI P-State support step 2/2: Add CPU driver for AMD...
2009-06-05 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-05 Matthew DillonFix amd64 build and UP build issues with recent commit.
2009-06-04 Matthew Dillonbus_dma_tag fixes and enhancements.
2009-06-04 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-03 Sepherosa ZiehauACPI P-State support step 1.5/2: Add CPU driver for...
2009-05-24 Matthew Dillonvkernel - more crit section work to avoid pthread reent...
2009-05-23 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-05-23 Matthew DillonMiscellanious protection around pthread calls to avoid...
2009-05-21 Sepherosa Ziehauioapic: Allow user to specify irq's destination CPU
2009-05-21 Sepherosa Ziehauioapic: Fix destination setting.
2009-05-20 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-05-19 Sepherosa Ziehau- Staticize cpu_initclocks()
2009-05-19 Sepherosa Ziehauamd64: Sync isa/clock.c with i386's
2009-05-19 Sepherosa ZiehauRevert "More clock cleanup:"
2009-05-17 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-05-17 Hasso TepperMake it possible to build ath(4) hal into the kernel.
2009-05-17 Sepherosa ZiehauDuplicate platform/pc32/isa/clock.c to platform/pc64...
2009-05-17 Sepherosa ZiehauMore clock cleanup:
2009-05-17 Sepherosa ZiehauAdd interrupt cputimer interface.
2009-05-15 Matthew Dillonvkernel - Fix races in stopsig() and ipisig().
2009-05-15 Matthew DillonAdd cothread_delete() to the vkernel cothread API.
2009-05-15 Matthew Dillonvkernel now autoprobes vkd0s1a as well as vkd0s0a to...
next