<feed xmlns='http://www.w3.org/2005/Atom'>
<title>talos-hostboot/src/include/util/locked, branch master</title>
<subtitle>Talos™ II hostboot sources</subtitle>
<id>https://git.raptorcs.com/git/talos-hostboot/atom?h=master</id>
<link rel='self' href='https://git.raptorcs.com/git/talos-hostboot/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/'/>
<updated>2014-05-22T03:16:32+00:00</updated>
<entry>
<title>Change copyright prolog for all files to Apache.</title>
<updated>2014-05-22T03:16:32+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>iawillia@us.ibm.com</email>
</author>
<published>2014-05-19T21:51:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=aa0446e9d1c2f0fb17a6ef40b689ec7281d65387'/>
<id>urn:sha1:aa0446e9d1c2f0fb17a6ef40b689ec7281d65387</id>
<content type='text'>
Change-Id: I5664587b4f889099290ef50d50fa9ce5e580e1eb
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11167
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Support code coverage in extended modules.</title>
<updated>2012-10-09T22:06:49+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>iawillia@us.ibm.com</email>
</author>
<published>2012-09-19T19:23:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=fb1836fd7b1b8839815595db08ae740ec7b86347'/>
<id>urn:sha1:fb1836fd7b1b8839815595db08ae740ec7b86347</id>
<content type='text'>
    - Reduce optimization (to -Os) to fit when doing coverage profile.
    - Remove errl storage area from base image.
    - Add GCC function attributes to sys library functions.

RTC: 36933
Change-Id: Ic83011a2444ef5b735db0446a14a0af34187eebf
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1908
Tested-by: Jenkins Server
Reviewed-by: Brian H. Horton &lt;brianh@linux.ibm.com&gt;
Reviewed-by: ADAM R. MUHLE &lt;armuhle@us.ibm.com&gt;
Reviewed-by: Daniel M. Crowell &lt;dcrowell@us.ibm.com&gt;
Reviewed-by: Melissa J. Connell &lt;missyc@us.ibm.com&gt;
Reviewed-by: Paul Nguyen &lt;nguyenp@us.ibm.com&gt;
Reviewed-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Reduce timeslice for idle task based on wake time of sleeping tasks</title>
<updated>2012-07-28T18:04:29+00:00</updated>
<author>
<name>Doug Gilbert</name>
<email>dgilbert@us.ibm.com</email>
</author>
<published>2012-07-12T17:17:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=ac9ad22f261cd391c0d5163e82ff02ae4929f820'/>
<id>urn:sha1:ac9ad22f261cd391c0d5163e82ff02ae4929f820</id>
<content type='text'>
RTC: 43738
Change-Id: I91c2bfe57bba04a02dd5169542de8e76e1654ae8
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1387
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell &lt;dcrowell@us.ibm.com&gt;
Reviewed-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Remove dangling node pointer in pqueues.</title>
<updated>2011-10-24T21:48:49+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>iawillia@us.ibm.com</email>
</author>
<published>2011-10-24T21:32:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=97120135a331576b33982251ca586c04d2c41c87'/>
<id>urn:sha1:97120135a331576b33982251ca586c04d2c41c87</id>
<content type='text'>
Change-Id: Ic4852c3e0ba9a3fc4f489238a2b63eef5eca6fa2
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/456
Tested-by: Jenkins Server
Reviewed-by: Nicholas E. Bofferding &lt;bofferdn@us.ibm.com&gt;
Reviewed-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Support task_wait / task_wait_tid syscalls:</title>
<updated>2011-10-24T18:33:20+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>iawillia@us.ibm.com</email>
</author>
<published>2011-10-03T21:12:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=4962a22309cd7e3586aa57817689b18d67ca71c7'/>
<id>urn:sha1:4962a22309cd7e3586aa57817689b18d67ca71c7</id>
<content type='text'>
    - Add task_end2 syscall to allow pthread_exit-like retval.
    - Add/maintain task states.
    - Create task parent/child tracking tree.
    - Add task_detach function.
    - Implement wait syscalls.

Make task_exec caller the parent of spawned task:

    Previously the task_exec call caused a message to the
    VFS task, which called task_create and returned the tid
    in response to the message.  This causes the parent of
    the spawned task to appear to be the VFS task.

    Modify task_exec / VFS handling to instead return the
    entry point address on the message and have task_exec call
    task_create directly itself.

Change-Id: I6b6796f45875de37b1ab01e7596639b073820b95
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/443
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell &lt;dcrowell@us.ibm.com&gt;
Reviewed-by: Andrew J. Geissler &lt;andrewg@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Dynamic stack support.</title>
<updated>2011-08-31T19:24:59+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>iawillia@us.ibm.com</email>
</author>
<published>2011-08-22T21:20:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=0ebac914541254c4b9ee2a271f26cd67fc2b94a0'/>
<id>urn:sha1:0ebac914541254c4b9ee2a271f26cd67fc2b94a0</id>
<content type='text'>
    - Create stack segment.
    - Allocate stack blocks on stack create.

Change-Id: Ida90055afb68f208c479b5fdc19d3d931d026105
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/271
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Add copyright headers to all source files.</title>
<updated>2011-08-24T15:48:28+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>iawillia@us.ibm.com</email>
</author>
<published>2011-08-24T15:42:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=fa7d388f1a121d42769ea0289e3c043fe229b4d2'/>
<id>urn:sha1:fa7d388f1a121d42769ea0289e3c043fe229b4d2</id>
<content type='text'>
Change-Id: I205f2409e56032cfc0aaf01d7e26d357f0b86373
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/277
Reviewed-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
Tested-by: Jenkins Server
</content>
</entry>
<entry>
<title>Optimization on queue size.</title>
<updated>2011-03-28T16:44:36+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>iawillia@us.ibm.com</email>
</author>
<published>2011-03-27T23:13:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=3a5bd96a0c8f7cb00e94bc647347fbb8da246444'/>
<id>urn:sha1:3a5bd96a0c8f7cb00e94bc647347fbb8da246444</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add size function to queue container.</title>
<updated>2011-03-27T21:15:50+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>iawillia@us.ibm.com</email>
</author>
<published>2011-03-27T21:14:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=d6570a2964cca62323ac6ca19b5d25973f73f45b'/>
<id>urn:sha1:d6570a2964cca62323ac6ca19b5d25973f73f45b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge of PowerHAL project up to commit:</title>
<updated>2011-03-05T16:01:45+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>iawillia@us.ibm.com</email>
</author>
<published>2011-03-05T16:01:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=706243ac48cf646d503a3f1ec9e6a28c916694bd'/>
<id>urn:sha1:706243ac48cf646d503a3f1ec9e6a28c916694bd</id>
<content type='text'>
	dd45c30bd53d8e6c123165b83842d08117558a3c
</content>
</entry>
</feed>
