sys/dev/disk/dm: Rename aprint_debug() to dmdebug()
[dragonfly.git] / sys / dev /
2015-11-09 Tomohiro Kusumisys/dev/disk/dm: Rename aprint_debug() to dmdebug()
2015-11-09 Tomohiro Kusumisys/dev/disk/dm: Add dm_alloc_string()
2015-11-09 Tomohiro Kusumisys/dev/disk/dm: Remove misleading code/comment on...
2015-11-08 Imre Vadászdrm: Don't leak memory from linux_workqueue.c
2015-11-08 Tomohiro Kusumisys/dev/disk/dm: Fix/refactor TAILQ_HEAD structure
2015-11-08 Tomohiro Kusumisys/dev/disk/dm: Fix table/info priority
2015-11-08 Tomohiro Kusumisys/dev/disk/dm: Use uint32_t for flags
2015-11-08 Tomohiro Kusumisys/dev/disk/dm: Change DM_XXX_FLAG() to inline functions
2015-11-08 Tomohiro Kusumisys/dev/disk/dm: Cleanup dm_dbg_print_flags()
2015-11-08 Tomohiro Kusumisys/dev/disk/dm: Whitespace cleanups
2015-11-08 Tomohiro Kusumisys/dev/disk/dm: Fix typo
2015-11-07 Tomohiro Kusumisys/dev/disk/dm: Refactor dm_table_status_ioctl()
2015-11-07 Tomohiro Kusumisys/dev/disk/dm: Don't force targets to implement table...
2015-11-07 François Tigeotdrm: Add ktime_get_raw_ns()
2015-11-07 Tomohiro Kusumisys/dev/disk/dm: Remove unnecessary dump=NULL;
2015-11-07 Tomohiro Kusumisys/dev/disk/dm: Remove upcall handler
2015-11-07 François Tigeotdrm/i915: Rename the kernel module to i915.ko
2015-11-07 Imre Vadászdrm: Make dev.dri.X node creation work properly with...
2015-11-07 Imre Vadászcorepower: Use rdmsr_safe to check availibility of...
2015-11-06 Sascha Wildnerkernel/if_re: Add support for the Realtek 8168H.
2015-11-06 Tomohiro Kusumisys/dev/disk/dm: Disable 2nd level bio_done handler...
2015-11-06 Tomohiro Kusumisys/dev/disk/dm: Add 2nd level bio_done handler for...
2015-11-06 Tomohiro Kusumisys/dev/disk/dm: Cleanups
2015-11-06 Tomohiro Kusumisys/dev/disk/dm: Remove redundant kprintf in dm strategy
2015-11-04 John MarinoMerge branch 'vendor/TNFTP'
2015-11-04 John MarinoMerge branch 'vendor/DIALOG'
2015-11-04 John MarinoMerge branch 'vendor/TCSH'
2015-11-04 John MarinoMerge branch 'vendor/GREP'
2015-11-04 John MarinoMerge branch 'vendor/BINUTILS225'
2015-11-03 John MarinoMerge branch 'vendor/LIBEDIT'
2015-11-03 John MarinoMerge branch 'vendor/XZ'
2015-11-02 John MarinoMerge branch 'vendor/ELFTOOLCHAIN'
2015-11-02 François Tigeotdrm: Add ACCESS_ONCE()
2015-11-01 Imre Vadászdrm: Simplify the initialization of the hw.dri sysctl...
2015-11-01 Imre Vadászif_vtnet: Add support for indirect buffers. Activate...
2015-11-01 Imre Vadászvirtio: Add indirect buffers support to common virtio...
2015-11-01 François Tigeotdrm/radeon: Export PCI ID
2015-11-01 Tomohiro Kusumisys/dev/disk/dm: Add error count for stripe device
2015-11-01 Tomohiro Kusumisys/dev/disk/dm: Don't statically allocate MAX_STRIPES...
2015-10-31 Sascha Wildnerkernel/drm: In linux/types.h, remove the duplicate...
2015-10-31 Sascha Wildnerkernel/drm: In linux/kernel.h add missing parentheses...
2015-10-31 Tomohiro Kusumisys/dev/disk/dm: Remove misleading comment
2015-10-31 Tomohiro Kusumisys/dev/disk/dm: Fix sanity checks for striped target...
2015-10-31 Tomohiro Kusumisys/dev/disk/dm: Fix sanity checks for striped target...
2015-10-31 Tomohiro Kusumisys/dev/disk/dm: Fix sanity checks for striped target...
2015-10-31 Tomohiro Kusumisys/dev/disk/dm: Fix sanity checks for striped target...
2015-10-31 Tomohiro Kusumisys/dev/disk/dm: Return EINVAL on invalid argc
2015-10-31 Tomohiro Kusumisys/dev/disk/dm: Make target's init() take argc and...
2015-10-31 Tomohiro Kusumisys/dev/disk/dm: Use correct module name for dm_target_...
2015-10-31 Tomohiro Kusumisys/dev/disk/dm: Refactor dm_target_stripe_table()
2015-10-31 Tomohiro Kusumisys/dev/disk/dm: Fix indentation
2015-10-31 Tomohiro Kusumisys/dev/disk/dm: Add info() handler for striped target...
2015-10-31 Tomohiro Kusumisys/dev/disk/dm: Make dm-linear table show major:minor...
2015-10-31 Tomohiro Kusumisys/dev/disk/dm: Make dm-stripe table show major:minor...
2015-10-31 Tomohiro Kusumisys/dev/disk/dm: Add udev_t field to dm_pdev_t
2015-10-31 Tomohiro Kusumisys/dev/disk/dm: Add "major:minor" name to dm_pdev_t
2015-10-31 François Tigeotdrm/radeon: Use atomic_cmpxchg()
2015-10-31 François Tigeotdrm: Add atomic_cmpxchg()
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...
next