cpdup(1): Fix a typo in the usage
[dragonfly.git] / sys / dev /
2018-03-30 Imre Vadászif_vtnet - Add polling support.
2018-03-30 Imre Vadászif_vtnet - Factor out the virtio_bind_intr() calls...
2018-03-29 Imre Vadászvirtio_pci - Fix vtpci_reinit MSI-X vector reinitializa...
2018-03-29 Imre Vadászif_vtnet - Fixup serialized assertion in vtnet_is_link_...
2018-03-28 Imre Vadásziwm - Always clear watchdog timer, when bringing down...
2018-03-28 Imre Vadásziwm - Clear Time Event active state, when receiving...
2018-03-28 Imre Vadászvtnet - Split up serializers, now has separate rx and...
2018-03-27 Imre Vadászif_vtnet - Cleanup ifalt_subque handling a bit.
2018-03-26 Imre Vadászif_vtnet - Get rid of separate vtnet_{rx,tx}_intr_task...
2018-03-26 Imre Vadászif_vtnet - Fixup previous commit.
2018-03-26 Imre Vadászif_vtnet - Use ifsq_watchdog_* functions as the watchdog.
2018-03-25 Imre Vadászif_vtnet - Don't drop vtnet_slz in some of the virtqueu...
2018-03-25 Imre Vadászif_vtnet - Remove vtnet_tick_ch and vtnet_cfgchg_task...
2018-03-25 Imre Vadászif_vtnet - Pass the vtnet serializer in ether_ifattach().
2018-03-25 Imre Vadászif_vtnet - Remove unused vtnet_tick() code.
2018-03-25 Imre Vadászif_vtnet - No need to use the taskqueue to run vtnet_up...
2018-03-25 François Tigeotdrm/linux: Add signal_pending_state
2018-03-24 Imre Vadászvirtio - Get rid of unused flags option in virtio_alloc...
2018-03-24 Imre Vadászvirtio - Explicitly teardown interrupts in driver detac...
2018-03-24 Imre Vadászvirtio - Move virtqueue_pending() checks into the child...
2018-03-24 Imre Vadászvirtio - Get rid of config_change devmethod, treat...
2018-03-24 Imre Vadászvirtio - Specify handler and argument in bind_intr...
2018-03-24 Imre Vadászvirtio - Refactor virtio bus API, to untangle virtuques...
2018-03-24 François Tigeotdrm/linux: Add cmpxchg_relaxed()
2018-03-23 François Tigeotdrm/linux: Add a few functions (mostly stubs)
2018-03-22 Imre Vadászvirtio_blk - Inline vtblk_complete into vtblk_vq_intr...
2018-03-22 Imre Vadászvirtio_pci - Remove int return value from interrupt...
2018-03-19 Imre Vadászatkbdc - Add additional ACPI PNP IDs specified by Micro...
2018-03-18 Imre Vadászacpi_hpet - Implement early HPET initialization for...
2018-03-18 Matthew Dillondm - synchronize disk info before returning
2018-03-18 Imre Vadásziwm - Improve firmware Time Event handling.
2018-03-18 Imre Vadásziwm - Avoid Tx watchdog timeout, when dropping a connec...
2018-03-18 Imre Vadásziwm - Track firmware state better, and improve handling...
2018-03-17 Antonio Huete JimenezMerge branch 'vendor/LIBPCAP'
2018-03-05 zrjsyscons: Remove unused variable.
2018-03-04 Imre Vadászsyscons - Fix NULL pointer access in 0d7c8a4d1cafae68239
2018-03-04 Imre Vadászsyscons - Wait for drm modesetting at appropriate places.
2018-03-03 Imre Vadászsysmouse - Fix sigio handling after c2962d9da8200947ee3...
2018-02-22 Imre Vadászsyscons - Detangle sysmouse from tty handling, implemen...
2018-02-22 Imre Vadászsyscons - No special minor device number is needed...
2018-02-20 Sascha Wildnerkernel/ncr: Fix double assignment.
2018-02-20 Sascha Wildnerkernel/i915: Fix double assignment (Linux' ed58570f55e2...
2018-02-20 Sascha Wildnerkernel/i915: Fix double assignment (Linux' 52eb92c6fe8f...
2018-02-19 Sascha WildnerFix two double assignments in the kernel and the boot...
2018-02-18 Imre Vadászatkbdc - Do not attach PS2 controller via legacy ISA...
2018-02-18 Sascha WildnerReplace local array size calculations with NELEM().
2018-02-17 Matthew Dillonkernel - Fix syscons's visual bell
2018-02-17 François Tigeotdrm/linux: Update hlist_for_each_entry_safe() from...
2018-02-14 zrjkernel: Remove last use cases of "%b" format.
2018-02-14 zrjkernel/disk: Remove use of "%b" format.
2018-02-14 zrjkernel/net: Remove use of "%b" format.
2018-02-14 zrjkernel: Nuke legacy FreeBSD "%r" format support.
2018-02-14 zrjkernel: Remove use of deprecated "%r" radix format.
2018-02-04 Matthew Dillonahci - Improve debug output
2018-02-01 François Tigeotdrm/linux: Add some dma-buf stubs
2018-02-01 zrjkernel/acpi: Add braces around empty if body.
2018-02-01 zrjkernel/hpt*: Avoid empty macros.
2018-02-01 zrjkernel/twa: Avoid empty macros.
2018-02-01 zrjkernel/netif: Avoid empty if/else bodies.
2018-02-01 zrjath_hal: Avoid empty macros.
2018-02-01 zrjix: Avoid empty macros.
2018-02-01 zrjdrm/ttm: Avoid empty macros.
2018-02-01 zrjdrm/linux: Improve linux/bug.h
2018-02-01 zrjdrm/linux: Improve linux/lockdep.h
2018-01-31 François Tigeotdrm/linux: Add linux/irqreturn.h
2018-01-30 Imre Vadászacpi - Implement a hack to recheck whether devices...
2018-01-30 Imre Vadászacpi - Use KOBJ_GPRI_ACPI driver priorities for ig4...
2018-01-28 Imre Vadászsyscons - Untangle device attachement from isa?, attach...
2018-01-28 Imre Vadászled(4): Turn this into a module. Only used by acpi_thin...
2018-01-22 zrjRevert "kernel: Disable attributes that take no effect."
2018-01-21 zrjig_hal: Reindent e1000_ich8lan.c a bit.
2018-01-21 zrjkernel: Disable attributes that take no effect.
2018-01-21 zrjdrm/i915: Backport fix for a bad bitmask.
2018-01-20 zrjdrm/radeon: Disable few unused const arrays.
2018-01-20 zrjLINT64: Cleanup for -Wunused-const-variable.
2018-01-20 zrjsound/hda: Disable hdac_pcie_snoop struct.
2018-01-20 zrjkernel/mpt: Fix evaluation of args in macro.
2018-01-20 zrjkernel/ncr: Remove unused variable.
2018-01-20 zrjkernel/isp: Minor cleanup.
2018-01-20 zrjdrm/linux: Improve linux/log2.h
2018-01-17 Matthew Dilloncorepower - Add kabylake support
2018-01-17 Peeter Mustkernel/evdev: Whitespace correction in input-event...
2018-01-17 Peeter Mustkernel/evdev: Update input-event-codes.h
2018-01-16 Matthew Dillonkernel - Add a global priority hack for ACPI
2018-01-15 Sascha Wildnerkernel/my: Fix -Wundef.
2018-01-13 Sascha Wildnerkernel: Fix some -Wundef warnings in oce(4) and mps(4).
2018-01-13 Imre Vadászsyscons - Skip drawing of the border, when switching...
2018-01-13 Imre Vadászsyscons - Use COL and ROW #define constants.
2018-01-10 Matthew Dillonkernel - Implement spectre mitigations part 1
2018-01-09 Matthew Dillonkernel - Increase microcode size limit from 32KB to 4MB
2018-01-06 zrjdrm/radeon: Fix -Wundef warnings.
2018-01-05 Sascha Wildnerkernel/vmxnet3: Fix wrong check (no functional change).
2018-01-03 Sepherosa Ziehauem/emx: Sync with Intel's em 7.6.2
2018-01-02 François Tigeotdrm/i915: Add Coffee Lake support
2018-01-01 zrjkernel/nata: Add loader hint to disable nata attach.
2017-12-31 zrjkernel/nata: Add more INTEL chipset IDs.
2017-12-31 zrjkernel/nata: Add bunch of chipset IDs.
2017-12-31 zrjkernel/nata: Handle soft resets in ahci better.
2017-12-31 zrjkernel/nata: Deal with ATA_DEV() and atadev->unit.
2017-12-31 zrjkernel/nata: Fix HT1000 DMA engine 64k transfer issue.
next