git: drm/i915: Reduce differences with Linux in i915_gem_fault()

2015-10-31 Thread Francois Tigeot
commit 7f68d5c84e3ff7d445fae8ef40dccb973c556b77 Author: François Tigeot Date: Sat Oct 31 08:37:37 2015 +0100 drm/i915: Reduce differences with Linux in i915_gem_fault() * The convoluted DragonFly-specific lock/unlock/try again VM fault handling code

git: drm/radeon: Use atomic_cmpxchg()

2015-10-31 Thread Francois Tigeot
commit eb114c285107af1f52143c6c17d2484aaad3b026 Author: François Tigeot Date: Sat Oct 31 10:26:48 2015 +0100 drm/radeon: Use atomic_cmpxchg() Possibly fixing a few bugs in the process Summary of changes: sys/dev/drm/radeon/radeon_uvd.c | 3 ---

git: kernel: Add atomic_cmpxchg_int()

2015-10-31 Thread Francois Tigeot
commit f14bcbec98cc33209a29d1d49cf6656cc8d4b8a6 Author: François Tigeot Date: Sat Oct 31 09:51:00 2015 +0100 kernel: Add atomic_cmpxchg_int() Submitted-by: Yellow Rabbit Summary of changes: sys/cpu/x86_64/include/atomic.h | 13 + 1 file

git: drm: Add atomic_cmpxchg()

2015-10-31 Thread Francois Tigeot
commit cee8e1413b6825bc88e8ddbffdeda7b69b828bc4 Author: François Tigeot Date: Sat Oct 31 10:02:16 2015 +0100 drm: Add atomic_cmpxchg() Summary of changes: sys/dev/drm/include/linux/atomic.h | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-)

git: kernel/drm: In linux/kernel.h add missing parentheses/casts to min_t/max_t.

2015-10-31 Thread Sascha Wildner
commit 2d2275695709ea032f4f8cfee23930e6b4868dba Author: Sascha Wildner Date: Sat Oct 31 22:13:34 2015 +0100 kernel/drm: In linux/kernel.h add missing parentheses/casts to min_t/max_t. Summary of changes: sys/dev/drm/include/linux/kernel.h | 6 +++--- 1 file changed, 3

git: sys/dev/disk/dm: Use correct module name for dm_target_striped

2015-10-31 Thread Tomohiro Kusumi
commit 19ff0bdd0dd06a4d28626f0030846354bad0ad18 Author: Tomohiro Kusumi Date: Wed Oct 28 22:14:14 2015 +0900 sys/dev/disk/dm: Use correct module name for dm_target_striped The name of this target is striped, but not stripe. This target is

git: sys/dev/disk/dm: Make dm-stripe table show major:minor for compatibility

2015-10-31 Thread Tomohiro Kusumi
commit 65b2aaa71b25f39161917ed35aba4e2100821d56 Author: Tomohiro Kusumi Date: Tue Oct 27 01:27:13 2015 +0900 sys/dev/disk/dm: Make dm-stripe table show major:minor for compatibility It should be "major:minor" rather than "/dev/xxx" for compatibility

git: sys/dev/disk/dm: Fix sanity checks for striped target [2/4]

2015-10-31 Thread Tomohiro Kusumi
commit b98113ec73748007b944a9b5ea5226d4c6d7224a Author: Tomohiro Kusumi Date: Sat Oct 31 19:57:29 2015 +0900 sys/dev/disk/dm: Fix sanity checks for striped target [2/4] Target specific args for striped is redundant in the sense that it has an arg

git: sys/dev/disk/dm: Refactor dm_target_stripe_table()

2015-10-31 Thread Tomohiro Kusumi
commit 0dde59f97dfd22a5bdc778c0458592f3f99b8094 Author: Tomohiro Kusumi Date: Wed Oct 28 21:43:40 2015 +0900 sys/dev/disk/dm: Refactor dm_target_stripe_table() Use return value of ksnprintf() instead of strlen(). Summary of changes:

git: sys/dev/disk/dm: Make target's init() take argc and argv

2015-10-31 Thread Tomohiro Kusumi
commit f28e17b7b695c2cf0f1f315ca413ad708c607657 Author: Tomohiro Kusumi Date: Thu Oct 29 02:57:10 2015 +0900 sys/dev/disk/dm: Make target's init() take argc and argv dm core shouldn't be passing char *params to targets' init() because all targets

git: sys/dev/disk/dm: Fix indentation

2015-10-31 Thread Tomohiro Kusumi
commit 0c9841396a0230a3bd6905a273929e36947eafe0 Author: Tomohiro Kusumi Date: Wed Oct 28 00:33:09 2015 +0900 sys/dev/disk/dm: Fix indentation Summary of changes: .../disk/dm/targets/striped/dm_target_striped.c| 54 +++--- 1 file changed, 27

git: sys/dev/disk/dm: Fix sanity checks for striped target [4/4]

2015-10-31 Thread Tomohiro Kusumi
commit 097afaf3a6c4a9db8f3f5332bb718b25bc9aaad0 Author: Tomohiro Kusumi Date: Sat Oct 31 18:07:54 2015 +0900 sys/dev/disk/dm: Fix sanity checks for striped target [4/4] Add sanity checks on relation among number of stripes, device size, and chunk

git: sys/dev/disk/dm: Fix sanity checks for striped target [3/4]

2015-10-31 Thread Tomohiro Kusumi
commit 110d9b3aeace5e67e1400fdd749afbb06378d9a7 Author: Tomohiro Kusumi Date: Sat Oct 31 00:16:12 2015 +0900 sys/dev/disk/dm: Fix sanity checks for striped target [3/4] 0 stripe is apparently invalid, but it's currently allowed and generates

git: sys/dev/disk/dm: Add info() handler for striped target for compatibility

2015-10-31 Thread Tomohiro Kusumi
commit b7405bb6344bbb92fda75e6d91e4c23263ccf8de Author: Tomohiro Kusumi Date: Wed Oct 28 00:17:46 2015 +0900 sys/dev/disk/dm: Add info() handler for striped target for compatibility f134a703 mentioned output of dmsetup(8) "status" and "table" were

git: sys/dev/disk/dm: Fix sanity checks for striped target [1/4]

2015-10-31 Thread Tomohiro Kusumi
commit bab5d5107c877a0e4956692ff79ab9e65aa440f5 Author: Tomohiro Kusumi Date: Sat Oct 31 19:46:22 2015 +0900 sys/dev/disk/dm: Fix sanity checks for striped target [1/4] Bring sanity checks before kmalloc(). Summary of changes:

git: sys/dev/disk/dm: Add udev_t field to dm_pdev_t

2015-10-31 Thread Tomohiro Kusumi
commit 4f398b7bffdf4ee06537fd992ae7c58d8c2b70d1 Author: Tomohiro Kusumi Date: Tue Oct 27 01:10:32 2015 +0900 sys/dev/disk/dm: Add udev_t field to dm_pdev_t Summary of changes: sys/dev/disk/dm/dm.h | 1 + sys/dev/disk/dm/dm_ioctl.c | 2 +-

git: kernel/drm: In linux/types.h, remove the duplicate definition of gfp_t.

2015-10-31 Thread Sascha Wildner
commit 14865d1287c83643e300182fd8e5041c3cca8a71 Author: Sascha Wildner Date: Sat Oct 31 22:50:02 2015 +0100 kernel/drm: In linux/types.h, remove the duplicate definition of gfp_t. Summary of changes: sys/dev/drm/include/linux/types.h | 4 +--- 1 file changed, 1