]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
iconv uses strlen directly on user supplied memory
[FreeBSD/FreeBSD.git] / sys / dev /
2018-02-26 kevansofw_fdt: Simplify parts with new libfdt methods
2018-02-26 andrewCheck all entries in the ACPI uart compat table and...
2018-02-25 andrewTeach the Arm pl011 driver to attach to a SBSA uart...
2018-02-25 andrewRename the FDT compat_data array to a bus-specific...
2018-02-24 gonzoAdd SPDX tags for chvgpio driver sources
2018-02-24 ianAdd a functional detach() routine, to make things kldun...
2018-02-24 hselaskyFix race when detach is called right after attach in...
2018-02-23 cemRemove unused error return from API that cannot fail
2018-02-23 emasteCorrect typo in ATA_WRITE_UNCORRECTABLE_PSEUDO
2018-02-23 emasteCorrect pseudo misspelling in sys/ comments
2018-02-23 davidcs1. Added support to offline a port if is error recovery...
2018-02-22 rpokalajedec_dimm(4): report asset info and temperatures for...
2018-02-22 gonzo[chvgpio] add GPIO driver for Intel Z8xxx SoC family
2018-02-22 kevansnvme: Unbreak LE builds after r329824
2018-02-22 wmaNVMe: Add big-endian support
2018-02-22 impBackout r329818, r329816 and r329815.
2018-02-22 impCombine BIO_DELETE requests for nda devices
2018-02-22 mavMFV r329799, r329800:
2018-02-22 jhbAvoid grabbing locks when grabbing the vt(4) console...
2018-02-22 jhbBring in additional constants and message fields for...
2018-02-22 jhbMove DDP PCB state into a helper structure.
2018-02-21 mavMFV r329502: 7614 zfs device evacuation/removal
2018-02-21 wmaCXGBE: implement prefetch on non-Intel architectures
2018-02-20 npCatch up with the removal of nktr_slot_flags from upstr...
2018-02-20 kibvm_wait() rework.
2018-02-20 ianAdd missing MODULE_DEPENDS().
2018-02-19 bryanvAdd more virtqueue getter methods
2018-02-19 bryanvAdd VirtIO bus config_generation method
2018-02-19 bryanvAdd PCI methods to iterate over the PCI capabilities
2018-02-19 nwhitehornSet internal error returns for OF_peer(), OF_child...
2018-02-18 ianProvide public declarations for ofw_spibus_driver and...
2018-02-18 ianProvide a public function to acquire a gpio pin by...
2018-02-18 ianAllow i2c hardware drivers to declare their own relatio...
2018-02-18 scottlImprove command lifecycle debugging and detection of...
2018-02-18 mavMFV r324198: 8081 Compiler warnings in zdb
2018-02-17 ianDon't call sdhci_cleanup_slot() if sdhci_init_slot...
2018-02-17 ianDo not try to deallocate memory that wasn't allocated...
2018-02-17 hselaskyRemove unused bus_autoconf section from usb.ko.
2018-02-17 hselaskyRevert redundant parts of r329440 after recent devmatch...
2018-02-17 impCorrect the PNP information generated by the usb driver...
2018-02-16 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-15 rpokalamxge(4) should pass unhandled ioctls to ether_ioctl()
2018-02-13 landonfbwn(4): Conditionalize "RX decryption attempted" messag...
2018-02-13 hselaskyImport the mthca kernel side infiniband driver from...
2018-02-13 lwhsuFix non-64-bit platform build by printing bus_addr_t...
2018-02-13 hselaskyFix for incorrect PnP information used by devmatch(8).
2018-02-13 hselaskyAdd new USB quirk.
2018-02-12 landonfbwn(4): Fix outstanding bug in PHY-G tssi2dbm table...
2018-02-12 landonfsiba(4): Ignore disabled per-core address match entries.
2018-02-11 scottlPrint out the shared memory queues during initialization
2018-02-11 ianAdd a device ID to uftdi for TIAO USB Multi Protocol...
2018-02-10 mavTeach mps(4) and mpr(4) drivers to autotune chain frames.
2018-02-09 jkimMFV: r329072
2018-02-07 npiw_cxgbe: Remove declaration of a function that no...
2018-02-07 hselaskyGive USB template SYSUNINIT()'s a uniq name to avoid...
2018-02-07 adrian[ath] Use the BSSID address logic for STA VAPs too.
2018-02-06 scottlCache the value of the request and reply frame size...
2018-02-06 mavFix queue length reporting in mps(4) and mpr(4).
2018-02-06 kenDiagnostic buffer fixes for the mps(4) and mpr(4) drivers.
2018-02-06 adrian[arswitch] Implement the switch MAC address fetch API.
2018-02-06 adrian[etherswitch] add initial support for potentially confi...
2018-02-06 scottlFix a case where a request frame can be composed that...
2018-02-05 landonfbwn(4): migrate bwn(4) to the native bhnd(9) interface...
2018-02-05 adrian[arswitch] disable ARP copy-to-CPU port for AR9340...
2018-02-05 adrian[arswitch] fix build breakage.
2018-02-05 adrian[arswitch] Enable ATU dump support for the AR9340.
2018-02-05 adrian[arswitch] fix mac address field definition.
2018-02-05 adrian[arswitch] Break out of the loop upon any error, not...
2018-02-04 wulfpsm(4): Fix panic occuring soon after PS/2 packet has...
2018-02-04 jhibbitsMinimal changes for MPR to build on architectures with...
2018-02-04 adrian[arswitch] fix up issues on the AR8327.
2018-02-03 hselaskyAdd new USB ID.
2018-02-03 adrian[arswitch] add initial functionality for AR8327 ATU...
2018-02-02 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-02 adrian[arswitch] Stub out the ATU table dump in AR9340 switch...
2018-02-02 adrian[arswitch] begin tidying up the learning and ATU manage...
2018-02-02 adrian[etherswitch] add the first pass of a simple API to...
2018-02-01 andrewDisable EARLY_PRINTF from the Armada 3700 uart, it...
2018-01-31 wulfpsm: Add a kludge to support 0x46 identity middle byte...
2018-01-31 wulfpsm(4): Reduce psm watchdog verbosity
2018-01-31 wulfpsm(4): Add support for HP EliteBook 1040 ForcePads.
2018-01-31 kibIBRS support, AKA Spectre hardware mitigation.
2018-01-31 adrian[arswitch] Fix ATU programming on the AR8327 switch.
2018-01-31 adrian[arswitch] Fix ATU flushing on AR8216/AR8316 and most...
2018-01-31 adrian[arswitch] add a new debug section for upcoming address...
2018-01-31 mavTry to preallocate receive memory early.
2018-01-30 jhbExport tcp_always_keepalive for use by the Chelsio...
2018-01-30 hselaskyMove the mlx5 core device pointer first in the mlx5en...
2018-01-30 traszMake the handler routine for the hw.usb.template sysctl...
2018-01-30 mmelUse more verbose panic messages.
2018-01-30 mmelRevert r328511, it was committed with <patch>.diff...
2018-01-29 lwhsuFix kernel build after r328523, correct variable names
2018-01-29 ianAdd a NO_GETMAXLUN quirk for the JMicron JMS567 USB...
2018-01-29 impAdd ISA PNP tables to ISA drivers. Fix a few incidental...
2018-01-29 impTag the current round of deprecated drivers.
2018-01-29 impUse atomic load and stores to ensure that the compiler...
2018-01-28 impOut of an abundance of caution, NUL out the first byte...
2018-01-28 mmeldiff --git a/sys/dev/extres/clk/clk.c b/sys/dev/extres...
2018-01-26 mavUse bus_dmamem_alloc(9) KPI instead of contigmalloc(9).
2018-01-26 npcxgbe(4): Accept old names of a couple of tunables.
next