We're waiting on a struct proc *, not a struct thread *. Fix a
[freebsd.git] / sys / dev /
2015-08-21 impWe're waiting on a struct proc *, not a struct thread...
2015-08-21 roygerxen: allow disabling PV disks and nics
2015-08-21 cemvt_cpulogos: Resize all terms/windows when tearing...
2015-08-20 adrianFurther conversions from ifp->if_softc -> ic_softc.
2015-08-20 adrianRemove some if_softc references from urtwn(4).
2015-08-19 npcxgbe(4): Save the flags for the last adapter-wide...
2015-08-19 gremboAllow building a kernel with baked in ig4, isl and...
2015-08-18 loosFix the use of plural in two cases that I missed on...
2015-08-18 loosAdd the GPIO driver for the ADI Engineering RCC-VE...
2015-08-18 fabientAdd ichwd TCO version 3 support (Bay Trail / Rangeley...)
2015-08-18 avatarUsing the error return code documented in the comment.
2015-08-18 avatarFixing typo as well as improving readability of a few...
2015-08-18 marcelSupport frame buffers that are larger than the default...
2015-08-17 adrianConvert more ifp->if_softc -> ic->ic_softc.
2015-08-17 adrianMigrate ifp->if_softc -> ic->ic_softc.
2015-08-17 loosgpioled(4) depends on gpiobus.
2015-08-17 loosFix a few bugs when gpiobus is detaching:
2015-08-17 markmAdd DEV_RANDOM pseudo-option and use it to "include...
2015-08-17 adrianRemove most of the references of ifp->if_softc and...
2015-08-16 sbrunoBump all copywrite dates to 2015
2015-08-16 sbrunoe1000/if_lem.c bump to 1.1.0
2015-08-16 sbrunoIncrease EM_MAX_SCATTER to 64 such that the size of...
2015-08-16 sbrunoAdd capability to disable CRC stripping. This breaks...
2015-08-15 mavSmall addition to r286814.
2015-08-15 mavRemove UMA allocation of ATA requests.
2015-08-15 marcelImprove support for Macs that have a stride not equal...
2015-08-15 marcelImprove the VT initialization message: have it say...
2015-08-15 hselaskyFixes for HIGH speed ISOCHRONOUS traffic. HS ISOCHRONOU...
2015-08-15 hselaskyFix race in USB PF which can happen if we stop tracing...
2015-08-14 jhbRemove another remnant of PV domU support and assume...
2015-08-14 hselaskyHandle NYET high speed tokens and predict NAK'ing is...
2015-08-14 hselaskyMinor code refactor to avoid duplicating code.
2015-08-14 hselaskyImprove the realtime properties of USB transfers for...
2015-08-13 marcels/as/at/ in previous commit.
2015-08-13 dimAvoid left-shifting negative signed values in bxe(4).
2015-08-13 marcelChange md(4) to use weak symbols as start, end and...
2015-08-13 marcelFix text mode operation.
2015-08-13 aeUse g_conf_printf_escaped() to escape illegal symbols...
2015-08-12 marcelAdd support for the Broadcom TruManage integrated seria...
2015-08-12 marcelBetter support memory mapped console devices, such...
2015-08-12 marcelUse bus_alloc_resource_any(), rather than bus_alloc_res...
2015-08-11 kwmInstead of defining the actualy user and group id in...
2015-08-11 andrewStart to support PSCI 1.0. For all the functions we...
2015-08-11 ianStyle fix, no functional changes -- do the braces for...
2015-08-10 ianCorrect the polarity of the PPS assert and clear events...
2015-08-10 ianAllow the choice of PPS signal captured by uart(4)...
2015-08-10 scottlRemove mps_request_polled(), it's redundant to mps_wait...
2015-08-10 scottlRemove some unused code.
2015-08-09 kwmAdd a new group named 'video' with the id of 44. And...
2015-08-08 zbbTreat internal bridge as subtractive on ThunderX ARM64
2015-08-08 rpauloiwm: use the proper include path for iwm headers.
2015-08-08 ianProvide the tty-layer mutex when initializing the pps...
2015-08-08 rpauloiwm: fix a KASSERT: s/ds_size/ds_len/.
2015-08-08 mavDisable 32-bit PIO for 6Gbit/s Intel SATA controllers.
2015-08-08 rpauloImport OpenBSD's iwm WiFi driver for Intel 3160/7260...
2015-08-08 adrianRevert the wifi ifnet changes until things are more...
2015-08-07 glebiusFix mtx_assert() argument.
2015-08-07 mavAdd unmapped I/O support to ata(4) driver.
2015-08-07 glebiusFix !MWL_DEBUG build.
2015-08-07 glebiusChange KPI of how device drivers that provide wireless...
2015-08-07 andrewAttach dwmmc to the ofwbus, som devicetrees place it...
2015-08-07 andrewStop including machine/fdt.h, it's unneeded, and purpos...
2015-08-06 ianReturn the current ftdi bitbang mode with the UFTDIIOC_...
2015-08-06 ianAdd support to the uftdi driver for reading and writing...
2015-08-06 jhbRemove some more vestiges of the Xen PV domu support...
2015-08-06 glebiusMake it compilable. No idea if it works.
2015-08-05 adrianAdd a hack-around to this fatal taskqueue running whils...
2015-08-05 npcxgbe(4): Update T5 and T4 firmwares bundled with...
2015-08-05 jhibbitsRemove one more that crept in unnecessarily from previo...
2015-08-05 jhibbitsRemove some unnecessary includes.
2015-08-03 sbrunoA misplaced #endif in ixgbe_ioctl() causes interface...
2015-08-03 jchDecompose TCP INP_INFO lock to increase short-lived...
2015-08-03 traszRework the way iSCSI initiator handles system shutdown...
2015-08-02 impDon't forget to check the vendor when probing. Also...
2015-08-01 hselaskyFree mbufs when busdma loading fails.
2015-07-31 emasteAdd ELF Tool Chain's brandelf(1) to contrib
2015-07-31 hselaskyLimit the number of times we loop inside the DWC OTG...
2015-07-31 npcxgbe(4): initialize debug_flags from the kernel enviro...
2015-07-30 gonzoAdd GPIO backlight driver compatible with Linux FDT...
2015-07-30 emasteAdd ELF Tool Chain's ar(1) and elfdump(1) to contrib
2015-07-30 cpercivaAdd support for Xen blkif indirect segment I/Os. This...
2015-07-29 jimharrisnvme: do not notify a consumer about failures that...
2015-07-29 sbrunoAdd support for BCM5466 PHY
2015-07-29 aeConvert in_ifaddr_lock and in6_ifaddr_lock to rmlock.
2015-07-28 dumbbelldrm/i915: Sort functions in i915_gem.c to match Linux...
2015-07-28 davidcs- Avoid lock contention in the if_transmit callback...
2015-07-28 bdreweryMFV r285970:
2015-07-28 zbbImport Annapurna Labs Alpine HAL to sys/contrib/
2015-07-28 zbbLimit ofw_cpu_early_foreach() to CPUs only
2015-07-28 hselaskyOptimise the DWC OTG host mode driver's receive path:
2015-07-28 marcelCheck the sync operation.
2015-07-27 marius- Move the remainder of host controller capability...
2015-07-27 marius- Fix compilation after r285909 with USB_DEBUG defined.
2015-07-27 marius- Use __FBSDID().
2015-07-27 marius- Nuke dupe $FreeBSD$.
2015-07-27 marius- Probe UICLASS_CDC/UISUBCLASS_ABSTRACT_CONTROL_MODEL...
2015-07-26 marcelo make sure the boundary is a power of 2, when not...
2015-07-25 gremboisl(4), driver for Intersil I2C ISL29018 Digital Ambien...
2015-07-25 sbrunoRemove unused txd_saved.
2015-07-25 grembocyapa(4), driver for the Cypress APA I2C trackpad
next