boot - Multiple changes to try to make cdboot work with more bioses
[dragonfly.git] / sys / platform /
2010-10-28 Matthew Dillonkernel - Fix serious issue w/ smp_invltlb(), plus other...
2010-10-28 Matthew Dillonkernel - Fix serious issue w/ smp_invltlb(), plus other...
2010-10-24 Matthew Dillonkernel - Temporarily back-out smp_invltlb() changes
2010-10-24 Matthew Dillonkernel - Fix pmap deactivate/reactivation race.
2010-10-24 Matthew Dillonkernel - synchronize smp_invltlb()
2010-10-24 Matthew Dillonkernel - x86_64 - Remove intrframe->if_gs
2010-10-24 Alex Hornungfix typo in previous commit
2010-10-24 Alex HornungAdd comment regarding T_DNA passthrough with db
2010-10-24 Alex Hornungdm dumping - peripheral changes
2010-10-24 Matthew Dillonkernel - (mainly x86_64) - Fix a number of rare races
2010-10-12 Sascha Wildneridentcpu.c: Fix a typo in the Features2 strings and...
2010-10-05 Matthew Dillonkernel - Add Proportional RSS (PRES)
2010-10-04 Sascha WildnerFix VKERNEL64 build.
2010-10-10 Michael NeumannFix warnings when compiled with ACPI_IO
2010-10-10 Michael NeumannMerge branch 'master' of git://git.dragonflybsd.org...
2010-10-04 Michael NeumannMP table: Do preliminary checks before claiming that...
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-29 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-29 Matthew Dillonkernel - More work on x86_64 low-memory configurations
2010-09-29 Peter AvalosMerge branch 'master' of /home/www-data/gitweb/dragonfly
2010-09-29 Matthew Dillonkernel - Adjust KVA use on i386 and x86_64
2010-09-29 Peter AvalosMerge branch 'vendor/OPENSSH'
2010-09-29 Matthew Dillonkernel - Report actual real memory during kernel boot
2010-09-28 Matthew Dillonkernel - Greatly reduce kernel memory use for x86_64
2010-09-28 Sascha WildnerMake acpi(4) compilable into an x86_64 kernel.
2010-09-26 Peter AvalosMerge branch 'vendor/OPENSSL'
2010-09-26 Matthew Dillonkernel - Rearrange pmap_growkernel() and fix up x86_64...
2010-09-26 Matthew Dillonvkernel - Add support for cdevs as virtual disks
2010-09-24 Matthew Dillonkernel - lapic pointer was still not quite correctly...
2010-09-23 Matthew Dillonvkernel - Add physmem global
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-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-19 Matthew Dillonkernel - cleanup and some KTR work for x86_64
2010-09-15 Matthew Dillonkernel - Increase x86_64 & vkernel kvm, adjust vm_page_...
2010-09-14 Matthew Dillonvkernel - Improve memory image file startup
2010-09-01 Matthew Dillonvkernel - Fix early boot seg-fault
2010-09-01 Matthew Dillonboot system and buildkernel - Additional work
2010-08-31 Matthew Dillonkernel - Fixup vkernel64 for build
2010-08-30 Matthew Dillonkernel - Separate inherited mplocks from td_mplocks...
2010-08-30 Venkatesh Srinivaskernel - Enabled bzeront() (MOVNTI) only on SSE2-capabl...
2010-08-30 Alex Hornungspinlocks - Rename API to spin_{try,un,}lock
2010-08-30 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-08-30 Matthew Dillonkernel - remove spin_lock_rd() and spin_unlock_rd()
2010-08-30 Matthew Dillonkernel - remove syscall_mpsafe and trap_mpsafe sysctls
2010-08-29 Matthew DillonMPSAFE TTY - Refactor the keyboard switch code to make...
2010-08-29 Matthew DillonMPSAFE TTY - Refactor kprintf()'s spinlock, shutdown...
2010-08-29 Alex HornungMPSAFE TTY - get rid of tokens in console path
2010-08-29 Matthew Dillonkernel - All lwkt thread now start out mpsafe part 2/2
2010-08-28 Matthew Dillonkernel - Change lwp_fork() to not hold the mplock in...
2010-08-28 Matthew Dillonvkernel - Make copyin/copyout mpsafe
2010-08-28 Matthew Dillonkernel - Adjust contention handler
2010-08-28 Matthew Dillonkernel - Add description to static token initializers
2010-08-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-08-28 Matthew Dillonvkernel - Fix deadlocks with cothread locks
2010-08-28 Matthew Dillonkernel - Major MPSAFE Infrastructure 2
2010-08-28 Alex HornungMPSAFE - TTY & related drivers
2010-08-27 Matthew Dillonkernel - Major MPSAFE Infrastructure
2010-08-26 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2010-08-25 Matthew Dillonkernel - Remove D_KQFILTER flag
2010-08-24 Matthew Dillonkernel - rewrite the LWKT scheduler's priority mechanism
2010-08-21 Alex HornungMerge branch 'master' of git://git.dragonflybsd.org...
2010-08-21 Alex Hornungaesni - Bind into build system & LINT
2010-08-16 Sascha Wildneriicbus: Bring us closer to FreeBSD.
2010-08-10 Venkatesh SrinivasDocument sysctls vm.fast_fault, vm.dreadful_invltlb...
2010-08-03 Samuel J. Greearkernel - Make filters able to be marked MPSAFE
2010-08-03 Samuel J. Greearkernel - Remove kevent subsystem from under mplock
2010-08-03 Sascha WildnerFix buildkernel with 'options CPU_GEODE' but without...
2010-07-22 Sascha WildnerThe LINPROCFS option goes to opt_dontuse.h, not to...
2010-07-19 Samuel J. GreearMerge branch 'selwakeup'
2010-07-19 Samuel J. GreearMerge branch 'kq_devices' into selwakeup
2010-07-14 Samuel J. Greearkernel - Tear out selwakeup()
2010-07-14 Samuel J. Greearkernel - Add missing KNOTE's
2010-07-13 Samuel J. GreearMerge branch 'master' into selwakeup
2010-07-12 Samuel J. GreearMerge branch 'master' into kq_devices
2010-07-11 Samuel J. Greearkernel - Tear out device polling
2010-07-09 Matthew Dillonkernel - Fix kqfilter error return codes
next