summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Rearrange XLP configuration files.jchandra2011-11-185-214/+89
* Limit building sfxge(4) to amd64 only to unbreak the tinderboxen. The driverphilip2011-11-181-1/+2
* Free unused allocation on error.kib2011-11-181-0/+2
* Fix fd leak.kib2011-11-181-0/+1
* Fix COP0 hazards for XLR and XLPjchandra2011-11-183-1/+12
* Consistently use process spin lock for protection of thekib2011-11-182-2/+7
* Use the alternate form of the gcc extension that works even withkib2011-11-181-1/+1
* Cleanup comparison of interface names.tuexen2011-11-181-24/+4
* Make some XHCI command timeouts less strict.hselasky2011-11-181-9/+9
* Import virtio base, PCI front-end, and net/block/balloon drivers.grehan2011-11-1827-0/+8190
* Flesh out some slightly dirty reset/channel change serialisation codeadrian2011-11-183-29/+383
* Add unicode support to msdosfs and smbfs; original pathes from imura,kevlo2011-11-1816-100/+780
* More zfs(8) manpage fixes:mm2011-11-181-28/+1
* Fix reference to fsync(2).mm2011-11-181-2/+2
* Update and desolarization of zfs(8) and zpool(8) manual pages:mm2011-11-184-956/+1560
* - be more precise about the unit of measurementeadler2011-11-171-1/+1
* Implement prefetch_read_{many,once}() for sparc64 and fix compilation onmarius2011-11-171-1/+35
* Fix compilation on ILP32.marius2011-11-173-8/+8
* Add preliminary support for RTL8168/8111F PCIe Gigabit ethernet.yongari2011-11-172-1/+4
* Add preliminary support for second generation RTL8105E PCIeyongari2011-11-172-0/+3
* Introduce CAM_SIM_POLLED SIM flag, indicating that it works in polling mode.mav2011-11-172-2/+9
* Revert r227538, since it doesn't compile with clang at all (it doesn'tdim2011-11-174-66/+2
* Change the way how "not implemented" AHCI channels handled. Instead ofmav2011-11-171-5/+6
* Some cleanup:brueffer2011-11-171-6/+10
* Wire the kernel text RWX, rather than RX. We're not quite readymarcel2011-11-171-1/+1
* Use a global __pure2 function instead of a global register variable fornwhitehorn2011-11-173-6/+23
* Add an extra invariant here which was useful on 64-bit CPUs.nwhitehorn2011-11-171-0/+2
* - be more precise about the unit of measurementeadler2011-11-171-1/+1
* Do pmap update only on active CPUs.jchandra2011-11-171-98/+64
* Fix typo.kib2011-11-171-2/+2
* Bring in support for netmap, a framework for very efficient packetluigi2011-11-1719-0/+7507
* Add DTS for the Freescale P2020DS.raj2011-11-171-0/+754
* Quirk all of ALCOR's mass storage devices instead ofhselasky2011-11-172-4/+3
* Eliminate end-of-line white space.alc2011-11-171-2/+2
* Pass CVWAIT flags to kernel, this should handledavidxu2011-11-171-3/+2
* Upgrade to BIND 9.8.1-P1 to address the following DDOS bug:dougb2011-11-174-18/+21
* Disable PCIe ASPM (Active State Power Management) for allyongari2011-11-162-1/+22
* Add missing driver lock in SIOCSIFCAP handler.yongari2011-11-161-1/+3
* Add preliminary support for RTL8411 PCIe Gigabit ethernet withyongari2011-11-162-0/+3
* Add helpful clarification text. While not strictly necessary, theseimp2011-11-161-3/+5
* Constify arguments for locking KPIs where possible.pjd2011-11-1617-92/+95
* Add preliminary support for RTL8402 PCIe FastEthernet withyongari2011-11-162-0/+3
* Copy over the ASM_DECLARE_FUNCTION_SIZE macro from linux64.h. This macroandreast2011-11-161-0/+19
* Enable 64bit DMA addressing support for all msk(4) controllers.yongari2011-11-162-67/+177
* Constify stack argument for functions that don't modify it.pjd2011-11-163-25/+26
* Fix make universe.pjd2011-11-161-1/+1
* The sys/sysctl.h header is needed when MFI_DEBUG is defined.kib2011-11-161-0/+1
* Fix build, use %d for int value formatting.kib2011-11-161-1/+1
* Add the sfxge(4) device driver, providing support for 10Gb Ethernet adaptersphilip2011-11-1650-0/+38419
* Refactor the code that performs physically contiguous memory allocation,alc2011-11-166-116/+231
OpenPOWER on IntegriCloud