summaryrefslogtreecommitdiffstats
path: root/src/kernel/syscall.C
Commit message (Expand)AuthorAgeFilesLines
* Handle 8MB reduced cache modeMarty Gloff2016-08-101-3/+8
* Replace NAP with STOP instructionBrian Stegmiller2016-08-071-2/+2
* Update purge of L3 cache during initial bootElizabeth Liner2016-06-101-1/+1
* Doorbell Interrupt Base Support for Core/Thread WakeupBill Hoffa2016-05-061-3/+12
* Add doorbell support.Patrick Williams2016-04-041-0/+25
* P9 PSIHB Base Interrupt SupportBill Hoffa2016-03-301-1/+1
* HOSTBOOT: Support fused coresBrian Stegmiller2015-12-111-1/+2
* Avoid deadlock in cross-node IPC messagingDan Crowell2015-06-081-4/+5
* Prevent out-of-order data access to FSP mailbox memory areaNick Bofferding2015-04-091-1/+3
* Fix spelling mistakes using codespell.Patrick Williams2015-01-151-3/+5
* Change copyright prolog for all files to Apache.Patrick Williams2014-05-211-10/+10
* implement start_payload for multi-drawerDoug Gilbert2014-01-101-1/+2
* Clean up some kernel TODOs.Patrick Williams2013-11-121-2/+1
* Handle winkle-wakeup times in slave cores.Patrick Williams2013-11-071-4/+5
* Basic devtree supportDean Sanner2013-08-091-0/+1
* Secureboot memory layout support.Patrick Williams2013-06-141-0/+4
* Ensure VMM operations are page aligned.Patrick Williams2013-06-101-2/+13
* New mm_block_map syscall.Patrick Williams2013-06-101-3/+11
* Inter-processor communications for multinodeDoug Gilbert2013-05-161-29/+44
* Allow winkle of all threads for multi-drawer add.Patrick Williams2013-04-081-3/+12
* Excessive task_yield causes kernel deadlockDoug Gilbert2013-04-031-1/+1
* Support for less than 8 threads per coreDan Crowell2013-02-081-2/+3
* Switch Interrupt Presenter to get ICPBAR value from an attributeDoug Gilbert2012-12-141-3/+6
* Expand memory footprint to full 8MB cache.Patrick Williams2012-11-141-5/+24
* Terminate Immediate on a shutdown and assertMissy Connell2012-11-091-0/+15
* Extend VMM to 32MMissy Connell2012-10-091-0/+28
* Fixes for winkle state.Patrick Williams2012-09-211-1/+4
* Support for Non-zero HRMORDan Crowell2012-09-161-27/+39
* Disable EE when calling nap.Patrick Williams2012-08-151-2/+2
* Support for master winkle.Patrick Williams2012-08-101-22/+31
* Execute 'doze' in idle loop.Patrick Williams2012-07-281-0/+30
* cpu_spr_value syscall for SLW image build.Patrick Williams2012-07-181-0/+27
* Support for core_activate via IPI.Patrick Williams2012-07-161-0/+9
* Improve user-space page allocator.Patrick Williams2012-07-161-1/+8
* Live-lock issues in memory allocator.Patrick Williams2012-07-111-10/+26
* Improve memory page manager for low memory situationsDoug Gilbert2012-07-111-0/+13
* Fix task deadlock in VMM flush operation.Patrick Williams2012-06-181-25/+31
* Allow kernel to shutdown-to-payload.Patrick Williams2012-04-241-0/+2
* Add non-blocking sync msg interface.Patrick Williams2012-03-031-5/+56
* Conditional Variable supportDoug Gilbert2012-01-251-45/+60
* Interrupt presenter implementationDoug Gilbert2012-01-051-5/+38
* remove mmioMap and mmioUnmap deprecated functions.Missy Connell2011-11-291-19/+0
* BEAM warning fixes.Patrick Williams2011-10-271-2/+2
* Update kernel 'EVICT' pages path to cast out pages when low on memory.Matthew Barth2011-10-251-1/+1
* new HEAP manager to reduce fragmentationDoug Gilbert2011-10-251-0/+10
* Support task_wait / task_wait_tid syscalls:Patrick Williams2011-10-241-20/+54
* Flush/Release/Evict pages functionalityMatthew Barth2011-10-101-2/+3
* Adding new interface to update page permissions.. Interface only.Missy Connell2011-09-151-1/+17
* Remove page by given TYPE system callMatthew Barth2011-09-141-33/+47
* Return code cleanups.Patrick Williams2011-09-131-1/+10
OpenPOWER on IntegriCloud