Merge branch 'vendor/TCPDUMP' (early part)
[dragonfly.git] / sys / platform / pc32 / i386 /
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 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-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 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-05-14 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-05-11 Sepherosa ZiehauCount inter-processor and LAPIC timer interrupts
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-04-15 Sascha WildnerFix the way <sys/ioccom.h> is included throughout our...
2009-04-11 Peter AvalosMerge branch 'vendor/OPENSSL'
2009-04-07 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-07 Sascha WildnerGenerally use NULL instead of explicitly casting 0...
2009-03-29 Matthew DillonFix an IPI messaging lockup which can occur while in...
2009-03-12 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-03-11 Sascha Wildneridentcpu.c: Add MOVBE feature string.
2009-03-09 Simon Schubertsignals: rework when CURSIG/issignal can stop a thread...
2009-02-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-02-27 Joe TalbottMerge branch 'master' of git://venus/dragonfly
2009-02-26 Simon Schubertsyntax cleanup to unbreak code highlighting
2009-02-25 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-02-19 Joe TalbottMerge branch 'master' of git://venus/dragonfly
2009-02-17 Sepherosa Ziehaubacktrace: Use print_backtrace()
2009-02-17 Sepherosa Ziehaubusdma(9): Obey alignment constraint by default
2009-02-17 Sepherosa Ziehaubusdma(9): Update FreeBSD RSCID.
2009-02-17 Sepherosa Ziehaubusdma(9): Don't record/use boundary in bounce zone
2009-02-17 Sepherosa Ziehaubusdma(9): Add sysctl node to show whether aligment...
2009-02-17 Sepherosa Ziehaubusdma(9): Obey alignment constraint, disabled by default
2009-02-17 Sepherosa Ziehaubusdma(9): get rid of bounce_lowaddr, which serves...
2009-02-17 Sepherosa Ziehaubusdma(9): Add BUS_DMA_ALIGNED hint flag
next