History log of /barrelfish-master/usr/drivers/xeon_phi/domain.c
Revision Date Author Comments
# 72f5137d 03-May-2017 Gerd Zellweger <mail@gerdzellweger.com>

Removed if/octopus_defs.h from public header file.

Referenced in definitions.h and trigger.h.

trigger.h is problematic because it provides helper functions for
types definied in the interface. Clients that want to use trigger.h
now have to make sure to include the interface file.

Signed-off-by: Gerd Zellweger <mail@gerdzellweger.com>


# 244ab29c 27-Feb-2017 Adam Turowski <adam.turowski@inf.ethz.ch>

flounder: merging rpc client with a binding layer

Signed-off-by: Adam Turowski <adam.turowski@inf.ethz.ch>


# a8c4d257 22-Feb-2017 Adam Turowski <adam.turowski@inf.ethz.ch>

flounder: making const pointers in receiving handlers, using CONST_CAST as a temporary solution in few places but finally it should be removed

Signed-off-by: Adam Turowski <adam.turowski@inf.ethz.ch>


# eadd9d4c 26-Jul-2016 Adam Turowski <adam.turowski@inf.ethz.ch>

Adjustments of IPC to match new convention (static buffers).
(Flounder) Fixing a token passing in 32-bit architectures.

Signed-off-by: Adam Turowski <adam.turowski@inf.ethz.ch>


# 69b41b96 18-Apr-2016 Simon Gerber <simon.gerber@inf.ethz.ch>

Squashed changes of e89aa91..6ca6bdf (master as of 2016-04-18).

Take this commit out when merging

Signed-off-by: Simon Gerber <simon.gerber@inf.ethz.ch>


# 2a3e03fa 26-Feb-2016 Moritz Hoffmann <moritz.hoffmann@inf.ethz.ch>

drivers/xeon_phi: Do not depend on if/monitor_defs.h.

Signed-off-by: Moritz Hoffmann <moritz.hoffmann@inf.ethz.ch>


# c1bf83d3 26-Nov-2014 Timothy Roscoe <troscoe@inf.ethz.ch>

Fixed shadowed local variables, and added missing THC include files


# ced6d3d0 13-Sep-2014 Reto Achermann <acreto@student.ethz.ch>

bugfix: xeon phi domain wait returned wrong error code.


# 1b3ca67c 12-Sep-2014 Reto Achermann <acreto@student.ethz.ch>

bugfix in xeon phi domain wait: state pointer was not forwarded.


# c1902e67 05-Aug-2014 Reto Achermann <acreto@student.ethz.ch>

Xeon Phi Driver: sysmem manager and RPC

Adapted the functionality of the sys mem manager to deal with
reallocations.

Some changes with the RPC functionality of the interphi channel

Driver waits now for all spawnd up before signalling to the host


# 4e7220e6 31-Jul-2014 Reto Achermann <acreto@student.ethz.ch>

Xeon Phi Driver: Added trigger for full nameservice functionality.


# 63a72d82 31-Jul-2014 Reto Achermann <acreto@student.ethz.ch>

Xeon Phi Domain registration (Nameservice)