]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Convert the "R1B fix" from a busy-loop in the interrupt handler to a callout.
[FreeBSD/FreeBSD.git] / sys / dev /
2014-02-15 dimIn sys/dev/xen/console/console.c, #if 0 an unused stati...
2014-02-15 luigiThis new version of netmap brings you the following:
2014-02-14 dimIn cxgbe, conditionalize the t4_pgprot_wc() function...
2014-02-14 jmmvMFV: Import atf-0.20.
2014-02-14 bruefferCorrect the order of arguments to mtx_init().
2014-02-14 hselaskyFix minor logical error in the XHCI driver. Set correct...
2014-02-14 rpauloAdd urtwn_start_locked() to avoid unlocking during TX.
2014-02-14 davidcscheck for defrag only when bus_dmamap_load_mbuf_sg...
2014-02-13 loosAllow the use of OFW I2C bus together with iicbb(4...
2014-02-13 loosAdd OFW support to the in tree gpio compatible devices...
2014-02-13 loosAdd an OFW GPIO compatible bus. This allows the use...
2014-02-13 hselasky- Remove not needed definitions from driver.
2014-02-12 ianFix the definition of the SDHCI_STATE_DAT and SDHCI_STA...
2014-02-12 hselaskyIssue doorbell twice before finally freeing the DMA...
2014-02-12 impBetter nomatch messages: include compat string. Also...
2014-02-12 jhbAdd support for managing PCI bus numbers. As with...
2014-02-08 impRemove FreeBSD 6 support
2014-02-07 jhb- Use a callout instead of the deprecated timeout_handle.
2014-02-07 rayImplement vd_drawrect and vd_setpixel for vt(9)'s VGA...
2014-02-07 yongariRevert r234666. Clearing TWSI IRQ seems to cause watch...
2014-02-06 scottlAdd a new sysctl, dev.cxgbe.N.rsrv_noflow, and a compan...
2014-02-06 rayAdd vt_set_border function to help to change border...
2014-02-06 rayAdd two new vt(9) driver methods: vd_drawrect and vd_se...
2014-02-06 hselaskyResolve probe conflict for now.
2014-02-06 hselaskyFix kernelbuild when full debugging features are enabled.
2014-02-06 hselaskyImport USB RNDIS driver to FreeBSD from OpenBSD.
2014-02-06 npcxgbe(4): Use the rx channel map (instead of the tx...
2014-02-06 npcxgbe(4): The T5 allows for a different freelist starva...
2014-02-06 markjAdd support for MegaRAID Fury cards. The main change...
2014-02-06 npcxgbe(4): Use the port's tx channel to identify it...
2014-02-05 marius- Implement the RX EARLYOFF and RXDV GATED bits as...
2014-02-05 mariusAdd bus space barriers for page switches missed in...
2014-02-05 jhbAdd two tunables to ignore certain firmware-assigned...
2014-02-05 jhbSimplify pci_reserve_map() by calling resource_list_res...
2014-02-05 jhbProperly set the alignment flags when allocating the...
2014-02-05 jhbFix a typo.
2014-02-05 jhbDrop the 3rd clause from all 3 clause BSD licenses...
2014-02-05 mavFix I/O freezes in some cases, caused by r257916.
2014-02-05 nwhitehornMove Open Firmware device root on PowerPC, ARM, and...
2014-02-05 hselaskyUse system macro instead of own hand-rolled one.
2014-02-05 hselaskyAdd more quirks for making builtin audio speakers work...
2014-02-05 kevloCorrect setting R92C_TXAGC_MCS11_MCS08 register.
2014-02-05 hselaskyFix a regression issue. Contiguous single segment alloc...
2014-02-04 rmhAbort when firmware isn't present in R600+ models.
2014-02-04 edUse right buffer to print to.
2014-02-04 ambriskoAdd a tunable "hw.mfi.mrsas_enable" to allow mfi(4...
2014-02-03 ianSort the list.
2014-02-03 ianAdd the imx sdhci controller.
2014-02-03 jhibbitsAdd driver for the ADT7460/ADT7467 fan controller found...
2014-02-02 ianFollow r261352 by updating all drivers which are childr...
2014-02-02 ianBe more robust with malformed interrupt config data...
2014-02-02 nwhitehornAdd a set of helpers (ofw_bus_get_status() and ofw_bus_...
2014-02-02 nwhitehornFix missing offset.
2014-02-02 nwhitehornAllow nesting of simplebuses.
2014-02-02 bryanvUse m_defrag() instead of m_collapse() to compact a...
2014-02-02 bryanvDo not place the sglist used for Rx/Tx on the stack
2014-02-01 nwhitehornProvide a simpler and more standards-compliant simplebu...
2014-02-01 nwhitehornOpen Firmware interrupt specifiers can consist of arbit...
2014-02-01 uqsMerge mdocml v1.12.3 into head
2014-02-01 hselaskyAdd a comment about the origin of some structures,...
2014-02-01 jhibbitsAdd hwpmc(4) support for the PowerPC 970 class processo...
2014-01-31 hselaskyFix a range check for maximum transmit length. The...
2014-01-31 jamieBack out r261266 pending security buy-in.
2014-01-31 desUpgrade to OpenSSH 6.5p1.
2014-01-31 hselaskyFix for unexpected selection with two fingers sometimes.
2014-01-30 gnnThe timestamp bit is number 17, and not number 9, in...
2014-01-30 dimImport libc++ 3.4 release. This contains a lot of...
2014-01-29 n_hibmaFix the ordering of the arguments to printf in
2014-01-29 jhibbitsMicro-optimize 8-bit blanking. This is the same as...
2014-01-29 jamieAdd a jail parameter, allow.kmem, which lets jailed...
2014-01-29 hselasky- Remove some dead code.
2014-01-29 hselaskyAdd support for trackpads found in Apple MacBook produc...
2014-01-28 kaiwMFH@261244.
2014-01-28 jhbSome BIOSes incorrectly use standard memory resource...
2014-01-28 kaiwMFH@261240.
2014-01-28 hselaskyWhen detaching a [USB] keyboard, keys might still be...
2014-01-28 hselaskyRevert r260622:
2014-01-27 jhbExplicitly enable I/O and memory decoding in the bridge...
2014-01-26 gshapiroMerge sendmail 8.14.8 to HEAD
2014-01-25 jhibbitsMPC74xx should not fall through, to the error case.
2014-01-25 glebiusFix compilation with IGB_LEGACY_TX defined.
2014-01-25 bryanvCheck for a full virtqueue in the multiqueue transmit...
2014-01-25 bryanvAvoid queue unlock followed by relock when the enable...
2014-01-25 bryanvMove duplicated transmit start code into a single function
2014-01-25 bryanvRemove stray space
2014-01-25 kaiwMFH@261151.
2014-01-25 bryanvAlso include the mbuf's csum_flags in an assert message
2014-01-25 bryanvRead and write the MAC address in the config space...
2014-01-25 bryanvRead each field of the configuration individually
2014-01-25 bryanvRemove spaces before tabs in the function prototype...
2014-01-24 hselaskyAdd more USB quirks.
2014-01-24 kevloFix comment.
2014-01-24 hselaskyHide now harmless warning from dmesg.
2014-01-24 kevloGet rid of memmove(). It's not portable.
2014-01-24 ianBe more robust with malformed interrupt config data...
2014-01-24 impclock-frequency is a FreeBSD-specific extention. Make...
2014-01-23 jhbMove <machine/apicvar.h> to <x86/apicvar.h>.
2014-01-23 impAdd Atmel serial drivers.
2014-01-23 hselaskyRevert r261014. Let Kevin fix it.
2014-01-23 jhibbitsProperly sort the arguments to mtx_init(9).
next