drm: rman_get_start() returns u_longs, not ints
[dragonfly.git] / sys / dev /
2018-06-06 François Tigeotdrm: rman_get_start() returns u_longs, not ints
2018-06-04 Sascha WildnerResolve some kernel option / .Cd mismatches.
2018-05-29 zrjkernel/hpt*: Mangle names of foreign binary objects.
2018-05-29 Matthew Dillonkernel - Add support for MosChip PCIe serial com, and...
2018-05-29 Matthew Dillonkernel - Add support for MosChip PCIe serial com, and...
2018-05-26 François Tigeotdrm/i915: Sync hpd_pulse return values with Linux
2018-05-23 François Tigeotdrm/linux/timer.h: No need to protect a callout struct...
2018-05-23 Imre Vadászdrm - No need to protect a callout struct from MP accesses.
2018-05-23 zrjdrm/i915: Disable few unused const structs and functions.
2018-05-17 Sascha WildnerMerge branch 'vendor/TOP'
2018-05-17 Sascha WildnerMerge branch 'vendor/TCSH'
2018-05-16 Sascha WildnerSync ACPICA with Intel's version 20180508 (from previou...
2018-05-14 Sascha Wildnerkernel: Include <sys/ttydefaults.h> where appropriate.
2018-05-14 zrjMerge remote-tracking branch 'origin/vendor/GCC80'
2018-05-13 François Tigeotdrm/linux: Add cond_resched()
2018-05-07 Sepherosa Ziehauigb: Dump registers.
2018-05-07 Sascha Wildnermrsas(4): Remove wrong extra arg from MR_LdBlockSizeGet().
2018-05-07 François Tigeotdrm/i915: Start building i915_gpu_error.c
2018-05-07 François Tigeotdrm/linux: Add scnprintf()
2018-05-07 François Tigeotdrm/linux: Add or improve various *printf functions
2018-05-07 François Tigeotdrm/linux: Start using stop_machine.h
2018-05-06 François Tigeotdrm/linux: Add do_gettimeofday()
2018-05-06 François Tigeotdrm: Sync include directives with Linux
2018-05-05 Sascha WildnerFix a few typos across the tree.
2018-05-01 Sepherosa Ziehauigb: Bring in WOL configuration from FreeBSD.
2018-04-29 Matthew Dillonkernel - Refactor machdep.cpu_idle_hlt
2018-04-25 François Tigeotdrm: Implement parts of the Linux irq subsystem
2018-04-25 Sascha Wildnerkernel/mpr: Remove unused malloc type.
2018-04-24 Sascha WildnerAdd FreeBSD's mpr(4) driver for LSI Fusion-MPT 3/3...
2018-04-22 Matthew Dillonkernel - per-thread fd cache, p_fd lock bypass
2018-04-16 Sascha Wildnerkernel/acpica: Remove ${.OBJDIR}/include from Makefile...
2018-04-13 Matthew Dillonnvme - Improve likelihood of dump success
2018-04-13 Matthew Dillonkernel - Improve SPINLOCK, acpi_timer performance under...
2018-04-12 Imre Vadászkbdmux - Simplify taskqueue handling, and get rid of...
2018-04-08 Matthew Dillonkernel - Change AcpiOs*Lock() operation to reduce freezes
2018-04-01 Sascha Wildnerkernel/vtnet: Add opt_ifpoll.h to the Makefile.
2018-04-01 Sascha Wildnerkernel/vkernel: Add __printflike() to two internal...
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
next