Merge branch 'master' of /home/aggelos/devel/dfly/dfly.git/
[dragonfly.git] / sys / platform /
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...
2009-02-28 Matthew DillonVKERNEL - Fix entry into ddb when running a SMP vkernel...
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): Dup i386 busdma_machdep.c to vkernel
2009-02-17 Sepherosa Ziehaubusdma(9): Dup i386 busdma_machdep.c to amd64
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
2009-02-17 Sepherosa Ziehaubusdma(9): Add bus_dmamap_load_mbuf_segment()
2009-02-17 Sepherosa Ziehaubusdma(9): More bounce page bug fixing
2009-02-17 Sepherosa Ziehaubusdma(9): Add tunable and read-only sysctl node for...
2009-02-17 Sepherosa ZiehauBounce page work
2009-02-17 Sepherosa ZiehauBounce page fix
2009-02-17 Sepherosa ZiehauBounce page fixes
2009-02-17 Sepherosa ZiehauAllocate at least one bounce page if the dma tag indica...
2009-02-17 Sepherosa ZiehauAdd assertion to make sure that the segment index is...
2009-02-17 Sepherosa ZiehauAdd assertion to make sure that bounce zone is in sane...
2009-02-17 Sepherosa ZiehauFree the bounce pages allocated and reserved by the...
2009-02-17 Sepherosa Ziehau- Use spinlock to protect bounce zone itself.
2009-02-17 Sepherosa ZiehauUse lwkt_token to protect bounce_zone_list
2009-02-17 Sepherosa ZiehauMove bounce_map_waitinglist into bounce page zone
next