]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Merge r357260 from the clang1000-import branch:
[FreeBSD/FreeBSD.git] / sys / dev /
2020-01-29 Dimitry AndricMerge r357260 from the clang1000-import branch:
2020-01-29 Ruslan BukinAdd driver for Xilinx XDMA PCIe Bridge found in the...
2020-01-29 Mitchell Hornecgem: Add another compat string for the SiFive fu540
2020-01-29 Conrad Meyerbnxt(4): Eliminate wrong sizeof() expression in memset()
2020-01-29 Conrad Meyerixgbe(4): Eliminate bogus sizeof() expressions
2020-01-29 Conrad Meyerqlxge(4): Ditto r357244
2020-01-29 Conrad Meyerqlxgb(4): Use defined evaluation order
2020-01-28 Dimitry AndricMerge r357231 from the clang1000-import branch:
2020-01-28 Dimitry AndricMerge r357225 from the clang1000-import branch:
2020-01-28 Dimitry AndricMerge r357224 from the clang1000-import branch:
2020-01-28 Dimitry AndricMerge r357222 from the clang1000-import branch:
2020-01-28 Cy SchubertMFV r357163:
2020-01-28 Conrad Meyeramdtemp(4): Remove dead code that snuck in with r357190
2020-01-28 Conrad Meyeramdtemp(4): Add support for Family 17h CCD sensors
2020-01-28 Conrad Meyeramdtemp(4): Refactor shared temperature calculation...
2020-01-27 Warner LoshNo need to have an extra layer of indirection here...
2020-01-27 Warner LoshCreate a convenince wrapper to fill in a CAM_PATH_INQ...
2020-01-27 Dimitry AndricMerge ^/head r357119 through r357178.
2020-01-27 Alexander KabaevEnter net epoch in msk_tick.
2020-01-26 Vincenzo Maffionenetmap_mem_unmap: fix NULL pointer dereference
2020-01-26 John BaldwinFix some misleading indentation warnings reported by...
2020-01-25 Phil ShaferImport libxo-1.4.0:
2020-01-25 Dimitry AndricMerge ^/head r356931 through r357118.
2020-01-25 Gleb SmirnoffEnter the network epoch in RX processing taskqueue.
2020-01-24 Dimitry AndricMerge ^/vendor/lvm-project/release-10.x up to its last...
2020-01-24 Dimitry AndricMerge ^/vendor/lvm-project/release-10.x up to its last...
2020-01-24 Dimitry AndricMerge ^/vendor/lvm-project/master up to its last change...
2020-01-24 Gleb SmirnoffEnter the network epoch in USB WiFi drivers when proces...
2020-01-24 Gleb Smirnoffre(4) uses taskqueue to process input packets. Enter...
2020-01-24 Gleb Smirnoffath(4) processing input packets in taskqueue. Enter...
2020-01-24 Ruslan Bukino Move the software context struct to a header file.
2020-01-24 Ruslan BukinMove the ECAM macroses to the header file.
2020-01-23 Dimitry AndricMerge ^/vendor/llvm-openmp/dist up to its last change...
2020-01-23 Dimitry AndricMerge ^/vendor/lldb/dist up to its last change, and...
2020-01-23 Dimitry AndricMerge ^/vendor/lld/dist up to its last change, and...
2020-01-23 Gleb SmirnoffWith MSI interrupts bge(4) just schedules taskqueue...
2020-01-23 Andriy Gaponvmxnet3: add support for RSS kernel option
2020-01-23 Andriy Gaponvirtio_scsi: use max target ID plus one as the initiator ID
2020-01-23 Dimitry AndricMerge ^/vendor/llvm-libunwind/dist up to its last chang...
2020-01-23 Dimitry AndricMerge ^/vendor/libc++/dist up to its last change, and...
2020-01-23 Jeff RobersonConsistently use busy and vm_page_valid() rather than...
2020-01-23 Gleb SmirnoffIntroduce flag IFF_NEEDSEPOCH that marks Ethernet inter...
2020-01-23 Gleb SmirnoffIn netmap() call ether_input() within the network epoch.
2020-01-22 Dimitry AndricMerge ^/vendor/compiler-rt/dist up to its last change...
2020-01-22 Dimitry AndricMerge ^/vendor/clang/dist up to its last change, and...
2020-01-22 Dimitry AndricMerge ^/vendor/llvm/dist up to its last change, and...
2020-01-21 Hans Petter SelaskyAdd new USB ID to uslcom(4).
2020-01-20 Dimitry AndricMerge ^/vendor/llvm-project/master until just before...
2020-01-20 Dimitry AndricMerge ^/head r356848 through r356919.
2020-01-20 George V. Neville... Add support for latest Intel I219 device, supported...
2020-01-19 Jeff RobersonDon't hold the object lock while calling getpages.
2020-01-19 Conrad Meyermps(4): add missing cam(4) dependency
2020-01-19 Emmanuel Vadotzilinx/zy7_qspi: Add a qspi driver for Zynq platforms.
2020-01-16 Emmanuel Vadotdwmmc: Remove max_hz from the softc
2020-01-16 Emmanuel Vadotfdt_pinctrl: Add new methods for gpios
2020-01-16 Emmanuel Vadotregulator_fixed: Add a get_voltage method
2020-01-15 Ed Masteacpi_ibm: reference ThinkPad instead of IBM
2020-01-14 Andriy Gaponstorvsc: port a Linux patch, properly set residual...
2020-01-14 Navdeep Parharcxgbe/iw_cxgbe: Do not allow memory registrations with...
2020-01-13 Vincenzo Maffionenetmap: disable passthrough with no hypervisor support
2020-01-13 Vincenzo Maffionevmx: fix initialization of TSO related descriptor fields
2020-01-12 Mateusz GuzikAdd KERNEL_PANICKED macro for use in place of direct...
2020-01-12 Kyle Evansregulator: small enhancements to regulator_shutdown
2020-01-11 Gleb SmirnoffPacify gcc.
2020-01-11 Hans Petter SelaskyRevert r356598 for now because it breaks some AMD based...
2020-01-10 Jung-uk KimMFV: r356607
2020-01-10 Gleb SmirnoffAdd pfil(9) hook to vtnet(4).
2020-01-10 Emmanuel Vadottwsi: Rework how we handle the i2c messages
2020-01-10 Hans Petter SelaskyCheck the XHCI endpoint state before stopping any endpoint.
2020-01-10 Hans Petter SelaskyDefine the XHCI endpoint states.
2020-01-09 Kyle Evansdwc_otg: fix fdt attachment for newer bcm2708-usb nodes
2020-01-09 Hans Petter SelaskyFix a XHCI driver issue with Intel's Gemini Lake SOC.
2020-01-08 Bjoern A. Zeebvnet: virtualise more network stack sysctls.
2020-01-08 Ian LeporeRemove some trailing whitespace; no functional changes.
2020-01-08 Ian LeporeSplit the code to find and add iicbus children out...
2020-01-08 Ian LeporeChange some KASSERT to device_printf + return EINVAL...
2020-01-08 Ian LeporeInit sc->maxbus to -1, not 0. It represents the highes...
2020-01-08 Ian LeporeEnsure any reserved gpio pins get released if an early...
2020-01-08 Alexander MotinFix copy-paste bug in HMB free code.
2020-01-08 Emmanuel Vadotregulator: fix regnode_method_get_voltage
2020-01-08 Kristof Provostvtnet: Pre-allocate debugnet data immediately
2020-01-07 Alexander MotinMinor adjustments to r356474 and r356480.
2020-01-07 Alexander MotinIncreate HMB limit from 1% to 5%.
2020-01-07 Gleb SmirnoffFix a typo - passing wrong mbuf pointer to needs_udp_cs...
2020-01-07 Alexander MotinAdd Host Memory Buffer support to nvme(4).
2020-01-07 Mark JohnstonDecrease logging severity when adding a device or readi...
2020-01-06 Martin MatuskaMFV r356415
2020-01-06 Hans Petter SelaskyAdd own counter for cancelled USB transfers.
2020-01-05 Martin MatuskaMFV r356365:
2020-01-03 Mateusz Guzikvfs: drop the mostly unused flags argument from VOP_UNLOCK
2020-01-03 Mark JohnstonFix a page leak in the md(4) swap I/O path.
2020-01-03 Alexander MotinAvoid duplicate I/O statistics accounting.
2020-01-02 Eric Joynerixl: prevent non-privileged access to NVM update interface
2020-01-02 Kyle Evanssys/dev/cfi: include sys/types.h as well
2020-01-02 Ian LeporeExplicitly include sys/rman.h instead of relying on...
2020-01-02 Ian LeporeAdd support for i2c bus mux hardware.
2020-01-01 Conrad Meyervmgenid(4): Integrate as a random(4) source
2019-12-31 Cy SchubertMFV r356143:
2019-12-31 Kyle Evanspsm: properly check for atkbdc_open failure
2019-12-31 Alexander MotinDon't spin on cleanup_lock if we are not interrupt.
next