drm: Fix atomic_add_unless()
[dragonfly.git] / sys / dev /
2015-10-31 François Tigeotdrm: Fix atomic_add_unless()
2015-10-31 François Tigeotdrm/i915: Reduce differences with Linux in i915_gem_fault()
2015-10-31 François Tigeotdrm: Add linux/dma-mapping.h
2015-10-30 Imre Vadászif_vtnet, sync 8/x: Move structs and #define-s into...
2015-10-30 Imre Vadászif_vtnet, sync 7/x: Clean up vtnet_enqueue_txbuf()...
2015-10-29 Imre Vadászif_vtnet: Recognize VIRTIO_NET_F_CTRL_GUEST_OFFLOADS...
2015-10-29 Imre Vadászif_vtnet: Add, and negotiate the VIRTIO_F_ANY_LAYOUT...
2015-10-29 Imre Vadászif_vtnet, sync 6/x: refactor rx_- and update_vlan_filte...
2015-10-29 Sascha Wildnerkernel/drm: In linux/kernel.h, add parentheses around...
2015-10-29 Sascha Wildnerkernel/drm: In linux/slab.h, add parentheses around...
2015-10-28 Imre Vadászif_vtnet, sync 5/x: Make stat counters uint64_t instead...
2015-10-28 Imre Vadászif_vtnet, sync 4/x: Factor out vtnet_setup_interface...
2015-10-28 François Tigeotdrm: Remove the MODULE_LICENSE and EXPORT_SYMBOL_GPL...
2015-10-28 Sascha Wildnerkernel/drm: In asm/io.h, improve the iowriteN() macros.
2015-10-27 Imre Vadászif_vtnet, sync 3/x: No LRO without mergeable receive...
2015-10-27 Imre Vadászif_vtnet, sync with FreeBSD 2/x: Sync vtnet_*_filter...
2015-10-25 Imre Vadászif_vtnet: Use SetMacAddress feature; Add some new featu...
2015-10-25 Tomohiro Kusumisys/dev/disk/dm: Always initialize target's status...
2015-10-25 Tomohiro Kusumisys/dev/disk/dm: Fix comments and doc/proposal-dm.txt
2015-10-25 Tomohiro Kusumisys/dev/disk/dm: Change pdev SLIST to TAILQ
2015-10-25 Tomohiro Kusumisys/dev/disk/dm: Change table SLIST to TAILQ
2015-10-25 Tomohiro Kusumisys/dev/disk/dm: Add dm_table_init_target()
2015-10-25 Tomohiro Kusumisys/dev/disk/dm: Don't let targets implement deps ...
2015-10-25 Tomohiro Kusumisys/dev/disk/dm: Don't let targets implement deps ...
2015-10-25 Tomohiro Kusumisys/dev/disk/dm: Rename variable
2015-10-25 Tomohiro Kusumisys/dev/disk/dm: Remove unnecessary ()
2015-10-24 François Tigeotdrm/i915: Update to Linux 3.18
2015-10-24 François Tigeotdrm/linux: Add some list functions
2015-10-24 François Tigeotdrm/linux: Add module_param_named()
2015-10-24 François Tigeotdrm/linux: Add BUILD_BUG()
2015-10-23 François Tigeotdrm: Add asm/int-ll64.h
2015-10-23 François Tigeotdrm: Add linux/lockdep.h
2015-10-23 François Tigeotdrm: Add Linux async functions
2015-10-21 Sascha Wildnerkernel: Rename si(4)'s si.c to si_drv.c.
2015-10-20 Tomohiro Kusumisys/dev/disk/dm: Remove unused macro DM_CMD_LEN
2015-10-20 Tomohiro Kusumisys/dev/disk/dm: Comment out unused variables (that...
2015-10-20 Tomohiro Kusumisys/dev/disk/dm: Change printf() to kprintf()
2015-10-20 Tomohiro Kusumisys/dev/disk/dm: Remove aprint_normal()
2015-10-20 Tomohiro Kusumisys/dev/disk/dm: Don't expose cmd_function in header
2015-10-19 Tomohiro Kusumisys/dev/disk/dm: Make dm-delay table show major:minor
2015-10-19 Tomohiro Kusumisys/dev/disk/dm: Remove unnecessary kprintf
2015-10-19 Tomohiro Kusumisys/dev/disk/dm: Don't implement "status" as a subset...
2015-10-19 Tomohiro Kusumisys/dev/disk/dm: Don't implement "status" as a subset...
2015-10-18 Tomohiro Kusumisys/dev/disk/dm: Remove NULL element for array termination
2015-10-18 Tomohiro Kusumisys/dev/disk/dm: Remove dm_get_version_ioctl()
2015-10-18 Tomohiro Kusumisys/dev/disk/dm: Remove unnecessary cast
2015-10-17 Tomohiro Kusumisys/dev/disk/dm: Fix dm-delay deps behavior for compati...
2015-10-17 Tomohiro Kusumisys/dev/disk/dm: Fix dm-delay behavior for compatibilit...
2015-10-16 Imre Vadászif_iwm: Fix interrupt allocation code, use pci_alloc_1i...
2015-10-15 Tomohiro Kusumisys/dev/disk/dm: Simplify list eviction
2015-10-15 Tomohiro Kusumisys/dev/disk/dm: Make rename ioctl return ENOSYS
2015-10-14 Tomohiro Kusumisys/dev/disk/dm: Fix race on pdev create
2015-10-14 Tomohiro Kusumisys/dev/disk/dm: Ignore zero-filled uuid on inserting...
2015-10-14 Tomohiro Kusumisys/dev/disk/dm: Cleanups
2015-10-14 Tomohiro Kusumisys/dev/disk/dm: Simplify list eviction
2015-10-14 Tomohiro Kusumisys/dev/disk/dm: Use dm_pdev_rem()
2015-10-14 Tomohiro Kusumisys/dev/disk/dm: Fix cppcheck warning
2015-10-14 Tomohiro Kusumisys/dev/disk/dm: Cleanup DIOCGPART related code
2015-10-14 Tomohiro Kusumisys/dev/disk/dm: Refactor dmioctl()
2015-10-12 Sascha Wildnerkernel/acpi: Restructure _OSC eval func a bit. No funct...
2015-10-11 Tomohiro Kusumisys/dev/disk/dm: Remove unused prototype and wrong...
2015-10-11 Tomohiro Kusumisys/dev/disk/dm: Separate dm_dev_rem_dev() from dm_dev_...
2015-10-11 Tomohiro Kusumisys/dev/disk/dm: Cleanups
2015-10-11 Tomohiro Kusumisys/dev/disk/dm: Change unused dev types to reserved
2015-10-10 Tomohiro Kusumisys/dev/disk/dm: Add dm-delay target
2015-10-10 Tomohiro Kusumisys/dev/disk/dm: Remove #if0'd code from NetBSD
2015-10-10 Tomohiro Kusumisys/dev/disk/dm: Fix wrong ref release
2015-10-10 Tomohiro Kusumisys/dev/disk/dm: Don't define target specific defs...
2015-10-10 Tomohiro Kusumisys/dev/disk/dm: Remove unused macro MAX_TARGET_STRING_LEN
2015-10-10 Tomohiro Kusumisys/dev/disk/dm: Fix typos/etc in kprintf
2015-10-10 Tomohiro Kusumisys/dev/disk/dm: Use dm_table_get_entry()
2015-10-10 Tomohiro Kusumisys/dev/disk/dm: Conform to style(9)
2015-10-10 Tomohiro Kusumisys/dev/disk/dm: Add if(debug) conditional to kprintf...
2015-10-10 Tomohiro Kusumisys/dev/disk/dm: Fix DragonFly dm specific whitespace...
2015-10-10 Tomohiro Kusumisys/dev/disk/dm: Include sys/buf.h
2015-10-10 Tomohiro Kusumisys/dev/disk/dm: Make global dm locks static
2015-10-10 Tomohiro Kusumisys/dev/disk/dm: Fix indentation and cleanups
2015-10-10 Tomohiro Kusumisys/dev/disk/dm: Remove prototype of not existing function
2015-10-10 Tomohiro Kusumisys/dev/disk/dm: Remove unconditional kprintf in strategy()
2015-10-10 Imre Vadászdrm: Fix drm_ioctl error return values.
2015-10-10 François Tigeotdrm/i915: Add intel_gmch_remove()
2015-10-07 Imre Vadászdrm/drm_fops.c: Sync drm_dequeue_event() and drm_read...
2015-10-06 Matthew Dillondrm - Fix GENMASK()
2015-10-06 Sascha Wildnerkernel/acpi_ec: Fix KTR_ACPI_EC logging for various...
2015-09-30 Sascha Wildnerkernel/sound: Port MIDI support.
2015-09-30 Sascha WildnerRevert "sound: Drop midi support"
2015-09-28 Sascha Wildneri386 removal, part 44/x: Remove a no longer used header.
2015-09-28 Sascha Wildnerkernel/drm: Use #ifdef __DragonFly__ to mark DragonFly...
2015-09-27 François Tigeotdrm/i915: Use gtt.mappable_base
2015-09-27 François Tigeotdrm: Add io_mapping_map_wc()
2015-09-27 François Tigeotdrm: Improve the Linux IO mapping API implementation
2015-09-27 François Tigeotagp: Fix a bug in intel_gtt_get()
2015-09-20 Sascha Wildnerkernel/vga: Remove a no longer needed variable.
2015-09-18 Matthew Dilloniwm - DragonFly cleanup (no functional changes)
2015-09-18 Matthew Dilloniwm - DragonFly modifications and a bug fix
2015-09-18 Matthew Dillonwlan - Import if_iwm from FreeBSD (base)
2015-09-15 Sascha Wildnerkernel/syscons: Fix compilation without ddb in the...
2015-09-13 François Tigeotdrm/i915: drm/i915: Ignore SURFLIVE and flip counter...
2015-09-13 François Tigeotdrm/i915: drop WaSetupGtModeTdRowDispatch:snb
2015-09-13 François Tigeotdrm/i915: Disable caches for Global GTT.
next