Merge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly
[dragonfly.git] / sys /
2009-06-17 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-17 Matthew DillonPCIDEVS - Add vendors
2009-06-17 Matthew DillonDEVS - Clean up some reference counting issues
2009-06-17 Michael NeumannMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-17 Michael Neumannpriv: Introduce PRIV_VM_RESIDENT and use it
2009-06-17 Michael Neumannpriv: Narrow down privileges
2009-06-17 Matthew DillonSILI - Work around hardware LRAM bugs part 1/2.
2009-06-17 Matthew DillonFix kernel compile error in last commit due to lack...
2009-06-17 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-17 Matthew DillonBUSDMA - Add bus_space_kva()
2009-06-17 Matthew DillonAHCI - Remove DIAGNOSTICs
2009-06-17 Matthew DillonAHCI - Bring fixes in from SILI.
2009-06-17 Matthew DillonSILI - Silicon Image 3132 driver, initial commit
2009-06-17 Matthew DillonCAM - Change XPORT_AHCI to XPORT_SATA.
2009-06-16 Matthew DillonAHCI - separate pmreg.h out, always zero the FIS in...
2009-06-16 Matthew DillonAHCI - augment ahci_pm_check_good() to handle targets...
2009-06-16 Matthew DillonAHCI - go back to reading the EINFO register, check...
2009-06-15 Matthew DillonAHCI - add new kenv "hint.ahci.nofeatures"
2009-06-15 Matthew DillonAHCI - Add additional information in the CMD TIMEOUT...
2009-06-15 Matthew DillonSet tty ownership on pty open (temporary until devfs...
2009-06-15 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-15 Matthew DillonAHCI - Add hint.ahci.force150. Force negotiation at...
2009-06-14 Matthew DillonGENERIC kernel build - build-in the AHCI driver.
2009-06-14 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-14 Matthew DillonAHCI - Add kenv "boot.hint.ahci_disabled", and add...
2009-06-14 Matthew DillonAHCI - Minor console output spew cleanup
2009-06-14 Sepherosa ZiehauMADT MP probe: Rework cpuid mapping, and cpuid to apici...
2009-06-14 Matthew DillonAHCI - Bug fixes - primary port probe and TFD flushing.
2009-06-14 Matthew DillonAHCI - Implement better timeout semantics, fix bug...
2009-06-13 Matthew DillonAHCI - Port Multiplier bug fixes
2009-06-13 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-13 Matthew DillonAHCI - fix minor bug in last commit.
2009-06-13 Matthew DillonAHCI - Fix PM probing issues, wait 10 seconds on physic...
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 Sascha WildnerFix several 'cound' typos.
2009-06-13 Sepherosa ZiehauImplement ACPI MADT parsing
2009-06-13 Matthew DillonAHCI - fixes to ahci_port_init()
2009-06-13 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-13 Matthew DillonAHCI - Port multiplier plug/unplug work, tuning, cleanu...
2009-06-13 Sepherosa ZiehauACPI P-State probing: Put _PCT evaluation error logging...
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 DillonAHCI - Fix a bug in ahci_port_intr() when blockable...
2009-06-12 Matthew DillonAHCI - Implement parallel port scan and thread each...
2009-06-12 Matthew DillonCAM - Add missing protocol for xpt_action_async()
2009-06-12 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-12 Matthew DillonAHCI - follow fixes to CAM
2009-06-12 Sascha WildnerAdd missing ahci_pm.c to sys/conf/files.
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-12 Matthew DillonAHCI - Fix CAM reentrancy problem, work-around HW async...
2009-06-12 Matthew DillonCAM - add xpt_action_async()
2009-06-12 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-12 Matthew DillonAHCI - Add Port Multiplier HOTPLUG support
2009-06-12 Matthew DillonCAM - Silence console spew on bus-rescan
2009-06-11 Matthew DillonAHCI - Try to salvage port on PM target failure.
2009-06-11 Matthew DillonAHCI - DHRS interrupt does not stop command processing.
2009-06-11 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-11 Matthew DillonAHCI - Initial Port Multiplier support + misc fixes...
2009-06-09 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-09 Matthew DillonAHCI - Better reset sequencing, bug fixes
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-09 Matthew DillonAHCI - Add some small delays in the reset sequence.
2009-06-09 Matthew DillonAHCI - Improve hot-plug sequencing.
2009-06-09 Matthew DillonAHCI bug fixes & enhancements. port_init, port_stop...
2009-06-08 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-08 Aggelos EconomopoulosProperly protect kernel structures in varsym.h
2009-06-08 Matthew DillonCorrect missing 'STD' clause in entries for syscalls...
2009-06-08 Matthew DillonUSB - Properly handle the 'wait' flag when getting...
2009-06-08 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-08 Matthew DillonDDB - Do not generate endless stream of CRs if console...
2009-06-08 Matthew DillonUSB - Add support for xfer-restart-before-callback
2009-06-08 Matthew DillonUSB - Fix polling code
2009-06-08 Aggelos EconomopoulosMerge branch 'master' of /home/aggelos/devel/dfly/dfly...
2009-06-08 Aggelos Economopouloslock around accesses to uidinfo and varsymset
2009-06-07 Matthew DillonAHCI - Fix a polled command issue.
2009-06-07 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-07 Matthew DillonAHCI - properly initialize ccb_xa.flags in softreset...
2009-06-07 Sepherosa ZiehauACPI P-State: Using priority messages
2009-06-07 Sepherosa Ziehauicmp: Bring in reply_src and reply_from_interface sysct...
2009-06-07 Sepherosa Ziehauroute_output: Fix RTM_DELETE rtentry leakage
2009-06-07 Sepherosa Ziehauroute_output: Correctly set family according to the...
2009-06-07 Matthew DillonUSB - umass - fix reentrancy issues when rescanning...
2009-06-07 Matthew DillonAHCI - Implement ahci_xpt_poll() - fix livelock during...
2009-06-06 Matthew DillonAHCI - Hotplug. Increase timeout for BSY check, FIS...
2009-06-06 Matthew DillonAdd the AHCI driver to the kernel module build subsyste...
2009-06-06 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-06 Matthew DillonAHCI - Hot Plug support, ATAPI IDENTIFY, CAM bus scan...
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-06 Matthew DillonAHCI - Normalize console reporting of the port scan...
2009-06-06 Matthew DillonAHCI - Add conditional logic for wcache and rahead...
next