git: drm: Basic implementation of wound/wait mutexes used by ttm

2015-03-16 Thread Michael Neumann
commit 913ced85e870d64d4ae0bc8e4be5cee877161d3d Author: Michael Neumann mneum...@ntecs.de Date: Mon Mar 16 12:24:11 2015 +0100 drm: Basic implementation of wound/wait mutexes used by ttm Summary of changes: sys/dev/drm/include/linux/ww_mutex.h | 260 +++ 1

git: drm: Add Linux seq_file equivalent

2015-03-16 Thread Michael Neumann
commit 2c698a09a6e0d15fe45eaa2067d0f0e087ca3b58 Author: Michael Neumann mneum...@ntecs.de Date: Mon Mar 16 12:54:52 2015 +0100 drm: Add Linux seq_file equivalent Summary of changes: sys/dev/drm/include/linux/{i2c.h = seq_file.h} | 17 + 1 file changed, 9 insertions(+), 8

git: drm: Add firmware.h Linux compatiblity layer

2015-03-16 Thread Michael Neumann
commit 04e8519d4e6317ef5c7589912e1c42d459a9cbba Author: Michael Neumann mneum...@ntecs.de Date: Mon Mar 16 17:50:18 2015 +0100 drm: Add firmware.h Linux compatiblity layer Summary of changes: .../drm/include/linux/{seq_file.h = firmware.h} | 28 +++--- 1 file changed,

git: sbin/hammer: Add zone-bigblock statistics to hammer checkmap command

2015-03-16 Thread Tomohiro Kusumi
commit d42b45c3c4ad841d4c955ba6341c266aaac32b57 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Tue Mar 17 01:34:40 2015 +0900 sbin/hammer: Add zone-bigblock statistics to hammer checkmap command - Make hammer checkmap command print zone-bigblock statistics when -v

git: sbin/hammer: Use existing function hammer_cache_used()

2015-03-16 Thread Tomohiro Kusumi
commit 1d05d4e03a2f82282efeeedc107aa9dae1cad60a Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Tue Mar 17 01:34:20 2015 +0900 sbin/hammer: Use existing function hammer_cache_used() - Use existing function hammer_cache_used() for list operation. Summary of changes:

git: sbin/hammer: Properly set counter in cache flushing loop

2015-03-16 Thread Tomohiro Kusumi
commit ef5468da3d1ffe216099b5f0271428d7381022c4 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Tue Mar 17 01:34:40 2015 +0900 sbin/hammer: Properly set counter in cache flushing loop - This local variable 'count' being reset to 0 was probably intended to be set to

git: sbin/hammer: Make hammer checkmap show number of errors if any

2015-03-16 Thread Tomohiro Kusumi
commit 18dbf12f4dfa394db29c9afa5347bedabc3792a1 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Tue Mar 17 01:41:30 2015 +0900 sbin/hammer: Make hammer checkmap show number of errors if any - Make hammer checkmap command print number of inconsistency after all

git: sbin/hammer: Fix and add debug printf on buffer access

2015-03-16 Thread Tomohiro Kusumi
commit 604b6edb9d5b3b7ada1159d2d9239c797c846155 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Tue Mar 17 01:34:40 2015 +0900 sbin/hammer: Fix and add debug printf on buffer access - Fix debug fprintf format when the buffer was newly allocated. - Add debug

git: sbin/hammer: Fix printf format for bad node

2015-03-16 Thread Tomohiro Kusumi
commit 77fe9097fa638acf49f27a3747a3ed85f14a0f8c Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Tue Mar 17 01:42:04 2015 +0900 sbin/hammer: Fix printf format for bad node - Remove { since there is no } unlike hammer show command. Summary of changes:

git: sbin/hammer: Disable AssertOnFailure when running hammer checkmap

2015-03-16 Thread Tomohiro Kusumi
commit 8fd2cc397c30558bbc7b00958180820c38f16c5f Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Tue Mar 17 01:36:44 2015 +0900 sbin/hammer: Disable AssertOnFailure when running hammer checkmap - Since the purpose of hammer checkmap command is to find out