Put mp_nbusses and bus_data under APIC_IO
[dragonfly.git] / sys /
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-24 Matthew Dillonbuild - Clarify instalkernel requirements when upgradin...
2010-09-24 Matthew Dillonnetwork - Fix a sleep/wakeup race in NFS (server),...
2010-09-24 Matthew Dillonnetwork - Add a tcp socket for faster keepalive timeouts
2010-09-24 Matthew Dillonkernel - lapic pointer was still not quite correctly...
2010-09-24 Matthew Dillonkernel - Close small race in kqueue
2010-09-24 Matthew Dillonboot - Rearrange dloader.menu a bit
2010-09-24 Matthew Dillonkernel - Work through some memory leaks in dsched
2010-09-23 Matthew Dillonkernel - Fix compile error w/last commit (unused var)
2010-09-23 Matthew Dillonkernel - Add kqueue and fix chflags handling for tmpfs
2010-09-23 Matthew Dillonvkernel - Add physmem global
2010-09-23 Matthew Dillonnetwork - Fix bug in redispatch after PF translation
2010-10-03 Michael NeumannMerge branch 'master' of git://git.dragonflybsd.org...
2010-10-03 Michael Neumannlapic pointer was not correctly initialized
2010-10-03 Michael NeumannMADT MP probe: Rework cpuid mapping, and cpuid to apici...
2010-10-03 Michael NeumannFallback to ACPI MADT CPU enumeration, if BIOS does...
2010-10-03 Michael NeumannAdd mp_set_cpuids(), which links CPU's logical id to...
2010-10-03 Michael NeumannImplement ACPI MADT parsing
2010-10-02 Michael NeumannMP table related static function renaming
2010-10-02 Michael NeumannGet rid of global variable 'boot_cpu_id'
2010-10-02 Michael NeumannCorrect mptable_pass[12]() function comment
2010-10-02 Michael Neumannmp_probe() -> mptable_probe()
2010-10-02 Michael NeumannChange mptable mapping mechanism during mptable parsing.
2010-10-02 Michael Neumannmp_probe(): Return physical address of the MP float...
2010-10-02 Michael NeumannRemove unused variable.
2010-10-02 Michael NeumannReorder MP probing
2010-10-02 Michael NeumannDefer mptable_pass1() from mp_probe() to mp_enable()
2010-10-02 Michael NeumannSave EBDA address before mp_probe()
2010-10-02 Michael Neumannmptable_pass1: Don't set ncpus to 1; it has already...
2010-10-02 Michael NeumannRemove mp_capable; mp_enable() uses cpu_apic_address.
2010-10-02 Michael NeumannDefer LAPIC checking from pmap_bootstrap() to mp_enable()
2010-09-23 Matthew Dillonkernel - Fix bug in recent AHCI driver adjustment
2010-09-23 Matthew Dillonkernel - unlock the syscons_lock spinlock around ttwakeup()
2010-09-23 Matthew Dillonkernel - Enable EVFILT_WRITE for /dev/null, /dev/zero...
2010-09-22 Matthew Dillonbuild - Workaround LINT issues
2010-09-22 Matthew Dillonkernel - Remove some debugging kprintfs
2010-09-22 Alex Hornungun-tokenize savers
2010-09-22 Matthew Dillonnetwork - Fix PF mis-handling and other bugs
2010-09-22 Matthew Dillonnetwork - Fix PF mis-handling and other bugs
2010-09-20 Michael Neumannboot: Remove duplicate optcd kernel
2010-09-20 Peter AvalosMerge branch 'master' of /home/www-data/gitweb/dragonfly
2010-09-20 Sascha WildnerRemove an include file (leftover from the iic upgrade).
2010-09-20 Peter AvalosMerge branch 'vendor/BZIP'
2010-09-20 Peter AvalosMerge branch 'vendor/BZIP'
2010-09-20 Sascha Wildneraltq(4): Oops, actually remove the #ident (forgot in...
2010-09-20 Sascha Wildnerkernel: Fix some operator precedence bugs.
2010-09-20 Sascha Wildnernfs(4): ERROROUT already assigns error.
2010-09-20 Sascha Wildnerkernel: Remove some #ident.
2010-09-20 Matthew Dillonnetwork - Increase MSIZE to 512
2010-09-20 Joe Talbottwpi - Fix some race conditions in variable initializers.
2010-09-20 Matthew Dillonkernel - Remove mistaken commit of SATA PM spec pdf
2010-09-20 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-20 Antonio Huete Jimenezelf - Fill sv_name with the appropiate value for each...
2010-09-20 Michael NeumannMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-20 Michael Neumannboot: Minor loader prompt fix
2010-09-20 Sascha Wildnerfirewire(4): Fix a gcc44 build error.
2010-09-19 Matthew Dillonboot - Automatically cd into /boot/kernel when escaping...
2010-09-19 Matthew Dillonkernel - Report more AHCI revs in the switch
2010-09-19 Matthew Dillonacpi - Fix for issue1846
2010-09-19 Matthew Dillonkernel - Correct bug in malloc_type ks_memuse/ks_inuse...
2010-09-19 Matthew Dillonkernel - cleanup and some KTR work for x86_64
2010-09-19 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-19 Matthew Dillonkernel - Attempt to fix two out-of-order read MP races
2010-09-19 Sascha WildnerFix UP kernel build.
2010-09-18 Matthew Dillonnetwork - Fix MP races in udp6_input and inet6 in general
2010-09-18 Matthew Dillonnetwork - Remove debugging kprintfs
2010-09-18 Matthew Dillonkernel - Optimize kfree() to greatly reduce IPI traffic
2010-09-18 Sascha Wildnerkernel: Remove #include <sys/mutex.h> if <sys/mutex2...
2010-09-18 Matthew Dillonnetwork - Correct bug in last commit
2010-09-17 Matthew Dillonnetwork - Remove crit_exit/crit_enter wrappers in pf.c
2010-09-17 Matthew Dillonnetwork - Zero out m_len / m_pkthdr.len in m_get*(...
2010-09-17 YONETANI Tomokazuips - missing part from 667d31bb
2010-09-17 Matthias SchmidtMerge branch 'master' of git://git.dragonflybsd.org...
2010-09-17 Matthew Dillonnetwork - Fix race in accept() - try #2
2010-09-17 Matthew Dillonkernel - Add lwkt_relpooltoken()
2010-09-17 Matthew Dillonnetwork - Fix race in accept()
2010-09-17 Sascha Wildnerkernel: Staticize some dev_ops and adjust a name in...
2010-09-17 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-17 Matthew Dillonkernel - Adjust AHCI driver to deal with AMD braindamag...
2010-09-17 Sascha Wildnerpf(4): Fix a kprintf() warning on x86_64.
2010-09-16 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2010-09-16 Venkatesh Srinivaskernel - tmpfs: Convert tmpfs name malloc zone to a...
2010-09-16 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-16 Matthew Dillonkernel - Fix NFS panic
2010-09-16 Sascha WildnerMake bluetooth(4) compileable into the kernel and add...
2010-09-16 Sascha Wildnerbluetooth(4): Remove an unused variable.
2010-09-16 Matthew Dillonnetwork - Fix unconverted netmsg function
2010-09-16 Matthew Dillonnetwork - Fix if_gif build when no INET6
2010-09-16 Matthew Dillonnetwork - Add some serious assertions when MBUF_DEBUG...
2010-09-16 Matthew Dillonnetwork - Allow asynchronous shutdown and fix a MP...
2010-09-16 Matthew Dillonnetwork - Add assertions for direct messaged calls
2010-09-16 Matthew Dillonnetwork - Add some serious assertions when MBUF_DEBUG...
2010-09-16 Matthew Dillonkernel - Make interrupt thread preemption programmable
2010-09-16 Matthew Dillonnetwork - Fix nasty bug in udp6_send()
2010-09-16 Matthew Dillonnetwork - Fix MP races in GIF
2010-09-16 Samuel J. Greearkernel - Rename the sndtok to sndtok
2010-09-15 Matthew Dillonkernel - Fix MADV_NOSYNC and MAP_NOSYNC, improve vkerne...
next