A new hsakmt release 1.0.0 is now available. This is the first official release of hsakmt with the new numbering system and generated from the new git repository at cgit.freedesktop.org/amd/hsakmt This release works with upstream amdkfd from kernel version 3.19 and above, although not all features are supported by all kernel versions. With regard to H/W, it supports AMD's Kaveri and Carrizo APU. Carrizo is supported only from kernel 4.2. Patches to hsakmt should be sent to dri-devel at lists.freedesktop.org. Bugs against this library should be filed to bugs.freedesktop.org (set product as "DRI", component as "hsakmt") I will package this release for Fedora 22, 23 and rawhide in the next couple of days, as those distributions contains amdkfd. Thanks, Oded tar.gz: http://xorg.freedesktop.org/archive/individual/lib/hsakmt-1.0.0.tar.gz tar.bz2: http://xorg.freedesktop.org/archive/individual/lib/hsakmt-1.0.0.tar.bz2 Hashes: MD5: 9beb20104e505300daf541266c4c3c3d hsakmt-1.0.0.tar.gz MD5: 193263468586279ce1f7b1ecfd85ae5e hsakmt-1.0.0.tar.bz2 SHA1: 04be377ac6a5c9fb20d960fe80e18becdfd9fbef hsakmt-1.0.0.tar.gz SHA1: fd3561dec3d88956d756a561c8d907694a70a03d hsakmt-1.0.0.tar.bz2 GPG signature: http://xorg.freedesktop.org/archive/individual/lib/hsakmt-1.0.0.tar.gz.sha1.asc (signed by Oded Gabbay <oded.gabbay at gmail.com>) Git: git://anongit.freedesktop.org/amd/hsakmt tag: hsakmt-1.0.0 Log: Alexey Skidanov (6): Add flat memory manager module Add chip revision and fw version to topology Add exclusive trace access Add definitions of memory event type and exception data Add memory exception IOCTLs definitions Add memory exception notification Andrew Lewycky (2): Add memory module Add HSA Signals module Ben Goz (3): Add queues module Add support for allocating executable memory Add CZ support to queues module Evgeny Pinchuk (4): Add topology module Add clock counters module Add pmc table module Add pmc module Oded Gabbay (25): add outgoing/ to .gitignore Add IOCTL set definitions of amdkfd Add definitions of HSA functions and types Add skeleton driver which supports open and close Fix makefile to include dependency on header files Implement hsaKmtGetVersion Don't build 32-bit library by default Change names of IOCTLS Move from direct call to kfd_ioctl to wrapping kmtIoctl Don't report local mem aperture if local mem size is 0 Add events IOCTLs definitions Add missing DoorbellType field to HSA_CAPABILITY Move all source/header files to hsakmt subfolder Create autoconf/automake files Fix include paths in source files Update .gitignore Fix all ISO C90 warnings Add COPYING file Add README file Add INSTALL file Add RELEASING file Revert "Fix include paths in source files" include hsakmt-version.h restore original paths Fix paths inside Makefile.sources Xihan Zhang (1): Add Performance Counter Support on Carrizo Yair Shachar (2): Add H/W debugger IOCTLs definitions Add H/W debugger module