Merge branch 'vendor/FILE'
[dragonfly.git] / sys / platform /
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...
2009-05-14 Sepherosa ZiehauEnable lapic timer by default.
2009-05-14 Sepherosa ZiehauRemove lapic_timer_test
2009-05-14 Jordan Gordeevamd64: pmap: sync pmap_kmem_choose() with FreeBSD.
2009-05-14 Jordan Gordeevamd64: first steps towards 64-bit pmap
2009-05-14 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-05-11 Sepherosa ZiehauCount inter-processor and LAPIC timer interrupts
2009-05-07 Matthew DillonRemoving debugging kprintf() in PTE race check.
2009-05-07 Aggelos EconomopoulosMerge branch 'master' of git://chlamydia.fs.ei.tum...
2009-05-07 Matthew DillonReplace Debugger() entry with a kprintf().
2009-05-04 Sepherosa ZiehauAdd tunable to _not_ register i8254 interrupt if lapic...
2009-05-04 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-05-03 Sepherosa ZiehauAllow one shot timer to be switched on a running system...
2009-05-03 Sepherosa Ziehaulapic timer: Improve lapic timer vector code
2009-05-02 Sepherosa ZiehauUnbreak VKERNEL compile: Add missing symbol
2009-05-02 Sepherosa Ziehaulapic timer: Correct AMD C1E handling
2009-05-02 Sepherosa Ziehaulapic timer: Finish the lapic timer support
2009-05-02 Sepherosa Ziehaulapic timer: Improve lapic timer testing
2009-05-02 Sepherosa Ziehausystimer/cputimer: Add {systimer,cputimer}_intr_enable()
2009-05-02 Sepherosa Ziehaulapic timer: Add lapic timer interrupt delivery testing
2009-05-02 Sepherosa Ziehaulapic timer: Add necessary bits for lapic timer interru...
2009-05-02 Sepherosa Ziehaulapic timer: Setup AP lapic timer's divisor
2009-05-02 Sepherosa ZiehauMove sysbeepstop_ch initialization to the beginning...
2009-05-02 Sepherosa Ziehaui8254: Adjust cpu_initclocks() a little bit.
2009-05-01 Sepherosa Ziehaulapic timer: Reimplement set_apic_timer using lapic_tim...
2009-05-01 Sepherosa ZiehauRemove dead apic timer code.
2009-05-01 Sepherosa Ziehaulapic timer: Disable C1 Enhanced mode on AMD K8 Family...
2009-05-01 Sepherosa Ziehaulapic timer: Save lapic timer frequency
2009-05-01 Sepherosa Ziehaulapic timer: Add lapic timer calibration code.
2009-05-01 Sepherosa ZiehauFix comment
2009-04-22 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-22 Matthew DillonFix vkernel issues - enable ithread preemption, races...
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-04-04 Sascha Wildnervkernel: Comment out unused variable.
2009-04-02 Matthew DillonAMD64 - More signal handler work. Signals now appear...
2009-04-02 Matthew DillonAMD64 - Remove some debugging.
2009-04-02 Matthew DillonAMD64 - Make signals operational, fix reg mappings...
2009-04-01 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-01 Matthew Dillonvkernel: Fix startup race with I/O cothread support.
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...
next